dotfiles/files/.gdbinit
2023-02-10 09:51:35 +01:00

6 lines
136 B
Plaintext

set history save on
set history size 4096
set history remove-duplicates 1
set history filename ~/.gdb_history
set debuginfod enabled on