Struct lldb::SBExpressionOptions
[−]
[src]
pub struct SBExpressionOptions { pub raw: SBExpressionOptionsRef, }
Fields
raw: SBExpressionOptionsRef
The underlying raw SBExpressionOptionsRef
.
Methods
impl SBExpressionOptions
[src]
fn new() -> SBExpressionOptions
[src]
Construct a new SBExpressionOptions
.
fn wrap(raw: SBExpressionOptionsRef) -> SBExpressionOptions
[src]
Construct a new SBExpressionOptions
.
fn unwind_on_error(&self) -> bool
[src]
Whether to unwind the expression stack on error.
fn set_unwind_on_error(&self, unwind: bool)
[src]
Whether to unwind the expression stack on error.
fn ignore_breakpoints(&self) -> bool
[src]
Whether to ignore breakpoint hits while running expressions.
fn set_ignore_breakpoints(&self, ignore: bool)
[src]
Whether to ignore breakpoint hits while running expressions.