From 81e714904474000758cd579179d47daff6efa4ff Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Sep 2024 07:42:29 +0200 Subject: gdb: Introduce the gdbinit file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now it allows us to disable the `safe-path` feature, so GDB doesn't freak out when I'm using it to debug the kernel. Signed-off-by: Miquel Sabaté Solà --- .config/gdb/gdbinit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/gdb/gdbinit diff --git a/.config/gdb/gdbinit b/.config/gdb/gdbinit new file mode 100644 index 0000000..910710c --- /dev/null +++ b/.config/gdb/gdbinit @@ -0,0 +1 @@ +set auto-load safe-path / -- cgit v1.2.3