Debugging D code with GDB
user1234
user1234 at 12.de
Sun Nov 28 16:57:51 UTC 2021
On Sunday, 28 November 2021 at 16:44:38 UTC, russhy wrote:
> On Sunday, 28 November 2021 at 14:53:17 UTC, user1234 wrote:
>> ...
>
>
> there is a plugin to demangle things automatically
>
> https://github.com/ANtlord/gdb-ddemangle
That's off-topic. The point here is that you can (unfortunately)
**only** evaluate the call using the mangled form, it's not about
transforming the output.
Actually what would be useful is a plugin the mangle the call in
custom expression before passing it to gdb ;)
More information about the Digitalmars-d-learn
mailing list