SBExecutionContext#
- class lldb.SBExecutionContext(*args)#
Describes the program context in which a command should be executed.
Attributes Summary
A read only property that returns the same result as GetFrame().
A read only property that returns the same result as GetProcess().
A read only property that returns the same result as GetTarget().
A read only property that returns the same result as GetThread().
Methods Summary
GetFrame
(SBExecutionContext self)GetProcess
(SBExecutionContext self)GetTarget
(SBExecutionContext self)GetThread
(SBExecutionContext self)Attributes Documentation
- 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().
Methods Documentation