[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

[PATCH qemu 0/1] Document how to use gdbserver with unix sockets

2021-08-10 Thread ~archi42
I had some trouble with gdb over unix sockets, and Peter was so nice to help me out with it on IRC. This adds some docs for that, so others might have less trouble: < pm215> yeah, that would be good Feel free to adjust/rephrase/rearrange the patch :) Sebastian Meyer (1): docs: how to use gdb w

[PATCH qemu 1/1] docs: how to use gdb with unix sockets

2021-08-10 Thread ~archi42
From: Sebastian Meyer Signed-off-by: Sebastian Meyer --- docs/system/gdb.rst | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/system/gdb.rst b/docs/system/gdb.rst index 144d083df3..2ff4d6aab5 100644 --- a/docs/system/gdb.rst +++ b/docs/system/gdb