Joel Sherrill
15a47934fb
2007-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/monitor/monitor.h: Add network commands that were in the
network supplement but not in the code.
* libmisc/monitor/mon-network.c: New file.
2007-09-14 22:52:53 +00:00
Thomas Doerfler
501ab69168
Added osmonweb support functionality to monitor
2007-09-05 20:35:36 +00:00
Joel Sherrill
70443b4034
2007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-object.c,
libmisc/monitor/monitor.h: Merge minor parts of Thomas' improvements
that are needed by osmonweb.
2007-09-04 23:19:47 +00:00
Joel Sherrill
ff3f8c85c3
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libmisc/Makefile.am, libmisc/monitor/mon-object.c,
libmisc/monitor/monitor.h, sapi/include/confdefs.h,
sapi/include/rtems/config.h, sapi/include/rtems/io.h,
sapi/src/exinit.c, sapi/src/io.c: Eliminate maximum_drivers
configuration parameter since it was used to configure a no longer
used feature. Device names are now part of the filesystem not in a
table. This also eliminated the variables _IO_Number_of_devices and
_IO_Driver_name_table from RTEMS as well as the memory allocation
used to populate _IO_Driver_name_table.
* libmisc/monitor/mon-dname.c: Removed.
2007-05-28 15:51:01 +00:00
Ralf Corsepius
c8b0f1cbbd
Use size_t for sizes.
2007-02-06 05:57:07 +00:00
Joel Sherrill
6a074363a2
2006-01-16 Joel Sherrill <joel@OARcorp.com>
...
Large patch to improve Doxygen output. As a side-effect, grammar and
spelling errors were corrected, spacing errors were address, and some
variable names were improved.
* libmisc/monitor/mon-object.c, libmisc/monitor/monitor.h:
Account for changing OBJECTS_NO_CLASS to OBJECTS_CLASSIC_NO_CLASS.
* score/Doxyfile: Set output directory. Predefine some macro values.
Turn on graphical output.
* score/include/rtems/debug.h, score/include/rtems/seterr.h,
score/include/rtems/system.h, score/include/rtems/score/address.h,
score/include/rtems/score/apiext.h,
score/include/rtems/score/apimutex.h,
score/include/rtems/score/bitfield.h,
score/include/rtems/score/chain.h,
score/include/rtems/score/context.h,
score/include/rtems/score/coremsg.h,
score/include/rtems/score/coremutex.h,
score/include/rtems/score/coresem.h,
score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
score/include/rtems/score/mppkt.h,
score/include/rtems/score/object.h,
score/include/rtems/score/objectmp.h,
score/include/rtems/score/priority.h,
score/include/rtems/score/stack.h,
score/include/rtems/score/states.h,
score/include/rtems/score/sysstate.h,
score/include/rtems/score/thread.h,
score/include/rtems/score/threadmp.h,
score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
score/include/rtems/score/tqdata.h,
score/include/rtems/score/userext.h,
score/include/rtems/score/watchdog.h,
score/include/rtems/score/wkspace.h,
score/inline/rtems/score/address.inl,
score/inline/rtems/score/chain.inl,
score/inline/rtems/score/coremutex.inl,
score/inline/rtems/score/coresem.inl,
score/inline/rtems/score/heap.inl,
score/inline/rtems/score/object.inl,
score/inline/rtems/score/stack.inl,
score/inline/rtems/score/thread.inl,
score/inline/rtems/score/tqdata.inl, score/macros/README,
score/src/heap.c, score/src/threadmp.c, score/src/threadready.c,
score/src/threadstartmultitasking.c: Improve generated Doxygen
output. Fix spelling and grammar errors in comments. Correct names of
some variables and propagate changes.
2006-01-16 15:13:58 +00:00
Ralf Corsepius
cbd76915cf
2004-12-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libmisc/capture/capture-cli.h, libmisc/capture/capture.h,
libmisc/monitor/monitor.h, libmisc/rtmonuse/rtmonuse.h,
libmisc/shell/shell.h: Partial doxygenification.
* libmisc/capture/capture.h: Use INT32_C for constants.
2004-12-02 18:20:51 +00:00
Ralf Corsepius
cbd849c0de
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* monitor/monitor.h: Let rtems_monitor_config_dump return int.
* monitor/mon-config.c: Ditto. Use PRI*N macros.
* monitor/mon-itask.c, monitor/mon-prmisc.c: Use PRI*N macros.
2004-11-01 13:14:33 +00:00
Ralf Corsepius
c182e2dcab
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* monitor/mon-prmisc.c, monitor/monitor.h: Let rtems_monitor_dump
return int's not uint32_t (They are printf return values).
2004-10-27 08:24:10 +00:00
Ralf Corsepius
f0d1c947a6
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libmisc/monitor/mon-prmisc.c, libmisc/monitor/monitor.h:
rtems_monitor_dump_char(char ch).
2004-10-21 09:16:44 +00:00
Ralf Corsepius
aed742c9a0
Remove stray white spaces.
2004-04-16 12:06:28 +00:00
Ralf Corsepius
3e08d4ee62
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libmisc/capture/capture-cli.c, libmisc/capture/capture.c,
libmisc/capture/capture.h, libmisc/cpuuse/cpuuse.c,
libmisc/devnull/devnull.c, libmisc/fsmount/fsmount.h,
libmisc/monitor/mon-config.c, libmisc/monitor/mon-dname.c,
libmisc/monitor/mon-driver.c, libmisc/monitor/mon-extension.c,
libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c,
libmisc/monitor/mon-mpci.c, libmisc/monitor/mon-object.c,
libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c,
libmisc/monitor/mon-server.c, libmisc/monitor/mon-symbols.c,
libmisc/monitor/monitor.h, libmisc/monitor/symbols.h,
libmisc/mw-fb/mw_uid.c, libmisc/rtmonuse/rtmonuse.c,
libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgio.c,
libmisc/serdbg/termios_printk.c, libmisc/serdbg/termios_printk.h,
libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/stackchk/check.c,
libmisc/stackchk/internal.h: Convert to using c99 fixed size types.
2004-03-26 06:59:18 +00:00
Joel Sherrill
d4c40786f6
2003-09-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 495/rtems_misc
* capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
clean.
2003-09-26 17:42:45 +00:00
Ralf Corsepius
c6d35fa59f
2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* monitor/monitor.h:
Add rtems_monitor_commands[] (Illegally applied by shell/).
Remove ifdef(__mips64) (Make broken code visible again).
* monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
warnings.
* monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
broken code visible again).
* shell/cmds.c: Remove local decls of rtems_monitor_commands[].
2003-09-22 13:14:26 +00:00
Ralf Corsepius
330dbdb055
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
* monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
* monitor/mon-monitor.c: Apply private version of STREQ.
2003-09-19 12:48:15 +00:00
Ralf Corsepius
e7f38e8237
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* monitor/symbols.h: Convert to private header.
* monitor/monitor.h: Don't include symbols.h.
Add forward decls. for symbols from symbols.h.
* monitor/Makefile.am: Don't install symbols.h.
* monitor/mon-symbols.c: Include "symbols.h".
2003-09-19 11:54:00 +00:00
Joel Sherrill
63977bb4d3
2002-07-01 Joel Sherrill <joel@OARcorp.com>
...
* capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
monitor/mon-object.c, monitor/monitor.h: Corrected use of
_Objects_Information_table now that it is a two dimensional
array based upon API and class. In addition, in the monitor,
corrected an error which occured when a target has 64 bit pointers.
2002-07-01 22:19:33 +00:00
Joel Sherrill
32e2554f10
Patch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@cybertec.com.au>
...
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.
2000-06-14 17:22:59 +00:00
Joel Sherrill
97e2729d1a
Added --disable-multiprocessing flag and modified a lot of files to make
...
it work.
1998-11-23 17:38:09 +00:00
Joel Sherrill
bbb281698f
Removed warnings.
1997-11-29 18:21:00 +00:00
Joel Sherrill
5beb562450
Cleaned up as part of adding the Monitor test.
1997-09-21 16:58:57 +00:00
Joel Sherrill
be95da0e19
casts added to numerous arguments, prototypes corrected, and
...
proper include files added.
1996-09-18 20:55:13 +00:00
Joel Sherrill
8389628c1b
updates from Tony Bennett
1996-04-22 16:53:46 +00:00
Joel Sherrill
72c440eea7
Update from Tony Bennett (tbennett@divnc.com)
1996-01-17 20:13:45 +00:00
Joel Sherrill
c64e4ed482
updates from Tony Bennett for PA and UNIX ports
1996-01-15 21:50:28 +00:00
Joel Sherrill
11290355c9
all targets compile .. tony's patches in place
1995-09-29 17:19:16 +00:00
Joel Sherrill
b06e68ef1f
Numerous miscellaneous features incorporated from Tony Bennett
...
(tbennett@divnc.com ) including the following major additions:
+ variable length messages
+ named devices
+ debug monitor
+ association tables/variables
1995-08-17 19:51:51 +00:00
Joel Sherrill
ac7d5ef06a
Initial revision
1995-05-11 17:39:37 +00:00