Release 14.2 of GDB, the GNU Debugger, is now available. GDB is a source-level debugger for Ada, C, C++, Fortran, Go, Rust, and many other languages. GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. GDB is free (libre) software.
GDB 14.2 brings the following fixes and enhancements over GDB 14.1:
- PR symtab/31112 (DLL export forwarding is broken)
- PR c++/31128 (gdb crashes when trying to print a global variable stub without a running inferior)
- PR tdep/31254 ([gdb/tdep, arm] FAIL: gdb.threads/staticthreads.exp: up 10)
- PR gdb/31256 (Crash with basic ‘list .’)
- PR python/31366 (Frame.static_link() segfaults)
You must log in or register to comment.