Lines Matching refs:SBBreakpointName

110 SBBreakpointName::SBBreakpointName() { LLDB_INSTRUMENT_VA(this); }  in SBBreakpointName()  function in SBBreakpointName
112 SBBreakpointName::SBBreakpointName(SBTarget &sb_target, const char *name) { in SBBreakpointName() function in SBBreakpointName
122 SBBreakpointName::SBBreakpointName(SBBreakpoint &sb_bkpt, const char *name) { in SBBreakpointName() function in SBBreakpointName
147 SBBreakpointName::SBBreakpointName(const SBBreakpointName &rhs) { in SBBreakpointName() function in SBBreakpointName
157 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()
189 SBBreakpointName::operator bool() const { in operator bool()
197 const char *SBBreakpointName::GetName() const { in GetName()
205 void SBBreakpointName::SetEnabled(bool enable) { in SetEnabled()
218 void SBBreakpointName::UpdateName(BreakpointName &bp_name) { in UpdateName()
229 bool SBBreakpointName::IsEnabled() { in IsEnabled()
242 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot()
256 bool SBBreakpointName::IsOneShot() const { in IsOneShot()
269 void SBBreakpointName::SetIgnoreCount(uint32_t count) { in SetIgnoreCount()
283 uint32_t SBBreakpointName::GetIgnoreCount() const { in GetIgnoreCount()
296 void SBBreakpointName::SetCondition(const char *condition) { in SetCondition()
310 const char *SBBreakpointName::GetCondition() { in GetCondition()
323 void SBBreakpointName::SetAutoContinue(bool auto_continue) { in SetAutoContinue()
337 bool SBBreakpointName::GetAutoContinue() { in GetAutoContinue()
350 void SBBreakpointName::SetThreadID(tid_t tid) { in SetThreadID()
364 tid_t SBBreakpointName::GetThreadID() { in GetThreadID()
377 void SBBreakpointName::SetThreadIndex(uint32_t index) { in SetThreadIndex()
391 uint32_t SBBreakpointName::GetThreadIndex() const { in GetThreadIndex()
404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
418 const char *SBBreakpointName::GetThreadName() const { in GetThreadName()
431 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName()
445 const char *SBBreakpointName::GetQueueName() const { in GetQueueName()
458 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands()
477 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands()
492 const char *SBBreakpointName::GetHelpString() const { in GetHelpString()
502 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString()
515 bool SBBreakpointName::GetDescription(SBStream &s) { in GetDescription()
531 void SBBreakpointName::SetCallback(SBBreakpointHitCallback callback, in SetCallback()
549 void SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction()
556 SBError SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction()
584 SBBreakpointName::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody()
608 bool SBBreakpointName::GetAllowList() const { in GetAllowList()
617 void SBBreakpointName::SetAllowList(bool value) { in SetAllowList()
626 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete()
635 void SBBreakpointName::SetAllowDelete(bool value) { in SetAllowDelete()
644 bool SBBreakpointName::GetAllowDisable() { in GetAllowDisable()
653 void SBBreakpointName::SetAllowDisable(bool value) { in SetAllowDisable()
662 lldb_private::BreakpointName *SBBreakpointName::GetBreakpointName() const in GetBreakpointName()