[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 17/29] gdbstub: Simplify XML lookup
From: |
Alex Bennée |
Subject: |
Re: [PATCH 17/29] gdbstub: Simplify XML lookup |
Date: |
Tue, 07 Nov 2023 10:31:13 +0000 |
User-agent: |
mu4e 1.11.24; emacs 29.1 |
Frédéric Pétrot <frederic.petrot@univ-grenoble-alpes.fr> writes:
> Hello Alex and Akihiko,
>
> this patch introduces a regression for riscv.
> When connecting to gdb, gdb issues the infamous "Architecture rejected
> target-supplied description" warning.
I tracked it down to 13/29 when bisecting which I dropped from:
Message-Id: <20231106185112.2755262-1-alex.bennee@linaro.org>
Date: Mon, 6 Nov 2023 18:50:50 +0000
Subject: [PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins)
pre-PR
From: =?UTF-8?q?Alex=20Benn=C3=A9e?= <alex.bennee@linaro.org>
So if you can check that series doesn't regress RiscV (it passes the
tests) then we can at least get some of the stuff merged during freeze.
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML, (continued)
- [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2023/11/03
- [PATCH 22/29] cpu: Call plugin hooks only when ready, Alex Bennée, 2023/11/03
- [PATCH 16/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2023/11/03
- [PATCH 14/29] gdbstub: Use GDBFeature for gdb_register_coprocessor, Alex Bennée, 2023/11/03
- [PATCH 10/29] gdbstub: Introduce GDBFeatureBuilder, Alex Bennée, 2023/11/03
- [PATCH 15/29] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2023/11/03
- [PATCH 23/29] plugins: Use different helpers when reading registers, Alex Bennée, 2023/11/03
- [PATCH 17/29] gdbstub: Simplify XML lookup, Alex Bennée, 2023/11/03
- Message not available
- Re: [PATCH 17/29] gdbstub: Simplify XML lookup,
Alex Bennée <=
- [PATCH 21/29] gdbstub: expose api to find registers, Alex Bennée, 2023/11/03
- [PATCH 19/29] hw/core/cpu: Remove gdb_get_dynamic_xml member, Alex Bennée, 2023/11/03
- [PATCH 28/29] plugins: disable lockstep plugin on windows, Alex Bennée, 2023/11/03
- [PATCH 29/29] plugins: allow plugins to be enabled on windows, Alex Bennée, 2023/11/03
- [PATCH 24/29] plugins: add an API to read registers, Alex Bennée, 2023/11/03
- [PATCH 20/29] gdbstub: Add members to identify registers to GDBFeature, Alex Bennée, 2023/11/03
- [PATCH 27/29] plugins: make test/example plugins work on windows, Alex Bennée, 2023/11/03
- [PATCH 18/29] gdbstub: Infer number of core registers from XML, Alex Bennée, 2023/11/03