/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.h | 22 bool NSIndexSetSummaryProvider(ValueObject &valobj, Stream &stream, 25 bool NSArraySummaryProvider(ValueObject &valobj, Stream &stream, 29 bool NSDataSummaryProvider(ValueObject &valobj, Stream &stream, 32 bool NSNumberSummaryProvider(ValueObject &valobj, Stream &stream, 35 bool NSDecimalNumberSummaryProvider(ValueObject &valobj, Stream &stream, 38 bool NSNotificationSummaryProvider(ValueObject &valobj, Stream &stream, 41 bool NSTimeZoneSummaryProvider(ValueObject &valobj, Stream &stream, 44 bool NSMachPortSummaryProvider(ValueObject &valobj, Stream &stream, 47 bool NSDateSummaryProvider(ValueObject &valobj, Stream &stream, 50 bool NSBundleSummaryProvider(ValueObject &valobj, Stream &stream, [all …]
|
H A D | CF.h | 18 bool CFBagSummaryProvider(ValueObject &valobj, Stream &stream, 21 bool CFBinaryHeapSummaryProvider(ValueObject &valobj, Stream &stream, 24 bool CFBitVectorSummaryProvider(ValueObject &valobj, Stream &stream, 27 bool CFAbsoluteTimeSummaryProvider(ValueObject &valobj, Stream &stream,
|
H A D | NSString.h | 21 bool NSStringSummaryProvider(ValueObject &valobj, Stream &stream, 25 ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor, 28 bool NSAttributedStringSummaryProvider(ValueObject &valobj, Stream &stream, 32 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options);
|
H A D | Cocoa.cpp | 40 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSBundleSummaryProvider() 91 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSTimeZoneSummaryProvider() 140 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSNotificationSummaryProvider() 189 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSMachPortSummaryProvider() 235 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSIndexSetSummaryProvider() 342 static void NSNumber_FormatChar(ValueObject &valobj, Stream &stream, char value, in NSNumber_FormatChar() 355 static void NSNumber_FormatShort(ValueObject &valobj, Stream &stream, in NSNumber_FormatShort() 368 static void NSNumber_FormatInt(ValueObject &valobj, Stream &stream, int value, in NSNumber_FormatInt() 381 static void NSNumber_FormatLong(ValueObject &valobj, Stream &stream, in NSNumber_FormatLong() 394 static void NSNumber_FormatInt128(ValueObject &valobj, Stream &stream, in NSNumber_FormatInt128() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxx.h | 23 GetChildMemberWithName(ValueObject &obj, 26 lldb::ValueObjectSP GetFirstValueOfLibCXXCompressedPair(ValueObject &pair); 27 lldb::ValueObjectSP GetSecondValueOfLibCXXCompressedPair(ValueObject &pair); 31 ValueObject &valobj, Stream &stream, 35 ValueObject &valobj, Stream &stream, 39 ValueObject &valobj, Stream &stream, 43 ValueObject &valobj, Stream &stream, 47 ValueObject &valueObj, Stream &stream, 51 ValueObject &valobj, Stream &stream, 55 ValueObject &valobj, Stream &stream, [all …]
|
H A D | CxxStringTypes.h | 19 bool Char8StringSummaryProvider(ValueObject &valobj, Stream &stream, 23 ValueObject &valobj, Stream &stream, 27 ValueObject &valobj, Stream &stream, 30 bool WCharStringSummaryProvider(ValueObject &valobj, Stream &stream, 33 bool Char8SummaryProvider(ValueObject &valobj, Stream &stream, 37 ValueObject &valobj, Stream &stream, 40 bool Char32SummaryProvider(ValueObject &valobj, Stream &stream, 43 bool WCharSummaryProvider(ValueObject &valobj, Stream &stream,
|
H A D | LibCxx.cpp | 38 ValueObject &obj, llvm::ArrayRef<ConstString> alternative_names) { in GetChildMemberWithName() 50 ValueObject &pair) { in GetFirstValueOfLibCXXCompressedPair() 64 ValueObject &pair) { in GetSecondValueOfLibCXXCompressedPair() 80 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibcxxFunctionSummaryProvider() 128 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibcxxSmartPointerSummaryProvider() 150 stream, ValueObject::eValueObjectRepresentationStyleSummary, in LibcxxSmartPointerSummaryProvider() 152 ValueObject::PrintableRepresentationSpecialCases::eDisable, in LibcxxSmartPointerSummaryProvider() 170 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibcxxUniquePointerSummaryProvider() 192 stream, ValueObject::eValueObjectRepresentationStyleSummary, in LibcxxUniquePointerSummaryProvider() 194 ValueObject::PrintableRepresentationSpecialCases::eDisable, in LibcxxUniquePointerSummaryProvider() [all …]
|
H A D | CxxStringTypes.cpp | 52 static bool CharStringSummaryProvider(ValueObject &valobj, Stream &stream) { in CharStringSummaryProvider() 70 static bool CharSummaryProvider(ValueObject &valobj, Stream &stream) { in CharSummaryProvider() 98 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char8StringSummaryProvider() 103 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char16StringSummaryProvider() 108 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char32StringSummaryProvider() 113 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in WCharStringSummaryProvider() 155 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char8SummaryProvider() 160 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char16SummaryProvider() 165 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in Char32SummaryProvider() 170 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &) { in WCharSummaryProvider()
|
H A D | LibStdcpp.h | 20 ValueObject &valobj, Stream &stream, 24 ValueObject &valobj, Stream &stream, 28 ValueObject &valobj, Stream &stream, 33 ValueObject &valobj, Stream &stream,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 82 ValueObject::ValueObject(ValueObject &parent) in ValueObject() function in ValueObject 93 ValueObject::ValueObject(ExecutionContextScope *exe_scope, in ValueObject() function in ValueObject 111 ValueObject::~ValueObject() = default; 113 bool ValueObject::UpdateValueIfNeeded(bool update_format) { in UpdateValueIfNeeded() 204 bool ValueObject::UpdateFormatsIfNeeded() { in UpdateFormatsIfNeeded() 229 void ValueObject::SetNeedsUpdate() { in SetNeedsUpdate() 236 void ValueObject::ClearDynamicTypeInformation() { in ClearDynamicTypeInformation() 246 CompilerType ValueObject::MaybeCalculateCompleteType() { in MaybeCalculateCompleteType() 278 DataExtractor &ValueObject::GetDataExtractor() { in GetDataExtractor() 283 const Status &ValueObject::GetError() { in GetError() [all …]
|
H A D | ValueObjectVTable.cpp | 23 class ValueObjectVTableChild : public ValueObject { 25 ValueObjectVTableChild(ValueObject &parent, uint32_t func_idx, in ValueObjectVTableChild() 27 : ValueObject(parent), m_func_idx(func_idx), m_addr_size(addr_size) { in ValueObjectVTableChild() 43 if (ValueObject *parent = GetParent()) in IsInScope() 52 ValueObject *parent = GetParent(); in UpdateValue() 110 ValueObject *val = parent->GetParent(); in UpdateValue() 149 ValueObjectSP ValueObjectVTable::Create(ValueObject &parent) { in Create() 153 ValueObjectVTable::ValueObjectVTable(ValueObject &parent) in ValueObjectVTable() 154 : ValueObject(parent) { in ValueObjectVTable() 188 ValueObject *ValueObjectVTable::CreateChildAtIndex(size_t idx) { in CreateChildAtIndex() [all …]
|
H A D | ValueObjectSyntheticFilter.cpp | 31 DummySyntheticFrontEnd(ValueObject &backend) in DummySyntheticFrontEnd() 53 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic() 55 : ValueObject(parent), m_synth_sp(std::move(filter)), m_children_byindex(), in ValueObjectSynthetic() 145 ValueObject *valobj_for_frontend = m_parent; in CreateSynthFilter() 258 ValueObject *valobj; in GetChildAtIndex() 366 void ValueObjectSynthetic::CopyValueData(ValueObject *source) { in CopyValueData() 390 this->ValueObject::SetFormat(format); in SetFormat() 396 this->ValueObject::SetPreferredDisplayLanguage(lang); in SetPreferredDisplayLanguage() 419 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated() 426 return ValueObject::GetDeclaration(decl); in GetDeclaration() [all …]
|
H A D | FormatEntity.cpp | 612 static ValueObjectSP ExpandIndexedExpression(ValueObject *valobj, size_t index, in ExpandIndexedExpression() 617 ValueObject::GetValueForExpressionPathOptions options; in ExpandIndexedExpression() 618 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression() 619 ValueObject::ExpressionPathScanEndReason reason_to_stop; in ExpandIndexedExpression() 620 ValueObject::ExpressionPathAftermath what_next = in ExpandIndexedExpression() 621 (deref_pointer ? ValueObject::eExpressionPathAftermathDereference in ExpandIndexedExpression() 622 : ValueObject::eExpressionPathAftermathNothing); in ExpandIndexedExpression() 640 ValueObject::ValueObjectRepresentationStyle style) { in ConvertValueObjectStyleToChar() 642 case ValueObject::eValueObjectRepresentationStyleLanguageSpecific: in ConvertValueObjectStyleToChar() 644 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar() [all …]
|
H A D | ValueObjectConstResultImpl.cpp | 37 ValueObject *valobj, lldb::addr_t live_address) in ValueObjectConstResultImpl() 46 return m_impl_backend->ValueObject::Dereference(error); in Dereference() 49 ValueObject *ValueObjectConstResultImpl::CreateChildAtIndex(size_t idx) { in CreateChildAtIndex() 104 ValueObject * 167 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset() 196 return m_impl_backend->ValueObject::AddressOf(error); in AddressOf() 218 return m_impl_backend->ValueObject::GetAddressOf(scalar_is_load_address, in GetAddressOf() 233 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | ValueObjectPrinter.h | 29 ValueObjectPrinter(ValueObject &valobj, Stream *s); 31 ValueObjectPrinter(ValueObject &valobj, Stream *s, 46 ValueObjectPrinter(ValueObject &valobj, Stream *s, 54 void Init(ValueObject &valobj, Stream *s, 74 ValueObject &GetMostSpecializedValue(); 119 ValueObject &GetValueObjectForChildrenGeneration(); 125 lldb::ValueObjectSP GenerateChild(ValueObject &synth_valobj, size_t idx); 145 ValueObject &m_orig_valobj; 148 ValueObject *m_cached_valobj;
|
H A D | FormatManager.h | 121 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj, 124 lldb::TypeSummaryImplSP GetSummaryFormat(ValueObject &valobj, 128 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic); 156 bool ShouldPrintAsOneLiner(ValueObject &valobj); 163 GetPossibleMatches(ValueObject &valobj, lldb::DynamicValueType use_dynamic) { in GetPossibleMatches() 170 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType); 178 static void GetPossibleMatches(ValueObject &valobj, 197 ImplSP Get(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 105 class ValueObject { 324 virtual ~ValueObject(); 475 ValueObject *GetRoot(); 480 ValueObject *FollowParentChain(std::function<bool(ValueObject *)>); 798 void SetDerefValobj(ValueObject *deref) { m_deref_valobj = deref; } in SetDerefValobj() 800 ValueObject *GetDerefValobj() { return m_deref_valobj; } in GetDerefValobj() 828 virtual ValueObject *GetParent() { return m_parent; } in GetParent() 830 virtual const ValueObject *GetParent() const { return m_parent; } in GetParent() 832 ValueObject *GetNonBaseClassParent(); 869 typedef ClusterManager<ValueObject> ValueObjectManager; [all …]
|
H A D | ValueObjectCast.h | 26 class ValueObjectCast : public ValueObject { 30 static lldb::ValueObjectSP Create(ValueObject &parent, 42 ValueObject *GetParent() override { in GetParent() 46 const ValueObject *GetParent() const override { in GetParent() 51 ValueObjectCast(ValueObject &parent, ConstString name,
|
H A D | ValueObjectVTable.h | 59 class ValueObjectVTable : public ValueObject { 63 static lldb::ValueObjectSP Create(ValueObject &parent); 93 ValueObjectVTable(ValueObject &parent); 95 ValueObject *CreateChildAtIndex(size_t idx) override; 96 ValueObject *CreateSyntheticArrayMember(size_t idx) override { in CreateSyntheticArrayMember()
|
H A D | ValueObjectConstResultCast.h | 26 class ValueObject; variable 30 ValueObjectConstResultCast(ValueObject &parent, ConstString name, 57 friend class ValueObject; 61 ValueObject *CreateChildAtIndex(size_t idx) override { in CreateChildAtIndex() 64 ValueObject *CreateSyntheticArrayMember(size_t idx) override { in CreateSyntheticArrayMember()
|
H A D | ValueObjectConstResultImpl.h | 24 class ValueObject; variable 34 ValueObjectConstResultImpl(ValueObject *valobj, 41 ValueObject *CreateChildAtIndex(size_t idx); 42 ValueObject *CreateSyntheticArrayMember(size_t idx); 68 ValueObject *m_impl_backend;
|
H A D | ValueObjectSyntheticFilter.h | 36 class ValueObjectSynthetic : public ValueObject { 90 ValueObject *GetParent() override { in GetParent() 94 const ValueObject *GetParent() const override { in GetParent() 142 typedef std::map<uint32_t, ValueObject *> ByIndexMap; 168 friend class ValueObject; 169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter); 171 void CopyValueData(ValueObject *source);
|
H A D | ValueObjectConstResultChild.h | 26 class ValueObject; variable 31 ValueObjectConstResultChild(ValueObject &parent, 66 friend class ValueObject; 70 ValueObject *CreateChildAtIndex(size_t idx) override { in CreateChildAtIndex() 73 ValueObject *CreateSyntheticArrayMember(size_t idx) override { in CreateSyntheticArrayMember()
|
H A D | ValueObjectDynamicValue.h | 34 class ValueObjectDynamicValue : public ValueObject { 62 ValueObject *GetParent() override { in GetParent() 66 const ValueObject *GetParent() const override { in GetParent() 117 friend class ValueObject; 119 ValueObjectDynamicValue(ValueObject &parent,
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 23 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s) in ValueObjectPrinter() 29 ValueObjectPrinter::ValueObjectPrinter(ValueObject &valobj, Stream *s, in ValueObjectPrinter() 36 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter() 44 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in Init() 100 ValueObject &ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue() 113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue() 119 ValueObject *dynamic_value = in SetupMostSpecializedValue() 128 ValueObject *non_synthetic = in SetupMostSpecializedValue() 135 ValueObject *synthetic = m_cached_valobj->GetSyntheticValue().get(); in SetupMostSpecializedValue() 148 ValueObject &valobj = GetMostSpecializedValue(); in GetDescriptionForDisplay() [all …]
|