[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 19/21] gdbstub: move register helpers into standalone incl
From: |
Max Filippov |
Subject: |
Re: [PATCH v2 19/21] gdbstub: move register helpers into standalone include |
Date: |
Thu, 5 Jan 2023 11:05:35 -0800 |
On Thu, Jan 5, 2023 at 8:51 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> These inline helpers are all used by target specific code so move them
> out of the general header so we don't needlessly pollute the rest of
> the API with target specific stuff.
>
> Note we have to include cpu.h in semihosting as it was relying on a
> side effect before.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> target/xtensa/core-dc232b.c | 2 +-
> target/xtensa/core-dc233c.c | 2 +-
> target/xtensa/core-de212.c | 2 +-
> target/xtensa/core-de233_fpu.c | 2 +-
> target/xtensa/core-dsp3400.c | 2 +-
> target/xtensa/core-fsf.c | 2 +-
> target/xtensa/core-lx106.c | 2 +-
> target/xtensa/core-sample_controller.c | 2 +-
> target/xtensa/core-test_kc705_be.c | 2 +-
> target/xtensa/core-test_mmuhifi_c3.c | 2 +-
> target/xtensa/gdbstub.c | 2 +-
> target/xtensa/helper.c | 2 +-
Please update the target/xtensa/import_core.sh as well.
--
Thanks.
-- Max
- [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc, (continued)
- [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc, Alex Bennée, 2023/01/05
- [PATCH v2 16/21] gdbstub: specialise stub_can_reverse, Alex Bennée, 2023/01/05
- [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers, Alex Bennée, 2023/01/05
- [PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus, Alex Bennée, 2023/01/05
- [PATCH v2 19/21] gdbstub: move register helpers into standalone include, Alex Bennée, 2023/01/05
- [PATCH v2 20/21] gdbstub: move syscall handling to new file, Alex Bennée, 2023/01/05