Home
last modified time | relevance | path

Searched refs:GetExecutionContextRef (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectVariable.cpp102 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 DValueObjectCast.cpp44 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
51 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
78 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectRegister.cpp90 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 DValueObjectChild.cpp53 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 DValueObjectMemory.cpp135 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
143 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
158 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObject.cpp336 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 DValueObjectDynamicValue.cpp90 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
100 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
128 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResultImpl.cpp71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex()
129 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
H A DValueObjectConstResult.cpp207 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 DNSException.cpp83 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 DNSError.cpp89 valobj.GetExecutionContextRef(), in NSError_SummaryProvider()
158 m_backend.GetExecutionContextRef(), in Update()
H A DNSArray.cpp467 *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 DNSDictionary.cpp631 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 DValueObject.h271 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 DTypeFormat.cpp47 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp37 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceCursor.cpp21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h216 ExecutionContextRef &GetExecutionContextRef();
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp114 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
250 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibStdcpp.cpp100 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
205 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DLibCxxInitializerList.cpp81 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxSpan.cpp91 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxList.cpp287 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
399 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxx.cpp67 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 DGenericBitset.cpp104 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()

12