Re: [PATCH v1 8/9] tests/tcg: add a multiarch linux-user gdb test

2020-05-01 Thread Richard Henderson
On 4/30/20 12:01 PM, Alex Bennée wrote: > When the gdbstub code was converted to the new API we missed a few > snafus in the various guests. Add a simple gdb test script which can > be used on all our linux-user guests to check for obvious failures. > > Signed-off-by: Alex Bennée > > --- > v2 >

[PATCH v1 8/9] tests/tcg: add a multiarch linux-user gdb test

2020-04-30 Thread Alex Bennée
When the gdbstub code was converted to the new API we missed a few snafus in the various guests. Add a simple gdb test script which can be used on all our linux-user guests to check for obvious failures. Signed-off-by: Alex Bennée --- v2 - use EXTRA_RUNS to queue the tests so as not to break