Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/mi/
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]; in lookup_table()
230 build_table (struct mi_cmd *commands) in build_table()
234 struct mi_cmd *command; in build_table()
[all …]
H A Dmi-cmds.h125 struct mi_cmd struct
140 extern struct mi_cmd *mi_lookup (const char *command); argument
H A Dmi-parse.h37 const struct mi_cmd *cmd;