Struct lldb::SBBlock[][src]

pub struct SBBlock {
    pub raw: SBBlockRef,
}
Expand description

A lexical block.

Fields

raw: SBBlockRef

The underlying raw SBBlockRef.

Implementations

Construct a new Some(SBBlock) or None.

Check whether or not this is a valid SBBlock value.

Does this block represent an inlined function?

Get the function name if this block represents an inlined function.

Get the call site file if this block represents an inlined function.

Get the call site line number if this block represents an inlined function.

Get the call site column number if this block represents an inlined function.

Get the parent block

Get the inlined block that is or contains this block.

Get the sibling block for this block.

Get the first child block for this block.

The number of address ranges associated with this block.

Get the start address of an address range.

Get the end address of an address range.

Given an address, find out which address range it is part of.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.