gdb: Disable debuginfod
Having this enabled makes gdb start downloading debugging libraries which takes a prohibitively long time.
This commit is contained in:
parent
080ba2c237
commit
b3b1ba1a45
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ 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 on
|
||||
set debuginfod enabled off
|
||||
|
||||
alias -a it = info threads
|
||||
|
|
Loading…
Reference in a new issue