LLDB mainline
|
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 |
Debug register info for hardware breakpoints and watchpoints management.
Definition at line 59 of file NativeRegisterContextDBReg.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::address |
Definition at line 60 of file NativeRegisterContextDBReg.h.
uint32_t lldb_private::NativeRegisterContextDBReg::DREG::control |
Definition at line 64 of file NativeRegisterContextDBReg.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::hit_addr |
Definition at line 61 of file NativeRegisterContextDBReg.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg::DREG::real_addr |
Definition at line 63 of file NativeRegisterContextDBReg.h.