Name: | devtoolset-10-gdb-doc |
---|---|
Version: | 9.2 |
Release: | 9.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 7661337 |
License: | GFDL |
RPM: | devtoolset-10-gdb-doc-9.2-9.el7.noarch.rpm |
Source RPM: | devtoolset-10-gdb-9.2-9.el7.src.rpm |
Build Date: | Wed Dec 02 2020 |
Build Host: | x86-ol7-builder-02.us.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. |
- Fix missing debuginfo messages. (Keith Seitz, RH BZ 1894154)
- NVR bump to rebuild with fixed deubginfod (RH BZ 1884577)
- Backport "Corefile memory access problems" patches. (Kevin Buettner, RH BZ 1842691)
- Remove macros from comments. - Cleanup --with testsuite dependencies.
- Fix several DIAGNOSTICs errors.
- Backport "Fix unused function error" (Luis Machcado) - Disable python_binary="on" buildroot_path="RHEL7," bytecode_compilation_path=".${buildroot_path/#$RPM_BUILD_ROOT}" failure=0 pushd $RPM_BUILD_ROOT find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -O -m py_compile || failure=1 find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -m py_compile || failure=1 popd test $failure -eq 0
- Add debuginfod.m4 patch to use pkg-config. - Add BuildRequire for libcurl-devel for debuginfod on RHEL7. - Disable debuginfod on RHEL6. - Fix broken gdb-6.6-buildid-locate-rpm-scl.patch and regenerate patches. - Update debuginfod patch with test suite fixes from upstream.
- Backport testcase for tui/25126. - Use built-in readline for RHEL7. System readline is too old. - Remove gdb-testsuite-readline63-sigint-revert.patch. - Add patch to link against tinfo on rhel6. - Add patch to workaround make 3.81 bug. - Update gdb.spec for rhel6.
- Backport debuginfod support.
- 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.