mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
gdb.python/py-evthreads.exp: add missing $
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2011-07-06 Marek Polacek <mpolacek@redhat.com>
|
||||
|
||||
* gdb.python/py-evthreads.exp: Add missing `$'.
|
||||
|
||||
2011-07-06 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* config/bfin.exp: New file.
|
||||
|
@ -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