9#ifndef lldb_NativeRegisterContextDBReg_arm64_h
10#define lldb_NativeRegisterContextDBReg_arm64_h
37 uint32_t watch_flags)
override;
bool ClearHardwareBreakpoint(uint32_t hw_idx) override
Status ClearAllHardwareBreakpoints() override
Status GetHardwareBreakHitIndex(uint32_t &bp_index, lldb::addr_t trap_addr) override
bool BreakpointIsEnabled(uint32_t bp_index)
Status ClearAllHardwareWatchpoints() override
uint32_t NumSupportedHardwareBreakpoints() override
lldb::addr_t GetWatchpointHitAddress(uint32_t wp_index) override
virtual llvm::Error ReadHardwareDebugInfo()=0
Status GetWatchpointHitIndex(uint32_t &wp_index, lldb::addr_t trap_addr) override
uint32_t SetHardwareWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags) override
virtual llvm::Error WriteHardwareDebugRegs(DREGType hwbType)=0
uint32_t m_max_hbp_supported
virtual lldb::addr_t FixWatchpointHitAddress(lldb::addr_t hit_addr)
uint32_t NumSupportedHardwareWatchpoints() override
uint32_t GetWatchpointSize(uint32_t wp_index)
bool ClearHardwareWatchpoint(uint32_t hw_index) override
std::array< struct DREG, 16 > m_hwp_regs
uint32_t SetHardwareBreakpoint(lldb::addr_t addr, size_t size) override
std::array< struct DREG, 16 > m_hbp_regs
uint32_t m_max_hwp_supported
lldb::addr_t GetWatchpointAddress(uint32_t wp_index) override
bool WatchpointIsEnabled(uint32_t wp_index)
A class that represents a running process on the host machine.
Debug register info for hardware breakpoints and watchpoints management.