On 12/14/20 9:30 AM, Alex Bennée wrote: > From: Lirong Yuan <[email protected]> > > 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 <[email protected]> > [AJB: minor tweaks to test case, update MAINTAINERS] > Signed-off-by: Alex Bennée <[email protected]> > Message-Id: <[email protected]> > --- > 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 <[email protected]> r~
