www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13918] New: lldb fails to decode DWARF DW_TAG_base_type

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 puremagic.com
          Reporter: code 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.

--
Dec 30 2014