gdb: Add our scripts directory to auto load path
This commit is contained in:
parent
bc5d78ee5f
commit
5b9818fabc
1 changed files with 2 additions and 0 deletions
|
@ -9,5 +9,7 @@ set logging 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
|
||||||
|
|
||||||
alias -a it = info threads
|
alias -a it = info threads
|
||||||
|
|
Loading…
Reference in a new issue