Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp131 NativeProcessProtocol::GetHardwareDebugSupportInfo() const { in GetHardwareDebugSupportInfo() function in NativeProcessProtocol
246 auto hw_debug_cap = GetHardwareDebugSupportInfo(); in SetHardwareBreakpoint()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h175 GetHardwareDebugSupportInfo() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3644 auto hw_debug_cap = m_current_process->GetHardwareDebugSupportInfo(); in Handle_qWatchpointSupportInfo()