On 12/14/20 9:30 AM, Alex Bennée wrote: > From: Lirong Yuan <yua...@google.com> > > 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 <yua...@google.com> > [AJB: minor tweaks to test case, update MAINTAINERS] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20200730193932.3654677-1-yua...@google.com> > --- > gdbstub.c | 54 ++++++++++++++++++ > MAINTAINERS | 1 + > tests/tcg/multiarch/Makefile.target | 9 ++- > .../multiarch/gdbstub/test-qxfer-auxv-read.py | 57 +++++++++++++++++++ > 4 files changed, 120 insertions(+), 1 deletion(-) > create mode 100644 tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~