Re: [PATCH v1 4/8] gdbstub: Constify GdbCmdParseEntry

2021-05-24 Thread Richard Henderson
On 5/20/21 10:42 AM, Alex Bennée wrote: From: Philippe Mathieu-Daudé Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id:<20210505170055.1415360-3-phi...@redhat.com> --- gdbstub.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Richard Hend

[PATCH v1 4/8] gdbstub: Constify GdbCmdParseEntry

2021-05-20 Thread Alex Bennée
From: Philippe Mathieu-Daudé Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20210505170055.1415360-3-phi...@redhat.com> --- gdbstub.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdbstub.c b/gdbstub.c index 9103ffc902..83d47c6732 10