OpenOCD
|
Data Fields | |
struct armv8_common | armv8_common |
struct aarch64_brp * | brp_list |
int | brp_num |
int | brp_num_available |
int | brp_num_context |
unsigned int | common_magic |
enum aarch64_isrmasking_mode | isrmasking_mode |
uint32_t | system_control_reg |
uint32_t | system_control_reg_curr |
struct aarch64_brp * | wp_list |
int | wp_num |
int | wp_num_available |
struct armv8_common aarch64_common::armv8_common |
Definition at line 41 of file aarch64.h.
Referenced by aarch64_deinit_target(), aarch64_dpm_setup(), aarch64_examine_first(), aarch64_init_arch_info(), aarch64_mmu(), aarch64_mmu_modify(), aarch64_post_debug_entry(), aarch64_set_breakpoint(), aarch64_set_context_breakpoint(), aarch64_set_hybrid_breakpoint(), aarch64_set_watchpoint(), aarch64_unset_breakpoint(), and aarch64_unset_watchpoint().
struct aarch64_brp* aarch64_common::brp_list |
Definition at line 53 of file aarch64.h.
Referenced by aarch64_deinit_target(), aarch64_examine_first(), aarch64_set_breakpoint(), aarch64_set_context_breakpoint(), aarch64_set_hybrid_breakpoint(), and aarch64_unset_breakpoint().
int aarch64_common::brp_num |
Definition at line 51 of file aarch64.h.
Referenced by aarch64_examine_first(), aarch64_set_breakpoint(), aarch64_set_context_breakpoint(), aarch64_set_hybrid_breakpoint(), and aarch64_unset_breakpoint().
int aarch64_common::brp_num_available |
Definition at line 52 of file aarch64.h.
Referenced by aarch64_add_breakpoint(), aarch64_add_context_breakpoint(), aarch64_add_hybrid_breakpoint(), aarch64_examine_first(), and aarch64_remove_breakpoint().
int aarch64_common::brp_num_context |
Definition at line 50 of file aarch64.h.
Referenced by aarch64_examine_first().
unsigned int aarch64_common::common_magic |
Definition at line 41 of file aarch64.h.
Referenced by aarch64_init_arch_info(), and COMMAND_HANDLER().
enum aarch64_isrmasking_mode aarch64_common::isrmasking_mode |
Definition at line 58 of file aarch64.h.
Referenced by aarch64_examine_first(), aarch64_step(), and COMMAND_HANDLER().
uint32_t aarch64_common::system_control_reg |
Definition at line 46 of file aarch64.h.
Referenced by aarch64_mmu_modify(), aarch64_post_debug_entry(), and aarch64_restore_system_control_reg().
uint32_t aarch64_common::system_control_reg_curr |
Definition at line 47 of file aarch64.h.
Referenced by aarch64_mmu_modify(), aarch64_post_debug_entry(), and aarch64_restore_system_control_reg().
struct aarch64_brp* aarch64_common::wp_list |
Definition at line 58 of file aarch64.h.
Referenced by aarch64_examine_first(), aarch64_set_watchpoint(), and aarch64_unset_watchpoint().
int aarch64_common::wp_num |
Definition at line 56 of file aarch64.h.
Referenced by aarch64_examine_first(), aarch64_set_watchpoint(), and aarch64_unset_watchpoint().
int aarch64_common::wp_num_available |
Definition at line 57 of file aarch64.h.
Referenced by aarch64_add_watchpoint(), aarch64_examine_first(), and aarch64_remove_watchpoint().