| /openbsd-src/gnu/llvm/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() 201 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() 164 ExecutionContext exe_ctx(GetExecutionContextRef().Lock( in UpdateValue() 198 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 | 260 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 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()
|
| /openbsd-src/gnu/llvm/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 | 93 valobj.GetExecutionContextRef(), in NSError_SummaryProvider() 164 m_backend.GetExecutionContextRef(), in Update()
|
| H A D | NSArray.cpp | 467 *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 D | NSDictionary.cpp | 630 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 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()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 48 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject() 189 ExecutionContext exe_ctx(valobj->GetExecutionContextRef()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 37 ExecutionContext exe_ctx(valobj.GetExecutionContextRef()); in CXXFunctionPointerSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef() function in TraceCursor
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTraceCursor.h | 130 SBExecutionContext &GetExecutionContextRef();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 205 ExecutionContextRef &GetExecutionContextRef();
|
| /openbsd-src/gnu/llvm/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 | 102 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 | LibCxxSpan.cpp | 92 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 | 79 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()
|