gdbinit: print demangled symbols by default
this change turns this: ``` console (gdb) x/4 0x200003f0 0x200003f0 <_ZN3app2XS17h4b49405669958fd2E+1008>: 0x20000400 0x080004f5 0x00000000 0x00000001 ``` into this: ``` console (gdb) x/4 0x200003f0 0x200003f0 <app::XS+1008>: 0x20000400 0x080004f5 0x00000000 0x00000001 ```
This commit is contained in: