GDB 10.1 released


GDB 10.1 released

GDB is a source code debugger for Ada, C, C++, Fortran, Go, Rust and many other programming languages. GDB supports debugging on over a dozen different architectures and can run on the most popular software platforms (GNU/Linux, Unix and Microsoft Windows).

GDB 10.1 includes the following changes and improvements:

  • Support for BPF debugging (bpf-unknown-none)

  • GDBserver now supports the following platforms:

    • ARC GNU/Linux
    • RISC-V GNU/Linux
  • Multi-target debugging support (experimental)

  • Support for debuginfod, an HTTP server for distributing ELF/DWARF debug information

  • Support for debugging 32-bit Windows programs using 64-bit Windows GDB

  • GDB build support with GNU Guile 3.0 and 2.2

  • Improved startup performance by using multithreading during symbol table loading

  • Various improvements to the Python and Guile APIs

  • Various fixes and improvements to TUI mode

Download GDB from the GNU FTP server:
-> ftp://ftp.gnu.org/gnu/gdb

Source: linux.org.ru