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

#include <BreakpointCommand.h>

+ Inheritance diagram for BreakpointCommand:
+ Collaboration diagram for BreakpointCommand:

Public Member Functions

 BreakpointCommand ()
 
 ~BreakpointCommand ()
 
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 kernel log.

Definition at line 35 of file BreakpointCommand.h.

Constructor & Destructor Documentation

BreakpointCommand::BreakpointCommand ( )

Default constructor - zero's stuff.

Definition at line 26 of file BreakpointCommand.cc.

BreakpointCommand::~BreakpointCommand ( )

Default destructor - does nothing.

Definition at line 30 of file BreakpointCommand.cc.

Member Function Documentation

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

Return an autocomplete string, given an input string.

Implements DebuggerCommand.

Definition at line 34 of file BreakpointCommand.cc.

bool BreakpointCommand::execute ( const HugeStaticString input,
HugeStaticString output,
InterruptState &  state,
DebuggerIO screen 
)
virtual
const NormalStaticString BreakpointCommand::getString ( )
inlinevirtual

Returns the string representation of this command.

Implements DebuggerCommand.

Definition at line 63 of file BreakpointCommand.h.


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