Searched refs:ExecutionContextRef (Results 1 – 11 of 11) sorted by relevance
75 class ExecutionContextRef81 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 …]
149 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) : in ExecutionContext()157 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, bool thread_and_fra… in ExecutionContext()175 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &lock… in ExecutionContext()194 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : in ExecutionContext()534 ExecutionContextRef::ExecutionContextRef() : in ExecutionContextRef() function in ExecutionContextRef543 ExecutionContextRef::ExecutionContextRef (const ExecutionContext *exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef554 ExecutionContextRef::ExecutionContextRef (const ExecutionContext &exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef565 ExecutionContextRef::ExecutionContextRef (Target *target, bool adopt_selected) : in ExecutionContextRef() function in ExecutionContextRef578 ExecutionContextRef::ExecutionContextRef (const ExecutionContextRef &rhs) : in ExecutionContextRef() function in ExecutionContextRef587 ExecutionContextRef &[all …]
223 ExecutionContextRef m_exe_ctx_ref;254 ExecutionContextRef m_exe_ctx_ref;330 ExecutionContextRef m_exe_ctx_ref;388 ExecutionContextRef m_exe_ctx_ref;464 ExecutionContextRef m_exe_ctx_ref;544 ExecutionContextRef m_exe_ctx_ref;601 ExecutionContextRef m_exe_ctx_ref;635 ExecutionContextRef m_exe_ctx_ref;666 ExecutionContextRef m_exe_ctx_ref;727 ExecutionContextRef m_exe_ctx_ref;
51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread.
232 const ExecutionContextRef &323 ExecutionContextRef m_exe_ctx_ref;340 const ExecutionContextRef &
92 class ExecutionContextRef; variable301 typedef std::shared_ptr<lldb_private::ExecutionContextRef> ExecutionContextRefSP;
502 …ExecutionContextRef m_exe_ctx_ref; // The current execution context to use when handling …
57 m_opaque_sp (new ExecutionContextRef()) in SBThread()62 m_opaque_sp (new ExecutionContextRef(lldb_object_sp)) in SBThread()67 m_opaque_sp (new ExecutionContextRef(*rhs.m_opaque_sp)) in SBThread()
53 m_opaque_sp (new ExecutionContextRef()) in SBFrame()58 m_opaque_sp (new ExecutionContextRef (lldb_object_sp)) in SBFrame()73 m_opaque_sp (new ExecutionContextRef (*rhs.m_opaque_sp)) in SBFrame()
1864 … ExecutionContext exe_ctx (ExecutionContextRef(ExecutionContext(m_opaque_sp.get(),false))); in CreateValueFromAddress()
262 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()