Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDExecutionContext.h75 class ExecutionContextRef
81 ExecutionContextRef();
86 ExecutionContextRef (const ExecutionContextRef &rhs);
95 ExecutionContextRef (const ExecutionContext *exe_ctx_ptr);
102 ExecutionContextRef (const ExecutionContext &exe_ctx);
109 ExecutionContextRef &
110 operator =(const ExecutionContextRef &rhs);
117 ExecutionContextRef &
126 ExecutionContextRef (Target *target, bool adopt_selected);
140 ExecutionContextRef (ExecutionContextScope *exe_scope);
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp160 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) : in ExecutionContext()
168 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, bool thread_and_fra… in ExecutionContext()
186 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &lock… in ExecutionContext()
205 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : in ExecutionContext()
545 ExecutionContextRef::ExecutionContextRef() : in ExecutionContextRef() function in ExecutionContextRef
554 ExecutionContextRef::ExecutionContextRef (const ExecutionContext *exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef
565 ExecutionContextRef::ExecutionContextRef (const ExecutionContext &exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef
576 ExecutionContextRef::ExecutionContextRef (Target *target, bool adopt_selected) : in ExecutionContextRef() function in ExecutionContextRef
589 ExecutionContextRef::ExecutionContextRef (const ExecutionContextRef &rhs) : in ExecutionContextRef() function in ExecutionContextRef
598 ExecutionContextRef &
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBExecutionContext.cpp38 m_exe_ctx_sp(new ExecutionContextRef()) in SBExecutionContext()
44 m_exe_ctx_sp(new ExecutionContextRef()) in SBExecutionContext()
50 m_exe_ctx_sp(new ExecutionContextRef()) in SBExecutionContext()
56 m_exe_ctx_sp(new ExecutionContextRef()) in SBExecutionContext()
72 ExecutionContextRef *
HDSBThread.cpp60 m_opaque_sp (new ExecutionContextRef()) in SBThread()
65 m_opaque_sp (new ExecutionContextRef(lldb_object_sp)) in SBThread()
70 m_opaque_sp (new ExecutionContextRef(*rhs.m_opaque_sp)) in SBThread()
HDSBFrame.cpp55 m_opaque_sp (new ExecutionContextRef()) in SBFrame()
60 m_opaque_sp (new ExecutionContextRef (lldb_object_sp)) in SBFrame()
75 m_opaque_sp (new ExecutionContextRef (*rhs.m_opaque_sp)) in SBFrame()
HDSBTarget.cpp1400 ExecutionContext exe_ctx (ExecutionContextRef(ExecutionContext(m_opaque_sp.get(),false))); in CreateValueFromAddress()
1427 ExecutionContext exe_ctx (ExecutionContextRef(ExecutionContext(m_opaque_sp.get(),false))); in CreateValueFromData()
1453 ExecutionContext exe_ctx (ExecutionContextRef(ExecutionContext(m_opaque_sp.get(),false))); in CreateValueFromExpression()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDCXXFormatterFunctions.h225 ExecutionContextRef m_exe_ctx_ref;
259 ExecutionContextRef m_exe_ctx_ref;
320 ExecutionContextRef m_exe_ctx_ref;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDStoppointCallbackContext.h51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread.
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBExecutionContext.h64 lldb_private::ExecutionContextRef *
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h239 const ExecutionContextRef &
325 ExecutionContextRef m_exe_ctx_ref;
341 const ExecutionContextRef &
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSArray.cpp66 ExecutionContextRef m_exe_ctx_ref;
193 ExecutionContextRef m_exe_ctx_ref;
HDNSSet.cpp69 ExecutionContextRef m_exe_ctx_ref;
149 ExecutionContextRef m_exe_ctx_ref;
HDNSDictionary.cpp102 ExecutionContextRef m_exe_ctx_ref;
160 ExecutionContextRef m_exe_ctx_ref;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h95 class ExecutionContextRef; variable
322 typedef std::shared_ptr<lldb_private::ExecutionContextRef> ExecutionContextRefSP;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectVariable.cpp304 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h702ExecutionContextRef m_exe_ctx_ref; // The current execution context to use when handling …
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2681 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()
2738 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()