Home
last modified time | relevance | path

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

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