Re: [PATCH v6 0/8] gdbstub: Allow late attachment

2025-01-17 Thread Alex Bennée
Ilya Leoshkevich writes: > > Hi, > > This series adds the ability to attach GDB to a running qemu-user > instance. This is useful for debugging multi-process apps. > > Patches 1 and 2 implement a small related feature: the ability to > create individual UNIX sockets for each child process. > > P

[PATCH v6 0/8] gdbstub: Allow late attachment

2025-01-16 Thread Ilya Leoshkevich
Based-on: <20250116160306.1709518-1-alex.ben...@linaro.org> v5: https://lore.kernel.org/qemu-devel/20250110141255.2328-1-...@linux.ibm.com/ v5 -> v6: Rebase on top of the Alex's changes. v4: https://lore.kernel.org/qemu-devel/20250108202625.149869-1-...@linux.ibm.com/ v4 -> v5: Fix the qemu-user