Home
last modified time | relevance | path

Searched refs:ReadExtFeature (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp363 gdb_process->m_gdb_comm.ReadExtFeature("siginfo", ""); in GetSiginfo()
H A DGDBRemoteCommunicationClient.h456 llvm::Expected<std::string> ReadExtFeature(llvm::StringRef object,
H A DProcessGDBRemote.cpp3715 llvm::Expected<std::string> response = m_gdb_comm.ReadExtFeature("auxv", ""); in GetAuxvData()
4182 llvm::Expected<std::string> raw = m_gdb_comm.ReadExtFeature("features", xml_filename); in GetGDBServerRegisterInfoXMLAndProcess()
4364 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries-svr4", ""); in GetLoadedModuleList()
4449 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries", ""); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1716 llvm::Expected<std::string> xml = ReadExtFeature("memory-map", ""); in LoadQXferMemoryMap()
3920 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature() function in GDBRemoteCommunicationClient