|
|
|
__init__(self,
*args)
__init__(lldb::SBThreadPlan self) -> SBThreadPlan
__init__(lldb::SBThreadPlan self, SBThreadPlan threadPlan) ->
SBThreadPlan __init__(lldb::SBThreadPlan self, lldb::ThreadPlanSP
const & lldb_object_sp) -> SBThreadPlan
__init__(lldb::SBThreadPlan self, SBThread thread, char const *
class_name) -> SBThreadPlan |
source code
|
|
|
|
|
|
|
|
|
GetStopReason(self)
GetStopReason(SBThreadPlan self) -> lldb::StopReason |
source code
|
|
|
|
|
|
|
GetThread(self)
GetThread(SBThreadPlan self) -> SBThread |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBThreadPlan self, SBStream description) -> bool |
source code
|
|
|
SetPlanComplete(self,
*args)
SetPlanComplete(SBThreadPlan self, bool success) |
source code
|
|
|
IsPlanComplete(self)
IsPlanComplete(SBThreadPlan self) -> bool |
source code
|
|
|
IsPlanStale(self)
IsPlanStale(SBThreadPlan self) -> bool |
source code
|
|
|
IsValid(self,
*args)
IsValid(SBThreadPlan self) -> bool IsValid(SBThreadPlan self)
-> bool |
source code
|
|
|
QueueThreadPlanForStepOverRange(self,
*args)
QueueThreadPlanForStepOverRange(SBThreadPlan self, SBAddress
start_address, lldb::addr_t range_size) -> SBThreadPlan |
source code
|
|
|
QueueThreadPlanForStepInRange(self,
*args)
QueueThreadPlanForStepInRange(SBThreadPlan self, SBAddress
start_address, lldb::addr_t range_size) -> SBThreadPlan |
source code
|
|
|
QueueThreadPlanForStepOut(self,
*args)
QueueThreadPlanForStepOut(SBThreadPlan self, uint32_t
frame_idx_to_step_to, bool first_insn=False) -> SBThreadPlan
QueueThreadPlanForStepOut(SBThreadPlan self, uint32_t
frame_idx_to_step_to) -> SBThreadPlan |
source code
|
|
|
QueueThreadPlanForRunToAddress(self,
*args)
QueueThreadPlanForRunToAddress(SBThreadPlan self, SBAddress address)
-> SBThreadPlan |
source code
|
|
|
QueueThreadPlanForStepScripted(self,
*args)
QueueThreadPlanForStepScripted(SBThreadPlan self, char const *
script_class_name) -> SBThreadPlan |
source code
|
|