+set record insn-number-max 10000000
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:07:23 +0000 (11:07 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:07:23 +0000 (11:07 +0100)
.gdbinit

index c2d57d0..5a1e9b7 100644 (file)
--- 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 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
 define javadump
        call _Jv_DeepDebug($arg0)
 end