Name: | devtoolset-12-gdb-doc |
---|---|
Version: | 11.2 |
Release: | 1.0.1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 7873215 |
License: | GFDL |
RPM: | devtoolset-12-gdb-doc-11.2-1.0.1.el7.noarch.rpm |
Source RPM: | devtoolset-12-gdb-11.2-1.0.1.el7.src.rpm |
Build Date: | Wed Nov 23 2022 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://gnu.org/software/gdb/ |
Summary: | Documentation for GDB (the GNU source-level debugger) |
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. This package provides INFO, HTML and PDF user manual for GDB. |
- Build for aarch64
- Rebase DTS.
- Backport upstream patch which removes sizes from debuginfod download messages when the size is not available (RHBZ 2068280, Aaron Merey).
- On ix86, add -Wno-format-overflow to --enable-gdb-build-warnings. (This is a workaround for the bogus warning/error that we now see on i686 regarding a "may write a terminating nul past the end of the destination" message for the sprintf() call in global_symbol_searcher::search() in gdb/symtab.c.)
- Rebase to FSF GDB 11.2.
- Fix "sect_index_data not initialized" internal error. (RHBZ 2042664, Kevin Buettner).
- Fix buld issues. (RHBZ 2042257, Keith Seitz, Andrew Burgess) - Update libipt to 2.0.5.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Remove gdb-6.3-inferior-notification-20050721.patch which adds problematic attach-32 test.
- Backport upstream patch "[PR gdb/27026] CTRL-C is ignored when debug info is downloaded" (RHBZ 2024875, Aaron Merey).