Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.h43 struct cmd_list_element struct
45 cmd_list_element (const char *name_, enum command_class theclass_, in cmd_list_element() argument
64 ~cmd_list_element () in ~cmd_list_element() argument
79 const char *name;
141 void (*func) (struct cmd_list_element *c, const char *args, int from_tty) argument
146 {
173 void (*pre_show_hook) (struct cmd_list_element *c) = nullptr; argument
187 struct cmd_list_element **prefixlist = nullptr; argument
197 struct cmd_list_element *prefix = nullptr; argument
213 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-decode.h43 struct cmd_list_element struct
45 cmd_list_element (const char *name_, enum command_class theclass_, in cmd_list_element() function
64 ~cmd_list_element () in ~cmd_list_element() argument
79 const char *name;
141 void (*func) (struct cmd_list_element *c, const char *args, int from_tty) argument
146 {
173 void (*pre_show_hook) (struct cmd_list_element *c) = nullptr; argument
187 struct cmd_list_element **prefixlist = nullptr; argument
197 struct cmd_list_element *prefix = nullptr; argument
213 void (*destroyer) (struct cmd_list_element *self, void *context) = nullptr; argument
[all …]