Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProtocolServer.cpp36 std::vector<llvm::StringRef> supported_protocols; in GetSupportedProtocols() local
43 supported_protocols.push_back(protocol_name); in GetSupportedProtocols()
46 return supported_protocols; in GetSupportedProtocols()