LLDB mainline
lldb_private::ExecutionContext Member List

This is the complete list of members for lldb_private::ExecutionContext, including all inherited members.

Clear()lldb_private::ExecutionContext
ExecutionContext()lldb_private::ExecutionContext
ExecutionContext(const ExecutionContext &rhs)lldb_private::ExecutionContext
ExecutionContext(Target *t, bool fill_current_process_thread_frame=true)lldb_private::ExecutionContext
ExecutionContext(const lldb::TargetSP &target_sp, bool get_process)lldb_private::ExecutionContext
ExecutionContext(const lldb::ProcessSP &process_sp)lldb_private::ExecutionContext
ExecutionContext(const lldb::ThreadSP &thread_sp)lldb_private::ExecutionContext
ExecutionContext(const lldb::StackFrameSP &frame_sp)lldb_private::ExecutionContext
ExecutionContext(const lldb::TargetWP &target_wp, bool get_process)lldb_private::ExecutionContext
ExecutionContext(const lldb::ProcessWP &process_wp)lldb_private::ExecutionContext
ExecutionContext(const lldb::ThreadWP &thread_wp)lldb_private::ExecutionContext
ExecutionContext(const lldb::StackFrameWP &frame_wp)lldb_private::ExecutionContext
ExecutionContext(const ExecutionContextRef &exe_ctx_ref)lldb_private::ExecutionContext
ExecutionContext(const ExecutionContextRef *exe_ctx_ref, bool thread_and_frame_only_if_stopped=false)lldb_private::ExecutionContext
ExecutionContext(const ExecutionContextRef &exe_ctx_ref, std::unique_lock< std::recursive_mutex > &locker)lldb_private::ExecutionContext
ExecutionContext(const ExecutionContextRef *exe_ctx_ref, std::unique_lock< std::recursive_mutex > &locker)lldb_private::ExecutionContext
ExecutionContext(ExecutionContextScope *exe_scope)lldb_private::ExecutionContext
ExecutionContext(ExecutionContextScope &exe_scope)lldb_private::ExecutionContext
ExecutionContext(Process *process, Thread *thread=nullptr, StackFrame *frame=nullptr)lldb_private::ExecutionContext
GetAddressByteSize() constlldb_private::ExecutionContext
GetBestExecutionContextScope() constlldb_private::ExecutionContext
GetByteOrder() constlldb_private::ExecutionContext
GetFramePtr() constlldb_private::ExecutionContextinline
GetFrameRef() constlldb_private::ExecutionContext
GetFrameSP() constlldb_private::ExecutionContextinline
GetProcessPtr() constlldb_private::ExecutionContext
GetProcessRef() constlldb_private::ExecutionContext
GetProcessSP() constlldb_private::ExecutionContextinline
GetRegisterContext() constlldb_private::ExecutionContext
GetTargetPtr() constlldb_private::ExecutionContext
GetTargetRef() constlldb_private::ExecutionContext
GetTargetSP() constlldb_private::ExecutionContextinline
GetThreadPtr() constlldb_private::ExecutionContextinline
GetThreadRef() constlldb_private::ExecutionContext
GetThreadSP() constlldb_private::ExecutionContextinline
HasFrameScope() constlldb_private::ExecutionContext
HasProcessScope() constlldb_private::ExecutionContext
HasTargetScope() constlldb_private::ExecutionContext
HasThreadScope() constlldb_private::ExecutionContext
m_frame_splldb_private::ExecutionContextprotected
m_process_splldb_private::ExecutionContextprotected
m_target_splldb_private::ExecutionContextprotected
m_thread_splldb_private::ExecutionContextprotected
operator!=(const ExecutionContext &rhs) constlldb_private::ExecutionContext
operator=(const ExecutionContext &rhs)lldb_private::ExecutionContext
operator==(const ExecutionContext &rhs) constlldb_private::ExecutionContext
SetContext(const lldb::TargetSP &target_sp, bool get_process)lldb_private::ExecutionContext
SetContext(const lldb::ProcessSP &process_sp)lldb_private::ExecutionContext
SetContext(const lldb::ThreadSP &thread_sp)lldb_private::ExecutionContext
SetContext(const lldb::StackFrameSP &frame_sp)lldb_private::ExecutionContext
SetFramePtr(StackFrame *frame)lldb_private::ExecutionContext
SetFrameSP(const lldb::StackFrameSP &frame_sp)lldb_private::ExecutionContext
SetProcessPtr(Process *process)lldb_private::ExecutionContext
SetProcessSP(const lldb::ProcessSP &process_sp)lldb_private::ExecutionContext
SetTargetPtr(Target *target)lldb_private::ExecutionContext
SetTargetSP(const lldb::TargetSP &target_sp)lldb_private::ExecutionContext
SetThreadPtr(Thread *thread)lldb_private::ExecutionContext
SetThreadSP(const lldb::ThreadSP &thread_sp)lldb_private::ExecutionContext
~ExecutionContext()lldb_private::ExecutionContext