Re: [PATCH for-8.0] target/arm: Don't advertise aarch64-pauth.xml to gdb

2023-03-17 Thread Peter Maydell
On Fri, 17 Mar 2023 at 17:23, Alex Bennée wrote: > > > Peter Maydell writes: > > > Unfortunately a bug in older versions of gdb means that they will > > crash if QEMU sends them the aarch64-pauth.xml. This bug is fixed in > > gdb commit 1ba3a3222039eb25, and there are plans to backport that to >

Re: [PATCH for-8.0] target/arm: Don't advertise aarch64-pauth.xml to gdb

2023-03-17 Thread Alex Bennée
Peter Maydell writes: > Unfortunately a bug in older versions of gdb means that they will > crash if QEMU sends them the aarch64-pauth.xml. This bug is fixed in > gdb commit 1ba3a3222039eb25, and there are plans to backport that to > affected gdb release branches, but since the bug affects gdb

[PATCH for-8.0] target/arm: Don't advertise aarch64-pauth.xml to gdb

2023-03-17 Thread Peter Maydell
Unfortunately a bug in older versions of gdb means that they will crash if QEMU sends them the aarch64-pauth.xml. This bug is fixed in gdb commit 1ba3a3222039eb25, and there are plans to backport that to affected gdb release branches, but since the bug affects gdb 9 through 12 it is very widely de