]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 21 Dec 2009 05:48:54 +0000 (05:48 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 21 Dec 2009 05:48:54 +0000 (05:48 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.exp

index 9fabdf7673829db974aa90cc0b9a4c859763336d..7418e5d1d7c957467eb0aaf33aa6996a486f25f8 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
+
 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
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