mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-12 18:51:30 +08:00
* lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
notification to appear.
This commit is contained in:
gdb/testsuite
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
|
||||||
|
notification to appear.
|
||||||
|
|
||||||
2008-05-04 Daniel Jacobowitz <dan@debian.org>
|
2008-05-04 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
* gdb.base/fullname.c: New file.
|
* gdb.base/fullname.c: New file.
|
||||||
|
@ -821,7 +821,7 @@ proc mi_run_cmd {args} {
|
|||||||
|
|
||||||
send_gdb "220-exec-run $args\n"
|
send_gdb "220-exec-run $args\n"
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re "220\\^running\r\n${mi_gdb_prompt}" {
|
-re "220\\^running\r\n(=thread-created,id=\"1\"\r\n)?${mi_gdb_prompt}" {
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
perror "Unable to start target"
|
perror "Unable to start target"
|
||||||
|
Reference in New Issue
Block a user