Lines Matching refs:var_sp
748 void DumpValueObject(Stream &s, VariableSP &var_sp, ValueObjectSP &valobj_sp, in DumpValueObject() argument
756 switch (var_sp->GetScope()) { in DumpValueObject()
789 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()
832 for (VariableSP var_sp : variable_list) { in DumpGlobalVariableList() local
833 if (!var_sp) in DumpGlobalVariableList()
836 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList()
839 DumpValueObject(s, var_sp, valobj_sp, var_sp->GetName().GetCString()); in DumpGlobalVariableList()
882 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx)); in DoExecute() local
883 if (var_sp) { in DoExecute()
888 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute()
891 DumpValueObject(s, var_sp, valobj_sp, in DoExecute()
892 use_var_name ? var_sp->GetName().GetCString() in DoExecute()