Here are settings I currently use in my .gdbinit file to control the behavior history
set history save on
set history size 20
set history remove-duplicates unlimited
set history filename ~/.gdb_history
Software Engineering and Controls
Here are settings I currently use in my .gdbinit file to control the behavior history
set history save on
set history size 20
set history remove-duplicates unlimited
set history filename ~/.gdb_history