mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2003-09-23 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/selftest.exp: Accomodate more instruction reordering weirdness.
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user