[PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2025-05-08 Thread Nabih Estefan
From: Roque Arcudia Hernandez In the context of using the remote gdb with multiple processes/inferiors (multiple cluster machine) a given breakpoint will target an specific inferior. If needed the remote protocol will use the packet 'H op thread-id' with op = 'g' to change focus to the inferior w

Re: [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2024-10-17 Thread Roque Arcudia Hernandez
I'm adding extra documentation to those fields in a new patchset. On Fri, Oct 4, 2024 at 1:46 PM Alex Bennée wrote: > > Roque Arcudia Hernandez writes: > > > In the context of using the remote gdb with multiple > > processes/inferiors (multiple cluster machine) a given breakpoint > > will target

Re: [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2024-10-16 Thread Roque Arcudia Hernandez
Hello Philippe, The Google-Bug-Id is an internal ID and should have been removed. The information in the bug was mostly transcribed in the cover letter of this patch series. Thanks Roque On Mon, Oct 7, 2024 at 1:06 PM Philippe Mathieu-Daudé wrote: > > Hi Roque, > > On 6/9/24 19:54, Roque Arcud

Re: [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2024-10-07 Thread Philippe Mathieu-Daudé
Hi Roque, On 6/9/24 19:54, Roque Arcudia Hernandez wrote: In the context of using the remote gdb with multiple processes/inferiors (multiple cluster machine) a given breakpoint will target an specific inferior. If needed the remote protocol will use the packet 'H op thread-id' with op = 'g' to c

Re: [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2024-10-04 Thread Alex Bennée
Roque Arcudia Hernandez writes: > In the context of using the remote gdb with multiple > processes/inferiors (multiple cluster machine) a given breakpoint > will target an specific inferior. If needed the remote protocol will > use the packet 'H op thread-id' with op = 'g' to change focus to the

[PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

2024-09-06 Thread Roque Arcudia Hernandez
In the context of using the remote gdb with multiple processes/inferiors (multiple cluster machine) a given breakpoint will target an specific inferior. If needed the remote protocol will use the packet 'H op thread-id' with op = 'g' to change focus to the inferior we want to insert/remove the brea