About 2,520 results
Open links in new tab
  1. GNU Debugger - Wikipedia

    The GNU Debugger (GDB) is a portable debugger that runs on many Unix-like systems and works for many programming languages, including Ada, Assembly, C, C++, D, Fortran, Haskell, Go, Objective-C, OpenCL C, Modula-2, Pascal, Rust, [2] and partially others. [3] It detects problems in a program while letting it run and allows users to examine different registers.

  2. Comparison of debuggers - Wikipedia

    This is a comparison of debuggers: computer programs that are used to test and debug other programs.

  3. Green Hills Software - Wikipedia

    TimeMachine is a set of tools for optimizing and debugging C and C++ software. [14][15] TimeMachine (introduced 2003) supports reverse debugging, [16] a feature that later also became available in the free GNU Debugger (GDB) 7.0 (2009).

  4. gdbserver - Wikipedia

    gdbserver is a computer program that makes it possible to remotely debug other programs. [1] Running on the same system as the program to be debugged, it allows the GNU Debugger to connect from another system; that is, only the executable to be debugged needs to be resident on the target system ("target"), while the source code and a copy of the binary file to be debugged …

  5. Software versioning - Wikipedia

    Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (e.g., major or minor), these numbers are generally assigned in increasing order and correspond to new developments in the software. At a fine-grained level, revision control is used for keeping track …

  6. Data Display Debugger - Wikipedia

    Data Display Debugger (GNU DDD) is a graphical user interface (using the Motif toolkit) for command-line debuggers such as GDB, [2] DBX, JDB, HP Wildebeest Debugger, [note 1] XDB, the Perl debugger, the Bash debugger, the Python debugger, and the GNU Make debugger. [4] DDD is part of the GNU Project and distributed as free software under the GNU General …

  7. Version 7 Unix - Wikipedia

    Version 7 Unix, also called Seventh Edition Unix, Version 7 or just V7, was an important early release of the Unix operating system. V7, released in 1979, was the last Bell Laboratories release to see widespread distribution before the commercialization …

  8. GNU Compiler Collection - Wikipedia

    The GNU Compiler Collection (GCC) is a collection of compilers from the GNU Project that support various programming languages, hardware architectures, and operating systems.