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.cpp433 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
518 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
4334 return GetThreadSuffixSupported(); in UsesNativeSignals()
H A DProcessGDBRemote.cpp853 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()