Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp102 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
109 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
146 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
255 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType()
309 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
366 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString()
395 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.cpp89 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()
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()
863 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString()
1005 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription()
1567 ExecutionContext exe_ctx(GetExecutionContextRef()); in IsPossibleDynamicType()
1696 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticChildAtOffset()
1738 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticBase()
[all …]
H A DValueObjectDynamicValue.cpp94 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
104 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
132 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()
/freebsd-13.1/contrib/llvm-project/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.cpp445 *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()
H A DNSDictionary.cpp593 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
726 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
903 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()
955 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1121 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DNSSet.cpp446 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
575 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
724 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp20 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
187 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp36 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h160 ExecutionContextRef &GetExecutionContextRef();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp115 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
251 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.cpp82 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxList.cpp287 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
399 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxx.cpp64 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider()
307 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update()
614 ExecutionContext exe_ctx(location_sp->GetExecutionContextRef()); in ExtractLibcxxStringInfo()
H A DLibCxxBitset.cpp84 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()

12