11 #ifndef LLDB_SBExecutionContext_h_
12 #define LLDB_SBExecutionContext_h_
54 ExecutionContextRefSP &GetSP()
const;
56 void reset(lldb::ExecutionContextRefSP &event_sp);
58 lldb_private::ExecutionContextRef *
get()
const;
61 mutable lldb::ExecutionContextRefSP m_exe_ctx_sp;
66 #endif // LLDB_SBExecutionContext_h_
class LLDB_API SBExecutionContext