]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gdbinit
708a255b1ec39482b0e32d0095ef07c838dad452
[config/dotfiles.git] / gdbinit
1 # GDB (GNU debugger) configuration file.
2
3
4 # Save command history.
5 set history save on
6 # And save 1024 entries.
7 set history size 1024
8
9 # vim: ft=gdb