Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in RegisterContextThreadMemory
159 return m_reg_ctx_sp->ClearHardwareBreakpoint(hw_idx); in ClearHardwareBreakpoint()
HDRegisterContextThreadMemory.h67 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
HDRegisterContextDarwin_arm.h80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
HDRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h64 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h115 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp291 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeRegisterContext.cpp247 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContext.cpp277 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext