gdb.python/py-evthreads.exp: add missing $

This commit is contained in:
Marek Polacek 2011-07-06 19:52:21 +00:00
parent 33a365dfad
commit 438640d112
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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 {