Searched refs:mi_cmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-parse.h37 const struct mi_cmd *cmd;
H A Dmi-cmds.c30 struct mi_cmd;
31 static struct mi_cmd **lookup_table (const char *command);
32 static void build_table (struct mi_cmd *commands);
35 struct mi_cmd mi_cmds[] =
173 static struct mi_cmd **mi_table;
182 struct mi_cmd *
198 static struct mi_cmd **
212 struct mi_cmd **entry = &mi_table[index];
230 build_table (struct mi_cmd *commands)
234 struct mi_cmd *comman
[all...]
H A Dmi-cmds.h125 struct mi_cmd struct
140 extern struct mi_cmd *mi_lookup (const char *command);

Completed in 107 milliseconds