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 CpuInfoCommand.h.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 31 of file CpuInfoCommand.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 36 of file CpuInfoCommand.cc.
References Processor::identify().
|
virtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 45 of file CpuInfoCommand.cc.