X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.gdbinit;h=ecf313227f264abf5b71afbcd049c7b42c3753b0;hb=4d17abd1952185ab07edd126f2e011830fd34054;hp=36ecf0d51f9fc3a41e0a49ad73c4602c87e6384b;hpb=362d070ec9da3e60291e26909da3f4ebd4105af2;p=nethome.git 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