GDB (xrefs)
|
#include "mi-cmds.h"
Public Attributes | |
const char * | name |
struct mi_cli | cli |
mi_cmd_argv_ftype * | argv_func |
int * | suppress_notification |
mi_cmd_argv_ftype* mi_cmd::argv_func |
Definition at line 144 of file mi-cmds.h.
Referenced by mi_cmd_execute(), and mi_parse().
struct mi_cli mi_cmd::cli |
Definition at line 142 of file mi-cmds.h.
Referenced by mi_cmd_execute(), and mi_parse().
const char* mi_cmd::name |
Definition at line 139 of file mi-cmds.h.
Referenced by build_table().
int* mi_cmd::suppress_notification |
Definition at line 150 of file mi-cmds.h.
Referenced by mi_cmd_execute().