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