|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBInstruction self) -> SBInstruction
__init__(lldb::SBInstruction self, SBInstruction rhs) ->
SBInstruction |
source code
|
|
|
__swig_destroy__(...)
delete_SBInstruction(SBInstruction self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBInstruction self) -> bool |
source code
|
|
|
GetAddress(self)
GetAddress(SBInstruction self) -> SBAddress |
source code
|
|
|
GetAddressClass(self)
GetAddressClass(SBInstruction self) -> lldb::AddressClass |
source code
|
|
|
GetMnemonic(self,
*args)
GetMnemonic(SBInstruction self, SBTarget target) -> str const * |
source code
|
|
|
GetOperands(self,
*args)
GetOperands(SBInstruction self, SBTarget target) -> str const * |
source code
|
|
|
GetComment(self,
*args)
GetComment(SBInstruction self, SBTarget target) -> str 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
|
|
|
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, str const * triple) -> bool |
source code
|
|
|
TestEmulation(self,
*args)
TestEmulation(SBInstruction self, SBStream output_stream, str const *
test_file) -> bool |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|