X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gdbinit;h=ecf313227f264abf5b71afbcd049c7b42c3753b0;hp=6aad8c420705e7105ae4a7acb1c2aeaf19e10e5e;hb=a1552bf15d0344af10ba555ab63090442d1be100;hpb=e35d7d87ec46cb66d32b36828f35c7c4c72868b0 diff --git a/.gdbinit b/.gdbinit index 6aad8c4..ecf3132 100644 --- a/.gdbinit +++ b/.gdbinit @@ -2,7 +2,8 @@ # Should also work (untested): # set history filename ~/.gdb_history set history save on -set complaints 10 +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814 +set complaints 0 define rt break $arg0 run @@ -13,12 +14,14 @@ define ct continue end define rtl - tbreak main - run + start break $arg0 continue # clear $arg0 end +define javadump + call _Jv_DeepDebug($arg0) + end define pglist3 if (*("$arg1")=='@') set var $arg1=struct $arg1