|
GDBserver
|
#include "aarch64-linux-hw-point.h"
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 142 of file aarch64-linux-hw-point.h.
| CORE_ADDR aarch64_debug_reg_state::dr_addr_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 145 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), 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 150 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), aarch64_linux_set_debug_regs(), aarch64_show_debug_reg_state(), and aarch64_stopped_data_address().
| unsigned int aarch64_debug_reg_state::dr_ctrl_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 146 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), 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 151 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), aarch64_linux_set_debug_regs(), aarch64_show_debug_reg_state(), and aarch64_stopped_data_address().
| unsigned int aarch64_debug_reg_state::dr_ref_count_bp[AARCH64_HBP_MAX_NUM] |
Definition at line 147 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), and aarch64_show_debug_reg_state().
| unsigned int aarch64_debug_reg_state::dr_ref_count_wp[AARCH64_HWP_MAX_NUM] |
Definition at line 152 of file aarch64-linux-hw-point.h.
Referenced by aarch64_dr_state_insert_one_point(), aarch64_dr_state_remove_one_point(), aarch64_init_debug_reg_state(), aarch64_show_debug_reg_state(), and aarch64_stopped_data_address().
1.8.14