Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp891 llvm::SmallVector<llvm::StringRef, 4> client_features; in Handle_qSupported() local
1344 const llvm::ArrayRef<llvm::StringRef> client_features) { in HandleFeatures()
H A DGDBRemoteCommunicationServerLLGS.cpp4200 const llvm::ArrayRef<llvm::StringRef> client_features) { in HandleFeatures()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py827 def add_qSupported_packets(self, client_features=[]): argument