GDB (xrefs)
|
#include "x86-dregs.h"
Public Attributes | |
CORE_ADDR | dr_mirror [DR_NADDR] |
unsigned | dr_status_mirror |
unsigned | dr_control_mirror |
int | dr_ref_count [DR_NADDR] |
Definition at line 78 of file x86-dregs.h.
unsigned x86_debug_reg_state::dr_control_mirror |
Definition at line 86 of file x86-dregs.h.
Referenced by x86_dr_low_set_control(), x86_insert_aligned_watchpoint(), x86_linux_update_debug_registers(), x86_remove_aligned_watchpoint(), x86_show_dr(), and x86_update_inferior_debug_regs().
CORE_ADDR x86_debug_reg_state::dr_mirror[DR_NADDR] |
Definition at line 85 of file x86-dregs.h.
Referenced by x86_dr_low_set_addr(), x86_insert_aligned_watchpoint(), x86_linux_update_debug_registers(), x86_remove_aligned_watchpoint(), x86_show_dr(), and x86_update_inferior_debug_regs().
int x86_debug_reg_state::dr_ref_count[DR_NADDR] |
Definition at line 89 of file x86-dregs.h.
Referenced by x86_insert_aligned_watchpoint(), x86_linux_update_debug_registers(), x86_remove_aligned_watchpoint(), and x86_show_dr().
unsigned x86_debug_reg_state::dr_status_mirror |
Definition at line 86 of file x86-dregs.h.
Referenced by x86_show_dr().