Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp363 gdb_process->m_gdb_comm.ReadExtFeature("siginfo", ""); in GetSiginfo()
H A DGDBRemoteCommunicationClient.h466 llvm::Expected<std::string> ReadExtFeature(llvm::StringRef object,
H A DProcessGDBRemote.cpp3997 llvm::Expected<std::string> response = m_gdb_comm.ReadExtFeature("auxv", ""); in GetAuxvData()
4847 llvm::Expected<std::string> raw = m_gdb_comm.ReadExtFeature("features", xml_filename); in GetGDBServerRegisterInfoXMLAndProcess()
5041 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries-svr4", ""); in GetLoadedModuleList()
5126 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries", ""); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1766 llvm::Expected<std::string> xml = ReadExtFeature("memory-map", ""); in LoadQXferMemoryMap()
4009 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature() function in GDBRemoteCommunicationClient