qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 3/6] gdbstub: add support to Xfer:auxv:read: packet


From: Richard Henderson
Subject: Re: [PATCH v1 3/6] gdbstub: add support to Xfer:auxv:read: packet
Date: Wed, 16 Dec 2020 13:54:59 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 12/14/20 9:30 AM, Alex Bennée wrote:
> From: Lirong Yuan <yuanzi@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 <yuanzi@google.com>
> [AJB: minor tweaks to test case, update MAINTAINERS]
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20200730193932.3654677-1-yuanzi@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]