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