diff options
author | Lirong Yuan | 2021-01-08 23:42:42 +0100 |
---|---|---|
committer | Alex Bennée | 2021-01-18 11:04:48 +0100 |
commit | 51c623b0de11df2d0a23f15d7484d4f940ed6142 (patch) | |
tree | 7b600b2dae3a85d9634c9f745c6efd04cfbfeeb3 /MAINTAINERS | |
parent | gdbstub: implement a softmmu based test (diff) | |
download | qemu-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-- | MAINTAINERS | 1 |
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> |