Home
last modified time | relevance | path

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

/freebsd-14.2/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.h453 llvm::Expected<std::string> ReadExtFeature(llvm::StringRef object,
H A DProcessGDBRemote.cpp3856 llvm::Expected<std::string> response = m_gdb_comm.ReadExtFeature("auxv", ""); in GetAuxvData()
4540 llvm::Expected<std::string> raw = m_gdb_comm.ReadExtFeature("features", xml_filename); in GetGDBServerRegisterInfoXMLAndProcess()
4729 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries-svr4", ""); in GetLoadedModuleList()
4814 llvm::Expected<std::string> raw = comm.ReadExtFeature("libraries", ""); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1734 llvm::Expected<std::string> xml = ReadExtFeature("memory-map", ""); in LoadQXferMemoryMap()
3917 GDBRemoteCommunicationClient::ReadExtFeature(llvm::StringRef object, in ReadExtFeature() function in GDBRemoteCommunicationClient