5 lines
136 B
Text
5 lines
136 B
Text
set history save on
|
|
set history size 4096
|
|
set history remove-duplicates 1
|
|
set history filename ~/.gdb_history
|
|
set debuginfod enabled on
|