Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h117 int64_t InsertExpandableVariable(lldb::SBValue variable, bool is_permanent);
H A Dlldb-vscode.cpp1252 auto variableReference = g_vsc.variables.InsertExpandableVariable( in request_evaluate()
2837 newVariablesReference = g_vsc.variables.InsertExpandableVariable( in request_setVariable()
3011 var_ref = g_vsc.variables.InsertExpandableVariable( in request_variables()
3033 g_vsc.variables.InsertExpandableVariable(child, is_permanent); in request_variables()
H A DVSCode.cpp601 int64_t Variables::InsertExpandableVariable(lldb::SBValue variable, in InsertExpandableVariable() function in lldb_vscode::Variables