Lines Matching refs:valobj_sp
163 ValueObjectSP valobj_sp; in DoExecute() local
172 valobj_sp = frame_sp->GuessValueForAddress(m_options.address.getValue()); in DoExecute()
174 valobj_sp = frame_sp->GuessValueForRegisterAndOffset( in DoExecute()
184 valobj_sp = StopInfo::GetCrashingDereference(stop_info_sp); in DoExecute()
187 if (!valobj_sp) { in DoExecute()
194 DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp]( in DoExecute()
200 valobj_sp->GetExpressionPath(stream, qualify_cxx_base_classes, format); in DoExecute()
207 ValueObjectPrinter printer(valobj_sp.get(), &result.GetOutputStream(), in DoExecute()
522 ValueObjectSP valobj_sp; in DoExecute() local
568 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
570 if (valobj_sp) { in DoExecute()
586 valobj_sp->Dump(result.GetOutputStream(), options); in DoExecute()
613 valobj_sp = frame->GetValueForVariableExpressionPath( in DoExecute()
616 if (valobj_sp) { in DoExecute()
631 valobj_sp->GetPreferredDisplayLanguage()); in DoExecute()
635 valobj_sp->GetParent() ? entry.c_str() : nullptr); in DoExecute()
636 valobj_sp->Dump(output_stream, options); in DoExecute()
682 valobj_sp = frame->GetValueObjectForFrameVariable( in DoExecute()
684 if (valobj_sp) { in DoExecute()
687 if (valobj_sp->IsInScope()) { in DoExecute()
688 if (!valobj_sp->GetTargetSP() in DoExecute()
690 valobj_sp->IsRuntimeSupportValue()) in DoExecute()
704 valobj_sp->GetPreferredDisplayLanguage()); in DoExecute()
707 valobj_sp->Dump(result.GetOutputStream(), options); in DoExecute()