| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcpp.cpp | 83 if (valobj_sp) in LibstdcppMapIteratorSyntheticFrontEnd() 89 if (!valobj_sp) in Update() 99 if (!valobj_sp) in Update() 156 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator() 176 return (valobj_sp in LibStdcppVectorIteratorSyntheticFrontEndCreator() 186 if (valobj_sp) in VectorIteratorSyntheticFrontEnd() 194 if (!valobj_sp) in Update() 197 if (!valobj_sp) in Update() 354 if (valobj_sp) in LibStdcppSharedPtrSyntheticFrontEnd() 363 if (!valobj_sp) in GetChildAtIndex() [all …]
|
| H A D | LibCxx.cpp | 38 if (!valobj_sp) in LibcxxOptionalSummaryProvider() 62 if (!valobj_sp) in LibcxxFunctionSummaryProvider() 108 if (!valobj_sp) in LibcxxSmartPointerSummaryProvider() 173 if (valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() 182 if (!valobj_sp) in Update() 190 if (!valobj_sp) in Update() 339 return (valobj_sp in LibCxxVectorIteratorSyntheticFrontEndCreator() 348 if (valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() 364 if (!valobj_sp) in GetChildAtIndex() 409 if (!valobj_sp) in Update() [all …]
|
| H A D | LibCxxVector.cpp | 24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 72 : SyntheticChildrenFrontEnd(*valobj_sp), m_start(nullptr), in LibcxxStdVectorSyntheticFrontEnd() 74 if (valobj_sp) in LibcxxStdVectorSyntheticFrontEnd() 178 if (valobj_sp) { in LibcxxVectorBoolSyntheticFrontEnd() 249 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() local 250 if (!valobj_sp) in Update() 252 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 287 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdVectorSyntheticFrontEndCreator() argument 288 if (!valobj_sp) in LibcxxStdVectorSyntheticFrontEndCreator() 290 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator() [all …]
|
| H A D | LibStdcppUniquePointer.cpp | 28 explicit LibStdcppUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 53 lldb::ValueObjectSP valobj_sp) in LibStdcppUniquePtrSyntheticFrontEnd() argument 54 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEnd() 64 ValueObjectSP valobj_sp = valobj_backend_sp->GetNonSyntheticValue(); in GetTuple() local 65 if (!valobj_sp) in GetTuple() 69 valobj_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple() 162 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEndCreator() argument 163 return (valobj_sp ? new LibStdcppUniquePtrSyntheticFrontEnd(valobj_sp) in LibStdcppUniquePtrSyntheticFrontEndCreator()
|
| H A D | LibCxxInitializerList.cpp | 25 LibcxxInitializerListSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 49 LibcxxInitializerListSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxInitializerListSyntheticFrontEnd() argument 50 : SyntheticChildrenFrontEnd(*valobj_sp), m_start(nullptr), m_element_type(), in LibcxxInitializerListSyntheticFrontEnd() 52 if (valobj_sp) in LibcxxInitializerListSyntheticFrontEnd() 120 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxInitializerListSyntheticFrontEndCreator() argument 121 return (valobj_sp ? new LibcxxInitializerListSyntheticFrontEnd(valobj_sp) in LibcxxInitializerListSyntheticFrontEndCreator()
|
| H A D | LibCxxAtomic.cpp | 36 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 59 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdAtomicSyntheticFrontEnd() argument 60 : SyntheticChildrenFrontEnd(*valobj_sp), m_real_child(nullptr) {} in LibcxxStdAtomicSyntheticFrontEnd() 101 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxAtomicSyntheticFrontEndCreator() argument 102 if (valobj_sp) in LibcxxAtomicSyntheticFrontEndCreator() 103 return new LibcxxStdAtomicSyntheticFrontEnd(valobj_sp); in LibcxxAtomicSyntheticFrontEndCreator()
|
| H A D | LibStdcppTuple.cpp | 28 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 47 lldb::ValueObjectSP valobj_sp) in LibStdcppTupleSyntheticFrontEnd() argument 48 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppTupleSyntheticFrontEnd() 105 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppTupleSyntheticFrontEndCreator() argument 106 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()
|
| H A D | LibCxxVariant.cpp | 121 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxVariantSummaryProvider() local 122 if (!valobj_sp) in LibcxxVariantSummaryProvider() 126 valobj_sp->GetChildMemberWithName(ConstString("__impl"), true)); in LibcxxVariantSummaryProvider() 252 lldb::ValueObjectSP valobj_sp) { in LibcxxVariantFrontEndCreator() argument 253 if (valobj_sp) in LibcxxVariantFrontEndCreator() 254 return new VariantFrontEnd(*valobj_sp); in LibcxxVariantFrontEndCreator()
|
| H A D | LibCxxList.cpp | 153 ListFrontEnd(lldb::ValueObjectSP valobj_sp); 322 ListFrontEnd::ListFrontEnd(lldb::ValueObjectSP valobj_sp) in ListFrontEnd() argument 323 : AbstractListFrontEnd(*valobj_sp), m_node_address(), m_tail(nullptr) { in ListFrontEnd() 324 if (valobj_sp) in ListFrontEnd() 435 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdListSyntheticFrontEndCreator() argument 436 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator() 441 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdForwardListSyntheticFrontEndCreator() argument 442 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()
|
| H A D | LibCxxUnorderedMap.cpp | 31 LibcxxStdUnorderedMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 57 LibcxxStdUnorderedMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdUnorderedMapSyntheticFrontEnd() argument 58 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type(), m_tree(nullptr), in LibcxxStdUnorderedMapSyntheticFrontEnd() 60 if (valobj_sp) in LibcxxStdUnorderedMapSyntheticFrontEnd() 219 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdUnorderedMapSyntheticFrontEndCreator() argument 220 return (valobj_sp ? new LibcxxStdUnorderedMapSyntheticFrontEnd(valobj_sp) in LibcxxStdUnorderedMapSyntheticFrontEndCreator()
|
| H A D | BlockPointer.cpp | 31 BlockPointerSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in BlockPointerSyntheticFrontEnd() argument 32 : SyntheticChildrenFrontEnd(*valobj_sp), m_block_struct_type() { in BlockPointerSyntheticFrontEnd() 202 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in BlockPointerSyntheticFrontEndCreator() argument 203 if (!valobj_sp) in BlockPointerSyntheticFrontEndCreator() 205 return new BlockPointerSyntheticFrontEnd(valobj_sp); in BlockPointerSyntheticFrontEndCreator()
|
| H A D | LibCxxQueue.cpp | 57 lldb::ValueObjectSP valobj_sp) { in LibcxxQueueFrontEndCreator() argument 58 if (valobj_sp) in LibcxxQueueFrontEndCreator() 59 return new QueueFrontEnd(*valobj_sp); in LibcxxQueueFrontEndCreator()
|
| H A D | LibCxxOptional.cpp | 81 lldb::ValueObjectSP valobj_sp) { in LibcxxOptionalFrontEndCreator() argument 82 if (valobj_sp) in LibcxxOptionalFrontEndCreator() 83 return new OptionalFrontEnd(*valobj_sp); in LibcxxOptionalFrontEndCreator()
|
| H A D | LibCxx.h | 60 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 89 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 151 lldb::ValueObjectSP valobj_sp); 155 lldb::ValueObjectSP valobj_sp);
|
| H A D | LibCxxTuple.cpp | 79 lldb::ValueObjectSP valobj_sp) { in LibcxxTupleFrontEndCreator() argument 80 if (valobj_sp) in LibcxxTupleFrontEndCreator() 81 return new TupleFrontEnd(*valobj_sp); in LibcxxTupleFrontEndCreator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSSet.cpp | 329 valobj_sp = valobj_sp->AddressOf(error); in NSSetSyntheticFrontEndCreator() 375 if (valobj_sp) in NSSetISyntheticFrontEnd() 411 if (!valobj_sp) in Update() 413 if (!valobj_sp) in Update() 418 valobj_sp = valobj_sp->Dereference(error); in Update() 490 if (!set_item.valobj_sp) { in GetChildAtIndex() 517 return set_item.valobj_sp; in GetChildAtIndex() 526 if (valobj_sp) in GenericNSSetMSyntheticFrontEnd() 571 if (!valobj_sp) in Update() 573 if (!valobj_sp) in Update() [all …]
|
| H A D | NSArray.cpp | 468 lldb::ValueObjectSP valobj_sp) in NSArrayMSyntheticFrontEndBase() argument 471 if (valobj_sp) { in NSArrayMSyntheticFrontEndBase() 478 if (valobj_sp->GetProcessSP()) in NSArrayMSyntheticFrontEndBase() 522 if (!valobj_sp) in Update() 614 lldb::ValueObjectSP valobj_sp) in GenericNSArrayISyntheticFrontEnd() argument 617 if (valobj_sp) { in GenericNSArrayISyntheticFrontEnd() 667 if (!valobj_sp) in Update() 727 lldb::ValueObjectSP valobj_sp) in NSArray0SyntheticFrontEnd() argument 756 lldb::ValueObjectSP valobj_sp) in NSArray1SyntheticFrontEnd() argument 801 if (!valobj_sp) in NSArraySyntheticFrontEndCreator() [all …]
|
| H A D | NSDictionary.cpp | 131 lldb::ValueObjectSP valobj_sp; member 467 valobj_sp = valobj_sp->AddressOf(error); in NSDictionarySyntheticFrontEndCreator() 553 if (!valobj_sp) in Update() 630 if (!dict_item.valobj_sp) { in GetChildAtIndex() 658 return dict_item.valobj_sp; in GetChildAtIndex() 781 if (!valobj_sp) in Update() 874 if (!dict_item.valobj_sp) { in GetChildAtIndex() 902 return dict_item.valobj_sp; in GetChildAtIndex() 949 if (!valobj_sp) in Update() 1032 if (!dict_item.valobj_sp) { in GetChildAtIndex() [all …]
|
| H A D | NSException.cpp | 122 NSExceptionSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSExceptionSyntheticFrontEnd() argument 123 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSExceptionSyntheticFrontEnd() 179 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in NSExceptionSyntheticFrontEndCreator() argument 180 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSExceptionSyntheticFrontEndCreator() 190 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator() 201 return (new NSExceptionSyntheticFrontEnd(valobj_sp)); in NSExceptionSyntheticFrontEndCreator() 203 return (new NSExceptionSyntheticFrontEnd(valobj_sp)); in NSExceptionSyntheticFrontEndCreator() 205 return (new NSExceptionSyntheticFrontEnd(valobj_sp)); in NSExceptionSyntheticFrontEndCreator()
|
| H A D | NSError.cpp | 112 NSErrorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSErrorSyntheticFrontEnd() argument 113 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSErrorSyntheticFrontEnd() 187 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in NSErrorSyntheticFrontEndCreator() argument 188 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSErrorSyntheticFrontEndCreator() 198 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator() 209 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator() 211 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 584 if (!valobj_sp) in GetValueForVariableExpressionPath() 587 if (valobj_sp) in GetValueForVariableExpressionPath() 594 if (!valobj_sp) in GetValueForVariableExpressionPath() 597 if (!valobj_sp) { in GetValueForVariableExpressionPath() 641 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath() 1048 if (valobj_sp) { in GetValueForVariableExpressionPath() 1057 return valobj_sp; in GetValueForVariableExpressionPath() 1138 return valobj_sp; in GetValueObjectForFrameVariable() 1160 return valobj_sp; in GetValueObjectForFrameVariable() 1172 if (!valobj_sp) { in TrackGlobalVariable() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectList.cpp | 49 lldb::ValueObjectSP valobj_sp; in GetValueObjectAtIndex() local 52 return valobj_sp; in GetValueObjectAtIndex() 56 lldb::ValueObjectSP valobj_sp; in RemoveValueObjectAtIndex() local 61 return valobj_sp; in RemoveValueObjectAtIndex() 68 m_value_objects[idx] = valobj_sp; in SetValueObjectAtIndex() 86 ValueObjectSP valobj_sp; in FindValueObjectByUID() local 94 valobj_sp = *pos; in FindValueObjectByUID() 98 return valobj_sp; in FindValueObjectByUID() 103 ValueObjectSP valobj_sp; in FindValueObjectByPointer() local 109 valobj_sp = *pos; in FindValueObjectByPointer() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 102 ValueObjectSP valobj_sp( in CreateValueObjectFromExpression() local 104 if (valobj_sp) in CreateValueObjectFromExpression() 105 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression() 106 return valobj_sp; in CreateValueObjectFromExpression() 112 ValueObjectSP valobj_sp( in CreateValueObjectFromAddress() local 114 if (valobj_sp) in CreateValueObjectFromAddress() 115 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress() 116 return valobj_sp; in CreateValueObjectFromAddress() 122 ValueObjectSP valobj_sp( in CreateValueObjectFromData() local 124 if (valobj_sp) in CreateValueObjectFromData() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 163 ValueObjectSP valobj_sp; in DoExecute() local 174 valobj_sp = frame_sp->GuessValueForRegisterAndOffset( in DoExecute() 187 if (!valobj_sp) { in DoExecute() 522 ValueObjectSP valobj_sp; in DoExecute() local 570 if (valobj_sp) { in DoExecute() 616 if (valobj_sp) { in DoExecute() 636 valobj_sp->Dump(output_stream, options); in DoExecute() 684 if (valobj_sp) { in DoExecute() 687 if (valobj_sp->IsInScope()) { in DoExecute() 688 if (!valobj_sp->GetTargetSP() in DoExecute() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 177 lldb::ValueObjectSP valobj_sp; in ToAddress() local 185 target->EvaluateExpression(s, exe_ctx->GetFramePtr(), valobj_sp, options); in ToAddress() 189 if (valobj_sp) in ToAddress() 190 valobj_sp = valobj_sp->GetQualifiedRepresentationIfAvailable( in ToAddress() 191 valobj_sp->GetDynamicValueType(), true); in ToAddress() 193 if (valobj_sp) in ToAddress() 194 addr = valobj_sp->GetValueAsUnsigned(fail_value, &success); in ToAddress() 205 s.str().c_str(), valobj_sp->GetTypeName().GetCString()); in ToAddress()
|