|
|
|
__init__(self,
*args)
__init__(lldb::SBInstruction self) -> SBInstruction
__init__(lldb::SBInstruction self, SBInstruction rhs) ->
SBInstruction |
source code
|
|
|
IsValid(self)
IsValid(SBInstruction self) -> bool |
source code
|
|
|
|
|
|
|
GetAddress(self)
GetAddress(SBInstruction self) -> SBAddress |
source code
|
|
|
GetMnemonic(self,
*args)
GetMnemonic(SBInstruction self, SBTarget target) -> char const * |
source code
|
|
|
GetOperands(self,
*args)
GetOperands(SBInstruction self, SBTarget target) -> char const * |
source code
|
|
|
GetComment(self,
*args)
GetComment(SBInstruction self, SBTarget target) -> char const * |
source code
|
|
|
GetData(self,
*args)
GetData(SBInstruction self, SBTarget target) -> SBData |
source code
|
|
|
GetByteSize(self)
GetByteSize(SBInstruction self) -> size_t |
source code
|
|
|
DoesBranch(self)
DoesBranch(SBInstruction self) -> bool |
source code
|
|
|
HasDelaySlot(self)
HasDelaySlot(SBInstruction self) -> bool |
source code
|
|
|
CanSetBreakpoint(self)
CanSetBreakpoint(SBInstruction self) -> bool |
source code
|
|
|
Print(self,
*args)
Print(SBInstruction self, FILE * out) |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBInstruction self, SBStream description) -> bool |
source code
|
|
|
EmulateWithFrame(self,
*args)
EmulateWithFrame(SBInstruction self, SBFrame frame, uint32_t
evaluate_options) -> bool |
source code
|
|
|
DumpEmulation(self,
*args)
DumpEmulation(SBInstruction self, char const * triple) -> bool |
source code
|
|
|
TestEmulation(self,
*args)
TestEmulation(SBInstruction self, SBStream output_stream, char const
* test_file) -> bool |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
__str__(self)
__str__(SBInstruction self) -> PyObject * |
source code
|
|