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

Trace points #27

Open
mrexodia opened this issue Oct 11, 2022 · 0 comments
Open

Trace points #27

mrexodia opened this issue Oct 11, 2022 · 0 comments
Labels
feature New feature or request

Comments

@mrexodia
Copy link
Owner

The idea would be to generate a unique number for each syscall invocation and print it in the log. The sequence should be deterministic for a given dumpulator version (although preferably across versions as well). Uses cases:

  • "Breakpoint" (stop emulation or literally a debugger breakpoint) at a certain ID you saw previously in the log for closer inspection.
  • Enable single step tracing (slow) only after/between trace points.
  • Dump the state after a certain trace point to avoid re-running the same code over and over again (needs Saving/restoring state #13)
@mrexodia mrexodia added the feature New feature or request label Oct 11, 2022
@mrexodia mrexodia changed the title Add trace points Trace points Oct 11, 2022
mrexodia added a commit that referenced this issue Mar 5, 2023
mrexodia added a commit that referenced this issue Mar 5, 2023
Improve exception support and tracing #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant