Re: [PATCH 0/2] Fix for multi-process gdbstub breakpoints

2025-05-20 Thread Alex Bennée
Nabih Estefan writes: > This patch series modifies the gdbstub to address a bug running a > multi cluster machine in QEMU using TCG. Was this a downstream multi-cluster machine? Do we have any examples for upstream? It would be nice to add a gdbstub test case to cover the multi-inferior behaviou

[PATCH 0/2] Fix for multi-process gdbstub breakpoints

2025-05-08 Thread Nabih Estefan
This patch series modifies the gdbstub to address a bug running a multi cluster machine in QEMU using TCG. The machine where the problem was seen had several clusters of CPUs with similar architectures and similar memory layout all working with physical addresses. It was discovered under gdb debugg

[PATCH 0/2] Fix for multi-process gdbstub breakpoints

2024-09-06 Thread Roque Arcudia Hernandez
This patch series modifies the gdbstub to address a bug running a multi cluster machine in QEMU using TCG. The machine where the problem was seen had several clusters of CPUs with similar architectures and similar memory layout all working with physical addresses. It was discovered under gdb debugg