]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gdbinit
gdbinit: Add, GDB configuration file.
[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