gdb: Clean up duplicate configuration lines
This commit is contained in:
parent
9aef9bfe2c
commit
fdafe80f6c
1 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,7 @@ set confirm off
|
||||||
set breakpoint pending on
|
set breakpoint pending on
|
||||||
set print pretty on
|
set print pretty on
|
||||||
set auto-load safe-path /
|
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 python-scripts on
|
||||||
set auto-load local-gdbinit
|
set auto-load local-gdbinit
|
||||||
set pagination off
|
set pagination off
|
||||||
|
@ -10,8 +11,6 @@ set logging enabled on
|
||||||
set logging overwrite on
|
set logging overwrite on
|
||||||
set mi-async on
|
set mi-async on
|
||||||
set non-stop off
|
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
|
set debuginfod enabled off
|
||||||
|
|
||||||
alias -a it = info threads
|
alias -a it = info threads
|
||||||
|
|
Loading…
Reference in a new issue