mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* gdb.base/finish.exp (finish_void): Revise pattern for
stopping on the call statement to not permit stopping at the start of the instructions comprising the call sequence.
This commit is contained in:
@ -85,7 +85,7 @@ proc finish_void { } {
|
||||
-re ".*void_checkpoint.*$gdb_prompt $" {
|
||||
pass "finish from void_func"
|
||||
}
|
||||
-re ".*call to void_func.*$gdb_prompt $" {
|
||||
-re "0x\[0-9a-fA-F\]+ in main.*call to void_func.*$gdb_prompt $" {
|
||||
pass "finish from void_func"
|
||||
}
|
||||
-re ".*$gdb_prompt $" {
|
||||
|
Reference in New Issue
Block a user