10 #ifndef LLDB_SBEvent_h_
11 #define LLDB_SBEvent_h_
31 SBEvent (uint32_t event,
const char *cstr, uint32_t cstr_len);
80 SBEvent (lldb::EventSP &event_sp);
86 reset (lldb::EventSP &event_sp);
89 reset (lldb_private::Event* event);
96 mutable lldb::EventSP m_event_sp;
97 mutable lldb_private::Event *m_opaque_ptr;
102 #endif // LLDB_SBEvent_h_