OpenOCD
|
Data Fields | |
struct arm | arm |
struct arm11_sc7_action * | bpwp_actions |
unsigned | bpwp_n |
size_t | brp |
Number of Breakpoint Register Pairs from DIDR More... | |
struct arm_dpm | dpm |
Debug module state. More... | |
uint32_t | dscr |
Last retrieved DSCR value. More... | |
size_t | free_brps |
Number of breakpoints allocated. More... | |
bool | hardware_step |
bool | is_rdtr_saved |
bool | is_wdtr_saved |
struct arm_jtag | jtag_info |
bool | memwrite_burst |
bool | memwrite_error_fatal |
uint32_t | saved_rdtr |
uint32_t | saved_wdtr |
bool | simulate_reset_on_next_halt |
Perform cleanups of the ARM state on next halt. More... | |
bool | step_irq_enable |
uint32_t | vcr |
Configured Vector Catch Register settings. More... | |
struct arm arm11_common::arm |
Definition at line 72 of file arm11.h.
Referenced by arm11_add_debug_inst(), arm11_add_debug_scan_n(), arm11_add_ir(), arm11_assert_reset(), arm11_check_init(), arm11_debug_entry(), arm11_dpm_init(), arm11_examine(), arm11_leave_debug_state(), arm11_nextpc(), arm11_read_dscr(), arm11_read_memory_inner(), arm11_run_instr_data_from_core(), arm11_run_instr_data_to_core(), arm11_run_instr_data_to_core_noack(), arm11_sc7_run(), arm11_target_create(), arm11_write_dscr(), and arm11_write_memory_inner().
struct arm11_sc7_action* arm11_common::bpwp_actions |
Definition at line 41 of file arm11.h.
Referenced by arm11_bpwp_disable(), arm11_bpwp_enable(), arm11_bpwp_flush(), arm11_dpm_deinit(), and arm11_dpm_init().
unsigned arm11_common::bpwp_n |
Definition at line 42 of file arm11.h.
Referenced by arm11_bpwp_disable(), arm11_bpwp_enable(), and arm11_bpwp_flush().
size_t arm11_common::brp |
Number of Breakpoint Register Pairs from DIDR
Definition at line 44 of file arm11.h.
Referenced by arm11_examine(), and arm11_sc7_clear_vbw().
struct arm_dpm arm11_common::dpm |
Debug module state.
Definition at line 72 of file arm11.h.
Referenced by arm11_arch_state(), arm11_bpwp_disable(), arm11_bpwp_enable(), arm11_debug_entry(), arm11_dpm_deinit(), arm11_dpm_finish(), arm11_dpm_init(), arm11_dpm_instr_read_data_dcc(), arm11_dpm_instr_read_data_r0(), arm11_dpm_instr_write_data_dcc(), arm11_dpm_instr_write_data_r0(), arm11_dpm_prepare(), arm11_leave_debug_state(), and dpm_to_arm11().
uint32_t arm11_common::dscr |
Last retrieved DSCR value.
Definition at line 47 of file arm11.h.
Referenced by arm11_check_init(), arm11_debug_entry(), arm11_halt(), arm11_leave_debug_state(), arm11_poll(), arm11_read_dscr(), arm11_resume(), arm11_step(), and arm11_write_dscr().
size_t arm11_common::free_brps |
Number of breakpoints allocated.
Definition at line 45 of file arm11.h.
Referenced by arm11_add_breakpoint(), arm11_examine(), and arm11_remove_breakpoint().
bool arm11_common::hardware_step |
Definition at line 64 of file arm11.h.
Referenced by arm11_step().
bool arm11_common::is_rdtr_saved |
Definition at line 52 of file arm11.h.
Referenced by arm11_debug_entry(), and arm11_leave_debug_state().
bool arm11_common::is_wdtr_saved |
Definition at line 53 of file arm11.h.
Referenced by arm11_debug_entry(), and arm11_leave_debug_state().
struct arm_jtag arm11_common::jtag_info |
Definition at line 67 of file arm11.h.
Referenced by arm11_add_debug_scan_n(), arm11_examine(), and arm11_target_create().
bool arm11_common::memwrite_burst |
Definition at line 61 of file arm11.h.
Referenced by arm11_target_create(), and arm11_write_memory_inner().
bool arm11_common::memwrite_error_fatal |
Definition at line 62 of file arm11.h.
Referenced by arm11_target_create(), and arm11_write_memory_inner().
uint32_t arm11_common::saved_rdtr |
Definition at line 49 of file arm11.h.
Referenced by arm11_debug_entry(), and arm11_leave_debug_state().
uint32_t arm11_common::saved_wdtr |
Definition at line 50 of file arm11.h.
Referenced by arm11_debug_entry(), and arm11_leave_debug_state().
bool arm11_common::simulate_reset_on_next_halt |
Perform cleanups of the ARM state on next halt.
Definition at line 55 of file arm11.h.
Referenced by arm11_check_init(), arm11_debug_entry(), and arm11_halt().
bool arm11_common::step_irq_enable |
Definition at line 63 of file arm11.h.
Referenced by arm11_step().
uint32_t arm11_common::vcr |
Configured Vector Catch Register settings.
Definition at line 67 of file arm11.h.
Referenced by arm11_assert_reset(), arm11_deassert_reset(), and arm11_resume().