This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v5 0/3] RISC-V/Linux `gdbserver' support and associated fixes
- From: "Maciej W. Rozycki" <macro at wdc dot com>
- To: gdb-patches at sourceware dot org
- Cc: Jim Wilson <jimw at sifive dot com>, Andrew Burgess <andrew dot burgess at embecosm dot com>, Palmer Dabbelt <palmer at dabbelt dot com>, Tom Tromey <tom at tromey dot com>, guoren at kernel dot org, lifang_xia at c-sky dot com, yunhai_shang at c-sky dot com, jiangshuai_li at c-sky dot com
- Date: Sat, 1 Feb 2020 20:20:28 +0000 (GMT)
- Subject: [PATCH v5 0/3] RISC-V/Linux `gdbserver' support and associated fixes
- Ironport-sdr: yHOGTPW3OXvJP4ci7RAx9ZcyX0FtV5UQlE/80+G4Pi7g9X0H0TBO8NfIiAodZG0KPRhEL9dw65 6oACjS7CKszX3HEnqPVdFbP4148Sx5ce7h3jvfrCbLDpBPplEyO6sGBdrnxgCxkYvgFuDj6DO0 BHrdXwaB07+I8tI632S5G/uR9IDjIWMJdcjmZ4MZX12hEGm+cVNKy1Jws8Z3gN/10x6SGCrM8H TjfY0Vc5NoBLPEoyMGYYSvKv69+UruwK68VN4v42dtiBS6ZTnPUPfy1lWqpDcd+fUVhdAOar4x 8kM=
- Ironport-sdr: z0H6UahqpM61FsHFhQTfNBfm2qk+rOcs4jiuLpy5U2b4ze41N7ugu/5f1VL+CnzHe/+bO6A04u fWt4gIl7wtU0rSukiArFbynuC8/3lmLH3+Cql23b0HCINV5sV2RtLtYxuoIdlGbXlyXs2sVFbL wf85aSAMABiYHt2X7veutc2wNr5XkcEJLjLKdrzyLcH5H1j/OGn16HTf4UtQYeQ1zaTAw+PAj3 N1PEAJtwBh1wGT1hGmDpbkeNf+iE3ErjeyUZX3zCNUvJFhHKYjeuOcWhcx1oXEyXfQEiALfrTZ vBzgryjB+dhFVpgkp4ZMUhYD
- Ironport-sdr: cU6ZifdWZagzLOWYKXzmjL1jWZjm+4gMWf/yBhkZSEc8jc75R0n0XEMKxW3sEB+OSZC4QvGczC Nzm/Ul6PDJDvCWHnoSGhaFssXp6h7bDJRtcWAmjPhOfLOPG8bdtLjtMjc0Zq7TBUgGJlAw1nOS bzpwJ0a8vppDwFf13Rnb0jA+jD7Egg3d8/vbAwilUva38i7H05Kl94/9NrFs6nBlZXnrp2wWqn TwSy0xtB/vIOg5uAd/U5/y/9eYGoxJtnplFVP4UIqnW99xQWMLaV07+VqLIeTg7pZ2AMiHsCq8 p1Y=
- Wdcironportexception: Internal
Hi,
Hopefully the final update, having observed that we also support 128-bit
FP regset in `riscv_linux_read_description', so we better have it in
`gdbserver' as well (in the native GDB backend it is implicit by the way
code has been constructed). Update 3/3 accordingly then.
No regressions in `riscv64-linux-gnu' remote `gdbserver' testing.
Maciej