GDB + ddemangle
Joakim
dlang at joakim.fea.st
Wed Apr 25 05:12:37 UTC 2018
On Wednesday, 25 April 2018 at 05:09:28 UTC, ANtlord wrote:
> On Friday, 20 April 2018 at 17:55:12 UTC, Iain Buclaw wrote:
>> On 20 April 2018 at 17:40, drug via Digitalmars-d-announce
>> <digitalmars-d-announce at puremagic.com> wrote:
>>
>> Using a compiler that implements 2.077 or later (IIRC)
>> probably won't, due to gdb being too old. They broke ABI by
>> introducing back referencing, no release of gdb supports that
>> yet.
>
> I launched gdb with command `gdb -ex 'set lang d' test`
> disabling my plugin and I don't see demangling anywhere. Source
> file is compiled with command `dmd -g test.d`
>
> DMD 2.079
> GDB 8.1
>
> Did I miss something?
Yes, read two posts back, by Iain.
More information about the Digitalmars-d-announce
mailing list