Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h145 HandleFeatures(llvm::ArrayRef<llvm::StringRef> client_features);
H A DGDBRemoteCommunicationServerLLGS.h292 std::vector<std::string> HandleFeatures(
H A DGDBRemoteCommunicationServerCommon.cpp893 return SendPacketNoLock(llvm::join(HandleFeatures(client_features), ";")); in Handle_qSupported()
1376 std::vector<std::string> GDBRemoteCommunicationServerCommon::HandleFeatures( in HandleFeatures() function in GDBRemoteCommunicationServerCommon
H A DGDBRemoteCommunicationServerLLGS.cpp4209 std::vector<std::string> GDBRemoteCommunicationServerLLGS::HandleFeatures( in HandleFeatures() function in GDBRemoteCommunicationServerLLGS
4212 GDBRemoteCommunicationServerCommon::HandleFeatures(client_features); in HandleFeatures()