2003-09-23 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/selftest.exp: Accomodate more instruction reordering weirdness.
This commit is contained in:
parent
8c2957c400
commit
274bcba01c
@ -1,3 +1,8 @@
|
||||
2003-09-23 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.base/selftest.exp: Accomodate more instruction reordering
|
||||
weirdness.
|
||||
|
||||
2003-09-17 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.cp/gdb1355.exp: New file.
|
||||
|
@ -342,6 +342,11 @@ proc test_with_self { executable } {
|
||||
send_gdb "step\n"
|
||||
exp_continue
|
||||
}
|
||||
-re ".*cmdarg = .* xmalloc.*$gdb_prompt $" {
|
||||
set stepped_back 1
|
||||
send_gdb "step\n"
|
||||
exp_continue
|
||||
}
|
||||
-re "dirsize = 1;.*$gdb_prompt $" {
|
||||
set stepped_back 1
|
||||
send_gdb "step\n"
|
||||
|
Loading…
Reference in New Issue
Block a user