Browse Source

Allow go runtime support in gdb

master
Arti Zirk 3 years ago
parent
commit
326450a237
  1. 1
      .gdbinit

1
.gdbinit

@ -22,6 +22,7 @@ end
# Load .gdbinit files from current dir # Load .gdbinit files from current dir
set auto-load local-gdbinit set auto-load local-gdbinit
set auto-load safe-path ~ set auto-load safe-path ~
add-auto-load-safe-path /usr/lib/go/src/runtime/runtime-gdb.py
# save command history # save command history
set history save on set history save on

Loading…
Cancel
Save