mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
2002-04-10 Martin M. Hunt <hunt@redhat.com>
* gdb.base/ending-run.exp: Fix pattern for Mips targets stepping out of main.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-04-10 Martin M. Hunt <hunt@redhat.com>
|
||||
|
||||
* gdb.base/ending-run.exp: Fix pattern for Mips targets
|
||||
stepping out of main.
|
||||
|
||||
2002-04-09 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.c++/local.cc (main): Move call to marker1() inside nested
|
||||
|
@ -178,6 +178,10 @@ gdb_expect {
|
||||
# This is what happens on Sanyo XStormy16
|
||||
pass "step out of main"
|
||||
}
|
||||
-re ".*init ().*$gdb_prompt $" {
|
||||
# This is what happens on many Mips targets
|
||||
pass "step out of main"
|
||||
}
|
||||
-re ".*in ..change.mode ().*$gdb_prompt $" {
|
||||
# This is what happens on ARM in thumb mode -fn 2000-02-01
|
||||
pass "step out of main on ARM thumb"
|
||||
|
Reference in New Issue
Block a user