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
<[email protected]> 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.