Re: [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module

2023-01-06 Thread Richard Henderson
On 1/5/23 08:43, Alex Bennée wrote: We will be needing to use these helpers between the user and softmmu files so declare them in the headers, add a system prefix and remove static from the implementations. Signed-off-by: Alex Bennée --- gdbstub/internals.h | 25 gdbstub/gdbstub.c | 2

Re: [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module

2023-01-05 Thread Philippe Mathieu-Daudé
On 5/1/23 17:43, Alex Bennée wrote: We will be needing to use these helpers between the user and softmmu files so declare them in the headers, add a system prefix and remove "system prefix" -> "'gdb_' prefix" static from the implementations. Signed-off-by: Alex Bennée --- gdbstub/internal

[PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module

2023-01-05 Thread Alex Bennée
We will be needing to use these helpers between the user and softmmu files so declare them in the headers, add a system prefix and remove static from the implementations. Signed-off-by: Alex Bennée --- gdbstub/internals.h | 25 gdbstub/gdbstub.c | 271 ++--