OSDN Git Service

Enable to track git://github.com/monaka/binutils.git
[pf3gnuchains/pf3gnuchains3x.git] / gdb / testsuite / gdb.base / bigcore.exp
index acbfdd6..bc1ff94 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005,
-# 2007, 2008, 2009 Free Software Foundation, Inc.
+# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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