Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h257 bool GetVAttachOrWaitSupported();
H A DProcessGDBRemote.cpp1073 m_gdb_comm.GetVAttachOrWaitSupported(); in ConnectToDebugserver()
1259 if (!m_gdb_comm.GetVAttachOrWaitSupported()) { in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp245 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported() function in GDBRemoteCommunicationClient