This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.gdbinit

9 lines
169 B
Plaintext

# go plugin
add-auto-load-safe-path /usr/share/go-1.10/src/runtime/runtime-gdb.py
# history
set history save on
set history filename ~/.gdb_history
source ~/.gdb_safe