Searched refs:SetSP (Results 1 - 25 of 48) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp170 bool RegisterContext::SetSP(uint64_t sp) { function in class:RegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp147 Status NativeRegisterContext::SetSP(lldb::addr_t sp) { function in class:NativeRegisterContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp223 SetSP(value_sp);
229 SetSP(rhs.m_opaque_sp);
237 SetSP(rhs.m_opaque_sp);
403 sb_type.SetSP(type_sp);
500 format.SetSP(format_sp);
516 summary.SetSP(summary_sp);
535 filter.SetSP(filter_sp);
555 synthetic.SetSP(synth_sp);
575 sb_value.SetSP(value_sp->GetSyntheticChildAtOffset(
591 sb_value.SetSP(value_s
1096 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } function in class:SBValue
1098 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { function in class:SBValue
1112 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
1126 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { function in class:SBValue
1138 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
1143 void SBValue::SetSP(const lldb::ValueObjectSP &sp, function in class:SBValue
[all...]
H A DSBTypeCategory.cpp648 void SBTypeCategory::SetSP( function in class:SBTypeCategory
H A DSBType.cpp78 void SBType::SetSP(const lldb::TypeImplSP &type_impl_sp) { function in class:SBType
238 type_sb.SetSP(TypeImplSP(new TypeImpl(vector_element_type)));
673 sb_type.SetSP(m_opaque_up->GetTypeImpl());
825 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetType())));
835 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType())));
855 sb_type.SetSP(
H A DSBThread.cpp1169 sb_process.SetSP(exe_ctx.GetProcessSP());
H A DSBTarget.cpp183 sb_process.SetSP(process_sp);
273 sb_process.SetSP(process_sp);
384 sb_process.SetSP(target_sp->GetProcessSP());
433 sb_process.SetSP(target_sp->GetProcessSP());
468 sb_process.SetSP(target_sp->GetProcessSP());
500 sb_process.SetSP(target_sp->GetProcessSP());
529 sb_process.SetSP(target_sp->GetProcessSP());
558 sb_process.SetSP(process_sp);
600 void SBTarget::SetSP(const lldb::TargetSP &target_sp) { function in class:SBTarget
1361 sb_watchpoint.SetSP(target_s
[all...]
H A DSBSymbolContext.cpp76 sb_module.SetSP(module_sp);
H A DSBProcess.cpp108 void SBProcess::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } function in class:SBProcess
252 sb_target.SetSP(target_sp);
322 trace_instance.SetSP(process_sp);
H A DSBModule.cpp45 SetSP(module_sp);
209 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } function in class:SBModule
388 sb_section.SetSP(section_list->GetSectionAtIndex(idx));
576 sb_section.SetSP(section_sp);
H A DSBFrame.cpp154 sb_module.SetSP(module_sp);
492 sb_value.SetSP(value_sp, use_dynamic);
544 sb_value.SetSP(value_sp, use_dynamic);
627 sb_value.SetSP(value_sp, use_dynamic);
644 sb_value.SetSP(value_sp);
665 sb_value.SetSP(value_sp);
679 sb_value.SetSP(value_sp, use_dynamic);
878 value_sb.SetSP(valobj_sp, use_dynamic);
893 value_sb.SetSP(rec_value_sp, use_dynamic);
964 result.SetSP(value_s
[all...]
H A DSBDebugger.cpp749 sb_target.SetSP(target_sp);
781 sb_target.SetSP(target_sp);
814 sb_target.SetSP(target_sp);
843 sb_target.SetSP(target_sp);
859 sb_target.SetSP(m_opaque_sp->GetDummyTarget()->shared_from_this());
900 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx));
926 sb_target.SetSP(m_opaque_sp->GetTargetList().FindTargetWithProcessID(pid));
944 sb_target.SetSP(target_sp);
953 sb_target.SetSP(
979 sb_target.SetSP(target_s
[all...]
H A DSBCommandInterpreter.cpp476 sb_process.SetSP(process_sp);
H A DSBAddress.cpp172 sb_section.SetSP(m_opaque_up->GetSection());
224 sb_module.SetSP(m_opaque_up->GetModule());
H A DSBWatchpoint.cpp268 void SBWatchpoint::SetSP(const lldb::WatchpointSP &sp) { function in class:SBWatchpoint
269 LLDB_RECORD_METHOD(void, SBWatchpoint, SetSP, (const lldb::WatchpointSP &),
339 LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP,
H A DSBUnixSignals.cpp50 void SBUnixSignals::SetSP(const UnixSignalsSP &signals_sp) { function in class:SBUnixSignals
H A DSBTypeSynthetic.cpp190 void SBTypeSynthetic::SetSP( function in class:SBTypeSynthetic
209 SetSP(new_sp);
H A DSBTypeSummary.cpp173 retval.SetSP(TypeSummaryImplSP(new CXXFunctionSummaryFormat(
412 void SBTypeSummary::SetSP(const lldb::TypeSummaryImplSP &typesummary_impl_sp) { function in class:SBTypeSummary
444 SetSP(new_sp);
472 SetSP(new_sp);
H A DSBTypeNameSpecifier.cpp151 void SBTypeNameSpecifier::SetSP( function in class:SBTypeNameSpecifier
H A DSBTypeFormat.cpp160 void SBTypeFormat::SetSP(const lldb::TypeFormatImplSP &typeformat_impl_sp) { function in class:SBTypeFormat
187 SetSP(
190 SetSP(TypeFormatImplSP(
H A DSBTypeFilter.cpp172 void SBTypeFilter::SetSP(const lldb::TypeFilterImplSP &typefilter_impl_sp) { function in class:SBTypeFilter
190 SetSP(new_sp);
H A DSBTypeEnumMember.cpp91 sb_type.SetSP(m_opaque_sp->GetIntegerType());
H A DSBTrace.cpp115 void SBTrace::SetSP(const ProcessSP &process_sp) { m_opaque_wp = process_sp; } function in class:SBTrace
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h386 /// use_dynamic and use_synthetic options passed in to SetSP when the
412 void SetSP(const lldb::ValueObjectSP &sp);
414 void SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic);
416 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
418 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
421 void SetSP(const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic,
428 void SetSP(ValueImplSP impl_sp);
H A DSBProcess.h412 void SetSP(const lldb::ProcessSP &process_sp);

Completed in 190 milliseconds

12