Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h70 bool GetThreadSuffixSupported();
H A DGDBRemoteCommunicationClient.cpp420 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
505 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
4261 return GetThreadSuffixSupported(); in UsesNativeSignals()
H A DProcessGDBRemote.cpp853 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()