diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 12:15:54 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-04 12:15:54 +0000 |
commit | 96dff6a2f423ced8545f17f6f8f0fee770e4f77b (patch) | |
tree | 3fcd42ff4781679599042918691fdcb8364f0241 /gdb | |
parent | f78bff48393b8a227e0b8d0f7e10377b6af4faf2 (diff) | |
download | gdb-96dff6a2f423ced8545f17f6f8f0fee770e4f77b.zip gdb-96dff6a2f423ced8545f17f6f8f0fee770e4f77b.tar.gz gdb-96dff6a2f423ced8545f17f6f8f0fee770e4f77b.tar.bz2 |
* lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
notification to appear.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e7aadde..1e9b3ec 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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> * gdb.base/fullname.c: New file. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 9372dfc..6a52c88 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -821,7 +821,7 @@ proc mi_run_cmd {args} { send_gdb "220-exec-run $args\n" 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 { perror "Unable to start target" |