From 5b7d54d4ed7857b8b27fb040c6027ba59e003889 Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Thu, 20 Jun 2024 16:22:10 +0100 Subject: gdbstub: move enums into separate header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is an experiment to further reduce the amount we throw into the exec headers. It might not be as useful as I initially thought because just under half of the users also need gdbserver_start(). Reviewed-by: Pierrick Bouvier Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20240620152220.2192768-3-alex.bennee@linaro.org> --- gdbstub/user.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdbstub/user.c') diff --git a/gdbstub/user.c b/gdbstub/user.c index edeb72efeb..e34b58b407 100644 --- a/gdbstub/user.c +++ b/gdbstub/user.c @@ -18,6 +18,7 @@ #include "exec/gdbstub.h" #include "gdbstub/syscalls.h" #include "gdbstub/user.h" +#include "gdbstub/enums.h" #include "hw/core/cpu.h" #include "trace.h" #include "internals.h" -- cgit 1.4.1