The Pedigree Project  0.1
Public Member Functions | List of all members
CpuInfoCommand Class Reference
+ Inheritance diagram for CpuInfoCommand:
+ Collaboration diagram for CpuInfoCommand:

Public Member Functions

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

Detailed Description

Definition at line 32 of file CpuInfoCommand.h.

Member Function Documentation

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

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 31 of file CpuInfoCommand.cc.

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

Execute the command with the given screen.

Implements DebuggerCommand.

Definition at line 36 of file CpuInfoCommand.cc.

References Processor::identify().

const NormalStaticString CpuInfoCommand::getString ( )
virtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 45 of file CpuInfoCommand.cc.


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