Home
last modified time | relevance | path

Searched refs:GetHardwareDebugSupportInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp132 NativeProcessProtocol::GetHardwareDebugSupportInfo() const { in GetHardwareDebugSupportInfo() function in NativeProcessProtocol
247 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h176 GetHardwareDebugSupportInfo() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3668 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo()