GDB/MI: Add new "--language LANG" command option.
[deliverable/binutils-gdb.git] / gdb / mi / mi-parse.h
index b20a389dca32a3bf02664b0ae9fa86a58cfbf0e9..325c1e14398c5992bfbe217485eaae40a84f2054 100644 (file)
@@ -50,6 +50,10 @@ struct mi_parse
     int thread_group; /* At present, the same as inferior number.  */
     int thread;
     int frame;
+
+    /* The language that should be used to evaluate the MI command.
+       Ignored if set to language_unknown.  */
+    enum language language;
   };
 
 /* Attempts to parse CMD returning a ``struct mi_parse''.  If CMD is
This page took 0.027493 seconds and 4 git commands to generate.