From a7ce579bb2c874cf301a2fcc77dabab0d7e64adb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 4 Dec 2019 11:55:10 +0100 Subject: [PATCH] [ADD] GDB configuration files --- Makefile | 1 + gdb/.gdbinit | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 gdb/.gdbinit diff --git a/Makefile b/Makefile index 4c28d40..efdd2a6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CLI_PACKAGES := \ bash \ flake8 \ + gdb \ git \ isort \ ranger \ diff --git a/gdb/.gdbinit b/gdb/.gdbinit new file mode 100644 index 0000000..e1a9c05 --- /dev/null +++ b/gdb/.gdbinit @@ -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/