Re: [PATCH v1 7/8] gdbstub: tidy away reverse debugging check into function

2021-05-24 Thread Philippe Mathieu-Daudé
Hi Alex, On 5/20/21 7:43 PM, Alex Bennée wrote: > In theory we don't need an actual record/replay to enact reverse > debugging on a purely deterministic system (i.e one with no external > inputs running under icount). Tidy away the logic into a little > function. > > Signed-off-by: Alex Bennée >

Re: [PATCH v1 7/8] gdbstub: tidy away reverse debugging check into function

2021-05-24 Thread Richard Henderson
On 5/20/21 10:43 AM, Alex Bennée wrote: In theory we don't need an actual record/replay to enact reverse debugging on a purely deterministic system (i.e one with no external inputs running under icount). Tidy away the logic into a little function. Signed-off-by: Alex Bennée --- gdbstub.c | 13

[PATCH v1 7/8] gdbstub: tidy away reverse debugging check into function

2021-05-20 Thread Alex Bennée
In theory we don't need an actual record/replay to enact reverse debugging on a purely deterministic system (i.e one with no external inputs running under icount). Tidy away the logic into a little function. Signed-off-by: Alex Bennée --- gdbstub.c | 13 +++-- 1 file changed, 11 insertio