Clear() | lldb_private::ExecutionContextRef | |
ClearFrame() | lldb_private::ExecutionContextRef | inline |
ClearThread() | lldb_private::ExecutionContextRef | inline |
ExecutionContextRef() | lldb_private::ExecutionContextRef | |
ExecutionContextRef(const ExecutionContextRef &rhs) | lldb_private::ExecutionContextRef | |
ExecutionContextRef(const ExecutionContext *exe_ctx_ptr) | lldb_private::ExecutionContextRef | |
ExecutionContextRef(const ExecutionContext &exe_ctx) | lldb_private::ExecutionContextRef | |
ExecutionContextRef(Target *target, bool adopt_selected) | lldb_private::ExecutionContextRef | |
ExecutionContextRef(ExecutionContextScope *exe_scope) | lldb_private::ExecutionContextRef | |
ExecutionContextRef(ExecutionContextScope &exe_scope) | lldb_private::ExecutionContextRef | |
GetFrameSP() const | lldb_private::ExecutionContextRef | |
GetProcessSP() const | lldb_private::ExecutionContextRef | |
GetTargetSP() const | lldb_private::ExecutionContextRef | |
GetThreadSP() const | lldb_private::ExecutionContextRef | |
HasFrameRef() const | lldb_private::ExecutionContextRef | inline |
HasThreadRef() const | lldb_private::ExecutionContextRef | inline |
Lock(bool thread_and_frame_only_if_stopped) const | lldb_private::ExecutionContextRef | |
m_process_wp | lldb_private::ExecutionContextRef | protected |
m_stack_id | lldb_private::ExecutionContextRef | protected |
m_target_wp | lldb_private::ExecutionContextRef | protected |
m_thread_wp | lldb_private::ExecutionContextRef | mutableprotected |
m_tid | lldb_private::ExecutionContextRef | protected |
operator=(const ExecutionContextRef &rhs) | lldb_private::ExecutionContextRef | |
operator=(const ExecutionContext &exe_ctx) | lldb_private::ExecutionContextRef | |
SetFramePtr(StackFrame *frame) | lldb_private::ExecutionContextRef | |
SetFrameSP(const lldb::StackFrameSP &frame_sp) | lldb_private::ExecutionContextRef | |
SetProcessPtr(Process *process) | lldb_private::ExecutionContextRef | |
SetProcessSP(const lldb::ProcessSP &process_sp) | lldb_private::ExecutionContextRef | |
SetTargetPtr(Target *target, bool adopt_selected) | lldb_private::ExecutionContextRef | |
SetTargetSP(const lldb::TargetSP &target_sp) | lldb_private::ExecutionContextRef | |
SetThreadPtr(Thread *thread) | lldb_private::ExecutionContextRef | |
SetThreadSP(const lldb::ThreadSP &thread_sp) | lldb_private::ExecutionContextRef | |
~ExecutionContextRef() | lldb_private::ExecutionContextRef | |