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
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2003-09-17 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
* gdb.cp/gdb1355.exp: New file.
|
* gdb.cp/gdb1355.exp: New file.
|
||||||
|
|
|
@ -342,6 +342,11 @@ proc test_with_self { executable } {
|
||||||
send_gdb "step\n"
|
send_gdb "step\n"
|
||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
|
-re ".*cmdarg = .* xmalloc.*$gdb_prompt $" {
|
||||||
|
set stepped_back 1
|
||||||
|
send_gdb "step\n"
|
||||||
|
exp_continue
|
||||||
|
}
|
||||||
-re "dirsize = 1;.*$gdb_prompt $" {
|
-re "dirsize = 1;.*$gdb_prompt $" {
|
||||||
set stepped_back 1
|
set stepped_back 1
|
||||||
send_gdb "step\n"
|
send_gdb "step\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue