|
GDB (xrefs)
|
Public Attributes | |
| CORE_ADDR | dr_addr_bp [AARCH64_HBP_MAX_NUM] |
| unsigned int | dr_ctrl_bp [AARCH64_HBP_MAX_NUM] |
| unsigned int | dr_ref_count_bp [AARCH64_HBP_MAX_NUM] |
| CORE_ADDR | dr_addr_wp [AARCH64_HWP_MAX_NUM] |
| unsigned int | dr_ctrl_wp [AARCH64_HWP_MAX_NUM] |
| unsigned int | dr_ref_count_wp [AARCH64_HWP_MAX_NUM] |
Definition at line 174 of file aarch64-linux-nat.c.
| CORE_ADDR aarch64_debug_reg_state::dr_addr_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 177 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_linux_set_debug_regs(), and aarch64_show_debug_reg_state().
| CORE_ADDR aarch64_debug_reg_state::dr_addr_wp[AARCH64_HWP_MAX_NUM] |
Definition at line 182 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_linux_set_debug_regs(), aarch64_linux_stopped_data_address(), and aarch64_show_debug_reg_state().
| unsigned int aarch64_debug_reg_state::dr_ctrl_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 178 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_linux_set_debug_regs(), and aarch64_show_debug_reg_state().
| unsigned int aarch64_debug_reg_state::dr_ctrl_wp[AARCH64_HWP_MAX_NUM] |
Definition at line 183 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_linux_set_debug_regs(), aarch64_linux_stopped_data_address(), and aarch64_show_debug_reg_state().
| unsigned int aarch64_debug_reg_state::dr_ref_count_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 179 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), and aarch64_show_debug_reg_state().
| unsigned int aarch64_debug_reg_state::dr_ref_count_wp[AARCH64_HWP_MAX_NUM] |
Definition at line 184 of file aarch64-linux-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_linux_stopped_data_address(), and aarch64_show_debug_reg_state().
1.8.10