Searched refs:SBBreakpointName (Results 1 – 14 of 14) sorted by relevance
110 SBBreakpointName::SBBreakpointName() { LLDB_INSTRUMENT_VA(this); } in SBBreakpointName() function in SBBreakpointName112 SBBreakpointName::SBBreakpointName(SBTarget &sb_target, const char *name) { in SBBreakpointName() function in SBBreakpointName122 SBBreakpointName::SBBreakpointName(SBBreakpoint &sb_bkpt, const char *name) { in SBBreakpointName() function in SBBreakpointName147 SBBreakpointName::SBBreakpointName(const SBBreakpointName &rhs) { in SBBreakpointName() function in SBBreakpointName157 SBBreakpointName::~SBBreakpointName() = default;159 const SBBreakpointName &SBBreakpointName::160 operator=(const SBBreakpointName &rhs) { in operator =()173 bool SBBreakpointName::operator==(const lldb::SBBreakpointName &rhs) { in operator ==()179 bool SBBreakpointName::operator!=(const lldb::SBBreakpointName &rhs) { in operator !=()185 bool SBBreakpointName::IsValid() const { in IsValid()[all …]
24 SBBreakpointName.cpp
24 ) SBBreakpointName;25 class LLDB_API SBBreakpointName {27 SBBreakpointName();29 SBBreakpointName(SBTarget &target, const char *name);31 SBBreakpointName(SBBreakpoint &bkpt, const char *name);33 SBBreakpointName(const lldb::SBBreakpointName &rhs);35 ~SBBreakpointName();39 bool operator==(const lldb::SBBreakpointName &rhs);41 bool operator!=(const lldb::SBBreakpointName &rhs);111 STRING_EXTENSION(SBBreakpointName)
18 class LLDB_API SBBreakpointName {24 SBBreakpointName();26 SBBreakpointName(SBTarget &target, const char *name);28 SBBreakpointName(SBBreakpoint &bkpt, const char *name);30 SBBreakpointName(const lldb::SBBreakpointName &rhs);32 ~SBBreakpointName();34 const lldb::SBBreakpointName &operator=(const lldb::SBBreakpointName &rhs);38 bool operator==(const lldb::SBBreakpointName &rhs);40 bool operator!=(const lldb::SBBreakpointName &rhs);
49 friend class SBBreakpointName; variable
101 friend class SBBreakpointName; variable
68 friend class SBBreakpointName; variable
62 friend class SBBreakpointName; variable
151 friend class SBBreakpointName; variable
37 class LLDB_API SBBreakpointName; variable
14 SBBreakpointName.cpp \
19 %include "./interface/SBBreakpointName.i"
15 #include "lldb/API/SBBreakpointName.h"
31 …edirect 301 /python_reference/lldb.SBBreakpointName-class.html https://lldb.llvm.org/python_api/ll…