GDBserver
Loading...
Searching...
No Matches
Public Attributes | List of all members
x86_dr_low_type Struct Reference

#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
 

Detailed Description

Definition at line 40 of file x86-dregs.h.

Member Data Documentation

◆ debug_register_length

int x86_dr_low_type::debug_register_length

Definition at line 64 of file x86-dregs.h.

Referenced by x86_get_debug_register_length().

◆ get_addr

CORE_ADDR(* x86_dr_low_type::get_addr) (int)

Definition at line 53 of file x86-dregs.h.

Referenced by x86_dr_low_get_addr().

◆ get_control

unsigned long(* x86_dr_low_type::get_control) (void)

Definition at line 61 of file x86-dregs.h.

Referenced by x86_dr_low_get_control().

◆ get_status

unsigned long(* x86_dr_low_type::get_status) (void)

Definition at line 57 of file x86-dregs.h.

Referenced by x86_dr_low_get_status().

◆ set_addr

void(* x86_dr_low_type::set_addr) (int, CORE_ADDR)

Definition at line 49 of file x86-dregs.h.

Referenced by x86_dr_low_can_set_addr(), and x86_dr_low_set_addr().

◆ set_control

void(* x86_dr_low_type::set_control) (unsigned long)

Definition at line 45 of file x86-dregs.h.

Referenced by x86_dr_low_can_set_control(), and x86_dr_low_set_control().


The documentation for this struct was generated from the following file: