]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/lib/mi-support.exp
Include group-id in thread-created notification.
[thirdparty/binutils-gdb.git] / gdb / testsuite / lib / mi-support.exp
index 39a2982ddf0783264c2855b9af923d80b52758d0..39db896306e831008def4e560ea92d589949fb06 100644 (file)
@@ -816,7 +816,7 @@ proc mi_run_cmd {args} {
 
     send_gdb "220-exec-run $args\n"
     gdb_expect {
-       -re "220\\^running\r\n(\\*running,thread-id=\"\[^\"\]+\"\r\n|=thread-created,id=\"1\"\r\n)*${mi_gdb_prompt}" {
+       -re "220\\^running\r\n(\\*running,thread-id=\"\[^\"\]+\"\r\n|=thread-created,id=\"1\",group-id=\"\[0-9\]+\"\r\n)*${mi_gdb_prompt}" {
        }
        timeout {
            perror "Unable to start target"