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

i#975 static DR: support setup;detach #3102

Merged
merged 3 commits into from
Jul 12, 2018
Merged

Conversation

derekbruening
Copy link
Contributor

Adds support for calling dr_app_setup();dr_app_stop_and_cleanup() with
no start in between. This is useful to use DR as a decode/encode
library when it's statically linked and also used for instrumentation,
as that setup precludes using drdecodelib, which relies on redirecting
heap allocation via name redirection.

Add a test to api.static_noclient.

Issue: #975

Adds support for calling dr_app_setup();dr_app_stop_and_cleanup() with
no start in between.  This is useful to use DR as a decode/encode
library when it's statically linked and also used for instrumentation,
as that setup precludes using drdecodelib, which relies on redirecting
heap allocation via name redirection.

Add a test to api.static_noclient.

Issue: #975
but then disabling the test code on Windows as it hits
the i#2040 assert.
@derekbruening derekbruening merged commit de99d45 into master Jul 12, 2018
@derekbruening derekbruening deleted the i975-static-dr-and-ir branch July 12, 2018 23:57
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