Home
last modified time | relevance | path

Searched refs:client_features (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 DGDBRemoteCommunicationServerCommon.cpp891 llvm::SmallVector<llvm::StringRef, 4> client_features; in Handle_qSupported() local
892 packet.GetStringRef().split(client_features, ';'); in Handle_qSupported()
893 return SendPacketNoLock(llvm::join(HandleFeatures(client_features), ";")); in Handle_qSupported()
1377 const llvm::ArrayRef<llvm::StringRef> client_features) { in HandleFeatures() argument
H A DGDBRemoteCommunicationServerLLGS.h293 const llvm::ArrayRef<llvm::StringRef> client_features) override;
H A DGDBRemoteCommunicationServerLLGS.cpp4210 const llvm::ArrayRef<llvm::StringRef> client_features) { in HandleFeatures() argument
4212 GDBRemoteCommunicationServerCommon::HandleFeatures(client_features); in HandleFeatures()
4238 for (llvm::StringRef x : client_features) in HandleFeatures()