LLDB mainline
|
Public Member Functions | |
SBBreakpointNameImpl (TargetSP target_sp, const char *name) | |
SBBreakpointNameImpl (SBTarget &sb_target, const char *name) | |
bool | operator== (const SBBreakpointNameImpl &rhs) |
bool | operator!= (const SBBreakpointNameImpl &rhs) |
TargetSP | GetTarget () const |
const char * | GetName () const |
bool | IsValid () const |
lldb_private::BreakpointName * | GetBreakpointName () const |
Private Attributes | |
TargetWP | m_target_wp |
std::string | m_name |
Definition at line 35 of file SBBreakpointName.cpp.
|
inline |
Definition at line 37 of file SBBreakpointName.cpp.
References m_name, and m_target_wp.
lldb::SBBreakpointNameImpl::SBBreakpointNameImpl | ( | SBTarget & | sb_target, |
const char * | name | ||
) |
Definition at line 74 of file SBBreakpointName.cpp.
References lldb::SBTarget::GetSP(), lldb::SBTarget::IsValid(), m_name, and m_target_wp.
lldb_private::BreakpointName * lldb::SBBreakpointNameImpl::GetBreakpointName | ( | ) | const |
Definition at line 98 of file SBBreakpointName.cpp.
References error(), GetTarget(), IsValid(), and m_name.
|
inline |
Definition at line 59 of file SBBreakpointName.cpp.
References m_name.
|
inline |
Definition at line 55 of file SBBreakpointName.cpp.
References m_target_wp.
Referenced by GetBreakpointName().
|
inline |
Definition at line 63 of file SBBreakpointName.cpp.
References m_name, and m_target_wp.
Referenced by GetBreakpointName().
bool lldb::SBBreakpointNameImpl::operator!= | ( | const SBBreakpointNameImpl & | rhs | ) |
Definition at line 94 of file SBBreakpointName.cpp.
References m_name, and m_target_wp.
bool lldb::SBBreakpointNameImpl::operator== | ( | const SBBreakpointNameImpl & | rhs | ) |
Definition at line 90 of file SBBreakpointName.cpp.
References m_name, and m_target_wp.
|
private |
Definition at line 71 of file SBBreakpointName.cpp.
Referenced by GetBreakpointName(), GetName(), IsValid(), operator!=(), operator==(), and SBBreakpointNameImpl().
|
private |
Definition at line 70 of file SBBreakpointName.cpp.
Referenced by GetTarget(), IsValid(), operator!=(), operator==(), and SBBreakpointNameImpl().