|
From: | Damien Hedde |
Subject: | Re: [PATCH v5 08/22] gdbstub: extend GByteArray to read register helpers |
Date: | Thu, 16 Jan 2020 10:58:57 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 1/14/20 4:09 PM, Alex Bennée wrote: > Instead of passing a pointer to memory now just extend the GByteArray > to all the read register helpers. They can then safely append their > data through the normal way. We don't bother with this abstraction for > write registers as we have already ensured the buffer being copied > from is the correct size. > > Signed-off-by: Alex Bennée <address@hidden> > Reviewed-by: Richard Henderson <address@hidden> > > --- > v4 > - fix mem_buf calculation for ppc_maybe_bswap_register > v5 > - introduce gdb_get_reg_ptr and use for ppc > --- Reviewed-by: Damien Hedde <address@hidden> -- Damien
[Prev in Thread] | Current Thread | [Next in Thread] |