Home
last modified time | relevance | path

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

/freebsd-13-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()
HDNativeRegisterContextDBReg_arm64.h25 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
HDRegisterContextThreadMemory.h67 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
HDRegisterContextDarwin_arm.h80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
HDNativeRegisterContextDBReg_arm64.cpp106 bool NativeRegisterContextDBReg_arm64::ClearHardwareBreakpoint( in ClearHardwareBreakpoint() function in NativeRegisterContextDBReg_arm64
HDRegisterContextDarwin_arm.cpp1602 bool RegisterContextDarwin_arm::ClearHardwareBreakpoint(uint32_t hw_index) { in ClearHardwareBreakpoint() function in RegisterContextDarwin_arm
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h119 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h66 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeThreadFreeBSD.cpp300 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp312 if (GetRegisterContext().ClearHardwareBreakpoint(bp_index)) { in RemoveHardwareBreakpoint()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeRegisterContext.cpp252 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() function in NativeRegisterContext
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContext.cpp289 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint() function in RegisterContext