From: Jan Kratochvil Date: Sun, 27 Feb 2011 10:07:23 +0000 (+0100) Subject: +set record insn-number-max 10000000 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=6f255c8fd6f013308b64831363d9e045d46045c0 +set record insn-number-max 10000000 --- diff --git a/.gdbinit b/.gdbinit index c2d57d0..5a1e9b7 100644 --- a/.gdbinit +++ b/.gdbinit @@ -4,6 +4,7 @@ set history save on # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106814 set complaints 0 +set record insn-number-max 10000000 define javadump call _Jv_DeepDebug($arg0) end