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

#include <StepCommand.h>

+ Inheritance diagram for StepCommand:
+ Collaboration diagram for StepCommand:

Public Member Functions

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

Detailed Description

Allows step execution.

Definition at line 35 of file StepCommand.h.

Constructor & Destructor Documentation

StepCommand::StepCommand ( )

Default constructor - zero's stuff.

Definition at line 25 of file StepCommand.cc.

StepCommand::~StepCommand ( )

Default destructor - does nothing.

Definition at line 29 of file StepCommand.cc.

Member Function Documentation

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

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 33 of file StepCommand.cc.

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

Execute the command with the given screen.

Implements DebuggerCommand.

Definition at line 38 of file StepCommand.cc.

References Processor::setSingleStep().

const NormalStaticString StepCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file StepCommand.h.


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