Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-07-30 Thread Lirong Yuan
On Tue, Jul 21, 2020 at 1:29 PM Lirong Yuan wrote: > > On Tue, Jul 21, 2020 at 12:50 PM Alex Bennée wrote: > > > > > > Lirong Yuan writes: > > > > > On Tue, Mar 31, 2020 at 12:20 AM Alex Bennée > > > wrote: > > >> > > >> > > >> Lirong Yuan writes: > > >> > > >> > On Mon, Mar 30, 2020 at 12:47

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-07-21 Thread Lirong Yuan
On Tue, Jul 21, 2020 at 12:50 PM Alex Bennée wrote: > > > Lirong Yuan writes: > > > On Tue, Mar 31, 2020 at 12:20 AM Alex Bennée wrote: > >> > >> > >> Lirong Yuan writes: > >> > >> > On Mon, Mar 30, 2020 at 12:47 PM Alex Bennée > >> > wrote: > >> > > >> >> > >> >> Lirong Yuan writes: > >> >>

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-07-21 Thread Alex Bennée
Lirong Yuan writes: > On Tue, Mar 31, 2020 at 12:20 AM Alex Bennée wrote: >> >> >> Lirong Yuan writes: >> >> > On Mon, Mar 30, 2020 at 12:47 PM Alex Bennée >> > wrote: >> > >> >> >> >> Lirong Yuan writes: >> >> >> >> > On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée >> >> wrote: >> >> > >> >>

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-07-21 Thread Lirong Yuan
On Tue, Mar 31, 2020 at 12:20 AM Alex Bennée wrote: > > > Lirong Yuan writes: > > > On Mon, Mar 30, 2020 at 12:47 PM Alex Bennée wrote: > > > >> > >> Lirong Yuan writes: > >> > >> > On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée > >> wrote: > >> > > >> >> > >> >> Lirong Yuan writes: > >> >> > >>

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-31 Thread Alex Bennée
Lirong Yuan writes: > On Mon, Mar 30, 2020 at 12:47 PM Alex Bennée wrote: > >> >> Lirong Yuan writes: >> >> > On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée >> wrote: >> > >> >> >> >> Lirong Yuan writes: >> >> >> >> > On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée >> >> wrote: >> >> >> >> >> >>

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-30 Thread Lirong Yuan
On Mon, Mar 30, 2020 at 12:47 PM Alex Bennée wrote: > > Lirong Yuan writes: > > > On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée > wrote: > > > >> > >> Lirong Yuan writes: > >> > >> > On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée > >> wrote: > >> > >> >> > >> >> Sorry I missed this on my radar. T

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-30 Thread Alex Bennée
Lirong Yuan writes: > On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée wrote: > >> >> Lirong Yuan writes: >> >> > On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée >> wrote: >> >> >> >> >> Sorry I missed this on my radar. There was a minor re-factor of gdbstub >> >> that was just merged which will mea

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-30 Thread Lirong Yuan
On Sat, Mar 21, 2020 at 6:56 AM Alex Bennée wrote: > > Lirong Yuan writes: > > > On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée > wrote: > > >> > >> Sorry I missed this on my radar. There was a minor re-factor of gdbstub > >> that was just merged which will mean this patch needs a re-base to use

[PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-30 Thread Lirong Yuan
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 --- gdbstub.c | 56 +++ 1 file changed, 5

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-21 Thread Alex Bennée
Lirong Yuan writes: > On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée wrote: >> >> Sorry I missed this on my radar. There was a minor re-factor of gdbstub >> that was just merged which will mean this patch needs a re-base to use >> g_string_* functions to expand stings. >> >> Also we have some si

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-20 Thread Lirong Yuan
On Fri, Mar 20, 2020 at 2:17 AM Alex Bennée wrote: > > Lirong Yuan writes: > > > On Fri, Mar 6, 2020 at 5:01 PM Lirong Yuan wrote: > > > >> This allows gdb to access the target’s auxiliary vector, > >> which can be helpful for telling system libraries important details > >> about the hardware,

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-20 Thread Alex Bennée
Lirong Yuan writes: > On Fri, Mar 6, 2020 at 5:01 PM Lirong Yuan wrote: > >> 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 >

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-18 Thread Lirong Yuan
On Fri, Mar 6, 2020 at 5:01 PM Lirong Yuan wrote: > 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 > --- > gdbstub.c | 55 +

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200307010051.97022-1-yua...@google.com/ Hi, This series failed the docker-clang@ubuntu build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

[PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-06 Thread Lirong Yuan
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 --- gdbstub.c | 55 +++ 1 file changed, 5

Re: [PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-06 Thread Philippe Mathieu-Daudé
On 3/7/20 1:04 AM, Lirong Yuan wrote: 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 --- gdbstub.c | 50 +

[PATCH] gdbstub: add support to Xfer:auxv:read: packet

2020-03-06 Thread Lirong Yuan
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 --- gdbstub.c | 50 ++ 1 file changed, 50 ins