

GNU Project Debugger
GNU Project Debugger, or gdb, is a command-line, source-level debugger for programs that were written in C, C++, D, Objective-C, Fortran, Java, Pascal, assembly, Modula-2, or Ada and compiled for any of a number of different target architectures including x86, x86-64, IA-64...
Features
- Command line interface
- Debugging
- Record and replay
- X86/x64 Compatibility
- Disassembler
- Remote Debugging
- Breakpoint
Tags
- sparc
- X86
- powerpc
- dwarf
- ia-64
- m68k
- development
- gdb
- core
- coff
- alpha
- mips
- xcoff
- itanium
- assembly
GNU Project Debugger News & Activities
Recent News
Recent activities
- Alaik updated GNU Project Debugger
- geduardcatalin liked GNU Project Debugger
- POX added Decompiler as a feature to GNU Project Debugger
POX added GNU Project Debugger as alternative to Malimite
GNU Project Debugger information
Featured in Lists
Native and default shell (no cygwin, msys2 or WSL)
A list with 4 apps by kaekazeh without a description.
What is GNU Project Debugger?
GNU Project Debugger, or gdb, is a command-line, source-level debugger for programs that were written in C, C++, D, Objective-C, Fortran, Java, Pascal, assembly, Modula-2, or Ada and compiled for any of a number of different target architectures including x86, x86-64, IA-64, Alpha, ARM, Motorola 68000, MIPS, PowerPC, SPARC, and others. gdb supports hardware breakpoints, conditions, core dump analysis, expression evaluation, remote debugging, stepping into/out of code, disassembling, and, in some cases, reversible debugging.




Comments and Reviews
Currently, process record and replay is supported on ARM, Aarch64, Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running GNU/Linux. Process record and replay can be used both when native debugging, and when remote debugging via gdbserver.
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Process-Record-and-Replay.html
Information understood + accepted