| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 103 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 D | ValueObjectCast.cpp | 45 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 52 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 79 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 91 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue() 198 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetCompilerTypeImpl() 224 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 235 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 53 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 D | ValueObject.cpp | 336 ExecutionContext exe_ctx(GetExecutionContextRef()); in ResolveValue() 497 ExecutionContext exe_ctx(GetExecutionContextRef()); in CreateChildAtIndex() 630 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetPointeeData() 722 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetData() 819 ExecutionContext exe_ctx(GetExecutionContextRef()); in ReadPointedString() 960 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetObjectDescription() 1535 ExecutionContext exe_ctx(GetExecutionContextRef()); in IsPossibleDynamicType() 1665 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticChildAtOffset() 1707 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetSyntheticBase() 2684 ExecutionContext exe_ctx(GetExecutionContextRef()); in AddressOf() [all …]
|
| 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 | ValueObjectDynamicValue.cpp | 91 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 101 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 129 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 208 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 220 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 285 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetDynamicValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex() 136 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
|
| /freebsd-14.2/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() 514 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 609 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 656 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | NSDictionary.cpp | 626 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 759 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 888 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1050 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex() 1101 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 1263 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 205 ExecutionContextRef &GetExecutionContextRef();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVector.cpp | 115 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 249 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 | LibStdcpp.cpp | 111 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 213 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | LibCxxList.cpp | 283 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 393 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | GenericBitset.cpp | 107 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
|
| H A D | BlockPointer.cpp | 92 ExecutionContext exe_ctx = m_backend.GetExecutionContextRef().Lock( in GetChildAtIndex()
|