Home
last modified time | relevance | path

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

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