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

Public Member Functions

 BreakpointSiteIDMatches (lldb::break_id_t break_id)
 
bool operator() (std::pair< lldb::addr_t, BreakpointSiteSP > val_pair) const
 

Private Attributes

const lldb::break_id_t m_break_id
 

Detailed Description

Definition at line 76 of file BreakpointSiteList.cpp.

Constructor & Destructor Documentation

◆ BreakpointSiteIDMatches()

BreakpointSiteIDMatches::BreakpointSiteIDMatches ( lldb::break_id_t  break_id)
inline

Definition at line 78 of file BreakpointSiteList.cpp.

Member Function Documentation

◆ operator()()

bool BreakpointSiteIDMatches::operator() ( std::pair< lldb::addr_t, BreakpointSiteSP val_pair) const
inline

Definition at line 80 of file BreakpointSiteList.cpp.

Member Data Documentation

◆ m_break_id

const lldb::break_id_t BreakpointSiteIDMatches::m_break_id
private

Definition at line 85 of file BreakpointSiteList.cpp.


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