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

#include <DumpCommand.h>

+ Inheritance diagram for DumpCommand:
+ Collaboration diagram for DumpCommand:

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 ()
 

Detailed Description

Debugger command that allows viewing of the Cpu dump.

Definition at line 35 of file DumpCommand.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 35 of file DumpCommand.cc.

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

Execute the command with the given screen.

Implements DebuggerCommand.

Definition at line 40 of file DumpCommand.cc.

const NormalStaticString DumpCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file DumpCommand.h.


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