Struct lldb::SBBreakpointLocation [] [src]

pub struct SBBreakpointLocation {
    pub raw: SBBreakpointLocationRef,
}

One unique instance (by address) of a logical breakpoint.

A breakpoint location is defined by the breakpoint that produces it, and the address that resulted in this particular instantiation. Each breakpoint location has its settable options.

SBBreakpoint contains SBBreakpointLocation(s). See SBBreakpoint for retrieval of an SBBreakpointLocation from an SBBreakpoint.

Fields

The underlying raw SBBreakpointLocationRef.

Methods

impl SBBreakpointLocation
[src]

[src]

Construct a new SBBreakpointLocation.

[src]

Construct a new Some(SBBreakpointLocation) or None.

[src]

Check whether or not this is a valid SBBreakpointLocation value.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBBreakpointLocation
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBBreakpointLocation
[src]

[src]

Executes the destructor for this type. Read more