The Pedigree Project  0.1
Public Member Functions | List of all members
HelpCommand Class Reference

#include <HelpCommand.h>

+ Inheritance diagram for HelpCommand:
+ Collaboration diagram for HelpCommand:

Public Member Functions

 HelpCommand ()
 
 ~HelpCommand ()
 
void autocomplete (const HugeStaticString &input, HugeStaticString &output)
 
bool execute (const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen)
 
const NormalStaticString getString ()
 

Detailed Description

Debugger command that allows viewing of the Cpu dump.

Definition at line 35 of file HelpCommand.h.

Constructor & Destructor Documentation

HelpCommand::HelpCommand ( )

Default constructor - does nothing.

Definition at line 24 of file HelpCommand.cc.

HelpCommand::~HelpCommand ( )

Default destructor - does nothing.

Definition at line 28 of file HelpCommand.cc.

Member Function Documentation

void HelpCommand::autocomplete ( const HugeStaticString input,
HugeStaticString output 
)
virtual

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 32 of file HelpCommand.cc.

bool HelpCommand::execute ( const HugeStaticString input,
HugeStaticString output,
InterruptState &  state,
DebuggerIO screen 
)
virtual

Execute the command with the given screen.

Implements DebuggerCommand.

Definition at line 37 of file HelpCommand.cc.

const NormalStaticString HelpCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file HelpCommand.h.


The documentation for this class was generated from the following files: