Re: [PATCH 14/33] tests/tcg: Factor out gdbstub test functions

2024-01-29 Thread Ilya Leoshkevich
On Sun, Jan 28, 2024 at 02:41:54PM +1000, Richard Henderson wrote: > From: Ilya Leoshkevich > > Both the report() function as well as the initial gdbstub test sequence > are copy-pasted into ~10 files with slight modifications. This > indicates that they are indeed generic, so factor them out. Wh

[PATCH 14/33] tests/tcg: Factor out gdbstub test functions

2024-01-27 Thread Richard Henderson
From: Ilya Leoshkevich Both the report() function as well as the initial gdbstub test sequence are copy-pasted into ~10 files with slight modifications. This indicates that they are indeed generic, so factor them out. While at it, add a few newlines to make the formatting closer to PEP-8. Signed