Re: [PATCH v3 11/24] gdbstub: rationalise signal mapping in softmmu

2023-02-21 Thread Richard Henderson
On 2/21/23 12:52, Alex Bennée wrote: We don't really need a table for mapping two symbols. Signed-off-by: Alex Bennée Suggested-by: Richard Henderson --- gdbstub/softmmu.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH v3 11/24] gdbstub: rationalise signal mapping in softmmu

2023-02-21 Thread Alex Bennée
We don't really need a table for mapping two symbols. Signed-off-by: Alex Bennée Suggested-by: Richard Henderson --- gdbstub/softmmu.c | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/gdbstub/softmmu.c b/gdbstub/softmmu.c index 864ecee38f..79674b8bea 1006