qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place


From: Damien Hedde
Subject: Re: [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place
Date: Mon, 18 Nov 2019 10:50:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0

On 11/15/19 6:29 PM, Alex Bennée wrote:
> We use g_new0() as it is the preferred form for such allocations. We
> can also ensure that gdbserver_state is reset in one place.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  gdbstub.c | 14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)

Reviewed-by: Damien Hedde <address@hidden>

--
Damien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]