home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz.pi < prev    next >
Text File  |  1994-03-15  |  1KB  |  41 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. gdb
  6. .fullname
  7. GNU debugger
  8. .type
  9. Programmer Tool
  10. .short
  11. GNU debugger, orig FSF source dist.
  12. .description
  13. The purpose of a debugger such as GDB is to allow you to see what is
  14. going on "inside" another program while it executes, or what another
  15. program was doing at the moment it crashed.
  16.  
  17. GDB can do four main kinds of things (plus other things in support of
  18. these) to help you catch bugs in the act: (1) start your program,
  19. specifying anything that might affect its behavior, (2) make your
  20. program stop on specified conditions, (3) examine what has happened,
  21. when your program has stopped, (4) change things in your program, so
  22. you can experiment with correcting the effects of one bug and go on to
  23. learn about another.
  24.  
  25. You can use GDB to debug programs written in C, C++, and Modula-2.
  26. Fortran support will be added when a GNU Fortran compiler is ready.
  27.  
  28. This is currently only a partial amiga port.  This gzip compressed
  29. tar archive is the original FSF source distribution before any Amiga
  30. specific changes.
  31. .version
  32. 4.12
  33. .author
  34. Free Software Foundation
  35. .requirements
  36. Amiga binary requires ixemul.library.
  37. .distribution
  38. GNU Public License
  39. .described-by
  40. Fred Fish (fnf@fishpond.cygnus.com)
  41.