Home
last modified time | relevance | path

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 DGDBRemoteCommunicationClient.h450 bool ReadExtFeature(const lldb_private::ConstString object,
H A DProcessGDBRemote.cpp4551 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 DGDBRemoteCommunicationClient.cpp1592 if (!ReadExtFeature(ConstString("memory-map"), ConstString(""), xml, in LoadQXferMemoryMap()
3659 bool GDBRemoteCommunicationClient::ReadExtFeature( in ReadExtFeature() function in GDBRemoteCommunicationClient