Home
last modified time | relevance | path

Searched defs:client_features (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp891 llvm::SmallVector<llvm::StringRef, 4> client_features; in Handle_qSupported() local
1377 const llvm::ArrayRef<llvm::StringRef> client_features) { in HandleFeatures() argument
H A DGDBRemoteCommunicationServerLLGS.cpp4210 HandleFeatures(const llvm::ArrayRef<llvm::StringRef> client_features) HandleFeatures() argument
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py890 add_qSupported_packets(self, client_features=[]) global() argument