5 March 2007 Till Straumann For more information, goto http://www.slac.stanford.edu/~strauman/rtems/cexp/ Cexp is a C-expression interpreter with integrated symbol table access and object file loading. From the Cexp commandline you can access the global symbols of your currently running process and use them in C-expressions. The main target of Cexp is RTEMS - an open-source hard real-time kernel. Cexp was designed to provide generic "shell" (in a vxWorks "target-shell" sense) tool for RTEMS. No monitor functionality (e.g. task monitoring, system statistics etc.), however, is present in Cexp. The idea is that these features should be implemented by external code which can e.g. be loaded and accessed using Cexp (execute arbitrary subroutines from the command line).