LLDB mainline
BreakpointIDPairMatches Class Reference

Public Member Functions

 BreakpointIDPairMatches (lldb::break_id_t break_id, lldb::break_id_t break_loc_id)
bool operator() (const BreakpointLocationSP &bp_loc) const

Private Attributes

const lldb::break_id_t m_break_id
const lldb::break_id_t m_break_loc_id

Detailed Description

Definition at line 44 of file BreakpointLocationCollection.cpp.

Constructor & Destructor Documentation

◆ BreakpointIDPairMatches()

BreakpointIDPairMatches::BreakpointIDPairMatches ( lldb::break_id_t break_id,
lldb::break_id_t break_loc_id )
inline

Definition at line 46 of file BreakpointLocationCollection.cpp.

References m_break_id, and m_break_loc_id.

Member Function Documentation

◆ operator()()

bool BreakpointIDPairMatches::operator() ( const BreakpointLocationSP & bp_loc) const
inline

Definition at line 50 of file BreakpointLocationCollection.cpp.

References m_break_id, and m_break_loc_id.

Member Data Documentation

◆ m_break_id

const lldb::break_id_t BreakpointIDPairMatches::m_break_id
private

Definition at line 56 of file BreakpointLocationCollection.cpp.

Referenced by BreakpointIDPairMatches(), and operator()().

◆ m_break_loc_id

const lldb::break_id_t BreakpointIDPairMatches::m_break_loc_id
private

Definition at line 57 of file BreakpointLocationCollection.cpp.

Referenced by BreakpointIDPairMatches(), and operator()().


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