Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProtocolServer.cpp50 llvm::join(ProtocolServer::GetSupportedProtocols(), ", ")); in DoExecute()
124 llvm::join(ProtocolServer::GetSupportedProtocols(), ", ")); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProtocolServer.h25 static std::vector<llvm::StringRef> GetSupportedProtocols();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProtocolServer.cpp35 std::vector<llvm::StringRef> ProtocolServer::GetSupportedProtocols() { in GetSupportedProtocols() function in ProtocolServer