The Pedigree Project
0.1
src
system
include
pedigree
kernel
debugger
commands
ModulesCommand.h
1
/*
2
* Copyright (c) 2008-2014, Pedigree Developers
3
*
4
* Please see the CONTRIB file in the root of the source tree for a full
5
* list of contributors.
6
*
7
* Permission to use, copy, modify, and distribute this software for any
8
* purpose with or without fee is hereby granted, provided that the above
9
* copyright notice and this permission notice appear in all copies.
10
*
11
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14
* ANY DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY,
15
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
*/
18
19
#ifndef MODULES_COMMAND_H
20
#define MODULES_COMMAND_H
21
22
#include "pedigree/kernel/debugger/DebuggerCommand.h"
23
#include "pedigree/kernel/debugger/Scrollable.h"
24
#include "pedigree/kernel/utilities/StaticString.h"
25
26
class
ModulesCommand
:
public
DebuggerCommand
,
public
Scrollable
{
27
public
:
28
ModulesCommand
();
29
~ModulesCommand
();
30
31
void
autocomplete
(
const
HugeStaticString
& input,
HugeStaticString
& output);
32
bool
execute
(
const
HugeStaticString
& input,
HugeStaticString
& output, InterruptState& state,
33
DebuggerIO
* screen);
34
const
NormalStaticString
getString
();
35
36
const
char
* getLine1(
size_t
index,
DebuggerIO::Colour
& colour,
DebuggerIO::Colour
& bgColour);
37
const
char
* getLine2(
size_t
index,
size_t
& colOffset,
DebuggerIO::Colour
& colour,
38
DebuggerIO::Colour
& bgColour);
39
size_t
getLineCount();
40
41
private
:
42
LargeStaticString
m_Line;
43
};
44
45
#endif
DebuggerCommand
Definition
DebuggerCommand.h:37
DebuggerIO
Definition
DebuggerIO.h:49
DebuggerIO::Colour
Colour
Definition
DebuggerIO.h:54
ModulesCommand
Definition
ModulesCommand.h:26
ModulesCommand::getString
const NormalStaticString getString()
Definition
ModulesCommand.cc:94
ModulesCommand::autocomplete
void autocomplete(const HugeStaticString &input, HugeStaticString &output)
Definition
ModulesCommand.cc:54
ModulesCommand::execute
bool execute(const HugeStaticString &input, HugeStaticString &output, InterruptState &state, DebuggerIO *screen)
Definition
ModulesCommand.cc:56
Scrollable
Definition
Scrollable.h:29
StaticString
Definition
StaticString.h:49
Generated on Thu Sep 24 2026 06:24:01 for The Pedigree Project by
1.9.8