/external/llvm-project/lldb/source/Core/ |
D | ValueObjectVariable.cpp | 102 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 109 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 146 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 252 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType() 304 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope() 361 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString() 390 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
|
D | ValueObjectCast.cpp | 44 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 51 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 78 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
D | ValueObjectRegister.cpp | 89 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 200 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl() 227 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 238 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
D | ValueObjectChild.cpp | 53 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 164 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue() 198 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
|
D | ValueObjectMemory.cpp | 135 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 143 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 158 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
D | ValueObject.cpp | 291 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType() 379 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue() 605 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex() 730 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 774 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 788 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 822 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData() 868 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData() 915 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString() 1057 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription() [all …]
|
D | ValueObjectDynamicValue.cpp | 94 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 104 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 132 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
D | ValueObjectConstResultImpl.cpp | 71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex() 129 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
|
D | ValueObjectConstResult.cpp | 207 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 219 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 284 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSException.cpp | 83 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 87 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 91 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 95 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
|
D | NSError.cpp | 89 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 158 m_backend.GetExecutionContextRef(), in Update()
|
D | CoreMedia.cpp | 29 valobj.GetExecutionContextRef() in CMTimeSummaryProvider()
|
D | NSArray.cpp | 445 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase() 496 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 593 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 640 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
D | NSDictionary.cpp | 590 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 723 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 900 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex() 952 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1118 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
D | NSSet.cpp | 446 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 581 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 730 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObject.h | 264 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function 331 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function 332 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef() 336 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP() 340 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP() 344 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP() 348 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxx.cpp | 64 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider() 307 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update() 418 "count", data, valobj_sp->GetExecutionContextRef(), in GetChildAtIndex() 432 "count", data, valobj_sp->GetExecutionContextRef(), in GetChildAtIndex() 629 ExecutionContext exe_ctx(location_sp->GetExecutionContextRef()); in ExtractLibcxxStringInfo()
|
D | LibCxxVector.cpp | 115 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 251 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
D | LibStdcpp.cpp | 100 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 205 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
D | LibCxxInitializerList.cpp | 82 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
D | LibCxxList.cpp | 289 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 401 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
D | LibCxxBitset.cpp | 84 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
|
D | BlockPointer.cpp | 108 ExecutionContext exe_ctx = m_backend.GetExecutionContextRef().Lock( in GetChildAtIndex()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
D | CXXFunctionPointer.cpp | 36 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|