Struct lldb::SBInstructionList [] [src]

pub struct SBInstructionList {
    pub raw: SBInstructionListRef,
}

A list of machine instructions.

Fields

The underlying raw SBInstructionListRef.

Methods

impl SBInstructionList
[src]

[src]

Construct a new SBInstructionList.

[src]

Construct a new Some(SBInstructionList) or None.

[src]

Check whether or not this is a valid SBInstructionList value.

[src]

Is this instruction list empty?

[src]

Clear this instruction list.

[src]

Append an instruction to this list.

[src]

Iterate over this instruction list.

Trait Implementations

impl Debug for SBInstructionList
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBInstructionList
[src]

[src]

Executes the destructor for this type. Read more