dot-files/gdb/.gdbinit

9 lines
256 B
Plaintext

# Keep a history of all commands in each directory
set history save on
# Use the provided C++ containers pretty-printers by reading the ELF file
set auto-load python-scripts
# Allow autoloading project-local .gdbinit files
add-auto-load-safe-path ~/git/