LLDB mainline
|
Debug register info for hardware breakpoints and watchpoints management. More...
#include <NativeRegisterContextDBReg_arm64.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.
Watchpoints: For a user requested size 4 at addr 0x1004, where BAS watchpoints are at doubleword (8-byte) alignment. real_addr is 0x1004 address is 0x1000 size is 8 If a one-byte write to 0x1006 is the most recent watchpoint trap, hit_addr is 0x1006
Definition at line 66 of file NativeRegisterContextDBReg_arm64.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg_arm64::DREG::address |
Definition at line 67 of file NativeRegisterContextDBReg_arm64.h.
uint32_t lldb_private::NativeRegisterContextDBReg_arm64::DREG::control |
Definition at line 71 of file NativeRegisterContextDBReg_arm64.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg_arm64::DREG::hit_addr |
Definition at line 68 of file NativeRegisterContextDBReg_arm64.h.
lldb::addr_t lldb_private::NativeRegisterContextDBReg_arm64::DREG::real_addr |
Definition at line 70 of file NativeRegisterContextDBReg_arm64.h.