#include <SBExecutionContext.h>
|  | 
| ExecutionContextRefSP & | GetSP () const | 
|  | 
| void | reset (lldb::ExecutionContextRefSP &event_sp) | 
|  | 
| lldb_private::ExecutionContextRef * | get () const | 
|  | 
Definition at line 21 of file SBExecutionContext.h.
 
      
        
          | lldb::SBExecutionContext::SBExecutionContext | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBExecutionContext::SBExecutionContext | ( | lldb::ExecutionContextRefSP | exe_ctx_ref_sp | ) |  | 
      
 
 
      
        
          | lldb::SBExecutionContext::SBExecutionContext | ( | const lldb::SBTarget & | target | ) |  | 
      
 
 
      
        
          | lldb::SBExecutionContext::SBExecutionContext | ( | const lldb::SBProcess & | process | ) |  | 
      
 
 
      
        
          | lldb::SBExecutionContext::SBExecutionContext | ( | const lldb::SBFrame & | frame | ) |  | 
      
 
 
      
        
          | lldb::SBExecutionContext::~SBExecutionContext | ( |  | ) |  | 
      
 
 
  
  | 
        
          | lldb_private::ExecutionContextRef* lldb::SBExecutionContext::get | ( |  | ) | const |  | protected | 
 
 
      
        
          | SBFrame lldb::SBExecutionContext::GetFrame | ( |  | ) | const | 
      
 
 
      
        
          | SBProcess lldb::SBExecutionContext::GetProcess | ( |  | ) | const | 
      
 
 
  
  | 
        
          | ExecutionContextRefSP& lldb::SBExecutionContext::GetSP | ( |  | ) | const |  | protected | 
 
 
      
        
          | SBTarget lldb::SBExecutionContext::GetTarget | ( |  | ) | const | 
      
 
 
      
        
          | SBThread lldb::SBExecutionContext::GetThread | ( |  | ) | const | 
      
 
 
  
  | 
        
          | void lldb::SBExecutionContext::reset | ( | lldb::ExecutionContextRefSP & | event_sp | ) |  |  | protected | 
 
 
The documentation for this class was generated from the following file: