|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v5 02/22] gdbstub: stop passing GDBState * around and use global |
Date: | Thu, 16 Jan 2020 16:07:56 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 1/14/20 4:09 PM, Alex Bennée wrote:
We only have one GDBState which should be allocated at the time we process any commands. This will make further clean-up a bit easier. Signed-off-by: Alex Bennée <address@hidden> Reviewed-by: Richard Henderson <address@hidden> --- v3 - remove final *s paramters from function calls v4 - a few fixups for coding style --- gdbstub.c | 561 +++++++++++++++++++++++++++--------------------------- 1 file changed, 278 insertions(+), 283 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
[Prev in Thread] | Current Thread | [Next in Thread] |