OSDN Git Service

gdbstub: add support to Xfer:auxv:read: packet
authorLirong Yuan <yuanzi@google.com>
Fri, 8 Jan 2021 22:42:42 +0000 (22:42 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jan 2021 10:04:48 +0000 (10:04 +0000)
commit51c623b0de11df2d0a23f15d7484d4f940ed6142
tree7b600b2dae3a85d9634c9f745c6efd04cfbfeeb3
parentc00506aa26e975918483d0d1fe17a2192d19098a
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>
MAINTAINERS
gdbstub.c
tests/tcg/multiarch/Makefile.target
tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py [new file with mode: 0644]