From 75759096eebabc8e2365169dd8d6fe462706daa0 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sun, 30 May 2021 22:29:47 +0200 Subject: [PATCH] gdb: use dashboard --- .gdbinit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gdbinit b/.gdbinit index 522d31b..3e2a5a7 100644 --- a/.gdbinit +++ b/.gdbinit @@ -4,6 +4,9 @@ source ~/config/gdb/commands.py source ~/config/gdb/commands2.py +source ~/config/gdb/gdb-dashboard/.gdbinit + +#source ~/config/gdb/gdbinit/gdbinit define exit kill