LLDB mainline
Public Attributes | List of all members
lldb_private::NativeRegisterContextDBReg::DREG Struct Reference

Debug register info for hardware breakpoints and watchpoints management. More...

#include <NativeRegisterContextDBReg.h>

Public Attributes

lldb::addr_t address
 
lldb::addr_t hit_addr
 
lldb::addr_t real_addr
 
uint32_t control
 

Detailed Description

Debug register info for hardware breakpoints and watchpoints management.

Definition at line 59 of file NativeRegisterContextDBReg.h.

Member Data Documentation

◆ address

lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::address

Definition at line 60 of file NativeRegisterContextDBReg.h.

◆ control

uint32_t lldb_private::NativeRegisterContextDBReg::DREG::control

Definition at line 64 of file NativeRegisterContextDBReg.h.

◆ hit_addr

lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::hit_addr

Definition at line 61 of file NativeRegisterContextDBReg.h.

◆ real_addr

lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::real_addr

Definition at line 63 of file NativeRegisterContextDBReg.h.


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