GDB (xrefs)
|
Public Member Functions | |
mi_command_mi (const char *name, mi_cmd_argv_ftype func, int *suppress_notification) | |
void | invoke (struct mi_parse *parse) const override |
![]() | |
mi_command (const char *name, int *suppress_notification) | |
virtual | ~mi_command ()=default |
const char * | name () const |
bool | preserve_user_selected_context () const |
gdb::optional< scoped_restore_tmpl< int > > | do_suppress_notification () const |
Private Attributes | |
mi_cmd_argv_ftype * | m_argv_function |
|
inline |
|
inlineoverridevirtual |
Implements mi_command.
Definition at line 50 of file mi-cmds.c.
References mi_parse::argc, mi_parse::args(), mi_parse::argv, mi_parse::command, m_argv_function, and mi_parse::parse_argv().
|
private |