Home
last modified time | relevance | path

Searched refs:ClearHardwareBreakpoint (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp174 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in RegisterContextThreadMemory
177 return m_reg_ctx_sp->ClearHardwareBreakpoint(hw_idx); in ClearHardwareBreakpoint()
H A DRegisterContextThreadMemory.h71 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DNativeRegisterContextDBReg.h31 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DRegisterContextDarwin_arm.h80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DNativeRegisterContextDBReg.cpp87 bool NativeRegisterContextDBReg::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContextDBReg
H A DRegisterContextDarwin_arm.cpp1595 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h119 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h66 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp300 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp311 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp252 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp289 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext