gdb: Clean up duplicate configuration lines

This commit is contained in:
Sanchayan Maity 2024-04-21 15:59:02 +05:30
parent 9aef9bfe2c
commit fdafe80f6c
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 2 deletions

View File

@ -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