gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 30 Nov 2009 22:56:34 +0000 (22:56 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 30 Nov 2009 22:56:34 +0000 (22:56 +0000)
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index 01cd4f7edf7ca5d8102821efa05c3d5c206c97ff..1669aa90b43086fbdb081f8b772e8fd66cce4c65 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
+
 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
index acbfdd699074c079dfaa2925575b3da3b8391b13..48ceea166a4361b3611a8da2bd71822e90a84336 100644 (file)
@@ -96,7 +96,7 @@ proc extract_heap { dir } {
        }
        -re " = \\(struct list \\*\\) (0x\[0-9a-f\]*).*$gdb_prompt $" {
            set heap [concat $heap $expect_out(1,string)]
-           if { $lim >= 50 } {
+           if { $lim >= 200 } {
                pass "$test (stop at $lim)"
            } else {
                incr lim
This page took 0.039717 seconds and 4 git commands to generate.