| /llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 225 SetSP(value_sp); in SBValue() 231 SetSP(rhs.m_opaque_sp); in SBValue() 238 SetSP(rhs.m_opaque_sp); in operator =() 399 sb_type.SetSP(type_sp); in GetType() 488 format.SetSP(format_sp); in GetTypeFormat() 504 summary.SetSP(summary_sp); in GetTypeSummary() 523 filter.SetSP(filter_sp); in GetTypeFilter() 543 synthetic.SetSP(synth_sp); in GetTypeSynthetic() 561 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset( in CreateChildAtOffset() 577 sb_value.SetSP(value_s in Cast() 1080 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } SetSP() function in SBValue 1082 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { SetSP() function in SBValue 1096 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue 1110 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { SetSP() function in SBValue 1122 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue 1127 void SBValue::SetSP(const lldb::ValueObjectSP &sp, SetSP() function in SBValue [all...] |
| H A D | SBSection.cpp | 73 sb_section.SetSP(parent_section_sp); in GetParent() 86 sb_section.SetSP( in FindSubSection() 108 sb_section.SetSP(section_sp->GetChildren().GetSectionAtIndex(idx)); in GetSubSectionAtIndex() 114 void SBSection::SetSP(const lldb::SectionSP §ion_sp) { in SetSP() function in SBSection
|
| H A D | SBTypeFormat.cpp | 149 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { in SetSP() function in SBTypeFormat 176 SetSP( in CopyOnWrite_Impl() 179 SetSP(TypeFormatImplSP( in CopyOnWrite_Impl()
|
| H A D | SBFrame.cpp | 153 sb_module.SetSP(module_sp); in GetModule() 488 sb_value.SetSP(value_sp, use_dynamic); in GetValueForVariablePath() 538 sb_value.SetSP(value_sp, use_dynamic); in FindVariable() 620 sb_value.SetSP(value_sp, use_dynamic); in FindValue() 631 sb_value.SetSP(value_sp); in FindValue() 650 sb_value.SetSP(value_sp); in FindValue() 664 sb_value.SetSP(value_sp, use_dynamic); in FindValue() 862 value_sb.SetSP(valobj_sp, use_dynamic); in GetVariables() 878 value_sb.SetSP(rec_value_sp, use_dynamic); in GetVariables() 942 result.SetSP(value_s in FindRegister() [all...] |
| H A D | SBExecutionContext.cpp | 84 sb_target.SetSP(target_sp); in GetTarget() 96 sb_process.SetSP(process_sp); in GetProcess()
|
| H A D | SBTarget.cpp | 172 sb_process.SetSP(process_sp); in GetProcess() 268 sb_process.SetSP(process_sp); in LoadCore() 391 sb_process.SetSP(target_sp->GetProcessSP()); in Launch() 437 sb_process.SetSP(target_sp->GetProcessSP()); in Attach() 471 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID() 501 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName() 528 sb_process.SetSP(target_sp->GetProcessSP()); in ConnectRemote() 555 sb_process.SetSP(process_sp); in ConnectRemote() 595 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { in ResolveLoadAddress() 1301 sb_watchpoint.SetSP(target_s in DeleteWatchpoint() 587 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { SetSP() function in SBTarget [all...] |
| H A D | SBTypeSummary.cpp | 145 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat( in CreateWithCallback() 374 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { in SetSP() 406 SetSP(new_sp); in CopyOnWrite_Impl() 434 SetSP(new_sp); in ChangeSummaryType() 373 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { SetSP() function in SBTypeSummary
|
| H A D | SBType.cpp | 84 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { in SetSP() function in SBType 248 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type))); in GetVectorElementType() 618 sb_module.SetSP(m_opaque_sp->GetModule()); in GetModule() 802 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType() 945 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType()))); in GetType() 955 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType() 973 sb_type.SetSP( in GetArgumentTypeAtIndex()
|
| H A D | SBDebugger.cpp | 850 sb_target.SetSP(target_sp); in CreateTarget() 880 sb_target.SetSP(target_sp); in CreateTargetWithFileAndTargetTriple() 924 sb_target.SetSP(target_sp); in CreateTargetWithFileAndArch() 952 sb_target.SetSP(target_sp); in CreateTarget() 967 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); 1004 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetIndexOfTarget() 1028 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid)); in FindTargetWithFileAndArch() 1045 sb_target.SetSP(target_sp); in FindTargetWithLLDBProcess() 1054 sb_target.SetSP( in GetNumTargets() 1080 sb_target.SetSP(target_s in GetSelectedTarget() [all...] |
| H A D | SBTypeFilter.cpp | 159 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { in SetSP() function in SBTypeFilter 177 SetSP(new_sp); in CopyOnWrite_Impl()
|
| H A D | SBTypeSynthetic.cpp | 175 void SBTypeSynthetic::SetSP( in SetSP() function in SBTypeSynthetic 194 SetSP(new_sp); in CopyOnWrite_Impl()
|
| H A D | SBAddress.cpp | 157 sb_section.SetSP(m_opaque_up->GetSection()); in GetSection() 208 sb_module.SetSP(m_opaque_up->GetModule()); in GetModule()
|
| H A D | SBModule.cpp | 43 SetSP(module_sp); in SBModule() 211 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP() function in SBModule 381 sb_section.SetSP(section_list->GetSectionAtIndex(idx)); in GetSectionAtIndex() 556 sb_section.SetSP(section_sp); in FindSection()
|
| H A D | SBUnixSignals.cpp | 45 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { in SetSP() function in SBUnixSignals
|
| H A D | SBTypeNameSpecifier.cpp | 157 void SBTypeNameSpecifier::SetSP( in SetSP() function in SBTypeNameSpecifier
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 471 /// use_dynamic and use_synthetic options passed in to SetSP when the 497 void SetSP(const lldb::ValueObjectSP &sp); 499 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic); 501 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic); 503 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, 506 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, 513 void SetSP(ValueImplSP impl_sp);
|
| H A D | SBTypeNameSpecifier.h | 61 void SetSP(const lldb::TypeNameSpecifierImplSP &type_namespec_sp);
|
| H A D | SBUnixSignals.h | 63 void SetSP(const lldb::UnixSignalsSP &signals_sp);
|
| H A D | SBTypeSynthetic.h | 69 void SetSP(const lldb::ScriptedSyntheticChildrenSP &typefilter_impl_sp);
|
| H A D | SBTypeFilter.h | 63 void SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp);
|
| H A D | SBTypeFormat.h | 65 void SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp);
|
| H A D | SBSection.h | 100 void SetSP(const lldb::SectionSP §ion_sp);
|
| H A D | SBWatchpoint.h | 98 void SetSP(const lldb::WatchpointSP &sp);
|
| H A D | SBTypeCategory.h | 103 void SetSP(const lldb::TypeCategoryImplSP &typecategory_impl_sp);
|
| H A D | SBTypeSummary.h | 136 void SetSP(const lldb::TypeSummaryImplSP &typefilter_impl_sp);
|