| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 102 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 D | ValueObjectCast.cpp | 44 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 51 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 78 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 89 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 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 | 135 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 143 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 158 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObject.cpp | 336 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 D | ValueObjectDynamicValue.cpp | 94 ExecutionContext exe_ctx(GetExecutionContextRef()); in CalculateNumChildren() 104 ExecutionContext exe_ctx(GetExecutionContextRef()); in GetByteSize() 132 ExecutionContext exe_ctx(GetExecutionContextRef()); in UpdateValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 71 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in CreateChildAtIndex() 129 ExecutionContext exe_ctx(m_impl_backend->GetExecutionContextRef()); in AddressOf()
|
| H A D | ValueObjectConstResult.cpp | 207 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 D | NSException.cpp | 83 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 D | NSError.cpp | 89 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 158 m_backend.GetExecutionContextRef(), in Update()
|
| H A D | NSArray.cpp | 445 *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 D | NSDictionary.cpp | 593 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 D | NSSet.cpp | 446 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 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-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 20 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 47 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 187 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 36 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 160 ExecutionContextRef &GetExecutionContextRef();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxVector.cpp | 115 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 251 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | LibStdcpp.cpp | 100 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update() 205 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef(); in Update()
|
| H A D | LibCxxInitializerList.cpp | 82 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | LibCxxList.cpp | 287 m_backend.GetExecutionContextRef(), in GetChildAtIndex() 399 m_backend.GetExecutionContextRef(), in GetChildAtIndex()
|
| H A D | LibCxx.cpp | 64 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 D | LibCxxBitset.cpp | 84 ExecutionContext ctx = m_backend.GetExecutionContextRef().Lock(false); in GetChildAtIndex()
|