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

Class SBInstruction

source code


Proxy of C++ lldb::SBInstruction class

Instance Methods [hide private]
 
__repr__(self) source code
 
__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
 
__nonzero__(self) source code
 
__bool__(self) 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
 
__mnemonic_property__(self) source code
 
__operands_property__(self) source code
 
__comment_property__(self) source code
 
__file_addr_property__(self) source code
 
__load_adrr_property__(self) source code
 
__str__(self)
__str__(SBInstruction self) -> PyObject *
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBInstruction
  __del__ = lambda self: