| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 102 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 109 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 145 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 254 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType() 308 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope() 365 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString() 394 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
|
| H A D | ValueObjectCast.cpp | 44 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 51 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 78 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 90 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 200 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl() 226 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 237 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 53 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 166 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue() 200 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
|
| H A D | ValueObjectMemory.cpp | 135 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 143 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 158 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObject.cpp | 336 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue() 550 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex() 675 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 767 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData() 816 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData() 865 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString() 1007 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription() 1570 ExecutionContext exe_ctx(GetExecutionContextRef()); in IsPossibleDynamicType() 1699 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticChildAtOffset() 1741 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticBase() [all …]
|
| H A D | ValueObjectDynamicValue.cpp | 90 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 100 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 128 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex() 129 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
|
| H A D | ValueObjectConstResult.cpp | 207 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 219 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 284 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A 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()
|
| H A D | NSError.cpp | 89 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 158 m_backend.GetExecutionContextRef(), in Update()
|
| H A D | NSArray.cpp | 467 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase() 518 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 614 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 661 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | NSDictionary.cpp | 631 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 764 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 893 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1055 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex() 1106 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1269 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 271 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function 330 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef() function 331 return m_update_point.GetExecutionContextRef(); in GetExecutionContextRef() 335 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP() 339 return m_update_point.GetExecutionContextRef().GetProcessSP(); in GetProcessSP() 343 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP() 347 return m_update_point.GetExecutionContextRef().GetFrameSP(); in GetFrameSP()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 47 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 37 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 216 ExecutionContextRef &GetExecutionContextRef();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVector.cpp | 114 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 250 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | LibStdcpp.cpp | 100 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 205 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | LibCxxInitializerList.cpp | 81 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | LibCxxSpan.cpp | 91 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | LibCxxList.cpp | 287 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 399 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | LibCxx.cpp | 67 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider() 326 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update() 488 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update() 792 ExecutionContext exe_ctx(location_sp->GetExecutionContextRef()); in ExtractLibcxxStringInfo()
|
| H A D | GenericBitset.cpp | 104 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
|