X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gdbinit;h=ecf313227f264abf5b71afbcd049c7b42c3753b0;hp=36ecf0d51f9fc3a41e0a49ad73c4602c87e6384b;hb=53db4430a3d42884f270ee7db42fae6e437a4d36;hpb=362d070ec9da3e60291e26909da3f4ebd4105af2 diff --git a/.gdbinit b/.gdbinit index 36ecf0d..ecf3132 100644 --- a/.gdbinit +++ b/.gdbinit @@ -2,6 +2,8 @@ # Should also work (untested): # set history filename ~/.gdb_history set history save on +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814 +set complaints 0 define rt break $arg0 run @@ -12,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