dot-files/gdb/.gdbinit

9 lines
256 B
Plaintext
Raw Permalink Normal View History

2019-12-04 11:55:10 +01:00
# 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/