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