Description: FindHit for gcc compiled programs, V1.0 Keywords: gcc findhit enforcer debug Author: daniel@brasil.frmug.fr.net (Daniel Verite) Uploader: daniel@brasil.frmug.fr.net (Daniel Verite) Uploaded-to: ftp.funet.fi (25 May 1995) This tool should be used in conjunction with Enforcer. Its purpose is to find the source name/line corresponding to a given offset in the executable. Very simple to use: when your program named, say, 'prog', is a bad boy and makes Enforcer hit(s), remember the offset(s) of the hit(s) displayed by Enforcer and run the command 'GccFindHit prog ' The offsets are separated by blanks. Enforcer gives also the hunk number, but it should always be zero. If it's not and your program is compiled by gcc, please let me know about it. GccFindHit understands the stabs from the aout format encapsulated in the debug hunk of the Amigados executable, so it will work as long as ld outputs its debug information this way. Source code is included and it is distributed under the GPL Daniel Verite E-mail: daniel@brasil.frmug.fr.net