GDB + ddemangle
    drug 
    drug2004 at bk.ru
       
    Fri Apr 20 15:40:35 UTC 2018
    
    
  
20.04.2018 16:49, Iain Buclaw пишет:
> 
> GDB auto-detects the language based on DW_LANG tag in the debug info.
> 
> If you are starting up gdb without a program to debug, you can
> explicitly switch with: set lang d
> Then try something like: demangle _D3fooFiZv
> 
> Or if you want it to start up in D mode: gdb -ex 'set lang d'
> 
it works, thank you. But not in all cases. For example when gdb stops on 
breakpoint it demangle, but if I do `bt` - backtrace isn't demangled.
    
    
More information about the Digitalmars-d-announce
mailing list