Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h310 bool GetQXferAuxvReadSupported();
H A DGDBRemoteCommunicationClient.cpp159 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3866 if (m_gdb_comm.GetQXferAuxvReadSupported()) { in GetAuxvData()