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
Raw Permalink Normal View History

2018-06-16 16:22:00 +02:00
# go plugin
2018-06-16 16:17:57 +02:00
add-auto-load-safe-path /usr/share/go-1.10/src/runtime/runtime-gdb.py
2018-06-16 16:22:00 +02:00
# history
set history save on
set history filename ~/.gdb_history
2020-09-11 07:25:09 +02:00
source ~/.gdb_safe