Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 868 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 868 Bytes

GDB Ddemangle

Helps to demangle traceback debugging an application that is written in D.

Requirements

Installation

  • mkdir ~/.gdb/ && cd ~/.gdb
  • git clone https://github.com/ANtlord/gdb-ddemangle
  • cd gdb-ddemangle && make in order to create binary that demangles D symbols
  • Create a file .gdbinit if it doesn't exist yet
  • Add source .gdb/gdb-ddemangle/ddemangle.py. If you use gdb-colour-filter add the line above source .gdb/gdb-colour-filter/colour_filter.py

Check Python version

  • Run gdb
  • Run python print(sys.version) in GDB

Result

Before

Before

After

After