Struct lldb::SBExpressionOptions
[−]
[src]
pub struct SBExpressionOptions {
pub raw: SBExpressionOptionsRef,
}Fields
raw: SBExpressionOptionsRef
The underlying raw SBExpressionOptionsRef.
Methods
impl SBExpressionOptions[src]
pub fn new() -> SBExpressionOptions[src]
Construct a new SBExpressionOptions.
pub fn wrap(raw: SBExpressionOptionsRef) -> SBExpressionOptions[src]
Construct a new SBExpressionOptions.
pub fn unwind_on_error(&self) -> bool[src]
Whether to unwind the expression stack on error.
pub fn set_unwind_on_error(&self, unwind: bool)[src]
Whether to unwind the expression stack on error.
pub fn ignore_breakpoints(&self) -> bool[src]
Whether to ignore breakpoint hits while running expressions.
pub fn set_ignore_breakpoints(&self, ignore: bool)[src]
Whether to ignore breakpoint hits while running expressions.
Trait Implementations
impl Debug for SBExpressionOptions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more