1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

Allow loading distro gdb python plugins

This commit is contained in:
Arti Zirk 2023-02-13 17:31:18 +02:00
parent 7b3a773dd2
commit 1de7b44c97

View File

@ -23,6 +23,7 @@ end
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 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 # save command history
set history save on set history save on