SBExecutionContextΒΆ

class lldb.SBExecutionContext(*args)ΒΆ

Describes the program context in which a command should be executed.

Attributes Summary

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 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

GetFrame(SBExecutionContext self) SBFrameΒΆ
GetProcess(SBExecutionContext self) SBProcessΒΆ
GetTarget(SBExecutionContext self) SBTargetΒΆ
GetThread(SBExecutionContext self) SBThreadΒΆ