Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h83 bool GetThreadSuffixSupported();
DGDBRemoteCommunicationClient.cpp452 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
538 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
DProcessGDBRemote.cpp999 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()
2452 if (!m_gdb_comm.GetThreadSuffixSupported() && in DoDestroy()