[ADD] GDB configuration files

This commit is contained in:
Bruno BELANYI 2019-12-04 11:55:10 +01:00
parent 62b3d66dc8
commit a7ce579bb2
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
CLI_PACKAGES := \
bash \
flake8 \
gdb \
git \
isort \
ranger \

8
gdb/.gdbinit Normal file
View 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/