SBBreakpointListΒΆ
- class lldb.SBBreakpointList(target)ΒΆ
Represents a list of
SBBreakpoint.Methods Summary
Append(SBBreakpointList self, ...)AppendByID(SBBreakpointList self, lldb)AppendIfUnique(SBBreakpointList self, ...)Clear(SBBreakpointList self)FindBreakpointByID(SBBreakpointList self, lldb)GetBreakpointAtIndex(SBBreakpointList self, ...)GetSize(SBBreakpointList self)Methods Documentation
- Append(SBBreakpointList self, SBBreakpoint sb_bkpt)ΒΆ
- AppendByID(SBBreakpointList self, lldb: :break_id_t id)ΒΆ
- AppendIfUnique(SBBreakpointList self, SBBreakpoint sb_bkpt) boolΒΆ
- Clear(SBBreakpointList self)ΒΆ
- FindBreakpointByID(SBBreakpointList self, lldb: :break_id_t arg2) SBBreakpointΒΆ
- GetBreakpointAtIndex(SBBreakpointList self, size_t idx) SBBreakpointΒΆ
- GetSize(SBBreakpointList self) size_tΒΆ