Public Attributes | |
const char * | name |
const char * | args |
int | tmp_flag |
void(* | f )(struct machine *, char *cmd_line) |
const char * | description |
Definition at line 1189 of file debugger_cmds.cc.
const char* cmd::args |
Definition at line 1191 of file debugger_cmds.cc.
const char* cmd::description |
Definition at line 1194 of file debugger_cmds.cc.
void(* cmd::f) (struct machine *, char *cmd_line) |
Definition at line 1193 of file debugger_cmds.cc.
const char* cmd::name |
Definition at line 1190 of file debugger_cmds.cc.
int cmd::tmp_flag |
Definition at line 1192 of file debugger_cmds.cc.