mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +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>
|
||||
|
||||
* 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"
|
||||
|
Reference in New Issue
Block a user