Struct lldb::SBExpressionOptions [] [src]

pub struct SBExpressionOptions {
    pub raw: SBExpressionOptionsRef,
}

Fields

The underlying raw SBExpressionOptionsRef.

Methods

impl SBExpressionOptions
[src]

[src]

Construct a new SBExpressionOptions.

[src]

Construct a new SBExpressionOptions.

[src]

Whether to unwind the expression stack on error.

[src]

Whether to unwind the expression stack on error.

[src]

Whether to ignore breakpoint hits while running expressions.

[src]

Whether to ignore breakpoint hits while running expressions.

Trait Implementations

impl Debug for SBExpressionOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for SBExpressionOptions
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for SBExpressionOptions
[src]

[src]

Executes the destructor for this type. Read more