A container for options to use when evaluating expressions.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBExpressionOptions self) -> SBExpressionOptions 
      __init__(lldb::SBExpressionOptions self, SBExpressionOptions rhs) 
      -> SBExpressionOptions
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBExpressionOptions(SBExpressionOptions self)
 |  |  | 
    |  |  | 
    |  | 
        
          | GetCoerceResultToId(self) GetCoerceResultToId(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetCoerceResultToId(self,
        coerce=True) SetCoerceResultToId(SBExpressionOptions self, bool coerce=True) 
      SetCoerceResultToId(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetUnwindOnError(self) GetUnwindOnError(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetUnwindOnError(self,
        unwind=True) SetUnwindOnError(SBExpressionOptions self, bool unwind=True) 
      SetUnwindOnError(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetIgnoreBreakpoints(self) GetIgnoreBreakpoints(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetIgnoreBreakpoints(self,
        ignore=True) SetIgnoreBreakpoints(SBExpressionOptions self, bool ignore=True) 
      SetIgnoreBreakpoints(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetFetchDynamicValue(self) GetFetchDynamicValue(SBExpressionOptions self) -> 
      lldb::DynamicValueType
 | source code |  | 
    |  | 
        
          | SetFetchDynamicValue(self,
        *args) SetFetchDynamicValue(SBExpressionOptions self, lldb::DynamicValueType
      dynamic=eDynamicCanRunTarget) 
      SetFetchDynamicValue(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetTimeoutInMicroSeconds(self) GetTimeoutInMicroSeconds(SBExpressionOptions self) -> uint32_t
 | source code |  | 
    |  | 
        
          | SetTimeoutInMicroSeconds(self,
        timeout=0) SetTimeoutInMicroSeconds(SBExpressionOptions self, uint32_t 
      timeout=0) SetTimeoutInMicroSeconds(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetOneThreadTimeoutInMicroSeconds(self) GetOneThreadTimeoutInMicroSeconds(SBExpressionOptions self) -> 
      uint32_t
 | source code |  | 
    |  | 
        
          | SetOneThreadTimeoutInMicroSeconds(self,
        timeout=0) SetOneThreadTimeoutInMicroSeconds(SBExpressionOptions self, uint32_t 
      timeout=0) SetOneThreadTimeoutInMicroSeconds(SBExpressionOptions 
      self)
 | source code |  | 
    |  | 
        
          | GetTryAllThreads(self) GetTryAllThreads(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetTryAllThreads(self,
        run_others=True) SetTryAllThreads(SBExpressionOptions self, bool run_others=True) 
      SetTryAllThreads(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetStopOthers(self) GetStopOthers(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetStopOthers(self,
        stop_others=True) SetStopOthers(SBExpressionOptions self, bool stop_others=True) 
      SetStopOthers(SBExpressionOptions self)
 | source code |  | 
    |  | 
        
          | GetTrapExceptions(self) GetTrapExceptions(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetTrapExceptions(self,
        trap_exceptions=True) SetTrapExceptions(SBExpressionOptions self, bool 
      trap_exceptions=True) SetTrapExceptions(SBExpressionOptions self)
 | source code |  | 
    |  |  | 
    |  | 
        
          | GetGenerateDebugInfo(self) GetGenerateDebugInfo(SBExpressionOptions self) -> bool
 | source code |  | 
    |  |  | 
    |  | 
        
          | GetSuppressPersistentResult(self) GetSuppressPersistentResult(SBExpressionOptions self) -> bool
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | SetAutoApplyFixIts(self,
        b=True) SetAutoApplyFixIts(SBExpressionOptions self, bool b=True) 
      SetAutoApplyFixIts(SBExpressionOptions self)
 | source code |  | 
    |  |  | 
    |  | 
        
          | GetTopLevel(self) GetTopLevel(SBExpressionOptions self) -> bool
 | source code |  | 
    |  | 
        
          | SetTopLevel(self,
        b=True) SetTopLevel(SBExpressionOptions self, bool b=True) 
      SetTopLevel(SBExpressionOptions self)
 | source code |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__str__,__subclasshook__ |