mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-22 07:39:05 +08:00
gdb/testsuite/
* lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert missing $after_stopped and comma (,) expectation.
This commit is contained in:
gdb/testsuite
@ -1,3 +1,8 @@
|
|||||||
|
2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
|
||||||
|
missing $after_stopped and comma (,) expectation.
|
||||||
|
|
||||||
2009-12-31 Stan Shebs <stan@codesourcery.com>
|
2009-12-31 Stan Shebs <stan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.trace/actions.exp: Test teval action.
|
* gdb.trace/actions.exp: Test teval action.
|
||||||
|
@ -1038,7 +1038,7 @@ proc mi_expect_stop { reason func args file line extra test } {
|
|||||||
pass "$test"
|
pass "$test"
|
||||||
return $expect_out(2,string)
|
return $expect_out(2,string)
|
||||||
}
|
}
|
||||||
-re "\\*stopped,${r}${a}${bn}frame=\{addr=\"$hex\",func=\"$any\",args=\[\\\[\{\]$any\[\\\]\}\],file=\"$any\",fullname=\"${fullname_syntax}$any\",line=\"\[0-9\]*\"\}thread-id=\"$decimal\",stopped-threads=$any\r\n$prompt_re" {
|
-re "\\*stopped,${r}${a}${bn}frame=\{addr=\"$hex\",func=\"$any\",args=\[\\\[\{\]$any\[\\\]\}\],file=\"$any\",fullname=\"${fullname_syntax}$any\",line=\"\[0-9\]*\"\}$after_stopped,thread-id=\"$decimal\",stopped-threads=$any\r\n$prompt_re" {
|
||||||
verbose -log "got $expect_out(buffer)"
|
verbose -log "got $expect_out(buffer)"
|
||||||
fail "$test (stopped at wrong place)"
|
fail "$test (stopped at wrong place)"
|
||||||
return -1
|
return -1
|
||||||
|
Reference in New Issue
Block a user