GDBserver
|
Public Attributes | |
struct aarch64_debug_reg_state | debug_reg_state |
struct arm_linux_hw_breakpoint | bpts [MAX_BPTS] |
struct arm_linux_hw_breakpoint | wpts [MAX_WPTS] |
int | watch_readback_valid |
struct pt_watch_regs | watch_readback |
struct mips_watchpoint * | current_watches |
struct pt_watch_regs | watch_mirror |
struct x86_debug_reg_state | debug_reg_state |
Definition at line 181 of file linux-aarch64-low.c.
struct arm_linux_hw_breakpoint arch_process_info::bpts[MAX_BPTS] |
Definition at line 104 of file linux-arm-low.c.
Referenced by arm_insert_point(), arm_prepare_to_resume(), and arm_remove_point().
struct mips_watchpoint* arch_process_info::current_watches |
Definition at line 181 of file linux-mips-low.c.
Referenced by mips_insert_point(), mips_linux_new_fork(), mips_remove_point(), and mips_stopped_data_address().
struct aarch64_debug_reg_state arch_process_info::debug_reg_state |
Definition at line 193 of file linux-aarch64-low.c.
Referenced by aarch64_get_debug_reg_state(), aarch64_linux_new_process(), aarch64_linux_prepare_to_resume(), x86_debug_reg_state(), x86_insert_point(), x86_linux_new_process(), x86_remove_point(), x86_stopped_by_watchpoint(), and x86_stopped_data_address().
struct x86_debug_reg_state arch_process_info::debug_reg_state |
Definition at line 145 of file linux-x86-low.c.
struct pt_watch_regs arch_process_info::watch_mirror |
Definition at line 186 of file linux-mips-low.c.
Referenced by mips_insert_point(), mips_linux_new_fork(), mips_linux_prepare_to_resume(), and mips_remove_point().
struct pt_watch_regs arch_process_info::watch_readback |
Definition at line 177 of file linux-mips-low.c.
Referenced by mips_insert_point(), mips_linux_new_fork(), mips_remove_point(), mips_stopped_by_watchpoint(), and mips_stopped_data_address().
int arch_process_info::watch_readback_valid |
Definition at line 173 of file linux-mips-low.c.
Referenced by mips_insert_point(), mips_linux_new_fork(), mips_remove_point(), mips_stopped_by_watchpoint(), and mips_stopped_data_address().
struct arm_linux_hw_breakpoint arch_process_info::wpts[MAX_WPTS] |
Definition at line 106 of file linux-arm-low.c.
Referenced by arm_insert_point(), arm_prepare_to_resume(), and arm_remove_point().