From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_20,FROM_WORDY, INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ucla-cs!ames!ucbcad!ucbvax!SEI.CMU.EDU!Roger.Van.Scoy From: Roger.Van.Scoy@SEI.CMU.EDU Newsgroups: comp.lang.ada Subject: Real Time Monitor Information Message-ID: <8612111257.AA29979@co.sei.cmu.edu> Date: Thu, 11-Dec-86 07:57:01 EST Article-I.D.: co.8612111257.AA29979 Posted: Thu Dec 11 07:57:01 1986 Date-Received: Sat, 13-Dec-86 22:04:32 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet List-Id: Definition: Real Time Monitor A tool which is capable of examining a program's execution and variable states. This tool is also capable of modifying program variables, but not capable of explicitly altering a program's flow (as a debugger would be able to). All of these operations are performed in real time without interfering with the program being monitored. During the course of working with Boeing and Burtek on their Ada Simulator Validation Project (ASVP), the need to monitor program data in real time has surfaced. Both companies have tools which work in "near real time" with Fortran and feel that such a tool is essential to using Ada (or any other language) in the real time simulation world. What I would like to know (for use on the DASET project at SEI) is: 1. Is anyone aware of an existing real time monitor (or real time debugger) for Ada applications? 2. Does anyone have literature references on the subject in general? 3. Does anyone know (or even think they "know") how to do a Real Time Monitor (in software) without destroying (we'll accept perturbing) the real time nature of the system? One additional point to keep in mind is that we are looking at any available solutions, but we are primarily interested in "software only" (i.e. no dedicated monitor hardware) approaches. If you have anything thing you'd like to contribute, please feel free to call or mail me your thoughts. Roger Van Scoy (412)268-7620 ARPANET: rlvs@sei.cmu.edu