Searched refs:ClearHardwareBreakpoint (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { function in class:RegisterContextThreadMemory
159 return m_reg_ctx_sp->ClearHardwareBreakpoint(hw_idx);
H A DRegisterContextThreadMemory.h67 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DRegisterContextDarwin_arm.h80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { function in class:RegisterContextDarwin_arm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h64 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h115 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp291 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp247 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { function in class:NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp277 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } function in class:RegisterContext

Completed in 101 milliseconds