GDBserver
|
Public Attributes | |
dr_changed_t | dr_changed_bp |
dr_changed_t | dr_changed_wp |
char | bpts_changed [MAX_BPTS] |
char | wpts_changed [MAX_WPTS] |
CORE_ADDR | stopped_data_address |
int | watch_registers_changed |
int | debug_registers_changed |
Definition at line 198 of file linux-aarch64-low.c.
char arch_lwp_info::bpts_changed[MAX_BPTS] |
Definition at line 113 of file linux-arm-low.c.
Referenced by arm_new_fork(), arm_new_thread(), arm_prepare_to_resume(), and update_registers_callback().
int arch_lwp_info::debug_registers_changed |
Definition at line 30 of file x86-linux.c.
Referenced by lwp_debug_registers_changed(), and lwp_set_debug_registers_changed().
dr_changed_t arch_lwp_info::dr_changed_bp |
Definition at line 203 of file linux-aarch64-low.c.
Referenced by aarch64_linux_new_thread(), aarch64_linux_prepare_to_resume(), and debug_reg_change_callback().
dr_changed_t arch_lwp_info::dr_changed_wp |
Definition at line 204 of file linux-aarch64-low.c.
Referenced by aarch64_linux_new_thread(), aarch64_linux_prepare_to_resume(), and debug_reg_change_callback().
CORE_ADDR arch_lwp_info::stopped_data_address |
Definition at line 116 of file linux-arm-low.c.
Referenced by arm_stopped_by_watchpoint(), and arm_stopped_data_address().
int arch_lwp_info::watch_registers_changed |
Definition at line 194 of file linux-mips-low.c.
Referenced by mips_linux_new_thread(), mips_linux_prepare_to_resume(), and update_watch_registers_callback().
char arch_lwp_info::wpts_changed[MAX_WPTS] |
Definition at line 114 of file linux-arm-low.c.
Referenced by arm_new_fork(), arm_new_thread(), arm_prepare_to_resume(), and update_registers_callback().