GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
mi_command_mi Struct Reference
Inheritance diagram for mi_command_mi:
mi_command

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
 
- Public Member Functions inherited from mi_command
 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_ftypem_argv_function
 

Detailed Description

Definition at line 35 of file mi-cmds.c.

Constructor & Destructor Documentation

◆ mi_command_mi()

mi_command_mi::mi_command_mi ( const char * name,
mi_cmd_argv_ftype func,
int * suppress_notification )
inline

Definition at line 40 of file mi-cmds.c.

References func.

Member Function Documentation

◆ invoke()

void mi_command_mi::invoke ( struct mi_parse * parse) const
inlineoverridevirtual

Member Data Documentation

◆ m_argv_function

mi_cmd_argv_ftype* mi_command_mi::m_argv_function
private

Definition at line 64 of file mi-cmds.c.

Referenced by invoke().


The documentation for this struct was generated from the following file: