Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2765 int64_t newVariablesReference = 0; in request_setVariable() local
2827 newVariablesReference = g_vsc.variables.InsertExpandableVariable( in request_setVariable()
2830 body.try_emplace("variablesReference", newVariablesReference); in request_setVariable()