Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h443 bool GetThreadExtendedInfoSupported();
DGDBRemoteCommunicationClient.cpp591 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp3989 if (m_gdb_comm.GetThreadExtendedInfoSupported()) { in GetExtendedInfoForThread()