https://bugs.llvm.org/show_bug.cgi?id=52223
Bug ID: 52223
Summary: GNU extension for DW_TAG_interface_type produces an
error instead of ignoring it
Product: lldb
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: cont...@lsferreira.net
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org
GNU compilers generate a `DW_AT_containing_type` pointing to either the base
class or it self if no base class to point to for `DW_TAG_interface_type` tags.
This produces the following error on LLDB while trying to read DWARF:
error: a.out {0x00000287}: unhandled type tag 0x0038 (DW_TAG_interface_type),
please file a bug and attach the file at the start of this error message
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev