Browse Source

Allow loading distro gdb python plugins

master
Arti Zirk 2 years ago
parent
commit
1de7b44c97
  1. 1
      .gdbinit

1
.gdbinit

@ -23,6 +23,7 @@ end @@ -23,6 +23,7 @@ end
set auto-load local-gdbinit
set auto-load safe-path ~
add-auto-load-safe-path /usr/lib/go/src/runtime/runtime-gdb.py
add-auto-load-safe-path /usr/share/gdb/auto-load/usr/lib
# save command history
set history save on

Loading…
Cancel
Save