Lines Matching defs:var_sp
736 void DumpValueObject(Stream &s, VariableSP &var_sp, ValueObjectSP &valobj_sp,
744 switch (var_sp->GetScope()) {
777 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module))
821 for (VariableSP var_sp : variable_list) {
822 if (!var_sp)
825 exe_ctx.GetBestExecutionContextScope(), var_sp));
828 DumpValueObject(s, var_sp, valobj_sp, var_sp->GetName().GetCString());
868 VariableSP var_sp(variable_list.GetVariableAtIndex(global_idx));
869 if (var_sp) {
874 m_exe_ctx.GetBestExecutionContextScope(), var_sp);
877 DumpValueObject(s, var_sp, valobj_sp,
878 use_var_name ? var_sp->GetName().GetCString()