Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp103 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
110 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.cpp45 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
52 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
79 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectRegister.cpp91 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
201 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()
164 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue()
198 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.cpp260 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType()
337 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue()
551 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex()
684 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
728 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
742 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData()
776 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData()
825 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
874 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString()
1016 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription()
[all …]
H A DValueObjectDynamicValue.cpp91 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
101 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
129 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
H A DValueObjectConstResult.cpp208 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize()
220 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren()
285 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
H A DValueObjectConstResultImpl.cpp71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex()
136 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
/openbsd-src/gnu/llvm/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.cpp93 valobj.GetExecutionContextRef(), in NSError_SummaryProvider()
164 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()
613 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd()
660 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
H A DNSDictionary.cpp630 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
763 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
892 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1054 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()
1105 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
1267 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
189 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
H A DCXXFunctionPointer.cpp37 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceCursor.cpp21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h130 SBExecutionContext &GetExecutionContextRef();
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h205 ExecutionContextRef &GetExecutionContextRef();
/openbsd-src/gnu/llvm/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.cpp102 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 DLibCxxSpan.cpp92 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxxList.cpp287 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
399 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
H A DLibCxx.cpp79 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef()); in LibcxxFunctionSummaryProvider()
338 "pair", extractor, valobj_sp->GetExecutionContextRef(), in Update()
500 "pair", extractor, valobj_sp->GetExecutionContextRef(), tree_node_type); in Update()
801 ExecutionContext exe_ctx(location_sp->GetExecutionContextRef()); in ExtractLibcxxStringInfo()

12