dotfiles/files/.gdbinit

6 lines
136 B
Plaintext
Raw Permalink Normal View History

2017-05-24 12:19:23 +02:00
set history save on
set history size 4096
set history remove-duplicates 1
set history filename ~/.gdb_history
2023-02-10 09:51:35 +01:00
set debuginfod enabled on