GDB (xrefs)
|
Go to the source code of this file.
Functions | |
CORE_ADDR | x86_linux_dr_get_addr (int regnum) |
void | x86_linux_dr_set_addr (int regnum, CORE_ADDR addr) |
unsigned long | x86_linux_dr_get_control (void) |
void | x86_linux_dr_set_control (unsigned long control) |
unsigned long | x86_linux_dr_get_status (void) |
void | x86_linux_update_debug_registers (struct lwp_info *lwp) |
|
extern |
Definition at line 93 of file x86-linux-dregs.c.
References current_lwp_ptid(), DR_FIRSTADDR, DR_LASTADDR, regnum, and x86_linux_dr_get().
|
extern |
Definition at line 115 of file x86-linux-dregs.c.
References current_lwp_ptid(), DR_CONTROL, and x86_linux_dr_get().
|
extern |
Definition at line 133 of file x86-linux-dregs.c.
References current_lwp_ptid(), DR_STATUS, and x86_linux_dr_get().
|
extern |
Definition at line 103 of file x86-linux-dregs.c.
References current_lwp_ptid(), DR_FIRSTADDR, DR_LASTADDR, iterate_over_lwps(), pid, regnum, and update_debug_registers_callback().
|
extern |
Definition at line 123 of file x86-linux-dregs.c.
References current_lwp_ptid(), iterate_over_lwps(), pid, and update_debug_registers_callback().
|
extern |
Definition at line 141 of file x86-linux-dregs.c.
References ALL_DEBUG_ADDRESS_REGISTERS, DR_CONTROL, x86_debug_reg_state::dr_control_mirror, x86_debug_reg_state::dr_mirror, x86_debug_reg_state::dr_ref_count, DR_STATUS, lwp_debug_registers_changed(), lwp_is_stopped(), lwp_set_debug_registers_changed(), lwp_stop_reason(), ptid_of_lwp(), TARGET_STOPPED_BY_WATCHPOINT, x86_debug_reg_state(), and x86_linux_dr_set().
Referenced by x86_linux_prepare_to_resume().