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