On 7/3/26 09:37, Philippe Mathieu-Daudé wrote:
@@ -158,6 +158,7 @@ static int tcg_init_machine(AccelState *as, MachineState
*ms)
* them occurring every time we single step.
*/
as->gdbstub.sstep_flags |= SSTEP_NOIRQ | SSTEP_NOTIMER;
+ as->gdbstub.can_reverse = true;
}
This is under replay_mode == NONE.
-bool gdb_can_reverse(void)
-{
- return replay_mode == REPLAY_MODE_PLAY;
-}
This isn't. r~
