wiki:OtherProgrammingTools

Version 8 (modified by trac, 17 years ago) ( diff )

--

Other Programming Tools

gdb

The GNU debugger.

Project Home Page: http://www.gnu.org/software/gdb/

Download Location: http://ftp.gnu.org/gnu/gdb/

Compile with:

   ./configure --prefix=/usr &&
   make 

And install as root with:

   make -C gdb install

make -C gdb install is used to only install the gdb files. If the -C gdb switch is not used, files from this package will overwrite system files installed from binutils.

To see other configuration switches, see gdb/configure --help

For a graphical front end to gdb, see http://www.gnu.org/software/ddd/.

Up
Top

Note: See TracWiki for help on using the wiki.