  |
Valgrind - http://valgrind.org/
An open-source memory debugger for x86-linux. |
  |
Insight home page - http://sources.redhat.com/insight/
Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk by people working at Cygnus Solutions. |
  |
User-mode Linux Kernel - http://user-mode-linux.sourceforge.net/
This kernel allows developers to write and debug code using the normal process-level tools, like gdb, gprof, and gcov. |
  |
Linux Trace Toolkit - http://www.opersys.com/LTT/
The Linux Trace Toolkit catalogs system events in minute detail, and allows a user to determine exactly what is transpiring on his system, down to the microsecond. |
  |
The Cxref Homepage - http://www.gedanken.demon.co.uk/cxref/
Cxref is a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It works for ANSI C, including most gcc extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work. |