http://llvm.org/bugs/show_bug.cgi?id=15036
Bug #: 15036
Summary: LLDB is unable to parse DWARF data generated by GCC
(4.6)
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: lldb-dev@cs.uiuc.edu
ReportedBy: daniel.malea@intel.com
Classification: Unclassified
On Linux, if GCC is used as the test compiler, lldb is unable to parse the
DWARF information from the inferior and crashes with an assertion failure.
To reproduce, remove the @skipIfGcc decorator in TestPublicApiHeaders.py and
run:
python dotest.py --executable <path-to-lldb> -C gcc
api/check_public_api_headers