Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h437 bool GetThreadExtendedInfoSupported();
H A DGDBRemoteCommunicationClient.cpp586 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4077 if (m_gdb_comm.GetThreadExtendedInfoSupported()) { in GetExtendedInfoForThread()