summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLirong Yuan2021-01-08 23:42:42 +0100
committerAlex Bennée2021-01-18 11:04:48 +0100
commit51c623b0de11df2d0a23f15d7484d4f940ed6142 (patch)
tree7b600b2dae3a85d9634c9f745c6efd04cfbfeeb3 /MAINTAINERS
parentgdbstub: implement a softmmu based test (diff)
downloadqemu-51c623b0de11df2d0a23f15d7484d4f940ed6142.tar.gz
qemu-51c623b0de11df2d0a23f15d7484d4f940ed6142.tar.xz
qemu-51c623b0de11df2d0a23f15d7484d4f940ed6142.zip
gdbstub: add support to Xfer:auxv:read: packet
This allows gdb to access the target’s auxiliary vector, which can be helpful for telling system libraries important details about the hardware, operating system, and process. Signed-off-by: Lirong Yuan <yuanzi@google.com> [AJB: minor tweaks to test case, update MAINTAINERS, restrict to Linux] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200730193932.3654677-1-yuanzi@google.com> Message-Id: <20210108224256.2321-7-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 07e4851aa4..3216387521 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2322,6 +2322,7 @@ R: Philippe Mathieu-Daudé <philmd@redhat.com>
S: Maintained
F: gdbstub*
F: gdb-xml/
+F: tests/tcg/multiarch/gdbstub/
Memory API
M: Paolo Bonzini <pbonzini@redhat.com>