gdb: Disable debuginfod

Having this enabled makes gdb start downloading debugging libraries
which takes a prohibitively long time.
This commit is contained in:
Sanchayan Maity 2023-02-03 16:27:50 +05:30
parent 080ba2c237
commit b3b1ba1a45
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

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