|
|
|
__init__(self,
*args)
__init__(lldb::SBInstructionList self) -> SBInstructionList
__init__(lldb::SBInstructionList self, SBInstructionList rhs) ->
SBInstructionList |
source code
|
|
|
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
|
|
|
GetInstructionsCount(self,
*args)
GetInstructionsCount(SBInstructionList self, SBAddress start,
SBAddress end, bool canSetBreakpoint) -> size_t |
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, char const *
triple) -> bool |
source code
|
|
|
__iter__(self)
Iterate over all instructions in a lldb.SBInstructionList object. |
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
|
|
|
__str__(self)
__str__(SBInstructionList self) -> PyObject * |
source code
|
|