OpenOCD
|
Data Fields | |
struct target * | current_target |
struct target * | current_target_override |
struct list_head * | help_list |
Jim_Interp * | interp |
enum command_mode | mode |
command_output_handler_t | output_handler |
void * | output_handler_priv |
struct target* command_context::current_target |
Definition at line 55 of file command.h.
Referenced by arm_tpiu_swo_handle_event(), gdb_new_connection(), get_current_target_or_null(), and target_create().
struct target* command_context::current_target_override |
Definition at line 57 of file command.h.
Referenced by command_run_line(), gdb_query_packet(), get_current_target_or_null(), jim_command_dispatch(), and target_handle_event().
struct list_head* command_context::help_list |
Definition at line 66 of file command.h.
Referenced by command_exit(), command_init(), help_add_command(), help_del_all_commands(), and help_del_command().
Jim_Interp* command_context::interp |
Definition at line 53 of file command.h.
Referenced by arm_tpiu_swo_create(), command_exit(), command_init(), command_run_line(), current_command_context(), dsp563xx_get_default_memory(), gdb_query_packet(), jim_aice_arp_init_reset(), jim_arc_get_reg_field(), jim_arm_tpiu_swo_enable(), jim_arm_tpiu_swo_init(), jim_command_dispatch(), jim_command_mode(), jim_find(), jim_jtag_arp_init(), jim_jtag_arp_init_reset(), jim_nds32_bulk_read(), jim_nds32_bulk_write(), jim_nds32_multi_write(), jim_nds32_read_edm_sr(), jim_nds32_write_edm_sr(), jim_target_array2mem(), jim_target_configure(), jim_target_current(), jim_target_current_state(), jim_target_examine(), jim_target_examine_deferred(), jim_target_halt(), jim_target_halt_gdb(), jim_target_invoke_event(), jim_target_mem2array(), jim_target_poll(), jim_target_reset(), jim_target_wait_state(), jim_target_was_examined(), jtag_init(), process_jim_events(), register_command(), run_command(), setup_command_handler(), target_init(), target_jim_get_reg(), target_jim_read_memory(), target_jim_set_reg(), target_jim_write_memory(), tcl_input(), and telnet_auto_complete().
enum command_mode command_context::mode |
Definition at line 53 of file command.h.
Referenced by command_can_run(), command_context_mode(), command_init(), jim_arm_tpiu_swo_enable(), jim_command_mode(), and target_configure().
command_output_handler_t command_context::output_handler |
Definition at line 64 of file command.h.
Referenced by command_output_text(), and command_set_output_handler().
void* command_context::output_handler_priv |
Definition at line 65 of file command.h.
Referenced by command_set_output_handler(), tcl_new_connection(), and telnet_output().