#include <SBExpressionOptions.h>
|  | 
|  | SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options) | 
|  | 
| lldb_private::EvaluateExpressionOptions * | get () const | 
|  | 
| lldb_private::EvaluateExpressionOptions & | ref () const | 
|  | 
Definition at line 19 of file SBExpressionOptions.h.
 
      
        
          | lldb::SBExpressionOptions::SBExpressionOptions | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBExpressionOptions::~SBExpressionOptions | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb::SBExpressionOptions::SBExpressionOptions | ( | lldb_private::EvaluateExpressionOptions & | expression_options | ) |  |  | protected | 
 
 
  
  | 
        
          | lldb_private::EvaluateExpressionOptions* lldb::SBExpressionOptions::get | ( |  | ) | const |  | protected | 
 
 
      
        
          | bool lldb::SBExpressionOptions::GetAutoApplyFixIts | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetCoerceResultToId | ( |  | ) | const | 
      
 
 
      
        
          | lldb::DynamicValueType lldb::SBExpressionOptions::GetFetchDynamicValue | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetGenerateDebugInfo | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetIgnoreBreakpoints | ( |  | ) | const | 
      
 
 
      
        
          | uint32_t lldb::SBExpressionOptions::GetOneThreadTimeoutInMicroSeconds | ( |  | ) | const | 
      
 
 
      
        
          | const char* lldb::SBExpressionOptions::GetPrefix | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetStopOthers | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetSuppressPersistentResult | ( |  | ) |  | 
      
 
 
      
        
          | uint32_t lldb::SBExpressionOptions::GetTimeoutInMicroSeconds | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetTopLevel | ( |  | ) |  | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetTrapExceptions | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetTryAllThreads | ( |  | ) | const | 
      
 
 
      
        
          | bool lldb::SBExpressionOptions::GetUnwindOnError | ( |  | ) | const | 
      
 
 
  
  | 
        
          | lldb_private::EvaluateExpressionOptions& lldb::SBExpressionOptions::ref | ( |  | ) | const |  | protected | 
 
 
      
        
          | void lldb::SBExpressionOptions::SetAutoApplyFixIts | ( | bool | b = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetCancelCallback | ( | lldb::ExpressionCancelCallback | callback, | 
        
          |  |  | void * | baton | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetCoerceResultToId | ( | bool | coerce = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetFetchDynamicValue | ( | lldb::DynamicValueType | dynamic = lldb::eDynamicCanRunTarget | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetGenerateDebugInfo | ( | bool | b = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetIgnoreBreakpoints | ( | bool | ignore = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetLanguage | ( | lldb::LanguageType | language | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds | ( | uint32_t | timeout = 0 | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetPrefix | ( | const char * | prefix | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetStopOthers | ( | bool | stop_others = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetSuppressPersistentResult | ( | bool | b = false | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetTimeoutInMicroSeconds | ( | uint32_t | timeout = 0 | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetTopLevel | ( | bool | b = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetTrapExceptions | ( | bool | trap_exceptions = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetTryAllThreads | ( | bool | run_others = true | ) |  | 
      
 
 
      
        
          | void lldb::SBExpressionOptions::SetUnwindOnError | ( | bool | unwind = true | ) |  | 
      
 
 
The documentation for this class was generated from the following file: