Skip to content
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

Tr/extra debug commands #84

Merged
merged 4 commits into from
Jan 8, 2021
Merged

Tr/extra debug commands #84

merged 4 commits into from
Jan 8, 2021

Conversation

travitch
Copy link
Contributor

@travitch travitch commented Jan 8, 2021

Commands:

  • step-out (step out of the current call frame)
  • Replay debugging (enable-recording, step-trace-backward)

This command continues execution until the current function returns
This introduces a command to start recording traces of symbolic execution
states.  There are additional commands to step backward and forward through the
trace.  This is much like replay debugging in e.g., gdb, but over symbolic
states.

Note that this is a raw back/forward trace stepping now, in the order that
Crucible visited states.  There is another axis (across symbolic branches) that
might be more interesting.  That could be implemented on top of this raw trace.
@travitch travitch merged commit a5c7f6f into master Jan 8, 2021
@travitch travitch deleted the tr/extra-debug-commands branch January 8, 2021 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant