On 27 May 1997 14:43:53 -0700, you wrote: >What kinds of free utils are available for analyzing and trying >to figure out source code? Preferably with a GUI. > >-- >Kevin Hilman -- [EMAIL PROTECTED] >Sysadmin - Image Computing Systems Lab - U of Washington >PGP public key at http://icsl.ee.washington.edu/~khilman/ >
I've had very good results with ddd and gdb, which should be sufficient for user-space debugging. For debugging driver code I have used this combination with gdbstub (ftp://ftp.gcom.com/pub/linux/src/gdbstub/) and an old 486 as a remote debugger. Marty -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

