OpenOCD
|
When run_command is called, a new instance will be created on the stack, filled with the proper values, and passed by reference to the required COMMAND_HANDLER routine. More...
Data Fields | |
unsigned int | argc |
const char ** | argv |
struct command_context * | ctx |
struct command * | current |
Jim_Obj *const * | jimtcl_argv |
const char * | name |
Jim_Obj * | output |
When run_command is called, a new instance will be created on the stack, filled with the proper values, and passed by reference to the required COMMAND_HANDLER routine.
unsigned int command_invocation::argc |
Definition at line 80 of file command.h.
Referenced by exec_command().
const char** command_invocation::argv |
Definition at line 81 of file command.h.
Referenced by exec_command().
struct command_context* command_invocation::ctx |