| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcpp.cpp | 93 if (valobj_sp) in LibstdcppMapIteratorSyntheticFrontEnd() 99 if (!valobj_sp) in Update() 109 if (!valobj_sp) in Update() 165 return (valobj_sp ? new LibstdcppMapIteratorSyntheticFrontEnd(valobj_sp) in LibstdcppMapIteratorSyntheticFrontEndCreator() 192 if (valobj_sp) in VectorIteratorSyntheticFrontEnd() 200 if (!valobj_sp) in Update() 203 if (!valobj_sp) in Update() 370 if (valobj_sp) in LibStdcppSharedPtrSyntheticFrontEnd() 399 if (!valobj_sp) in Update() 426 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator() [all …]
|
| H A D | LibCxx.cpp | 84 if (!valobj_sp) in LibcxxFunctionSummaryProvider() 130 if (!valobj_sp) in LibcxxSmartPointerSummaryProvider() 172 if (!valobj_sp) in LibcxxUniquePointerSummaryProvider() 230 if (valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() 239 if (!valobj_sp) in Update() 247 if (!valobj_sp) in Update() 398 if (valobj_sp) in LibCxxUnorderedMapIteratorSyntheticFrontEnd() 408 if (!valobj_sp) in Update() 431 valobj_sp in Update() 564 if (valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() [all …]
|
| H A D | LibCxxVector.cpp | 24 LibcxxStdVectorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 72 : SyntheticChildrenFrontEnd(*valobj_sp), m_element_type() { in LibcxxStdVectorSyntheticFrontEnd() 73 if (valobj_sp) in LibcxxStdVectorSyntheticFrontEnd() 175 if (valobj_sp) { in LibcxxVectorBoolSyntheticFrontEnd() 246 ValueObjectSP valobj_sp = m_backend.GetSP(); in Update() local 247 if (!valobj_sp) in Update() 249 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 282 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdVectorSyntheticFrontEndCreator() argument 283 if (!valobj_sp) in LibcxxStdVectorSyntheticFrontEndCreator() 285 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator() [all …]
|
| H A D | Coroutines.cpp | 20 if (!valobj_sp) in GetCoroFramePtrFromHandle() 25 if (valobj_sp->GetNumChildren() != 1) in GetCoroFramePtrFromHandle() 27 ValueObjectSP ptr_sp(valobj_sp->GetChildAtIndex(0)); in GetCoroFramePtrFromHandle() 99 : SyntheticChildrenFrontEnd(*valobj_sp) { in StdlibCoroutineHandleSyntheticFrontEnd() 100 if (valobj_sp) in StdlibCoroutineHandleSyntheticFrontEnd() 134 ValueObjectSP valobj_sp = m_backend.GetNonSyntheticValue(); in Update() local 135 if (!valobj_sp) in Update() 142 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update() 166 valobj_sp->GetCompilerType().GetTypeTemplateArgument(0)); in Update() 222 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in StdlibCoroutineHandleSyntheticFrontEndCreator() argument [all …]
|
| H A D | LibCxxRangesRefView.cpp | 26 LibcxxStdRangesRefViewSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 56 LibcxxStdRangesRefViewSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdRangesRefViewSyntheticFrontEnd() argument 57 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdRangesRefViewSyntheticFrontEnd() 58 if (valobj_sp) in LibcxxStdRangesRefViewSyntheticFrontEnd() 77 lldb::ValueObjectSP valobj_sp) { in LibcxxStdRangesRefViewSyntheticFrontEndCreator() argument 78 if (!valobj_sp) in LibcxxStdRangesRefViewSyntheticFrontEndCreator() 80 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdRangesRefViewSyntheticFrontEndCreator() 83 return new LibcxxStdRangesRefViewSyntheticFrontEnd(valobj_sp); in LibcxxStdRangesRefViewSyntheticFrontEndCreator()
|
| H A D | LibStdcppUniquePointer.cpp | 27 explicit LibStdcppUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 57 lldb::ValueObjectSP valobj_sp) in LibStdcppUniquePtrSyntheticFrontEnd() argument 58 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEnd() 68 ValueObjectSP valobj_sp = valobj_backend_sp->GetNonSyntheticValue(); in GetTuple() local 69 if (!valobj_sp) in GetTuple() 72 ValueObjectSP obj_child_sp = valobj_sp->GetChildMemberWithName("_M_t"); in GetTuple() 173 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppUniquePtrSyntheticFrontEndCreator() argument 174 return (valobj_sp ? new LibStdcppUniquePtrSyntheticFrontEnd(valobj_sp) in LibStdcppUniquePtrSyntheticFrontEndCreator()
|
| H A D | LibCxxSpan.cpp | 26 LibcxxStdSpanSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 70 LibcxxStdSpanSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdSpanSyntheticFrontEnd() argument 71 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibcxxStdSpanSyntheticFrontEnd() 72 if (valobj_sp) in LibcxxStdSpanSyntheticFrontEnd() 142 lldb::ValueObjectSP valobj_sp) { in LibcxxStdSpanSyntheticFrontEndCreator() argument 143 if (!valobj_sp) in LibcxxStdSpanSyntheticFrontEndCreator() 145 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdSpanSyntheticFrontEndCreator() 148 return new LibcxxStdSpanSyntheticFrontEnd(valobj_sp); in LibcxxStdSpanSyntheticFrontEndCreator()
|
| 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_element_type() { in LibcxxInitializerListSyntheticFrontEnd() 51 if (valobj_sp) in LibcxxInitializerListSyntheticFrontEnd() 116 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxInitializerListSyntheticFrontEndCreator() argument 117 return (valobj_sp ? new LibcxxInitializerListSyntheticFrontEnd(valobj_sp) in LibcxxInitializerListSyntheticFrontEndCreator()
|
| H A D | LibStdcppTuple.cpp | 27 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 51 lldb::ValueObjectSP valobj_sp) in LibStdcppTupleSyntheticFrontEnd() argument 52 : SyntheticChildrenFrontEnd(*valobj_sp) { in LibStdcppTupleSyntheticFrontEnd() 109 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppTupleSyntheticFrontEndCreator() argument 110 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()
|
| H A D | LibCxxAtomic.cpp | 89 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp); 110 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdAtomicSyntheticFrontEnd() argument 111 : SyntheticChildrenFrontEnd(*valobj_sp) {} in LibcxxStdAtomicSyntheticFrontEnd() 146 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxAtomicSyntheticFrontEndCreator() argument 147 if (valobj_sp) in LibcxxAtomicSyntheticFrontEndCreator() 148 return new LibcxxStdAtomicSyntheticFrontEnd(valobj_sp); in LibcxxAtomicSyntheticFrontEndCreator()
|
| H A D | GenericOptional.cpp | 123 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppOptionalSyntheticFrontEndCreator() argument 124 if (valobj_sp) in LibStdcppOptionalSyntheticFrontEndCreator() 126 *valobj_sp, GenericOptionalFrontend::StdLib::LibStdcpp); in LibStdcppOptionalSyntheticFrontEndCreator() 131 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxOptionalSyntheticFrontEndCreator() argument 132 if (valobj_sp) in LibcxxOptionalSyntheticFrontEndCreator() 133 return new GenericOptionalFrontend(*valobj_sp, in LibcxxOptionalSyntheticFrontEndCreator()
|
| H A D | GenericBitset.cpp | 139 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibStdcppBitsetSyntheticFrontEndCreator() argument 140 if (valobj_sp) in LibStdcppBitsetSyntheticFrontEndCreator() 141 return new GenericBitsetFrontEnd(*valobj_sp, in LibStdcppBitsetSyntheticFrontEndCreator() 147 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxBitsetSyntheticFrontEndCreator() argument 148 if (valobj_sp) in LibcxxBitsetSyntheticFrontEndCreator() 149 return new GenericBitsetFrontEnd(*valobj_sp, in LibcxxBitsetSyntheticFrontEndCreator()
|
| H A D | LibCxxVariant.cpp | 146 ValueObjectSP valobj_sp(valobj.GetNonSyntheticValue()); in LibcxxVariantSummaryProvider() local 147 if (!valobj_sp) in LibcxxVariantSummaryProvider() 151 *valobj_sp, {ConstString("__impl_"), ConstString("__impl")}); in LibcxxVariantSummaryProvider() 277 lldb::ValueObjectSP valobj_sp) { in LibcxxVariantFrontEndCreator() argument 278 if (valobj_sp) in LibcxxVariantFrontEndCreator() 279 return new VariantFrontEnd(*valobj_sp); in LibcxxVariantFrontEndCreator()
|
| H A D | LibCxxList.cpp | 146 ListFrontEnd(lldb::ValueObjectSP valobj_sp); 305 ListFrontEnd::ListFrontEnd(lldb::ValueObjectSP valobj_sp) in ListFrontEnd() argument 306 : AbstractListFrontEnd(*valobj_sp) { in ListFrontEnd() 307 if (valobj_sp) in ListFrontEnd() 418 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdListSyntheticFrontEndCreator() argument 419 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator() 424 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in LibcxxStdForwardListSyntheticFrontEndCreator() argument 425 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSSet.cpp | 350 valobj_sp = valobj_sp->AddressOf(error); in NSSetSyntheticFrontEndCreator() 401 if (valobj_sp) in NSSetISyntheticFrontEnd() 437 if (!valobj_sp) in Update() 439 if (!valobj_sp) in Update() 510 if (!set_item.valobj_sp) { in GetChildAtIndex() 539 return set_item.valobj_sp; in GetChildAtIndex() 568 if (!valobj_sp) in Update() 632 if (!set_item.valobj_sp) { in GetChildAtIndex() 669 if (valobj_sp) in GenericNSSetMSyntheticFrontEnd() 714 if (!valobj_sp) in Update() [all …]
|
| H A D | NSArray.cpp | 461 if (valobj_sp) { in NSArrayMSyntheticFrontEndBase() 468 if (valobj_sp->GetProcessSP()) in NSArrayMSyntheticFrontEndBase() 512 if (!valobj_sp) in Update() 605 if (valobj_sp) { in GenericNSArrayISyntheticFrontEnd() 654 if (!valobj_sp) in Update() 713 lldb::ValueObjectSP valobj_sp) in NSArray0SyntheticFrontEnd() argument 742 lldb::ValueObjectSP valobj_sp) in NSArray1SyntheticFrontEnd() argument 790 if (!valobj_sp) in NSArraySyntheticFrontEndCreator() 806 valobj_sp = valobj_sp->AddressOf(error); in NSArraySyntheticFrontEndCreator() 807 if (error.Fail() || !valobj_sp) in NSArraySyntheticFrontEndCreator() [all …]
|
| H A D | NSDictionary.cpp | 530 valobj_sp = valobj_sp->AddressOf(error); in NSDictionarySyntheticFrontEndCreator() 624 if (!valobj_sp) in Update() 701 if (!dict_item.valobj_sp) { in GetChildAtIndex() 729 return dict_item.valobj_sp; in GetChildAtIndex() 757 if (!valobj_sp) in Update() 828 if (!dict_item.valobj_sp) { in GetChildAtIndex() 863 return dict_item.valobj_sp; in GetChildAtIndex() 886 if (!valobj_sp) in Update() 949 if (!dict_item.valobj_sp) { in GetChildAtIndex() 1099 if (!valobj_sp) in Update() [all …]
|
| H A D | NSException.cpp | 121 NSExceptionSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSExceptionSyntheticFrontEnd() argument 122 : SyntheticChildrenFrontEnd(*valobj_sp) {} in NSExceptionSyntheticFrontEnd() 178 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in NSExceptionSyntheticFrontEndCreator() argument 179 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSExceptionSyntheticFrontEndCreator() 187 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator() 198 return (new NSExceptionSyntheticFrontEnd(valobj_sp)); in NSExceptionSyntheticFrontEndCreator() 200 return (new NSExceptionSyntheticFrontEnd(valobj_sp)); in NSExceptionSyntheticFrontEndCreator() 202 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() 190 CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { in NSErrorSyntheticFrontEndCreator() argument 191 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSErrorSyntheticFrontEndCreator() 199 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator() 210 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator() 212 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectList.cpp | 40 lldb::ValueObjectSP valobj_sp; in GetValueObjectAtIndex() local 43 return valobj_sp; in GetValueObjectAtIndex() 47 lldb::ValueObjectSP valobj_sp; in RemoveValueObjectAtIndex() local 52 return valobj_sp; in RemoveValueObjectAtIndex() 59 m_value_objects[idx] = valobj_sp; in SetValueObjectAtIndex() 77 ValueObjectSP valobj_sp; in FindValueObjectByUID() local 85 valobj_sp = *pos; in FindValueObjectByUID() 89 return valobj_sp; in FindValueObjectByUID() 94 ValueObjectSP valobj_sp; in FindValueObjectByPointer() local 100 valobj_sp = *pos; in FindValueObjectByPointer() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 605 if (!valobj_sp) in GetValueForVariableExpressionPath() 607 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string); in GetValueForVariableExpressionPath() 608 if (valobj_sp) in GetValueForVariableExpressionPath() 615 if (!valobj_sp) in GetValueForVariableExpressionPath() 616 return valobj_sp; in GetValueForVariableExpressionPath() 618 if (!valobj_sp) { in GetValueForVariableExpressionPath() 651 if (!valobj_sp->IsPointerType() && valobj_sp->HasSyntheticValue()) { in GetValueForVariableExpressionPath() 662 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath() 1067 if (valobj_sp) { in GetValueForVariableExpressionPath() 1076 return valobj_sp; in GetValueForVariableExpressionPath() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDWIMPrint.cpp | 142 auto valobj_sp = frame->FindVariable(ConstString(expr)); in DoExecute() local 143 if (valobj_sp && valobj_sp->GetError().Success()) { in DoExecute() 145 if (auto persisted_valobj = valobj_sp->Persist()) in DoExecute() 146 valobj_sp = persisted_valobj; in DoExecute() 159 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute() 164 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute() 174 ValueObjectSP valobj_sp; in DoExecute() local 200 valobj_sp->Dump(temp_result_stream, dump_options); in DoExecute() 205 valobj_sp->Dump(result.GetOutputStream(), dump_options); in DoExecute() 220 if (valobj_sp) in DoExecute() [all …]
|
| H A D | CommandObjectFrame.cpp | 140 ValueObjectSP valobj_sp; in DoExecute() local 162 if (!valobj_sp) { in DoExecute() 168 [&valobj_sp](ConstString type, ConstString var, in DoExecute() 173 valobj_sp->GetExpressionPath(stream, format); in DoExecute() 548 ValueObjectSP valobj_sp; in DoExecute() local 594 if (valobj_sp) { in DoExecute() 632 if (valobj_sp) { in DoExecute() 652 valobj_sp->Dump(output_stream, options); in DoExecute() 680 if (valobj_sp) { in DoExecute() 683 if (valobj_sp->IsInScope()) { in DoExecute() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 121 ValueObjectSP valobj_sp( in CreateValueObjectFromExpression() local 123 if (valobj_sp) in CreateValueObjectFromExpression() 124 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromExpression() 125 return valobj_sp; in CreateValueObjectFromExpression() 131 ValueObjectSP valobj_sp( in CreateValueObjectFromAddress() local 133 if (valobj_sp) in CreateValueObjectFromAddress() 134 valobj_sp->SetSyntheticChildrenGenerated(true); in CreateValueObjectFromAddress() 135 return valobj_sp; in CreateValueObjectFromAddress() 141 ValueObjectSP valobj_sp( in CreateValueObjectFromData() local 143 if (valobj_sp) in CreateValueObjectFromData() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 203 lldb::ValueObjectSP valobj_sp; in DoToAddress() local 211 target->EvaluateExpression(s, exe_ctx->GetFramePtr(), valobj_sp, options); in DoToAddress() 215 if (valobj_sp) in DoToAddress() 216 valobj_sp = valobj_sp->GetQualifiedRepresentationIfAvailable( in DoToAddress() 217 valobj_sp->GetDynamicValueType(), true); in DoToAddress() 219 if (valobj_sp) in DoToAddress() 220 addr = valobj_sp->GetValueAsUnsigned(0, &success); in DoToAddress() 230 s.str().c_str(), valobj_sp->GetTypeName().GetCString()); in DoToAddress()
|