gdb: init: Fix deprecated logging setting & enable debuginfod

This commit is contained in:
Sanchayan Maity 2023-01-18 13:01:58 +05:30
parent 558f03bede
commit b3b2f29501
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 1 deletions

View File

@ -5,11 +5,12 @@ set auto-load safe-path /
set auto-load python-scripts on
set auto-load local-gdbinit
set pagination off
set logging on
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 on
alias -a it = info threads