/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVariable.cpp | 105 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 114 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 150 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 263 ExecutionContext exe_ctx(GetExecutionContextRef()); in DoUpdateChildrenAddressType() 317 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope() 374 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetValueFromCString() 403 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData()
|
H A D | ValueObjectCast.cpp | 45 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 54 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 81 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
H A D | ValueObjectRegister.cpp | 92 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 195 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl() 222 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 235 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
H A D | ValueObjectConstResultImpl.cpp | 68 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex() 125 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateSyntheticArrayMember() 185 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
|
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 | 137 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 147 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 162 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
H A D | ValueObject.cpp | 259 GetUpdatePoint().GetExecutionContextRef().GetProcessSP()); in MaybeCalculateCompleteType() 336 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue() 504 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex() 539 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateSyntheticArrayMember() 670 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 714 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 728 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 762 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData() 811 ExecutionContext exe_ctx(GetExecutionContextRef()); in SetData() 859 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString() [all …]
|
H A D | ValueObjectDynamicValue.cpp | 92 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 104 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 132 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
H A D | ValueObjectConstResult.cpp | 208 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 221 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 282 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSException.cpp | 82 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 86 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 90 valobj.GetExecutionContextRef(), voidstar); in ExtractFields() 94 valobj.GetExecutionContextRef(), voidstar); in ExtractFields()
|
H A D | NSError.cpp | 92 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 163 m_backend.GetExecutionContextRef(), in Update()
|
H A D | NSArray.cpp | 463 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase() 513 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 608 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 655 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
H A D | NSDictionary.cpp | 627 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 761 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 893 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1058 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex() 1111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1272 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxProxyArray.cpp | 113 "", offset, m_backend.GetExecutionContextRef(), m_element_type_size_t); in GetChildAtIndex() 127 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibCxxVector.cpp | 115 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 236 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 | 92 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibCxxList.cpp | 283 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 393 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
H A D | LibStdcpp.cpp | 111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 214 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
H A D | LibCxxValarray.cpp | 96 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 188 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
H A D | CXXFunctionPointer.cpp | 38 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceCursor.cpp | 21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 205 ExecutionContextRef &GetExecutionContextRef();
|