summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/monitor/mon-command.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@cybertec.com.au>Joel Sherrill2000-06-141-93/+602
| | | | | | | | | | | | | | | to: I have also added the ability to register and unregister commands. This allows me to create a set of monitor commands for the network stack plus basic memory dump/patch commands (needs a working probe interface). I will also look at a basic ls/cd/rm/mv/cp command set at some stage. I have been thinking about changing the monitor in the future to more like a light weight RTEMS shell, `eshell' for embedded shell. This is a story for another day but is a process or getting the commands to map to the filesystem (eg, major=commands, minor=command) and supporting an environment. The filesystem provide a structure for the commands.
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-051-2/+1
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Cleaned up as part of adding the Monitor test.Joel Sherrill1997-09-211-1/+1
|
* updates from Tony BennettJoel Sherrill1996-04-221-3/+0
|
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-0/+190
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables