Searched refs:top_scope (Results 1 – 1 of 1) sorted by relevance
2779 } else if (lldb::SBValueList *top_scope = in request_setVariable() local2783 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() local2936 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()