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 <alex.ben...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > --- > 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: Damien Hedde <damien.he...@greensocs.com> -- Damien
- [PATCH v5 05/22] gdbstub: add helper for 128 bit ... Alex Bennée
- [PATCH v5 14/22] target/arm: don't bother with id_... Alex Bennée
- [PATCH v5 09/22] target/arm: prepare for multiple... Alex Bennée
- Re: [PATCH v5 09/22] target/arm: prepare for ... Richard Henderson
- [PATCH v5 11/22] target/arm: default SVE length to... Alex Bennée
- [PATCH v5 12/22] target/arm: generate xml descript... Alex Bennée
- Re: [PATCH v5 12/22] target/arm: generate xml... Richard Henderson
- [PATCH v5 22/22] gdbstub: do not split gdb_monito... Alex Bennée
- Re: [PATCH v5 22/22] gdbstub: do not split gd... Richard Henderson
- [PATCH v5 02/22] gdbstub: stop passing GDBState * ... Alex Bennée
- Re: [PATCH v5 02/22] gdbstub: stop passing GD... Damien Hedde
- Re: [PATCH v5 02/22] gdbstub: stop passing GD... Philippe Mathieu-Daudé
- [PATCH v5 10/22] target/arm: explicitly encode re... Alex Bennée
- [PATCH v5 16/22] configure: allow user to specify... Alex Bennée
- Re: [PATCH v5 16/22] configure: allow user to... Richard Henderson
- [PATCH v5 13/22] tests/tcg: add a configure compil... Alex Bennée
- Re: [PATCH v5 13/22] tests/tcg: add a configu... Richard Henderson
- [PATCH v5 20/22] tests/tcg/aarch64: add test-sve-i... Alex Bennée
- Re: [PATCH v5 20/22] tests/tcg/aarch64: add t... Richard Henderson
- [PATCH v5 08/22] gdbstub: extend GByteArray to rea... Alex Bennée
- Re: [PATCH v5 08/22] gdbstub: extend GByteAr... David Gibson