Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h69 bool GetThreadSuffixSupported();
H A DGDBRemoteCommunicationClient.cpp418 bool GDBRemoteCommunicationClient::GetThreadSuffixSupported() { in GetThreadSuffixSupported() function in GDBRemoteCommunicationClient
503 if (GetThreadSuffixSupported()) in SendThreadSpecificPacketAndWaitForResponse()
4272 return GetThreadSuffixSupported(); in UsesNativeSignals()
H A DProcessGDBRemote.cpp847 m_gdb_comm.GetThreadSuffixSupported(); in ConnectToDebugserver()