[ADD] GDB configuration files
This commit is contained in:
parent
62b3d66dc8
commit
a7ce579bb2
2 changed files with 9 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
CLI_PACKAGES := \
|
||||
bash \
|
||||
flake8 \
|
||||
gdb \
|
||||
git \
|
||||
isort \
|
||||
ranger \
|
||||
|
|
|
|||
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…
Add table
Add a link
Reference in a new issue