LLDB mainline
|
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 |
Definition at line 65 of file BreakpointLocationCollection.cpp.
|
inline |
Definition at line 67 of file BreakpointLocationCollection.cpp.
References m_break_id, and m_break_loc_id.
|
inline |
Definition at line 71 of file BreakpointLocationCollection.cpp.
References m_break_id, and m_break_loc_id.
|
private |
Definition at line 77 of file BreakpointLocationCollection.cpp.
Referenced by BreakpointIDPairMatches(), and operator()().
|
private |
Definition at line 78 of file BreakpointLocationCollection.cpp.
Referenced by BreakpointIDPairMatches(), and operator()().