Struct lldb::SBInstruction
[−]
[src]
pub struct SBInstruction { pub raw: SBInstructionRef, }
A machine instruction.
Fields
raw: SBInstructionRef
The underlying raw SBInstructionRef
.
Methods
impl SBInstruction
[src]
fn wrap(raw: SBInstructionRef) -> SBInstruction
[src]
Construct a new SBInstruction
.
fn maybe_wrap(raw: SBInstructionRef) -> Option<SBInstruction>
[src]
Construct a new Some(SBInstruction)
or None
.
fn is_valid(&self) -> bool
[src]
Check whether or not this is a valid SBInstruction
value.
fn address(&self) -> SBAddress
[src]
Get the address of the instruction.
fn address_class(&self) -> AddressClass
[src]
Get the address class for the address of the instruction.