diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2022-09-29 12:42:22 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2022-10-06 11:53:41 +0100 |
| commit | 842b42df2b5d3bf5ccbafba19dc756d531dcce23 (patch) | |
| tree | b39947f01e80813bbefaee3a89ea0ce0a376add0 /gdbstub/trace.h | |
| parent | 424d5ecf520621e9b9bd802995558f83bd0e37af (diff) | |
| download | focaccia-qemu-842b42df2b5d3bf5ccbafba19dc756d531dcce23.tar.gz focaccia-qemu-842b42df2b5d3bf5ccbafba19dc756d531dcce23.zip | |
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 <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220929114231.583801-43-alex.bennee@linaro.org>
Diffstat (limited to 'gdbstub/trace.h')
| -rw-r--r-- | gdbstub/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |