Lines Matching refs:ExecutionContext
21 ExecutionContext::ExecutionContext() : in ExecutionContext() function in ExecutionContext
29 ExecutionContext::ExecutionContext (const ExecutionContext &rhs) : in ExecutionContext() function in ExecutionContext
37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext() function in ExecutionContext
47 ExecutionContext::ExecutionContext (const lldb::ProcessSP &process_sp) : in ExecutionContext() function in ExecutionContext
57 ExecutionContext::ExecutionContext (const lldb::ThreadSP &thread_sp) : in ExecutionContext() function in ExecutionContext
67 ExecutionContext::ExecutionContext (const lldb::StackFrameSP &frame_sp) : in ExecutionContext() function in ExecutionContext
77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext() function in ExecutionContext
88 ExecutionContext::ExecutionContext (const lldb::ProcessWP &process_wp) : in ExecutionContext() function in ExecutionContext
99 ExecutionContext::ExecutionContext (const lldb::ThreadWP &thread_wp) : in ExecutionContext() function in ExecutionContext
110 ExecutionContext::ExecutionContext (const lldb::StackFrameWP &frame_wp) : in ExecutionContext() function in ExecutionContext
121 ExecutionContext::ExecutionContext (Target* t, bool fill_current_process_thread_frame) : in ExecutionContext() function in ExecutionContext
139 ExecutionContext::ExecutionContext(Process* process, Thread *thread, StackFrame *frame) : in ExecutionContext() function in ExecutionContext
149 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) : in ExecutionContext() function in ExecutionContext
157 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr) : in ExecutionContext() function in ExecutionContext
172 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &lock… in ExecutionContext() function in ExecutionContext
191 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : in ExecutionContext() function in ExecutionContext
206 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : in ExecutionContext() function in ExecutionContext
216 ExecutionContext::ExecutionContext (ExecutionContextScope &exe_scope_ref) in ExecutionContext() function in ExecutionContext
222 ExecutionContext::Clear() in Clear()
230 ExecutionContext::~ExecutionContext() in ~ExecutionContext()
235 ExecutionContext::GetAddressByteSize() const in GetAddressByteSize()
247 ExecutionContext::GetRegisterContext () const in GetRegisterContext()
257 ExecutionContext::GetTargetPtr () const in GetTargetPtr()
267 ExecutionContext::GetProcessPtr () const in GetProcessPtr()
277 ExecutionContext::GetBestExecutionContextScope () const in GetBestExecutionContextScope()
289 ExecutionContext::GetTargetRef () const in GetTargetRef()
298 ExecutionContext::GetProcessRef () const in GetProcessRef()
307 ExecutionContext::GetThreadRef () const in GetThreadRef()
316 ExecutionContext::GetFrameRef () const in GetFrameRef()
325 ExecutionContext::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP()
331 ExecutionContext::SetProcessSP (const lldb::ProcessSP &process_sp) in SetProcessSP()
337 ExecutionContext::SetThreadSP (const lldb::ThreadSP &thread_sp) in SetThreadSP()
343 ExecutionContext::SetFrameSP (const lldb::StackFrameSP &frame_sp) in SetFrameSP()
349 ExecutionContext::SetTargetPtr (Target* target) in SetTargetPtr()
358 ExecutionContext::SetProcessPtr (Process *process) in SetProcessPtr()
367 ExecutionContext::SetThreadPtr (Thread *thread) in SetThreadPtr()
376 ExecutionContext::SetFramePtr (StackFrame *frame) in SetFramePtr()
385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext()
397 ExecutionContext::SetContext (const lldb::ProcessSP &process_sp) in SetContext()
409 ExecutionContext::SetContext (const lldb::ThreadSP &thread_sp) in SetContext()
429 ExecutionContext::SetContext (const lldb::StackFrameSP &frame_sp) in SetContext()
457 ExecutionContext &
458 ExecutionContext::operator =(const ExecutionContext &rhs) in operator =()
471 ExecutionContext::operator ==(const ExecutionContext &rhs) const in operator ==()
491 ExecutionContext::operator !=(const ExecutionContext &rhs) const in operator !=()
497 ExecutionContext::HasTargetScope () const in HasTargetScope()
504 ExecutionContext::HasProcessScope () const in HasProcessScope()
511 ExecutionContext::HasThreadScope () const in HasThreadScope()
518 ExecutionContext::HasFrameScope () const in HasFrameScope()
532 ExecutionContextRef::ExecutionContextRef (const ExecutionContext *exe_ctx) : in ExecutionContextRef()
543 ExecutionContextRef::ExecutionContextRef (const ExecutionContext &exe_ctx) : in ExecutionContextRef()
591 ExecutionContextRef::operator =(const ExecutionContext &exe_ctx) in operator =()
818 ExecutionContext
821 return ExecutionContext(this); in Lock()