# GDB (GNU debugger) configuration file. # Save command history. set history save on # And save 1024 entries. set history size 1024 # vim: ft=gdb