Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.h117 int64_t InsertExpandableVariable(lldb::SBValue variable, bool is_permanent);
H A Dlldb-vscode.cpp1249 auto variableReference = g_vsc.variables.InsertExpandableVariable( in request_evaluate()
2827 newVariablesReference = g_vsc.variables.InsertExpandableVariable( in request_setVariable()
2957 var_ref = g_vsc.variables.InsertExpandableVariable( in request_variables()
2979 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