mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Allow go runtime support in gdb
This commit is contained in:
parent
71331702a5
commit
326450a237
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…
Reference in New Issue
Block a user