-git: checkout: +--ignore-other-worktrees
[nethome.git] / .gdbinit
index f31f82f..6d168c4 100644 (file)
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,3 +1,13 @@
+add-auto-load-safe-path ~/src/stock
+add-auto-load-safe-path ~/src/interview/.gdbinit
+add-auto-load-safe-path ~/src/interview/asan/*-gdb.gdb
+add-auto-load-safe-path ~/src/toptal.com-codility.com/.gdbinit
+add-auto-load-safe-path ~/src/toptal.com-codility.com/asan/*-gdb.gdb
+define bt
+       disable frame-filter all
+       backtrace
+end
+
 set break pending on
 set style enabled off
 # See .bashrc: export GDBHISTFILE="$HOME/.gdb_history"
@@ -6,7 +16,7 @@ set style enabled off
 set history save on
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814
 set complaints 0
-set record insn-number-max 10000000
+set record full insn-number-max 10000000
 define javadump
        call _Jv_DeepDebug($arg0)
 end