GDBserver
|
#include "x86-dregs.h"
Public Attributes | |
void(* | set_control )(unsigned long) |
void(* | set_addr )(int, CORE_ADDR) |
CORE_ADDR(* | get_addr )(int) |
unsigned long(* | get_status )(void) |
unsigned long(* | get_control )(void) |
int | debug_register_length |
Definition at line 39 of file x86-dregs.h.
int x86_dr_low_type::debug_register_length |
Definition at line 63 of file x86-dregs.h.
CORE_ADDR(* x86_dr_low_type::get_addr) (int) |
Definition at line 52 of file x86-dregs.h.
unsigned long(* x86_dr_low_type::get_control) (void) |
Definition at line 60 of file x86-dregs.h.
unsigned long(* x86_dr_low_type::get_status) (void) |
Definition at line 56 of file x86-dregs.h.
void(* x86_dr_low_type::set_addr) (int, CORE_ADDR) |
Definition at line 48 of file x86-dregs.h.
void(* x86_dr_low_type::set_control) (unsigned long) |
Definition at line 44 of file x86-dregs.h.