Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h224 bool GetVAttachOrWaitSupported();
H A DProcessGDBRemote.cpp851 m_gdb_comm.GetVAttachOrWaitSupported(); in ConnectToDebugserver()
1106 if (!m_gdb_comm.GetVAttachOrWaitSupported()) { in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp235 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported() function in GDBRemoteCommunicationClient