]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Apr 2024 14:45:33 +0000 (16:45 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:31:37 +0000 (15:31 +0200)
commit0654c79416f346d967fbc7dad7ca451b49bbd822
treec92b330eacadde6b6ea455f0b307789fe0dd4ea5
parent94326e4f217991102770667f684156bdbef599e6
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'

We only need the "exec/tswap.h" and "cpu-param.h" headers.
Only include "cpu.h" in the target gdbstub.c source files.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240418192525.97451-20-philmd@linaro.org>
include/gdbstub/helpers.h
target/avr/gdbstub.c
target/tricore/gdbstub.c