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 Backtracer.h.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 32 of file Backtracer.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 39 of file Backtracer.cc.
References Backtrace::performBacktrace().
|
virtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 49 of file Backtracer.cc.