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

Class SBExecutionContext

source code


Proxy of C++ lldb::SBExecutionContext class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
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
 
__swig_destroy__(...)
delete_SBExecutionContext(SBExecutionContext self)
 
__del__(self) 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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]
  frame
A read only property that returns the same result as GetFrame().
  process
A read only property that returns the same result as GetProcess().
  target
A read only property that returns the same result as GetTarget().
  thread
A read only property that returns the same result as GetThread().

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__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

Overrides: object.__init__

Property Details [hide private]

frame

A read only property that returns the same result as GetFrame().

Get Method:
GetFrame(self) - GetFrame(SBExecutionContext self) -> SBFrame

process

A read only property that returns the same result as GetProcess().

Get Method:
GetProcess(self) - GetProcess(SBExecutionContext self) -> SBProcess

target

A read only property that returns the same result as GetTarget().

Get Method:
GetTarget(self) - GetTarget(SBExecutionContext self) -> SBTarget

thread

A read only property that returns the same result as GetThread().

Get Method:
GetThread(self) - GetThread(SBExecutionContext self) -> SBThread