[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 09/15] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
From: |
Alex Bennée |
Subject: |
[PULL 09/15] MAINTAINERS: Add gdbstub.h to the "GDB stub" section |
Date: |
Mon, 15 Feb 2021 09:42:38 +0000 |
From: Peter Maydell <peter.maydell@linaro.org>
The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210208113729.25170-1-peter.maydell@linaro.org>
Message-Id: <20210211122750.22645-10-alex.bennee@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS
index 6295dfe781..8201f12271 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2340,6 +2340,7 @@ M: Alex Bennée <alex.bennee@linaro.org>
R: Philippe Mathieu-Daudé <philmd@redhat.com>
S: Maintained
F: gdbstub*
+F: include/exec/gdbstub.h
F: gdb-xml/
F: tests/tcg/multiarch/gdbstub/
--
2.20.1
- [PULL 00/15] testing and gdbstub updates, Alex Bennée, 2021/02/15
- [PULL 01/15] travis.yml: Move gprof/gcov test across to gitlab, Alex Bennée, 2021/02/15
- [PULL 03/15] travis.yml: Move the --enable-modules test to the gitlab-CI, Alex Bennée, 2021/02/15
- [PULL 02/15] travis.yml: Move the -fsanitize=undefined test to the gitlab-CI, Alex Bennée, 2021/02/15
- [PULL 04/15] travis.yml: (Re-)move the --enable-debug jobs, Alex Bennée, 2021/02/15
- [PULL 05/15] travis.yml: Move the -fsanitize=thread testing to the gitlab-CI, Alex Bennée, 2021/02/15
- [PULL 08/15] tests/docker: remove travis container, Alex Bennée, 2021/02/15
- [PULL 11/15] target/m68k: Drop use of gdb_get_float64() and ldfq_p(), Alex Bennée, 2021/02/15
- [PULL 09/15] MAINTAINERS: Add gdbstub.h to the "GDB stub" section,
Alex Bennée <=
- [PULL 06/15] .shippable: remove the last bits, Alex Bennée, 2021/02/15
- [PULL 07/15] travis-ci: Disable C++ optional objects on AArch64 container, Alex Bennée, 2021/02/15
- [PULL 12/15] target/ppc: Drop use of gdb_get_float64() and ldfq_p(), Alex Bennée, 2021/02/15
- [PULL 15/15] tests/tcg: fix silent skipping of softmmu gdb tests, Alex Bennée, 2021/02/15
- [PULL 10/15] target/sh4: Drop use of gdb_get_float32() and ldfl_p(), Alex Bennée, 2021/02/15
- [PULL 14/15] bswap.h: Remove unused float-access functions, Alex Bennée, 2021/02/15
- [PULL 13/15] gdbstub: Remove unused gdb_get_float32() and gdb_get_float64(), Alex Bennée, 2021/02/15
- Re: [PULL 00/15] testing and gdbstub updates, Peter Maydell, 2021/02/15