Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp578 int64_t Variables::GetNewVariableRefence(bool is_permanent) { in GetNewVariableRefence() argument
579 if (is_permanent) in GetNewVariableRefence()
602 bool is_permanent) { in InsertExpandableVariable() argument
603 int64_t var_ref = GetNewVariableRefence(is_permanent); in InsertExpandableVariable()
604 if (is_permanent) in InsertExpandableVariable()
H A DVSCode.h108 int64_t GetNewVariableRefence(bool is_permanent);
117 int64_t InsertExpandableVariable(lldb::SBValue variable, bool is_permanent);
H A Dlldb-vscode.cpp3030 auto is_permanent = in request_variables() local
3033 g_vsc.variables.InsertExpandableVariable(child, is_permanent); in request_variables()