Home
last modified time | relevance | path

Searched refs:SetSP (Results 1 – 25 of 35) sorted by relevance

12

/external/lldb/source/API/
DSBValue.cpp251 SetSP(value_sp); in SBValue()
256 SetSP(rhs.m_opaque_sp); in SBValue()
264 SetSP(rhs.m_opaque_sp); in operator =()
477 sb_type.SetSP(type_sp); in GetType()
590 format.SetSP(format_sp); in GetTypeFormat()
609 summary.SetSP(summary_sp); in GetTypeSummary()
631 filter.SetSP(filter_sp); in GetTypeFilter()
654 synthetic.SetSP(synth_sp); in GetTypeSynthetic()
674 …sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(offset, type_sp->GetClangASTType(), true),GetPr… in CreateChildAtOffset()
699 …sb_value.SetSP(value_sp->Cast(type_sp->GetClangASTType()),GetPreferDynamicValue(),GetPreferSynthet… in Cast()
[all …]
DSBSection.cpp81 sb_section.SetSP(parent_section_sp); in GetParent()
97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
118 sb_section.SetSP (section_sp->GetChildren ().GetSectionAtIndex(idx)); in GetSubSectionAtIndex()
129 SBSection::SetSP(const lldb::SectionSP &section_sp) in SetSP() function in SBSection
DSBTypeFormat.cpp135 SBTypeFormat::SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp) in SetSP() function in SBTypeFormat
153 SetSP(TypeFormatImplSP(new TypeFormatImpl(GetFormat(),GetOptions()))); in CopyOnWrite_Impl()
DSBDebugger.cpp541 sb_target.SetSP (target_sp); in CreateTarget()
579 sb_target.SetSP (target_sp); in CreateTargetWithFileAndTargetTriple()
614 sb_target.SetSP (target_sp); in CreateTargetWithFileAndArch()
649 sb_target.SetSP (target_sp); in CreateTarget()
694 sb_target.SetSP (m_opaque_sp->GetTargetList().GetTargetAtIndex (idx)); in GetTargetAtIndex()
720 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcessID (pid)); in FindTargetWithProcessID()
734 sb_target.SetSP (target_sp); in FindTargetWithFileAndArch()
746 sb_target.SetSP (m_opaque_sp->GetTargetList().FindTargetWithProcess (process_sp.get())); in FindTargetWithLLDBProcess()
774 sb_target.SetSP (target_sp); in GetSelectedTarget()
DSBTypeSummary.cpp260 SBTypeSummary::SetSP (const lldb::TypeSummaryImplSP &typesummary_impl_sp) in SetSP() function in SBTypeSummary
301 SetSP(new_sp); in CopyOnWrite_Impl()
330 SetSP(new_sp); in ChangeSummaryType()
DSBTypeFilter.cpp171 SBTypeFilter::SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp) in SetSP() function in SBTypeFilter
196 SetSP(new_sp); in CopyOnWrite_Impl()
DSBTypeSynthetic.cpp182 SBTypeSynthetic::SetSP (const lldb::ScriptedSyntheticChildrenSP &TypeSynthetic_impl_sp) in SetSP() function in SBTypeSynthetic
204 SetSP(new_sp); in CopyOnWrite_Impl()
DSBTarget.cpp537 sb_process.SetSP (process_sp); in GetProcess()
574 sb_process.SetSP (process_sp); in LoadCore()
687 sb_process.SetSP (process_sp); in Launch()
782 sb_process.SetSP (process_sp); in Launch()
916 sb_process.SetSP (process_sp); in Attach()
1014 sb_process.SetSP (process_sp); in AttachToProcessWithID()
1113 sb_process.SetSP (process_sp); in AttachToProcessWithName()
1175 sb_process.SetSP (process_sp); in ConnectRemote()
1238 SBTarget::SetSP (const lldb::TargetSP& target_sp) in SetSP() function in SBTarget
1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
[all …]
DSBFrame.cpp171 sb_module.SetSP (module_sp); in GetModule()
699 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath()
782 sb_value.SetSP(value_sp, use_dynamic); in FindVariable()
878 sb_value.SetSP (value_sp, use_dynamic); in FindValue()
900 sb_value.SetSP (value_sp); in FindValue()
922 sb_value.SetSP (value_sp); in FindValue()
937 sb_value.SetSP (value_sp, use_dynamic); in FindValue()
1139 value_sb.SetSP(valobj_sp,use_dynamic); in GetVariables()
1250 result.SetSP (value_sp); in FindRegister()
1399 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue()); in EvaluateExpression()
DSBModule.cpp53 SetSP(module_sp); in SBModule()
248 SBModule::SetSP (const ModuleSP &module_sp) in SetSP() function in SBModule
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx)); in GetSectionAtIndex()
597 sb_section.SetSP (section_sp); in FindSection()
DSBAddress.cpp180 sb_section.SetSP (m_opaque_ap->GetSection()); in GetSection()
257 sb_module.SetSP (m_opaque_ap->GetModule()); in GetModule()
DSBTypeNameSpecifier.cpp142 SBTypeNameSpecifier::SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp) in SetSP() function in SBTypeNameSpecifier
DSBType.cpp94 SBType::SetSP (const lldb::TypeImplSP &type_impl_sp) in SetSP() function in SBType
556 sb_type.SetSP (m_opaque_ap->GetTypeImpl()); in GetType()
/external/lldb/include/lldb/API/
DSBValue.h464 SetSP (const lldb::ValueObjectSP &sp);
467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic);
470 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic);
476SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, cons…
483 SetSP (ValueImplSP impl_sp);
DSBTypeNameSpecifier.h68 SetSP (const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
DSBTypeFormat.h70 SetSP (const lldb::TypeFormatImplSP &typeformat_impl_sp);
DSBTypeFilter.h78 SetSP (const lldb::TypeFilterImplSP &typefilter_impl_sp);
DSBTypeSynthetic.h86 SetSP (const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
DSBWatchpoint.h82 SetSP (const lldb::WatchpointSP &sp);
DSBTypeSummary.h96 SetSP (const lldb::TypeSummaryImplSP &typefilter_impl_sp);
DSBSection.h96 SetSP(const lldb::SectionSP &section_sp);
DSBTypeCategory.h153 SetSP (const lldb::TypeCategoryImplSP &typecategory_impl_sp);
DSBModule.h279 SetSP (const ModuleSP &module_sp);
DSBType.h192 SetSP (const lldb::TypeImplSP &type_impl_sp);
/external/lldb/include/lldb/Target/
DRegisterContext.h136 SetSP (uint64_t sp);

12