Thread overview
[Issue 13918] lldb fails to decode DWARF DW_TAG_base_type
Feb 05, 2015
Martin Nowak
Feb 27, 2018
Timothee Cour
Feb 27, 2018
Timothee Cour
Feb 27, 2018
Timothee Cour
Feb 19, 2021
Mathias LANG
February 05, 2015
https://issues.dlang.org/show_bug.cgi?id=13918

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
Seems to Töne since updating lldb.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13918

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
February 27, 2018
https://issues.dlang.org/show_bug.cgi?id=13918

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |timothee.cour2@gmail.com
         Resolution|WORKSFORME                  |---

--- Comment #2 from Timothee Cour <timothee.cour2@gmail.com> ---
it's still happening in lldb

error: need to add support for DW_TAG_base_type 'immutable(char)' encoded with DW_ATE = 0x10, bit_size = 8

this msg appears at the start of a lldb session (eg when using fr v for 1st
time)

--
February 27, 2018
https://issues.dlang.org/show_bug.cgi?id=13918

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Linux                       |All

--
February 27, 2018
https://issues.dlang.org/show_bug.cgi?id=13918

--- Comment #3 from Timothee Cour <timothee.cour2@gmail.com> ---
full error:

error: need to add support for DW_TAG_base_type 'immutable(char)' encoded with
DW_ATE = 0x10, bit_size = 8
error: need to add support for DW_TAG_base_type 'char' encoded with DW_ATE =
0x10, bit_size = 8

--
February 19, 2021
https://issues.dlang.org/show_bug.cgi?id=13918

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #4 from Mathias LANG <pro.mathias.lang@gmail.com> ---
The bug Martin reported is gone. The bug you are referring to Timothee was an LLDB bug which was fixed in v11 (https://reviews.llvm.org/D79559).

--