Re: [PATCH qemu v2] docs: how to use gdb with unix sockets (v2)

2021-08-23 Thread Philippe Mathieu-Daudé
On 8/23/21 12:39 PM, Peter Maydell wrote: > On Wed, 11 Aug 2021 at 10:10, ~archi42 wrote: >> >> From: Sebastian Meyer >> >> This includes the changes suggested by Philippe. >> I kept the `-S` in the command line. The user shall >> use that instead of `wait=on`. >> >> Signed-off-by: Sebastian Meye

Re: [PATCH qemu v2] docs: how to use gdb with unix sockets (v2)

2021-08-23 Thread Peter Maydell
On Wed, 11 Aug 2021 at 10:10, ~archi42 wrote: > > From: Sebastian Meyer > > This includes the changes suggested by Philippe. > I kept the `-S` in the command line. The user shall > use that instead of `wait=on`. > > Signed-off-by: Sebastian Meyer Thanks; I've applied this to target-arm.next for

[PATCH qemu v2] docs: how to use gdb with unix sockets (v2)

2021-08-11 Thread ~archi42
From: Sebastian Meyer This includes the changes suggested by Philippe. I kept the `-S` in the command line. The user shall use that instead of `wait=on`. Signed-off-by: Sebastian Meyer --- docs/system/gdb.rst | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff