The Pedigree Project
0.1
|
#include <LookupCommand.h>
Public Member Functions | |
LookupCommand () | |
~LookupCommand () | |
void | autocomplete (const HugeStaticString &input, HugeStaticString &output) |
bool | execute (const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen) |
const NormalStaticString | getString () |
Debugger command that allows viewing of the Cpu dump.
Definition at line 34 of file LookupCommand.h.
LookupCommand::LookupCommand | ( | ) |
Default constructor - does nothing.
Definition at line 26 of file LookupCommand.cc.
LookupCommand::~LookupCommand | ( | ) |
Default destructor - does nothing.
Definition at line 30 of file LookupCommand.cc.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 34 of file LookupCommand.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 39 of file LookupCommand.cc.
References KernelElf::globalLookupSymbol(), KernelElf::instance(), and Elf::lookupSymbol().
|
inlinevirtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 62 of file LookupCommand.h.