mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
gdb/testsuite/
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
This commit is contained in:
@ -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>
|
2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
|
* gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
|
||||||
|
@ -96,7 +96,7 @@ proc extract_heap { dir } {
|
|||||||
}
|
}
|
||||||
-re " = \\(struct list \\*\\) (0x\[0-9a-f\]*).*$gdb_prompt $" {
|
-re " = \\(struct list \\*\\) (0x\[0-9a-f\]*).*$gdb_prompt $" {
|
||||||
set heap [concat $heap $expect_out(1,string)]
|
set heap [concat $heap $expect_out(1,string)]
|
||||||
if { $lim >= 50 } {
|
if { $lim >= 200 } {
|
||||||
pass "$test (stop at $lim)"
|
pass "$test (stop at $lim)"
|
||||||
} else {
|
} else {
|
||||||
incr lim
|
incr lim
|
||||||
|
Reference in New Issue
Block a user