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 | argc |
const char ** | argv |
struct command_context * | ctx |
struct command * | current |
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.
struct command_context* command_invocation::ctx |