On Wednesday, 25 April 2018 at 05:12:37 UTC, Joakim wrote:
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@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.

My bad. I wasn't aware on the morning. I mess the sentence
They broke ABI by introducing back referencing, no release of gdb supports that yet

Reply via email to