-
Notifications
You must be signed in to change notification settings - Fork 571
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
Add tests for Valgrind annotations #1610
Comments
Is this a dup of #1468? |
I was thinking #1468 would be specific to the DR annotations. It mentions some issues that aren't especially important for the Valgrind annotations, and vice versa. But if you prefer, we can use one issue for both. |
Client modifications to annotated basic blocks may lead to some special cases. For reference, here's a sample Valgrind annotation from x64 Linux:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the
ANNOTATIONS
feature enabled, DR can handle any of the Valgrind annotations fromvalgrind.h
andmemcheck.h
. This annotation handling should be tested for correctness in a variety of configurations and usage scenarios, including:Performance of annotation decoding should also be verified. This issue will require several commits.
The text was updated successfully, but these errors were encountered: