Home
last modified time | relevance | path

Searched refs:ValueObjectSP (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h22 lldb::ValueObjectSP
92 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
104 lldb::ValueObjectSP m_pair_sp;
140 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
171 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
191 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
202 lldb::ValueObjectSP m_value_ptr_sp;
203 lldb::ValueObjectSP m_deleter_sp;
208 lldb::ValueObjectSP);
224 lldb::ValueObjectSP);
[all …]
H A DLibCxxList.cpp65 ValueObjectSP m_entry_sp;
88 return lldb::ValueObjectSP(); in advance()
132 ValueObjectSP GetItem(size_t idx);
351 return lldb::ValueObjectSP(); in GetChildAtIndex()
354 return lldb::ValueObjectSP(); in GetChildAtIndex()
357 return lldb::ValueObjectSP(); in GetChildAtIndex()
361 return lldb::ValueObjectSP(); in GetChildAtIndex()
365 return lldb::ValueObjectSP(); in GetChildAtIndex()
370 return lldb::ValueObjectSP(); in GetChildAtIndex()
379 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibCxxVariant.cpp85 LibcxxVariantGetIndexValidity(ValueObjectSP &impl_sp) { in LibcxxVariantGetIndexValidity()
122 ValueObjectSP LibcxxVariantGetNthHead(ValueObjectSP &impl_sp, uint64_t index) { in LibcxxVariantGetNthHead()
126 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
128 ValueObjectSP current_level = data_sp; in LibcxxVariantGetNthHead()
133 return ValueObjectSP{}; in LibcxxVariantGetNthHead()
146 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxVariantSummaryProvider()
150 ValueObjectSP impl_sp = GetChildMemberWithName( in LibcxxVariantSummaryProvider()
209 ValueObjectSP GetChildAtIndex(size_t idx) override;
218 ValueObjectSP impl_sp = formatters::GetChildMemberWithName( in Update()
236 ValueObjectSP VariantFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
[all …]
H A DLibCxx.cpp48 lldb::ValueObjectSP
51 ValueObjectSP value; in GetFirstValueOfLibCXXCompressedPair()
62 lldb::ValueObjectSP
65 ValueObjectSP value; in GetSecondValueOfLibCXXCompressedPair()
133 ValueObjectSP count_sp( in LibcxxSmartPointerSummaryProvider()
135 ValueObjectSP weakcount_sp( in LibcxxSmartPointerSummaryProvider()
358 lldb::ValueObjectSP
573 lldb::ValueObjectSP
669 lldb::ValueObjectSP
1035 ValueObjectSP dataobj; in formatStringViewImpl()
[all …]
H A DLibStdcppUniquePointer.cpp31 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
51 ValueObjectSP GetTuple();
57 lldb::ValueObjectSP valobj_sp) in LibStdcppUniquePtrSyntheticFrontEnd()
62 ValueObjectSP LibStdcppUniquePtrSyntheticFrontEnd::GetTuple() { in GetTuple()
63 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in GetTuple()
88 ValueObjectSP tuple_sp = GetTuple(); in Update()
96 ValueObjectSP ptr_obj = tuple_frontend->GetChildAtIndex(0); in Update()
118 lldb::ValueObjectSP
127 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in GetChildAtIndex()
135 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibCxxMap.cpp32 ValueObjectSP left() const { in left()
40 ValueObjectSP right() const { in right()
49 ValueObjectSP parent() const { in parent()
81 ValueObjectSP m_entry_sp;
100 ValueObjectSP advance(size_t count) { in advance()
101 ValueObjectSP fail; in advance()
247 ValueObjectSP deref; in GetDataType()
319 lldb::ValueObjectSP
326 return lldb::ValueObjectSP(); in GetChildAtIndex()
328 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibCxxUnorderedMap.cpp38 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
95 lldb::ValueObjectSP lldb_private::formatters::
98 return lldb::ValueObjectSP(); in GetChildAtIndex()
100 return lldb::ValueObjectSP(); in GetChildAtIndex()
104 return lldb::ValueObjectSP(); in GetChildAtIndex()
109 return lldb::ValueObjectSP(); in GetChildAtIndex()
119 ValueObjectSP first_sp = nullptr; in GetChildAtIndex()
127 ValueObjectSP first_elem_parent_sp = in GetChildAtIndex()
196 return lldb::ValueObjectSP(); in GetChildAtIndex()
203 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibStdcpp.cpp60 lldb::ValueObjectSP m_pair_sp;
90 lldb::ValueObjectSP valobj_sp) in LibstdcppMapIteratorSyntheticFrontEnd()
139 lldb::ValueObjectSP
148 return lldb::ValueObjectSP(); in GetChildAtIndex()
206 ValueObjectSP item_ptr = in Update()
224 lldb::ValueObjectSP
228 return lldb::ValueObjectSP(); in GetChildAtIndex()
368 lldb::ValueObjectSP valobj_sp) in LibStdcppSharedPtrSyntheticFrontEnd()
376 lldb::ValueObjectSP
390 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibCxxTuple.cpp30 ValueObjectSP GetChildAtIndex(size_t idx) override;
47 ValueObjectSP base_sp; in Update()
61 ValueObjectSP TupleFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
63 return ValueObjectSP(); in GetChildAtIndex()
65 return ValueObjectSP(); in GetChildAtIndex()
72 return ValueObjectSP(); in GetChildAtIndex()
73 ValueObjectSP holder_sp = m_base->GetChildAtIndex(idx); in GetChildAtIndex()
75 return ValueObjectSP(); in GetChildAtIndex()
77 ValueObjectSP elem_sp = holder_sp->GetChildAtIndex(0); in GetChildAtIndex()
84 return ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibStdcppTuple.cpp27 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
31 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
51 lldb::ValueObjectSP valobj_sp) in LibStdcppTupleSyntheticFrontEnd()
59 ValueObjectSP valobj_backend_sp = m_backend.GetSP(); in Update()
63 ValueObjectSP next_child_sp = valobj_backend_sp->GetNonSyntheticValue(); in Update()
65 ValueObjectSP current_child = next_child_sp; in Update()
70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i); in Update()
75 ValueObjectSP value_sp = in Update()
91 lldb::ValueObjectSP
95 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DLibCxxAtomic.cpp52 ValueObjectSP
54 ValueObjectSP non_sythetic = valobj.GetNonSyntheticValue(); in GetLibCxxAtomicValue()
58 ValueObjectSP member__a_ = non_sythetic->GetChildMemberWithName("__a_"); in GetLibCxxAtomicValue()
62 ValueObjectSP member__a_value = in GetLibCxxAtomicValue()
73 if (ValueObjectSP atomic_value = GetLibCxxAtomicValue(valobj)) { in LibCxxAtomicSummaryProvider()
89 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
95 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
110 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdAtomicSyntheticFrontEnd()
114 ValueObjectSP atomic_value = GetLibCxxAtomicValue(m_backend); in Update()
131 lldb::ValueObjectSP
[all …]
H A DGenericOptional.cpp46 ValueObjectSP GetChildAtIndex(size_t idx) override;
65 ValueObjectSP engaged_sp; in Update()
84 ValueObjectSP GenericOptionalFrontend::GetChildAtIndex(size_t _idx) { in GetChildAtIndex()
86 return ValueObjectSP(); in GetChildAtIndex()
88 ValueObjectSP val_sp; in GetChildAtIndex()
105 ValueObjectSP candidate = val_sp->GetChildMemberWithName("_M_value"); in GetChildAtIndex()
111 return ValueObjectSP(); in GetChildAtIndex()
116 return ValueObjectSP(); in GetChildAtIndex()
123 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppOptionalSyntheticFrontEndCreator()
131 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxOptionalSyntheticFrontEndCreator()
H A DLibCxxVector.cpp24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
30 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
51 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
64 std::map<size_t, lldb::ValueObjectSP> m_children;
104 lldb::ValueObjectSP
108 return lldb::ValueObjectSP(); in GetChildAtIndex()
121 ValueObjectSP data_type_finder_sp( in Update()
134 ValueObjectSP first_elem_parent_sp = in Update()
187 lldb::ValueObjectSP
223 ValueObjectSP retval_sp(CreateValueObjectFromData( in GetChildAtIndex()
[all …]
H A DBlockPointer.cpp32 BlockPointerSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in BlockPointerSyntheticFrontEnd()
82 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override { in GetChildAtIndex()
84 return lldb::ValueObjectSP(); in GetChildAtIndex()
88 return lldb::ValueObjectSP(); in GetChildAtIndex()
116 ValueObjectSP struct_pointer_sp = in GetChildAtIndex()
120 return lldb::ValueObjectSP(); in GetChildAtIndex()
124 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
127 return lldb::ValueObjectSP(); in GetChildAtIndex()
130 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex()
179 lldb::ValueObjectSP qualified_child_representation_sp = in BlockPointerSummaryProvider()
[all …]
H A DLibStdcpp.h38 lldb::ValueObjectSP);
42 lldb::ValueObjectSP);
46 lldb::ValueObjectSP);
50 lldb::ValueObjectSP);
54 lldb::ValueObjectSP);
58 lldb::ValueObjectSP);
62 lldb::ValueObjectSP);
H A DCoroutines.h33 StdlibCoroutineHandleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
39 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override;
48 lldb::ValueObjectSP m_resume_ptr_sp;
49 lldb::ValueObjectSP m_destroy_ptr_sp;
50 lldb::ValueObjectSP m_promise_ptr_sp;
55 lldb::ValueObjectSP);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp122 return ValueObjectSP(); in GetSP()
132 return ValueObjectSP(); in GetSP()
198 lldb::ValueObjectSP m_valobj_sp;
552 lldb::ValueObjectSP new_value_sp; in CreateChildAtOffset()
594 lldb::ValueObjectSP new_value_sp; in CreateValueFromExpression()
614 lldb::ValueObjectSP new_value_sp; in CreateValueFromAddress()
665 lldb::ValueObjectSP child_sp; in GetChildAtIndex()
713 lldb::ValueObjectSP child_sp; in GetChildMemberWithName()
836 lldb::ValueObjectSP child_sp; in GetValueForExpressionPath()
1046 return ValueObjectSP(); in GetSP()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp223 ValueObjectSP m_pair;
655 lldb::ValueObjectSP
709 return ValueObjectSP(); in GetChildAtIndex()
774 lldb::ValueObjectSP
836 return ValueObjectSP(); in GetChildAtIndex()
957 return ValueObjectSP(); in GetChildAtIndex()
1005 lldb::ValueObjectSP
1131 lldb::ValueObjectSP
1198 return ValueObjectSP(); in GetChildAtIndex()
1291 lldb::ValueObjectSP
[all …]
H A DNSSet.cpp72 lldb::ValueObjectSP valobj_sp;
100 lldb::ValueObjectSP valobj_sp;
134 lldb::ValueObjectSP valobj_sp;
467 lldb::ValueObjectSP
472 return lldb::ValueObjectSP(); in GetChildAtIndex()
476 return lldb::ValueObjectSP(); in GetChildAtIndex()
507 return lldb::ValueObjectSP(); in GetChildAtIndex()
584 lldb::ValueObjectSP
592 return lldb::ValueObjectSP(); in GetChildAtIndex()
629 return lldb::ValueObjectSP(); in GetChildAtIndex()
[all …]
H A DNSException.cpp31 ValueObjectSP *reason_sp, ValueObjectSP *userinfo_sp, in ExtractFields()
32 ValueObjectSP *reserved_sp) { in ExtractFields()
101 lldb::ValueObjectSP reason_sp; in NSException_SummaryProvider()
121 NSExceptionSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSExceptionSyntheticFrontEnd()
130 lldb::ValueObjectSP GetChildAtIndex(size_t idx) override { in GetChildAtIndex()
137 return lldb::ValueObjectSP(); in GetChildAtIndex()
170 ValueObjectSP m_name_sp;
171 ValueObjectSP m_reason_sp;
172 ValueObjectSP m_userinfo_sp;
173 ValueObjectSP m_reserved_sp;
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h27 void Append(const lldb::ValueObjectSP &val_obj_sp);
31 lldb::ValueObjectSP FindValueObjectByPointer(ValueObject *valobj);
37 lldb::ValueObjectSP GetValueObjectAtIndex(size_t idx);
39 lldb::ValueObjectSP RemoveValueObjectAtIndex(size_t idx);
41 void SetValueObjectAtIndex(size_t idx, const lldb::ValueObjectSP &valobj_sp);
43 lldb::ValueObjectSP FindValueObjectByValueName(const char *name);
45 lldb::ValueObjectSP FindValueObjectByUID(lldb::user_id_t uid);
51 const std::vector<lldb::ValueObjectSP> &GetObjects() const { in GetObjects()
55 typedef std::vector<lldb::ValueObjectSP> collection;
H A DValueObject.h561 virtual lldb::ValueObjectSP
566 virtual lldb::ValueObjectSP
578 lldb::ValueObjectSP GetSyntheticValue();
584 lldb::ValueObjectSP
618 lldb::ValueObjectSP GetVTable();
645 static lldb::ValueObjectSP
650 static lldb::ValueObjectSP
656 static lldb::ValueObjectSP
661 static lldb::ValueObjectSP
665 lldb::ValueObjectSP Persist();
[all …]
H A DValueObjectConstResult.h38 static lldb::ValueObjectSP
42 static lldb::ValueObjectSP
47 static lldb::ValueObjectSP
53 static lldb::ValueObjectSP
58 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
63 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
80 lldb::ValueObjectSP Dereference(Status &error) override;
85 lldb::ValueObjectSP GetSyntheticChildAtOffset(
89 lldb::ValueObjectSP AddressOf(Status &error) override;
104 lldb::ValueObjectSP
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp25 void ValueObjectList::Append(const ValueObjectSP &val_obj_sp) { in Append()
39 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex()
40 lldb::ValueObjectSP valobj_sp; in GetValueObjectAtIndex()
46 lldb::ValueObjectSP ValueObjectList::RemoveValueObjectAtIndex(size_t idx) { in RemoveValueObjectAtIndex()
47 lldb::ValueObjectSP valobj_sp; in RemoveValueObjectAtIndex()
56 const ValueObjectSP &valobj_sp) { in SetValueObjectAtIndex()
64 ValueObjectSP val_obj_sp; in FindValueObjectByValueName()
76 ValueObjectSP ValueObjectList::FindValueObjectByUID(lldb::user_id_t uid) { in FindValueObjectByUID()
77 ValueObjectSP valobj_sp; in FindValueObjectByUID()
92 ValueObjectSP
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp514 return ValueObjectSP(); in GetValueForVariableExpressionPath()
519 return ValueObjectSP(); in GetValueForVariableExpressionPath()
533 ValueObjectSP valobj_sp; in GetValueForVariableExpressionPath()
541 return ValueObjectSP(); in GetValueForVariableExpressionPath()
621 return ValueObjectSP(); in GetValueForVariableExpressionPath()
1151 ValueObjectSP
1154 ValueObjectSP valobj_sp; in GetValueObjectForFrameVariable()
1386 return ValueObjectSP(); in GuessValueForAddress()
1390 ValueObjectSP GetValueForOffset(StackFrame &frame, ValueObjectSP &parent, in GetValueForOffset()
1665 return ValueObjectSP(); in DoGuessValueAt()
[all …]

12345678