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.h455 llvm::Expected<std::string> ReadExtFeature(llvm::StringRef object,
H A DProcessGDBRemote.cpp3867 llvm::Expected<std::string> response = m_gdb_comm.ReadExtFeature("auxv", ""); in GetAuxvData()
4712 llvm::Expected<std::string> raw = m_gdb_comm.ReadExtFeature("features", xml_filename); in GetGDBServerRegisterInfoXMLAndProcess()
4906 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries-svr4", ""); in GetLoadedModuleList()
4991 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries", ""); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1746 llvm::Expected<std::string> xml = ReadExtFeature("memory-map", ""); in LoadQXferMemoryMap()
3990 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature() function in GDBRemoteCommunicationClient