Package frysk.hpd

This package implements a command line interpreter modeled after the High Performance Debugger Forum's interface.

See:
          Description

Class Summary
AttachCommand  
AuxvCommand  
CLI  
Command A handler class for the CLI that supplies its own help messages.
CoreCommand  
DbgVariables Debugger variable accessible through the "set" command.
DisassembleCommand  
GenerateCoreCommand  
HardList  
HpdTestbed Variation on frysk.expunit.Expect that drives the HPD.
InfoCommand  
KillCommand KillCommand kills the processes in the current target set.
LoadCommand LoadCommand handles the "load path-to-executable" command on the fhpd commandline.
MapsCommand  
MultiLevelCommand A handler class for the CLI that supplies its own help messages.
NoOptsCommand Handle commands that should not interpret options.
PeekCommand PeekCommand handles the "peek memory-location" command on the fhpd commandline.
RegsCommand  
SigIntHandler Events to handle Cntrl-C signal.
StepCommand  
StepFinishCommand  
StepNextCommand  
TopLevelCommand A handler class for the CLI that supplies its own help messages.
UnloadCommand UnloadCommand handles the unloading of processes that have been loaded by the load command.
 

Exception Summary
InvalidCommandException The command was invalid.
 

Package frysk.hpd Description

This package implements a command line interpreter modeled after the High Performance Debugger Forum's interface.

BUILDING

Command line handling: