Re: [ANNOUNCEMENT] GDB 15.1 released!
Stuff Received <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2024-07-07 14:02, Joel Brobecker via Gdb-announce via Gdb wrote (in part): > > GDB 15.1 released! > > Release 15.1 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 15.1 successfully builds with GCC-13.3.0 and runs on Solaris 11.3/Sparc. I was unable to run the testsuite because I could not convince the build to use /usr/gnu/bin/ld (or /usr/bin/gld). The variable LD=/usr/bin/gld passed to the configure script is ignored. Above notwithstanding, many thanks to the GDB team! S.