From 842b42df2b5d3bf5ccbafba19dc756d531dcce23 Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Thu, 29 Sep 2022 12:42:22 +0100 Subject: gdbstub: move into its own sub directory This is in preparation of future refactoring as well as cleaning up the source tree. Aside from the minor tweaks to meson and trace.h this is pure code motion. Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20220929114231.583801-43-alex.bennee@linaro.org> --- gdbstub/trace.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 gdbstub/trace.h (limited to 'gdbstub/trace.h') diff --git a/gdbstub/trace.h b/gdbstub/trace.h new file mode 100644 index 0000000000..dee87b1238 --- /dev/null +++ b/gdbstub/trace.h @@ -0,0 +1 @@ +#include "trace/trace-gdbstub.h" -- cgit v1.2.3-55-g7522