The Pedigree Project
0.1
|
Public Member Functions | |
void | autocomplete (const HugeStaticString &input, HugeStaticString &output) |
bool | execute (const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen) |
const NormalStaticString | getString () |
Definition at line 32 of file DisassembleCommand.h.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 35 of file DisassembleCommand.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 42 of file DisassembleCommand.cc.
References Arm926EDisassembler::disassemble(), Arm926EDisassembler::getLocation(), KernelElf::globalLookupSymbol(), KernelElf::instance(), Arm926EDisassembler::setLocation(), and Arm926EDisassembler::setMode().
|
virtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 118 of file DisassembleCommand.cc.