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:
parent
7b3a773dd2
commit
1de7b44c97
1
.gdbinit
1
.gdbinit
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user