From: Joel Brobecker Date: Mon, 21 Dec 2009 05:48:54 +0000 (+0000) Subject: * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. X-Git-Tag: gdb_7_0_1-2009-12-22-release~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1491b3d64aa41e8906920c31601290be33f5aa7;p=thirdparty%2Fbinutils-gdb.git * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9fabdf76738..7418e5d1d7c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-12-21 Jan Kratochvil + + * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. + 2009-09-29 Jan Kratochvil * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ... diff --git a/gdb/testsuite/gdb.base/bigcore.exp b/gdb/testsuite/gdb.base/bigcore.exp index acbfdd69907..48ceea166a4 100644 --- a/gdb/testsuite/gdb.base/bigcore.exp +++ b/gdb/testsuite/gdb.base/bigcore.exp @@ -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