gcc-toolset-15-gdb/_gdb.spec.Patch.include
Guinevere Larsen d03dcd7d6c Initial import of sources
Resolves: RHEL-81744
2025-04-17 09:37:10 -03:00

104 lines
3.6 KiB
Plaintext

# Check distro name is included in the version output.
Patch001: gdb-6.3-rh-testversion-20041202.patch
# Test sideeffects of skipping ppc .so libs trampolines (BZ 218379).
#=fedoratest
Patch002: gdb-6.5-bz218379-ppc-solib-trampoline-test.patch
# Support for stepping over PPC atomic instruction sequences (BZ 237572).
#=fedoratest
Patch003: gdb-6.6-bz237572-ppc-atomic-sequence-test.patch
# Test leftover zombie process (BZ 243845).
#=fedoratest
Patch004: gdb-6.5-bz243845-stale-testing-zombie-test.patch
# Test gcore memory and time requirements for large inferiors.
#=fedoratest
Patch005: gdb-6.5-gcore-buffer-limit-test.patch
# Test GCORE for shmid 0 shared memory mappings.
#=fedoratest: But it is broken anyway, sometimes the case being tested is not reproducible.
Patch006: gdb-6.3-mapping-zero-inode-test.patch
# Test a crash on libraries missing the .text section.
#=fedoratest
Patch007: gdb-6.5-section-num-fixup-test.patch
# Fix resolving of variables at locations lists in prelinked libs (BZ 466901).
#=fedoratest
Patch008: gdb-6.8-bz466901-backtrace-full-prelinked.patch
# New test for step-resume breakpoint placed in multiple threads at once.
#=fedoratest
Patch009: gdb-simultaneous-step-resume-breakpoint-test.patch
# Fix follow-exec for C++ programs (bugreported by Martin Stransky).
#=fedoratest
Patch010: gdb-archer-next-over-throw-cxx-exec.patch
# [delayed-symfile] Test a backtrace regression on CFIs without DIE (BZ 614604).
#=fedoratest
Patch011: gdb-test-bt-cfi-without-die.patch
# Testcase for `Setting solib-absolute-prefix breaks vDSO' (BZ 818343).
#=fedoratest
Patch012: gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
# Fix 'memory leak in infpy_read_memory()' (RH BZ 1007614)
#=fedoratest
Patch013: gdb-rhbz1007614-memleak-infpy_read_memory-test.patch
# Testcase for '[SAP] Recursive dlopen causes SAP HANA installer to
# crash.' (RH BZ 1156192).
#=fedoratest
Patch014: gdb-rhbz1156192-recursive-dlopen-test.patch
# Fix '`catch syscall' doesn't work for parent after `fork' is called'
# (Philippe Waroquiers, RH BZ 1149205).
#=fedoratest
Patch015: gdb-rhbz1149205-catch-syscall-after-fork-test.patch
# Fix '[ppc64] and [s390x] wrong prologue skip on -O2 -g code' (Jan
# Kratochvil, RH BZ 1084404).
#=fedoratest
Patch016: gdb-rhbz1084404-ppc64-s390x-wrong-prologue-skip-O2-g-3of3.patch
# [aarch64] Fix hardware watchpoints (RH BZ 1261564).
#=fedoratest
Patch017: gdb-rhbz1261564-aarch64-hw-watchpoint-test.patch
# Update gdb-add-index.sh such that, when the GDB environment
# variable is not set, the script is smarter than just looking for
# 'gdb' in the $PATH.
#
# The actual search order is now: /usr/bin/gdb.minimal, gdb (in the
# $PATH), then /usr/libexec/gdb.
#
# For the rationale of looking for gdb.minimal see:
#
# https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot
#
#=fedora
Patch018: gdb-add-index.patch
# Not a backport. Add a new script which hooks into GDB and suggests
# RPMs to install when GDB finds an objfile with no debug info.
Patch019: gdb-add-rpm-suggestion-script.patch
# Backport "Fix gstack issues" from upstream
# commit 43ac3df61492b94bf13c11bd98c9f9541e92d3b0.
# (Keith Seitz, RH BZ 2354997)
Patch020: gdb-rhbz2354997-gstack-drop-readnever.patch
# Backport upstream commit 2fc56106422 which fixes a possible
# segfault when opening a core file. This will drop out when we
# rebase to 16.3 or 17.1
Patch021: core-target-open-segfault.patch
# Backport upstream commit 2b646bb8767, this fixes an issue where
# TUI output was not flushed to the screen in some cases. This will
# drop out when we rebase on 16.3 or 17.1.
Patch022: tui-wrefresh-issue.patch