OpenOCD
|
Data Fields | |
command_handler_t | handler |
Jim_CmdProc * | jim_handler |
void * | jim_handler_data |
struct target * | jim_override_target |
enum command_mode | mode |
char * | name |
command_handler_t command::handler |
Definition at line 199 of file command.h.
Referenced by command_new(), exec_command(), and jim_command_dispatch().
Jim_CmdProc* command::jim_handler |
Definition at line 200 of file command.h.
Referenced by command_new(), exec_command(), and jim_command_dispatch().
void* command::jim_handler_data |
Definition at line 201 of file command.h.
Referenced by __register_commands(), and jim_arm_tpiu_swo_configure().
struct target* command::jim_override_target |
Definition at line 203 of file command.h.
Referenced by __register_commands(), and jim_command_dispatch().
enum command_mode command::mode |
Definition at line 203 of file command.h.
Referenced by command_can_run(), command_new(), and jim_command_mode().
char* command::name |
Definition at line 198 of file command.h.
Referenced by command_can_run(), command_free(), command_new(), exec_command(), jim_arm_tpiu_swo_configure(), and jim_target_configure().