Struct lldb::SBSymbolContext [] [src]

pub struct SBSymbolContext {
    pub raw: SBSymbolContextRef,
}

A container that stores various debugger related info.

Fields

The underlying raw SBSymbolContextRef.

Methods

impl SBSymbolContext
[src]

[src]

Construct a new SBSymbolContext.

[src]

Construct a new Some(SBSymbolContext) or None.

[src]

Check whether or not this is a valid SBSymbolContext value.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBSymbolContext
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBSymbolContext
[src]

[src]

Executes the destructor for this type. Read more