[Issue 13918] New: lldb fails to decode DWARF DW_TAG_base_type

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 30 20:45:32 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13918

          Issue ID: 13918
           Summary: lldb fails to decode DWARF DW_TAG_base_type
           Product: D
           Version: unspecified
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

error: need to add support for DW_TAG_base_type encoded with DW_ATE = 0x5,
bit_size = 0

Seems like the bit_size is read incorrectly.
DW_ATE = 0x5 is for DW_ATE_signed

Happens when printing a backtrace, neither dwarfdump nor readelf report show
any byte_size of 0.

--


More information about the Digitalmars-d-bugs mailing list