X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.gdbinit;h=5a1e9b73b13d3656555ed59f995b80cbdf18c092;hp=c2d57d007d646120ecb6772c8229f33eec7347ff;hb=79429302311b547d73599e8aaa5981f4add9497b;hpb=89e59ed1b94e18a0d5ab3e070199540c08eec6b2 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