Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h425 bool GetThreadExtendedInfoSupported();
H A DGDBRemoteCommunicationClient.cpp574 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3881 if (m_gdb_comm.GetThreadExtendedInfoSupported()) { in GetExtendedInfoForThread()