Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h75 class ExecutionContextRef {
80 ExecutionContextRef();
85 ExecutionContextRef(const ExecutionContextRef &rhs);
94 ExecutionContextRef(const ExecutionContext *exe_ctx_ptr);
101 ExecutionContextRef(const ExecutionContext &exe_ctx);
109 ExecutionContextRef(Target *target, bool adopt_selected);
123 ExecutionContextRef(ExecutionContextScope *exe_scope);
136 ExecutionContextRef(ExecutionContextScope &exe_scope);
138 ~ExecutionContextRef();
145 ExecutionContextRef &operator=(const ExecutionContextRef &rhs);
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp406 ExecutionContextRef::ExecutionContextRef() in ExecutionContextRef() function in ExecutionContextRef
410 ExecutionContextRef::ExecutionContextRef(const ExecutionContext *exe_ctx) in ExecutionContextRef() function in ExecutionContextRef
417 ExecutionContextRef::ExecutionContextRef(const ExecutionContext &exe_ctx) in ExecutionContextRef() function in ExecutionContextRef
423 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() function in ExecutionContextRef
429 ExecutionContextRef::ExecutionContextRef(const ExecutionContextRef &rhs) in ExecutionContextRef() function in ExecutionContextRef
434 ExecutionContextRef &ExecutionContextRef::
435 operator=(const ExecutionContextRef &rhs) { in operator =()
446 ExecutionContextRef &ExecutionContextRef::
464 void ExecutionContextRef::Clear() { in Clear()
471 ExecutionContextRef::~ExecutionContextRef() = default;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp33 : m_exe_ctx_sp(new ExecutionContextRef()) { in SBExecutionContext()
38 : m_exe_ctx_sp(new ExecutionContextRef()) { in SBExecutionContext()
43 : m_exe_ctx_sp(new ExecutionContextRef()) { in SBExecutionContext()
48 : m_exe_ctx_sp(new ExecutionContextRef()) { in SBExecutionContext()
60 ExecutionContextRef *SBExecutionContext::get() const { in get()
H A DSBFrame.cpp57 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) {} in SBFrame()
60 : m_opaque_sp(new ExecutionContextRef(lldb_object_sp)) { in SBFrame()
73 : m_opaque_sp(new ExecutionContextRef(*rhs.m_opaque_sp)) {} in SBFrame()
H A DSBThread.cpp58 SBThread::SBThread() : m_opaque_sp(new ExecutionContextRef()) {} in SBThread()
61 : m_opaque_sp(new ExecutionContextRef(lldb_object_sp)) {} in SBThread()
64 : m_opaque_sp(new ExecutionContextRef(*rhs.m_opaque_sp)) {} in SBThread()
H A DSBTarget.cpp1438 ExecutionContextRef(ExecutionContext(m_opaque_sp.get(), false))); in CreateValueFromAddress()
1464 ExecutionContextRef(ExecutionContext(m_opaque_sp.get(), false))); in CreateValueFromData()
1489 ExecutionContextRef(ExecutionContext(m_opaque_sp.get(), false))); in CreateValueFromExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h51 ExecutionContextRef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DVectorIterator.h38 ExecutionContextRef m_exe_ctx_ref;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExecutionContext.h58 lldb_private::ExecutionContextRef *get() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h64 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DUBSanRuntime.cpp113 ExecutionContextRef exe_ctx_ref) { in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h63 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DMainThreadCheckerRuntime.cpp73 MainThreadCheckerRuntime::RetrieveReportData(ExecutionContextRef exe_ctx_ref) { in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h63 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DTSanRuntime.cpp304 ThreadSanitizerRuntime::RetrieveReportData(ExecutionContextRef exe_ctx_ref) { in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h287 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef()
344 ExecutionContextRef m_exe_ctx_ref;
354 const ExecutionContextRef &GetExecutionContextRef() const { in GetExecutionContextRef()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp76 ExecutionContextRef m_exe_ctx_ref;
108 ExecutionContextRef m_exe_ctx_ref;
H A DNSDictionary.cpp134 ExecutionContextRef m_exe_ctx_ref;
188 ExecutionContextRef m_exe_ctx_ref;
239 ExecutionContextRef m_exe_ctx_ref;
H A DNSArray.cpp72 ExecutionContextRef m_exe_ctx_ref;
254 ExecutionContextRef m_exe_ctx_ref;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp61 ExecutionContextRef m_exe_ctx_ref;
H A DLibStdcpp.cpp56 ExecutionContextRef m_exe_ctx_ref;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp272 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h99 class ExecutionContextRef; variable
350 typedef std::shared_ptr<lldb_private::ExecutionContextRef>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h582 ExecutionContextRef m_exe_ctx_ref; // The current execution context to use
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2946 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()
2995 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()