Struct lldb::SBBreakpointList [] [src]

pub struct SBBreakpointList {
    pub raw: SBBreakpointListRef,
}

A list of breakpoints.

Fields

The underlying raw SBBreakpointListRef.

Methods

impl SBBreakpointList
[src]

[src]

Construct a new SBBreakpointList.

[src]

Construct a new SBBreakpointList.

[src]

[src]

[src]

[src]

[src]

Is this breakpoint list empty?

[src]

Clear this breakpoint list.

[src]

Iterate over this breakpoint list.

Trait Implementations

impl Drop for SBBreakpointList
[src]

[src]

Executes the destructor for this type. Read more