2003-09-23 Elena Zannoni <ezannoni@redhat.com>

* gdb.base/selftest.exp: Accomodate more instruction reordering
        weirdness.
This commit is contained in:
Elena Zannoni 2003-09-23 19:19:48 +00:00
parent 8c2957c400
commit 274bcba01c
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View 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"