[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project gcc-toolset-10-gdb-9.2-4.el8

Name gcc-toolset-10-gdb
Epoch 0
Version 9.2
Release 4.el8
Website/URL https://gnu.org/software/gdb/
License GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
Build Time 2023-12-05 21:01:25
Build Host builder-x86-03.inferitos.ru
Summary A GNU source-level debugger for C, C++, Fortran, Go and other languages
Repositories AppStream
Description GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion and printing their data.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
gcc-toolset-10-gdb-9.2-4.el8.x86_64 A GNU source-level debugger for C, C++, Fortran, Go and other languages 7e642493d6006749f3eaf92b1b3183322d2285580696b4f3f36e0a101d23ab0a download
gcc-toolset-10-gdb-gdbserver-9.2-4.el8.x86_64 A standalone server for GDB (the GNU source-level debugger) d1c3023a780ba823cb28e0b8a48457b72b1c8397e2de23532e6bf63595c147c6 download
noarch
gcc-toolset-10-gdb-doc-9.2-4.el8.noarch Documentation for GDB (the GNU source-level debugger) b6fdd8711c7a544b982b278832458201c3b3ea887dfc44268f772197f0a34d16 download
src
gcc-toolset-10-gdb-9.2-4.el8.src A GNU source-level debugger for C, C++, Fortran, Go and other languages f5fe10142232c849b6c3114f2b8e0b610f22d2db7f1639a32a30b202c8015974 download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 9.2-4
- Rebuilt for MSVSphere 8.8

* Fri Dec 11 2020 Keith Seitz <keiths@redhat.com> - 9.2-4
- Backport "Correct recording of 'store on condition' insns"
  (Andreas Arnaz, RH BZ 1903375)
- Backport "Fortran dynamic type related fixes"
  (Andrew Burgess, RH BZ 1905702)

* Mon Nov 16 2020 Keith Seitz <keiths@redhat.com> - 9.2-3
- Fix missing debuginfo messages. (Keith Seitz, RH BZ 1894703)
- Add debuginfod.m4 patch to use pkg-config. 
- Backport "Corefile memory access problems" patches.
  (Kevin Buettner, RH BZ 1886602)
- Backport "Exclude debuginfo files from 'outside ELF segments' warning".
  (Keith Seitz, RH BZ 1898252)

* Tue Jun 09 2020 Keith Seitz <keiths@redhat.com> - 9.2-2
- Backport debuginfod support.

* Tue Jun 09 2020 Keith Seitz <keiths@redhat.com> - 9.2-1
- Rebase to FSF GDB 9.2.
- Add explicit python bytecode compilation.
- Change included files to patches to quell error from rpminspect.
- Fix attach-32.exp from gdb-6.3-inferior-notification-20050721.patch.

* Fri Jun 05 2020 Keith Seitz <keiths@redhat.com> - 9.1-8
- Add patch for Python 3.9 and re-enable python.
- Update generate-*.sh to include stgit support.

* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 9.1-7
- Disable Python support to workaround problems with Python 3.9 (RHBZ 1829702)

* Thu Apr 16 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-6
- Fix build breakage of gdb/python/python.c due to use of deprecated
  Python function (RHBZ 1822715, Kevin Buettner)

* Wed Apr 08 2020 Kevin Buettner <kevinb@redhat.com> - 9.1-5
- Fix build breakage when compiling bfd/elf.c with gcc 10. (RHBZ 1818011,
  H.J. Lu)

* Mon Mar 02 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 9.1-4
- Add '--without-guile' to GDB_MINIMAL_CONFIGURE_FLAGS.