LLDB mainline
lldb_private::Process::SiteIDCmp Struct Reference

Compare BreakpointSiteSPs by ID, so that iteration order is independent of pointer addresses. More...

#include <Process.h>

Public Member Functions

bool operator() (const lldb::BreakpointSiteSP &lhs, const lldb::BreakpointSiteSP &rhs) const

Detailed Description

Compare BreakpointSiteSPs by ID, so that iteration order is independent of pointer addresses.

Definition at line 2265 of file Process.h.

Member Function Documentation

◆ operator()()

bool lldb_private::Process::SiteIDCmp::operator() ( const lldb::BreakpointSiteSP & lhs,
const lldb::BreakpointSiteSP & rhs ) const
inline

Definition at line 2266 of file Process.h.


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