LLDB mainline
Public Member Functions | Private Attributes | List of all members
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.

Member Function Documentation

◆ operator()()

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

Definition at line 50 of file BreakpointLocationCollection.cpp.

Member Data Documentation

◆ m_break_id

const lldb::break_id_t BreakpointIDPairMatches::m_break_id
private

Definition at line 56 of file BreakpointLocationCollection.cpp.

◆ m_break_loc_id

const lldb::break_id_t BreakpointIDPairMatches::m_break_loc_id
private

Definition at line 57 of file BreakpointLocationCollection.cpp.


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