Searched defs:request_setVariable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/ | ||
H A D | dap_server.py | 1067 def request_setVariable(self, containingVarRef, name, value, id=None): global() member in DebugCommunication |
/llvm-project/lldb/tools/lldb-dap/ | ||
H A D | lldb-dap.cpp | 3541 void request_setVariable(const llvm::json::Object &request) { request_setVariable() function |