From 74f67bb8183db522b9732433041100bb525fbbea Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 21 Apr 2024 15:59:02 +0530 Subject: [PATCH] gdb: Clean up duplicate configuration lines --- gdb/.gdbinit.d/init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdb/.gdbinit.d/init b/gdb/.gdbinit.d/init index fc8ff33..ba5282f 100644 --- a/gdb/.gdbinit.d/init +++ b/gdb/.gdbinit.d/init @@ -2,6 +2,7 @@ set confirm off set breakpoint pending on set print pretty on set auto-load safe-path / +add-auto-load-safe-path ~/GitSources/gstreamer/.gdbinit ~/.gdbinit.d/scripts set auto-load python-scripts on set auto-load local-gdbinit set pagination off @@ -10,8 +11,6 @@ set logging enabled on set logging overwrite on set mi-async on set non-stop off -add-auto-load-safe-path ~/GitSources/gstreamer/.gdbinit ~/.gdbinit.d/scripts -set auto-load python-scripts on set debuginfod enabled off alias -a it = info threads