home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / debug / sd.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.1 KB  |  84 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Symbolic Debugger
  4. -- Version      : 1.0
  5. -- Author       : Intermetrics, Inc.
  6. --              : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  7. --              : Ron Rathgeber or Kathy Velick (author)
  8. --              : (714) 891-4631
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Intermetrics, Inc.
  14. -- Date created : 1985
  15. -- Release date : 1985
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on : DEC Ada / VMS
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : Interactive debugger will provide debugging and
  25. ----------------: diagnostic aids at the Ada statement level through
  26. ----------------: an "Ada-like" command language.  Capabilities 
  27. ----------------: include:  (1) Setting, resetting and displaying
  28. ----------------: breakpoints; (2) Setting and displaying Ada program 
  29. ----------------: variables; (3) Tracing program execution at
  30. ----------------: statement, block or unit level; (4) Snap dumps in
  31. ----------------: printing format form or raw data form to occur
  32. ----------------: periodically or on demand; (5) Execution frequency
  33. ----------------: profiles for each Ada statement and entry/exit to
  34. ----------------: each program block and unit, with optional report
  35. ----------------: showing percentage of total execution time spent
  36. ----------------: in each code block and in each statement within a
  37. ----------------: block.  Tool consists of source instrumentation
  38. ----------------: module, debugger module and a report generator.
  39. ----------------: 
  40. ----------------: This tool was developed as a precuresor for
  41. ----------------: the WMCCS Information System (WIS).  An
  42. ----------------: executable version of the tool has been   
  43. ----------------: demonstrated.
  44. ----------------: 
  45. --                                                           -*
  46. ------------------ Revision history ---------------------------
  47. --                                                           -*
  48. -- DATE       VERSION        AUTHOR               HISTORY 
  49. --            1.0            Intermetrics         Initial Release                                                          
  50. --                                                           -*
  51. ------------------ Distribution and Copyright -----------------
  52. --                                                           -*
  53. -- This prologue must be included in all copies of this software.
  54. -- 
  55. -- This software is copyright by the author.
  56. -- 
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --                                                           -*
  63. ----------------- Disclaimer ----------------------------------
  64. --                                                           -*
  65. -- This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.
  67. --
  68. -- No warranties as to performance, merchantability, or fitness
  69. -- for a particular purpose exist.
  70. --
  71. -- Because of the diversity of conditions and hardware under
  72. -- which this software may be used, no warranty of fitness for
  73. -- a particular purpose is offered.  The user is advised to 
  74. -- test the software thoroughly before relying on it.  The user
  75. -- must assume the entire risk and liability of using this 
  76. -- software.
  77. --
  78. -- In no event shall any person or organization of people be
  79. -- held responsible for any direct, indirect, consequential
  80. -- or inconsequential damages or lost profits.
  81. --                                                          -*
  82. ----------------- END-PROLOGUE -------------------------------
  83.  
  84.