LLDB mainline
|
#include <Watchpoint.h>
Public Member Functions | |
WatchpointEventData (lldb::WatchpointEventType sub_type, const lldb::WatchpointSP &new_watchpoint_sp) | |
~WatchpointEventData () override | |
llvm::StringRef | GetFlavor () const override |
lldb::WatchpointEventType | GetWatchpointEventType () const |
lldb::WatchpointSP & | GetWatchpoint () |
void | Dump (Stream *s) const override |
Public Member Functions inherited from lldb_private::EventData | |
EventData () | |
virtual | ~EventData () |
virtual llvm::StringRef | GetFlavor () const =0 |
virtual Log * | GetLogChannel () |
virtual void | Dump (Stream *s) const |
Static Public Member Functions | |
static llvm::StringRef | GetFlavorString () |
static lldb::WatchpointEventType | GetWatchpointEventTypeFromEvent (const lldb::EventSP &event_sp) |
static lldb::WatchpointSP | GetWatchpointFromEvent (const lldb::EventSP &event_sp) |
static const WatchpointEventData * | GetEventDataFromEvent (const Event *event_sp) |
Private Member Functions | |
WatchpointEventData (const WatchpointEventData &)=delete | |
const WatchpointEventData & | operator= (const WatchpointEventData &)=delete |
Private Attributes | |
lldb::WatchpointEventType | m_watchpoint_event |
lldb::WatchpointSP | m_new_watchpoint_sp |
Definition at line 27 of file Watchpoint.h.
lldb_private::Watchpoint::WatchpointEventData::WatchpointEventData | ( | lldb::WatchpointEventType | sub_type, |
const lldb::WatchpointSP & | new_watchpoint_sp | ||
) |
|
overridedefault |
|
privatedelete |
|
overridevirtual |
Reimplemented from lldb_private::EventData.
Definition at line 517 of file Watchpoint.cpp.
|
static |
Definition at line 520 of file Watchpoint.cpp.
References lldb_private::EventData::GetFlavor(), and GetFlavorString().
Referenced by lldb::SBWatchpoint::EventIsWatchpointEvent().
|
overridevirtual |
Implements lldb_private::EventData.
Definition at line 504 of file Watchpoint.cpp.
References GetFlavorString().
|
static |
Definition at line 500 of file Watchpoint.cpp.
Referenced by GetEventDataFromEvent(), and GetFlavor().
WatchpointSP & Watchpoint::WatchpointEventData::GetWatchpoint | ( | ) |
Definition at line 508 of file Watchpoint.cpp.
WatchpointEventType Watchpoint::WatchpointEventData::GetWatchpointEventType | ( | ) | const |
Definition at line 513 of file Watchpoint.cpp.
Referenced by GetWatchpointEventTypeFromEvent().
|
static |
Definition at line 531 of file Watchpoint.cpp.
References GetWatchpointEventType().
Referenced by lldb::SBWatchpoint::GetWatchpointEventTypeFromEvent().
|
static |
Definition at line 541 of file Watchpoint.cpp.
References m_new_watchpoint_sp.
Referenced by lldb::SBWatchpoint::GetWatchpointFromEvent().
|
privatedelete |
|
private |
Definition at line 55 of file Watchpoint.h.
Referenced by GetWatchpointFromEvent().
|
private |
Definition at line 54 of file Watchpoint.h.