The Pedigree Project
0.1
|
#include <DumpCommand.h>
Public Member Functions | |
DumpCommand () | |
~DumpCommand () | |
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 35 of file DumpCommand.h.
DumpCommand::DumpCommand | ( | ) |
Default constructor - does nothing.
Definition at line 27 of file DumpCommand.cc.
DumpCommand::~DumpCommand | ( | ) |
Default destructor - does nothing.
Definition at line 31 of file DumpCommand.cc.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 35 of file DumpCommand.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 40 of file DumpCommand.cc.
|
inlinevirtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 63 of file DumpCommand.h.