From: Jan Kratochvil Date: Mon, 10 Oct 2022 15:07:08 +0000 (+0200) Subject: .gdbinit: +u, +pjstr X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=21d1019eaa09eb46bb29840c91dab7452bf64c7d .gdbinit: +u, +pjstr --- 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