Searched refs:ExecutionContextRef (Results 1 – 10 of 10) 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) : in ExecutionContext()172 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &lock… in ExecutionContext()191 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : in ExecutionContext()523 ExecutionContextRef::ExecutionContextRef() : in ExecutionContextRef() function in ExecutionContextRef532 ExecutionContextRef::ExecutionContextRef (const ExecutionContext *exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef543 ExecutionContextRef::ExecutionContextRef (const ExecutionContext &exe_ctx) : in ExecutionContextRef() function in ExecutionContextRef554 ExecutionContextRef::ExecutionContextRef (Target *target, bool adopt_selected) : in ExecutionContextRef() function in ExecutionContextRef567 ExecutionContextRef::ExecutionContextRef (const ExecutionContextRef &rhs) : in ExecutionContextRef() function in ExecutionContextRef576 ExecutionContextRef &[all …]
218 ExecutionContextRef m_exe_ctx_ref;249 ExecutionContextRef m_exe_ctx_ref;325 ExecutionContextRef m_exe_ctx_ref;383 ExecutionContextRef m_exe_ctx_ref;459 ExecutionContextRef m_exe_ctx_ref;539 ExecutionContextRef m_exe_ctx_ref;595 ExecutionContextRef m_exe_ctx_ref;629 ExecutionContextRef m_exe_ctx_ref;660 ExecutionContextRef m_exe_ctx_ref;721 ExecutionContextRef m_exe_ctx_ref;
51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread.
456 const ExecutionContextRef &547 ExecutionContextRef m_exe_ctx_ref;564 const ExecutionContextRef &
465 …ExecutionContextRef m_exe_ctx_ref; // The current execution context to use when handling …
56 m_opaque_sp (new ExecutionContextRef()) in SBThread()61 m_opaque_sp (new ExecutionContextRef(lldb_object_sp)) in SBThread()66 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()
90 class ExecutionContextRef; variable287 typedef std::shared_ptr<lldb_private::ExecutionContextRef> ExecutionContextRefSP;
258 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope()