qemu replay for debugging
Posted: Thu Aug 29, 2024 6:34 am
I was glossing over the following, and thought to share it here, and perhaps gather some feedback on its usefulness for debugging operating systems.
There's a technique for debugging so you can 'replay' things. Appearently QEMU also supports this kind of behavior.
https://www.qemu.org/docs/master/system/replay.html
You can replay, and within the replay do things like rewind debugging. This supports things like interrupts, clock-sources etc. etc.
I'm still struggling on GDB stuff still admittedly... but I thought perhaps more experienced os-devvers might have some insights to share around this?
There's a technique for debugging so you can 'replay' things. Appearently QEMU also supports this kind of behavior.
https://www.qemu.org/docs/master/system/replay.html
You can replay, and within the replay do things like rewind debugging. This supports things like interrupts, clock-sources etc. etc.
I'm still struggling on GDB stuff still admittedly... but I thought perhaps more experienced os-devvers might have some insights to share around this?