Searched refs:ReadExtFeature (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 461 bool ReadExtFeature(const lldb_private::ConstString object,
|
D | ProcessGDBRemote.cpp | 4471 if (!m_gdb_comm.ReadExtFeature(ConstString("features"), in GetGDBServerRegisterInfoXMLAndProcess() 4624 if (!comm.ReadExtFeature(ConstString("libraries-svr4"), ConstString(""), in GetLoadedModuleList() 4714 if (!comm.ReadExtFeature(ConstString("libraries"), ConstString(""), raw, in GetLoadedModuleList()
|
D | GDBRemoteCommunicationClient.cpp | 1640 if (!ReadExtFeature(ConstString("memory-map"), ConstString(""), xml, in LoadQXferMemoryMap() 3810 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature() function in GDBRemoteCommunicationClient
|