Program Checkpointing - ligurio/sqa-wiki GitHub Wiki
- QEMU
- https://wiki.qemu.org/Features/record-replay
- https://www.linux-kvm.org/images/d/d0/02x06b-DeterministicReplay.pdf
- VMWare https://www.vmware.com/pdf/ws7_replay_linux_technote.pdf
- Overview https://pdfs.semanticscholar.org/presentation/148e/bdfec7da4fa9d98e16f847c5901f3affb057.pdf
- KVM https://www.researchgate.net/publication/269086963_A_KVM-Based_Logging_and_Replay_System_for_Debugging_Non-Deterministic_Executions
- vmss2core
- https://www.vmware.com/pdf/snapshot2core_technote.pdf
- https://labs.vmware.com/flings/vmss2core
- rr
- https://github.com/mozilla/rr/wiki/Usage (32bit only, single thread)
- https://blog.not-a-kernel-guy.com/2017/05/07/rr/
- https://rr-project.org/rr.html#2.0
- Intel https://software.intel.com/en-us/node/667824
- WinDBG
- https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/time-travel-debugging-overview
- https://www.usenix.org/legacy/events/vee06/full_papers/p154-bhansali.pdf
- perf