Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h426 bool GetThreadExtendedInfoSupported();
H A DGDBRemoteCommunicationClient.cpp560 bool GDBRemoteCommunicationClient::GetThreadExtendedInfoSupported() { in GetThreadExtendedInfoSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3729 if (m_gdb_comm.GetThreadExtendedInfoSupported()) { in GetExtendedInfoForThread()