2021-10-03 16:12:43 +02:00
|
|
|
set confirm off
|
|
|
|
set breakpoint pending on
|
|
|
|
set print pretty on
|
|
|
|
set auto-load safe-path /
|
2021-10-08 11:09:48 +02:00
|
|
|
set auto-load python-scripts on
|
|
|
|
set auto-load local-gdbinit
|
|
|
|
set pagination off
|
2023-01-18 08:31:58 +01:00
|
|
|
set logging enabled on
|
2021-10-11 12:42:14 +02:00
|
|
|
set logging overwrite on
|
2021-10-08 11:09:48 +02:00
|
|
|
set mi-async on
|
|
|
|
set non-stop off
|
2022-04-03 07:16:41 +02:00
|
|
|
add-auto-load-safe-path ~/GitSources/gstreamer/.gdbinit ~/.gdbinit.d/scripts
|
|
|
|
set auto-load python-scripts on
|
2023-02-03 11:57:50 +01:00
|
|
|
set debuginfod enabled off
|
2021-10-03 16:12:43 +02:00
|
|
|
|
2022-03-29 08:15:24 +02:00
|
|
|
alias -a it = info threads
|