gdb/aarch64: change target_ops::stopped_data_address API

(Andrew Burgess, RHEL-219606)

Resolves: RHEL-219606
This commit is contained in:
Keith Seitz 2026-08-04 17:26:29 -07:00
parent da7f4d0d79
commit dc4d6f383c
4 changed files with 2241 additions and 0 deletions

View File

@ -79,3 +79,7 @@ Patch014: gdb-backport-s390x-return-crash.patch
# (Paul Eggert, RHEL-219605)
Patch015: gdb-rhel-219605-getpkt-overflow.patch
# gdb/aarch64: change target_ops::stopped_data_address API
# (Andrew Burgess, RHEL-219606)
Patch016: gdb-rhel-219606-stopped-data-address.patch

View File

@ -13,3 +13,4 @@ gdb-backport-libiberty-sync.patch
gdb-backport-corefile-use-after-free-fix.patch
gdb-backport-s390x-return-crash.patch
gdb-rhel-219605-getpkt-overflow.patch
gdb-rhel-219606-stopped-data-address.patch

File diff suppressed because it is too large Load Diff

View File

@ -948,6 +948,8 @@ fi
(Keith Seitz, RHEL-221050)
- gdbserver: fix unlikely getpkt buffer overflow
(Paul Eggert, RHEL-219605)
- gdb/aarch64: change target_ops::stopped_data_address API
(Andrew Burgess, RHEL-219606)
* Wed Jul 22 2026 Guinevere Larsen <guinevere@redhat.com> - 17.2-3
- Backport upstream commit f3ce0ce31fb3f056 to fix a regression on