Encyclopedia > GDB

  Article Content

GDB

GDB stands for the GNU debugger. It is a portable debugger which runs on many Unix-like systems and works for many programming languages, including C, C++, and FORTRAN. It is free software released under the GNU General Public License.

GDB offers extensive facilities for tracing and altering the execution of computer programs. The user can monitor and modify the values of programs' internal variables, and even call functions independently of the program's normal behavior.

The debugger does not contain its own graphical user interface, and defaults to a command-line interface. However, several front-ends have been built for it, such as DDD and the "GUD mode" in Emacs. These offer facilities similar to debuggers found in integrated development environments.

Some other debugging tools have been designed to work with GDB, such as memory leak detectors.

GDB target processors (as of 2003) include:

Lesser-known target processors supported in the standard release have included A29K[?], ARC, AVR, CRIS[?], D10V[?], D30V[?], FR-30[?], FR-V[?], Intel i960[?], M32R[?], 68HC11, Motorola 88000, MCORE[?], MN10200[?], MN10300[?], NS32K, Stormy16[?], V850[?], VAX, and Z8000[?]. (Newer releases will likely not include some of these.)



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Brazil

... in 1807 and relocated to Brazil. Though they returned in 1821, the interlude led to a growing desire for independence amongst Brazilians and in 1822 the then prince-regent ...

 
 
 
This page was created in 25.8 ms