Searched defs:mi_parse (Results 1 – 2 of 2) sorted by relevance
42 struct mi_parse struct68 enum mi_command_type op = MI_COMMAND;71 gdb::unique_xmalloc_ptr<char> command;72 std::string token;73 const struct mi_command *cmd = nullptr;74 struct mi_timestamp *cmd_start = nullptr;75 char **argv = nullptr;76 int argc = 0;77 int all = 0;78 int thread_group = -1; /* At present, the same as inferior number. */[all …]
291 mi_parse::mi_parse (const char *cmd, std::string *token) in mi_parse() function409 mi_parse::mi_parse (gdb::unique_xmalloc_ptr<char> command, in mi_parse() function