The Pedigree Project 0.1
Classes | Macros | Variables
commands

kernel debugger commands More...

+ Collaboration diagram for commands:

Classes

class  AllocationCommand
 
class  Backtracer
 
class  BreakpointCommand
 
class  CpuInfoCommand
 
class  DevicesCommand
 
class  DisassembleCommand
 
class  DumpCommand
 
class  HelpCommand
 
class  IoCommand
 
class  LocksCommand
 
class  LogViewer
 
class  LookupCommand
 
class  MappingCommand
 
class  MemoryInspector
 
class  PanicCommand
 
class  QuitCommand
 
class  SlamCommand
 
class  StepCommand
 
class  ThreadsCommand
 
class  TraceCommand
 

Macros

#define NUM_BT_FRAMES   6
 
#define NUM_BT_FRAMES   6
 
#define MAX_DESCRIPTORS   50
 
#define LOCKS_COMMAND_NUM_CPU   1
 
#define NUM_SLAM_BT_FRAMES   10
 

Variables

AllocationCommand g_AllocationCommand
 
LocksCommand g_LocksCommand
 
SlamCommand g_SlamCommand
 

Detailed Description

kernel debugger commands

kernel debugger commands

Macro Definition Documentation

◆ LOCKS_COMMAND_NUM_CPU

#define LOCKS_COMMAND_NUM_CPU   1

Definition at line 46 of file LocksCommand.h.

◆ MAX_DESCRIPTORS

#define MAX_DESCRIPTORS   50

Definition at line 38 of file LocksCommand.h.

◆ NUM_BT_FRAMES [1/2]

#define NUM_BT_FRAMES   6

Definition at line 35 of file AllocationCommand.h.

◆ NUM_BT_FRAMES [2/2]

#define NUM_BT_FRAMES   6

Definition at line 37 of file LocksCommand.h.

◆ NUM_SLAM_BT_FRAMES

#define NUM_SLAM_BT_FRAMES   10

Definition at line 35 of file SlamCommand.h.

Variable Documentation

◆ g_AllocationCommand

AllocationCommand g_AllocationCommand
extern

Definition at line 33 of file AllocationCommand.cc.

◆ g_LocksCommand

LocksCommand g_LocksCommand
extern

Definition at line 27 of file LocksCommand.cc.

◆ g_SlamCommand

SlamCommand g_SlamCommand
extern

Definition at line 29 of file SlamCommand.cc.