SBBreakpointList¶
- class lldb.SBBreakpointList(target: lldb.SBTarget)¶
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¶