Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp2779 } else if (lldb::SBValueList *top_scope = in request_setVariable() local
2783 int64_t end_idx = top_scope->GetSize(); in request_setVariable()
2787 lldb::SBValue curr_variable = top_scope->GetValueAtIndex(i); in request_setVariable()
2930 if (lldb::SBValueList *top_scope = GetTopLevelScope(variablesReference)) { in request_variables() local
2936 num_children = top_scope->GetSize(); in request_variables()
2942 lldb::SBValue variable = top_scope->GetValueAtIndex(i); in request_variables()
2950 lldb::SBValue variable = top_scope->GetValueAtIndex(i); in request_variables()