Package lldb :: Class SBThreadPlan
[hide private]
[frames] | no frames]

Class SBThreadPlan

source code


Proxy of C++ lldb::SBThreadPlan class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__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, str const * class_name) -> SBThreadPlan
source code
 
__swig_destroy__(...)
delete_SBThreadPlan(SBThreadPlan self)
 
__del__(self) source code
 
Clear(self)
Clear(SBThreadPlan self)
source code
 
GetStopReason(self)
GetStopReason(SBThreadPlan self) -> lldb::StopReason
source code
 
GetStopReasonDataCount(self)
GetStopReasonDataCount(SBThreadPlan self) -> size_t
source code
 
GetStopReasonDataAtIndex(self, *args)
GetStopReasonDataAtIndex(SBThreadPlan self, uint32_t idx) -> uint64_t
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
 
__nonzero__(self) 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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__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, str const * class_name) -> SBThreadPlan

Overrides: object.__init__