Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h231 bool GetVAttachOrWaitSupported();
H A DProcessGDBRemote.cpp954 m_gdb_comm.GetVAttachOrWaitSupported(); in ConnectToDebugserver()
1153 if (!m_gdb_comm.GetVAttachOrWaitSupported()) { in DoAttachToProcessWithName()
H A DGDBRemoteCommunicationClient.cpp228 bool GDBRemoteCommunicationClient::GetVAttachOrWaitSupported() { in GetVAttachOrWaitSupported() function in GDBRemoteCommunicationClient