Home
last modified time | relevance | path

Searched defs:mi_parse (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-parse.h42 struct mi_parse struct
68 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 …]
Dmi-parse.c291 mi_parse::mi_parse (const char *cmd, std::string *token) in mi_parse() function
409 mi_parse::mi_parse (gdb::unique_xmalloc_ptr<char> command, in mi_parse() function