Struct lldb::SBBlock [] [src]

pub struct SBBlock {
    pub raw: SBBlockRef,
}

A lexical block.

Fields

The underlying raw SBBlockRef.

Methods

impl SBBlock
[src]

[src]

Construct a new SBBlock.

[src]

Construct a new Some(SBBlock) or None.

[src]

Check whether or not this is a valid SBBlock value.

[src]

Does this block represent an inlined function?

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Get the parent block

[src]

Get the inlined block that is or contains this block.

[src]

Get the sibling block for this block.

[src]

Get the first child block for this block.

[src]

The number of address ranges associated with this block.

[src]

Get the start address of an address range.

[src]

Get the end address of an address range.

[src]

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

Trait Implementations

impl Debug for SBBlock
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBBlock
[src]

[src]

Executes the destructor for this type. Read more