LLDB mainline
Public Member Functions | Private Attributes | List of all members
WatchpointIDMatches Class Reference

Public Member Functions

 WatchpointIDMatches (lldb::watch_id_t watch_id)
 
bool operator() (const WatchpointSP &wp) const
 

Private Attributes

const lldb::watch_id_t m_watch_id
 

Detailed Description

Definition at line 87 of file WatchpointList.cpp.

Constructor & Destructor Documentation

◆ WatchpointIDMatches()

WatchpointIDMatches::WatchpointIDMatches ( lldb::watch_id_t  watch_id)
inline

Definition at line 89 of file WatchpointList.cpp.

Member Function Documentation

◆ operator()()

bool WatchpointIDMatches::operator() ( const WatchpointSP wp) const
inline

Definition at line 91 of file WatchpointList.cpp.

Member Data Documentation

◆ m_watch_id

const lldb::watch_id_t WatchpointIDMatches::m_watch_id
private

Definition at line 96 of file WatchpointList.cpp.


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