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 193 of file command.h.
Referenced by command_new(), jim_command_dispatch(), and run_command().
Jim_CmdProc* command::jim_handler |
Definition at line 194 of file command.h.
Referenced by command_new(), exec_command(), and jim_command_dispatch().
void* command::jim_handler_data |
Definition at line 195 of file command.h.
Referenced by __register_commands(), jim_arm_tpiu_swo_configure(), and jim_arm_tpiu_swo_enable().
struct target* command::jim_override_target |
Definition at line 197 of file command.h.
Referenced by __register_commands(), and jim_command_dispatch().
enum command_mode command::mode |
Definition at line 197 of file command.h.
Referenced by command_can_run(), command_new(), and jim_command_mode().
char* command::name |
Definition at line 192 of file command.h.
Referenced by command_can_run(), command_free(), command_new(), jim_arm_tpiu_swo_configure(), jim_command_dispatch(), jim_jtag_configure(), jim_jtag_tap_enabler(), jim_target_configure(), and run_command().