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