1
0
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:
Arti Zirk 2022-02-19 20:00:43 +02:00
parent 71331702a5
commit 326450a237

View File

@ -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