-
Notifications
You must be signed in to change notification settings - Fork 0
Undo v1.20.2 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: upstream-v1.20.2
Are you sure you want to change the base?
Undo v1.20.2 #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me, though obviously it is difficult to review thoroughly. I noted a few places where the diff could be simplified.
Thanks. I'm going to go investigate the disagreement between my Perhaps updating my Go (I'm on 1.18) will help, though I'm a bit surprised if they've decided to change their formatting as part of a version update. |
In Undo, debuggee state is immutable during replay, so reading the G pointer via code injection won't work; and in any case, this approach is simpler.
* Update the documentation to mention UDB or LiveRecorder alongside rr. * Add makefile support for testing the Undo backend. * Add DLV_RECORD_REPLAY_BACKEND environment variable which overrides the record-replay backend, for use in GoLand. * Implement checkpoints as a map from checkpoint number to time. * Suppress resume call after restart. * Implement "when" command using "get_time" serial command. * Implement call injection using "set_debuggee_volatile". * Implement "restart" using "goto_time". * Enable or disable Undo backend appropriately in test cases.
@gareth-rees if you'd like to check my updates, feel free. Passes the local Delve tests I ran before, so I'll run it against my end-to-end tests too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This pull request represents the differences between upstream Delve v1.20.2, and our fork at the same version. It is for review and not for merge.