Searched refs:ReadExtFeature (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 450 bool ReadExtFeature(const lldb_private::ConstString object,
|
| H A D | ProcessGDBRemote.cpp | 4551 if (!comm.ReadExtFeature(ConstString("features"), ConstString("target.xml"), in GetGDBServerRegisterInfo() 4639 if (!comm.ReadExtFeature(ConstString("features"), ConstString(include), in GetGDBServerRegisterInfo() 4680 if (!comm.ReadExtFeature(ConstString("libraries-svr4"), ConstString(""), in GetLoadedModuleList() 4767 if (!comm.ReadExtFeature(ConstString("libraries"), ConstString(""), raw, in GetLoadedModuleList()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1592 if (!ReadExtFeature(ConstString("memory-map"), ConstString(""), xml, in LoadQXferMemoryMap() 3659 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature() function in GDBRemoteCommunicationClient
|