Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h70 bool GetThreadSuffixSupported();
H A DGDBRemoteCommunicationClient.cpp461 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
546 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
4354 return GetThreadSuffixSupported(); in UsesNativeSignals()
H A DProcessGDBRemote.cpp863 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()