]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/mi/mi-parse.h
Multiexec MI
[thirdparty/binutils-gdb.git] / gdb / mi / mi-parse.h
index a63ee8e0bdb00b94da6fd83fdf9451dc43595978..3c6cd9a31e4167a038d0f245ec0279b2ad14082e 100644 (file)
@@ -46,6 +46,8 @@ struct mi_parse
     char *args;
     char **argv;
     int argc;
+    int all;
+    int thread_group; /* At present, the same as inferior number.  */
     int thread;
     int frame;
   };