X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.gdbinit;h=8a01500e418fd51fea941cead4dacf803523461e;hb=5626e9468c2843d6eb4b32080be30f6cbb90f048;hp=613d134f4b3b613edb665d73f4affeb51fea8c4c;hpb=c36e8adb127d503dba5e5f856b4635d01f4b86f4;p=nethome.git diff --git a/.gdbinit b/.gdbinit index 613d134..8a01500 100644 --- a/.gdbinit +++ b/.gdbinit @@ -7,12 +7,21 @@ set history save on # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814 set complaints 0 set record full insn-number-max 10000000 +define u + up +end +document u +up +end define javadump call _Jv_DeepDebug($arg0) end document javadump call _Jv_DeepDebug($arg0) end +define pjstr + p *$arg0._body@$arg0._length +end define pglist if (*("$arg1")=='@') set var $arg1=struct $arg1