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
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ end
# Load .gdbinit files from current dir
set auto-load local-gdbinit
set auto-load safe-path ~
add-auto-load-safe-path /usr/lib/go/src/runtime/runtime-gdb.py
# save command history
set history save on