Re: [PATCH] target/arm: Report pauth information to gdb as 'pauth_v2'

2023-04-06 Thread Richard Henderson
On 4/6/23 08:08, Peter Maydell wrote: So that we can avoid the "older gdb crashes" problem described in commit 5787d17a42f7af4 and which caused us to disable reporting pauth information via the gdbstub, newer gdb is going to implement support for recognizing the pauth information via a new featur

[PATCH] target/arm: Report pauth information to gdb as 'pauth_v2'

2023-04-06 Thread Peter Maydell
So that we can avoid the "older gdb crashes" problem described in commit 5787d17a42f7af4 and which caused us to disable reporting pauth information via the gdbstub, newer gdb is going to implement support for recognizing the pauth information via a new feature name: org.gnu.gdb.aarch64.pauth_v2 O