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 <alex.ben...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > --- > v4 > - fix mem_buf calculation for ppc_maybe_bswap_register > v5 > - introduce gdb_get_reg_ptr and use for ppc > --- Reviewed-by: Damien Hedde <damien.he...@greensocs.com> -- Damien
- [PATCH v5 02/22] gdbstub: stop passing GDBState * around... Alex Bennée
- [PATCH v5 10/22] target/arm: explicitly encode regnum i... Alex Bennée
- [PATCH v5 16/22] configure: allow user to specify what ... Alex Bennée
- Re: [PATCH v5 16/22] configure: allow user to speci... Richard Henderson
- [PATCH v5 13/22] tests/tcg: add a configure compiler che... Alex Bennée
- Re: [PATCH v5 13/22] tests/tcg: add a configure com... Richard Henderson
- [PATCH v5 20/22] tests/tcg/aarch64: add test-sve-ioctl g... Alex Bennée
- Re: [PATCH v5 20/22] tests/tcg/aarch64: add test-sv... Richard Henderson
- [PATCH v5 08/22] gdbstub: extend GByteArray to read regi... Alex Bennée
- Re: [PATCH v5 08/22] gdbstub: extend GByteArray to... David Gibson
- Re: [PATCH v5 08/22] gdbstub: extend GByteArray to ... Damien Hedde
- [PATCH v5 21/22] gdbstub: change GDBState.last_packet t... Alex Bennée
- Re: [PATCH v5 21/22] gdbstub: change GDBState.last_... Richard Henderson
- [PATCH v5 18/22] tests/tcg/aarch64: add a gdbstub testca... Alex Bennée
- Re: [PATCH v5 18/22] tests/tcg/aarch64: add a gdbst... Richard Henderson
- [PATCH v5 15/22] tests/tcg/aarch64: userspace system re... Alex Bennée
- Re: [PATCH v5 15/22] tests/tcg/aarch64: userspace s... Richard Henderson
- [PATCH v5 19/22] tests/tcg/aarch64: add SVE iotcl test Alex Bennée
- Re: [PATCH v5 19/22] tests/tcg/aarch64: add SVE iot... Richard Henderson
- [PATCH v5 17/22] tests/guest-debug: add a simple test r... Alex Bennée