|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBInstructionList self) -> SBInstructionList
__init__(lldb::SBInstructionList self, SBInstructionList rhs) ->
SBInstructionList |
source code
|
|
|
__swig_destroy__(...)
delete_SBInstructionList(SBInstructionList self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBInstructionList self) -> bool |
source code
|
|
|
GetSize(self)
GetSize(SBInstructionList self) -> size_t |
source code
|
|
|
GetInstructionAtIndex(self,
*args)
GetInstructionAtIndex(SBInstructionList self, uint32_t idx) ->
SBInstruction |
source code
|
|
|
|
|
AppendInstruction(self,
*args)
AppendInstruction(SBInstructionList self, SBInstruction inst) |
source code
|
|
|
Print(self,
*args)
Print(SBInstructionList self, FILE * out) |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBInstructionList self, SBStream description) ->
bool |
source code
|
|
|
DumpEmulationForAllInstructions(self,
*args)
DumpEmulationForAllInstructions(SBInstructionList self, str const *
triple) -> bool |
source code
|
|
|
__len__(self)
Access len of the instruction list. |
source code
|
|
|
__getitem__(self,
key)
Access instructions by integer index for array access or by
lldb.SBAddress to find an instruction that matches a section offset
address object. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|