home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / dist / gccfindhit-1.2.1-bin.lha.pi < prev    next >
Text File  |  1997-04-15  |  1KB  |  37 lines

  1. .name
  2. GccFindHit
  3. .type
  4. Programmer Tool
  5. .short
  6. Locate enforcer hit in gcc compiled code
  7. .description
  8. This tool should be used in conjunction with Enforcer.  Its purpose is
  9. to find the source name/line corresponding to a given offset in the
  10. executable. Very simple to use: when your program named, say, 'prog',
  11. is a bad boy and makes Enforcer hit(s), remember the offset(s) of the
  12. hit(s) displayed by Enforcer and run the command 'GccFindHit prog
  13. <list of offsets in hex>' The offsets are separated by blanks.
  14. Enforcer gives also the hunk number, but it should always be zero.  If
  15. it's not and your program is compiled by gcc, please let me know about
  16. it.
  17.  
  18. GccFindHit understands the stabs from the aout format encapsulated in
  19. the debug hunk of the AmigaOS executable, so it will work as long as
  20. ld outputs its debug information this way.  Source code is included
  21. and it is distributed under the GPL See the file COPYING for details
  22. about the GPL. If it's not in the archive, please contact the
  23. site/person/organization you got this program from, and tell them it
  24. is *required*
  25. .version
  26. 1.2.1
  27. .date
  28. 1996.12.07
  29. .author
  30. Daniel Verite
  31. .distribution
  32. GNU Public License
  33. .email
  34. daniel@brainstorm.eu.org
  35. .described-by
  36. Fred Fish (fnf@ninemoons.com)
  37.