Re: [PATCH v4 04/24] replay: allow runstate shutdown->running when replaying trace

2024-03-12 Thread Alex Bennée
Nicholas Piggin writes: > When replaying a trace, it is possible to go from shutdown to running > with a reverse-debugging step. This can be useful if the problem being > debugged triggers a reset or shutdown. > > This can be tested by making a recording of a machine that shuts down, > then using

[PATCH v4 04/24] replay: allow runstate shutdown->running when replaying trace

2024-03-11 Thread Nicholas Piggin
When replaying a trace, it is possible to go from shutdown to running with a reverse-debugging step. This can be useful if the problem being debugged triggers a reset or shutdown. This can be tested by making a recording of a machine that shuts down, then using -action shutdown=pause when replayin