Package lldb :: Class SBExecutionContext
[hide private]
[frames] | no frames]

Class SBExecutionContext

source code


Proxy of C++ lldb::SBExecutionContext class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBExecutionContext self) -> SBExecutionContext __init__(lldb::SBExecutionContext self, SBExecutionContext rhs) -> SBExecutionContext __init__(lldb::SBExecutionContext self, SBTarget target) -> SBExecutionContext __init__(lldb::SBExecutionContext self, SBProcess process) -> SBExecutionContext __init__(lldb::SBExecutionContext self, SBThread thread) -> SBExecutionContext __init__(lldb::SBExecutionContext self, SBFrame frame) -> SBExecutionContext
source code
 
GetTarget(self)
GetTarget(SBExecutionContext self) -> SBTarget
source code
 
GetProcess(self)
GetProcess(SBExecutionContext self) -> SBProcess
source code
 
GetThread(self)
GetThread(SBExecutionContext self) -> SBThread
source code
 
GetFrame(self)
GetFrame(SBExecutionContext self) -> SBFrame
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBExecutionContext
  __del__ = lambda self: