Re: [PATCH v4 00/12] gdbstub: Implement follow-fork-mode child

2024-03-04 Thread Alex Bennée
Ilya Leoshkevich writes: > v3: https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg03142.html > v3 -> v4: Address the review comments, add R-bs. > Add the get_task_state() refactoring. > Keep passing CPUState to gdbserver_fork_end() for tb_flush(). > Patches

[PATCH v4 00/12] gdbstub: Implement follow-fork-mode child

2024-02-19 Thread Ilya Leoshkevich
v3: https://lists.gnu.org/archive/html/qemu-devel/2024-02/msg03142.html v3 -> v4: Address the review comments, add R-bs. Add the get_task_state() refactoring. Keep passing CPUState to gdbserver_fork_end() for tb_flush(). Patches that need review: 02/12, 09/12-12/12.