Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h341 bool GetQXferAuxvReadSupported();
DGDBRemoteCommunicationClient.cpp181 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp3974 if (m_gdb_comm.GetQXferAuxvReadSupported()) { in GetAuxvData()