X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gdbinit;h=8a01500e418fd51fea941cead4dacf803523461e;hp=f31f82fbbb76623cf5f77b7b52231d0d9bd20c4c;hb=HEAD;hpb=596284f37bff7f96732c8bf8d98279166e134bbf diff --git a/.gdbinit b/.gdbinit index f31f82f..8a01500 100644 --- a/.gdbinit +++ b/.gdbinit @@ -6,13 +6,22 @@ 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 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