[lldb-dev] [Bug 52223] New: GNU extension for DW_TAG_interface_type produces an error instead of ignoring it
via lldb-dev
lldb-dev at lists.llvm.org
Tue Oct 19 10:49:10 PDT 2021
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 at lists.llvm.org
Reporter: contact at lsferreira.net
CC: jdevlieghere at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20211019/93909384/attachment.html>
More information about the lldb-dev
mailing list