aboutsummaryrefslogtreecommitdiff
path: root/misc/.gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'misc/.gdbinit')
-rw-r--r--misc/.gdbinit6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/.gdbinit b/misc/.gdbinit
index b2c8a1f..b06bc7f 100644
--- a/misc/.gdbinit
+++ b/misc/.gdbinit
@@ -1,3 +1,5 @@
+set debuginfod enabled on
+set max-completions 20
set print static-members off
set print frame-arguments all
# unlimited print string length
@@ -19,6 +21,10 @@ alias wl = watch -l
alias awl = awatch -l
alias rwl = rwatch -l
alias rt = restart
+define bc
+ b $arg0
+ c
+end
# Print backtrace of all threads
alias abt = thread apply all bt
set history save on