LLDB API Documentation
#include <SBInstructionList.h>
Public Member Functions | |
SBInstructionList () | |
SBInstructionList (const SBInstructionList &rhs) | |
const SBInstructionList & | operator= (const SBInstructionList &rhs) |
~SBInstructionList () | |
bool | IsValid () const |
size_t | GetSize () |
lldb::SBInstruction | GetInstructionAtIndex (uint32_t idx) |
void | Clear () |
void | AppendInstruction (lldb::SBInstruction inst) |
void | Print (FILE *out) |
bool | GetDescription (lldb::SBStream &description) |
bool | DumpEmulationForAllInstructions (const char *triple) |
Protected Member Functions | |
void | SetDisassembler (const lldb::DisassemblerSP &opaque_sp) |
Friends | |
class | SBFunction |
class | SBSymbol |
class | SBTarget |
Definition at line 19 of file SBInstructionList.h.
lldb::SBInstructionList::SBInstructionList | ( | ) |
lldb::SBInstructionList::SBInstructionList | ( | const SBInstructionList & | rhs | ) |
lldb::SBInstructionList::~SBInstructionList | ( | ) |
void lldb::SBInstructionList::AppendInstruction | ( | lldb::SBInstruction | inst | ) |
void lldb::SBInstructionList::Clear | ( | ) |
bool lldb::SBInstructionList::DumpEmulationForAllInstructions | ( | const char * | triple | ) |
bool lldb::SBInstructionList::GetDescription | ( | lldb::SBStream & | description | ) |
lldb::SBInstruction lldb::SBInstructionList::GetInstructionAtIndex | ( | uint32_t | idx | ) |
size_t lldb::SBInstructionList::GetSize | ( | ) |
bool lldb::SBInstructionList::IsValid | ( | ) | const |
const SBInstructionList& lldb::SBInstructionList::operator= | ( | const SBInstructionList & | rhs | ) |
void lldb::SBInstructionList::Print | ( | FILE * | out | ) |
|
protected |
|
friend |
Definition at line 46 of file SBInstructionList.h.
|
friend |
Definition at line 47 of file SBInstructionList.h.
|
friend |
Definition at line 48 of file SBInstructionList.h.