mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
gdb.python/py-evthreads.exp: add missing $
This commit is contained in:
@ -86,7 +86,7 @@ gdb_expect {
|
||||
send_gdb "continue&\n"
|
||||
gdb_expect {
|
||||
-re ".*event type: continue.*
|
||||
.*thread num: 1.*\r\n$gdb_prompt " {
|
||||
.*thread num: 1.*\r\n$gdb_prompt $" {
|
||||
pass "continue thread 1"
|
||||
}
|
||||
timeout {
|
||||
|
Reference in New Issue
Block a user