[ADD] GDB configuration files
This commit is contained in:
parent
62b3d66dc8
commit
a7ce579bb2
8
gdb/.gdbinit
Normal file
8
gdb/.gdbinit
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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/
|
Loading…
Reference in a new issue