Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h68 bool GetThreadSuffixSupported();
H A DGDBRemoteCommunicationClient.cpp411 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
496 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
4266 return GetThreadSuffixSupported(); in UsesNativeSignals()
H A DProcessGDBRemote.cpp950 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()