LLDB mainline
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
lldb_private::Watchpoint::WatchpointEventData Class Reference

#include <Watchpoint.h>

Inheritance diagram for lldb_private::Watchpoint::WatchpointEventData:
Inheritance graph
[legend]

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::WatchpointSPGetWatchpoint ()
 
void Dump (Stream *s) const override
 
- Public Member Functions inherited from lldb_private::EventData
 EventData ()
 
virtual ~EventData ()
 
virtual llvm::StringRef GetFlavor () const =0
 
virtual LogGetLogChannel ()
 
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 WatchpointEventDataGetEventDataFromEvent (const Event *event_sp)
 

Private Member Functions

 WatchpointEventData (const WatchpointEventData &)=delete
 
const WatchpointEventDataoperator= (const WatchpointEventData &)=delete
 

Private Attributes

lldb::WatchpointEventType m_watchpoint_event
 
lldb::WatchpointSP m_new_watchpoint_sp
 

Detailed Description

Definition at line 27 of file Watchpoint.h.

Constructor & Destructor Documentation

◆ WatchpointEventData() [1/2]

lldb_private::Watchpoint::WatchpointEventData::WatchpointEventData ( lldb::WatchpointEventType  sub_type,
const lldb::WatchpointSP new_watchpoint_sp 
)

◆ ~WatchpointEventData()

Watchpoint::WatchpointEventData::~WatchpointEventData ( )
overridedefault

◆ WatchpointEventData() [2/2]

lldb_private::Watchpoint::WatchpointEventData::WatchpointEventData ( const WatchpointEventData )
privatedelete

Member Function Documentation

◆ Dump()

void Watchpoint::WatchpointEventData::Dump ( Stream s) const
overridevirtual

Reimplemented from lldb_private::EventData.

Definition at line 514 of file Watchpoint.cpp.

◆ GetEventDataFromEvent()

const Watchpoint::WatchpointEventData * Watchpoint::WatchpointEventData::GetEventDataFromEvent ( const Event event_sp)
static

◆ GetFlavor()

llvm::StringRef Watchpoint::WatchpointEventData::GetFlavor ( ) const
overridevirtual

Implements lldb_private::EventData.

Definition at line 501 of file Watchpoint.cpp.

References GetFlavorString().

◆ GetFlavorString()

llvm::StringRef Watchpoint::WatchpointEventData::GetFlavorString ( )
static

Definition at line 497 of file Watchpoint.cpp.

Referenced by GetEventDataFromEvent(), and GetFlavor().

◆ GetWatchpoint()

WatchpointSP & Watchpoint::WatchpointEventData::GetWatchpoint ( )

Definition at line 505 of file Watchpoint.cpp.

◆ GetWatchpointEventType()

WatchpointEventType Watchpoint::WatchpointEventData::GetWatchpointEventType ( ) const

Definition at line 510 of file Watchpoint.cpp.

Referenced by GetWatchpointEventTypeFromEvent().

◆ GetWatchpointEventTypeFromEvent()

WatchpointEventType Watchpoint::WatchpointEventData::GetWatchpointEventTypeFromEvent ( const lldb::EventSP event_sp)
static

◆ GetWatchpointFromEvent()

WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent ( const lldb::EventSP event_sp)
static

Definition at line 538 of file Watchpoint.cpp.

References m_new_watchpoint_sp.

Referenced by lldb::SBWatchpoint::GetWatchpointFromEvent().

◆ operator=()

const WatchpointEventData & lldb_private::Watchpoint::WatchpointEventData::operator= ( const WatchpointEventData )
privatedelete

Member Data Documentation

◆ m_new_watchpoint_sp

lldb::WatchpointSP lldb_private::Watchpoint::WatchpointEventData::m_new_watchpoint_sp
private

Definition at line 55 of file Watchpoint.h.

Referenced by GetWatchpointFromEvent().

◆ m_watchpoint_event

lldb::WatchpointEventType lldb_private::Watchpoint::WatchpointEventData::m_watchpoint_event
private

Definition at line 54 of file Watchpoint.h.


The documentation for this class was generated from the following files: