The Pedigree Project
0.1
|
#include <BreakpointCommand.h>
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 () |
Debugger command that allows viewing of the kernel log.
Definition at line 35 of file BreakpointCommand.h.
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.
|
virtual |
Return an autocomplete string, given an input string.
Implements DebuggerCommand.
Definition at line 34 of file BreakpointCommand.cc.
|
virtual |
Execute the command with the given screen.
Implements DebuggerCommand.
Definition at line 40 of file BreakpointCommand.cc.
References Processor::disableDebugBreakpoint(), Processor::enableDebugBreakpoint(), Processor::getDebugBreakpoint(), and Processor::getDebugBreakpointCount().
|
inlinevirtual |
Returns the string representation of this command.
Implements DebuggerCommand.
Definition at line 63 of file BreakpointCommand.h.