Home
last modified time | relevance | path

Searched refs:RemoveHardwareBreakpoint (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp181 Status error = RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
194 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeThreadNetBSD
H A DNativeThreadNetBSD.h49 Status RemoveHardwareBreakpoint(lldb::addr_t addr) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp263 rollback_thread_sp->RemoveHardwareBreakpoint(addr); in SetHardwareBreakpoint()
281 Status NativeProcessProtocol::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint() function in NativeProcessProtocol
290 error = thread->RemoveHardwareBreakpoint(addr); in RemoveHardwareBreakpoint()
632 return RemoveHardwareBreakpoint(addr); in RemoveBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h55 virtual Status RemoveHardwareBreakpoint(lldb::addr_t addr) = 0;
H A DNativeProcessProtocol.h121 virtual Status RemoveHardwareBreakpoint(lldb::addr_t addr);