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

Make PMAT_ENABLE_CRASH and PMAT_DISABLE_CRASH thread specific #56

Open
LouisJenkinsCS opened this issue May 29, 2020 · 0 comments
Open
Labels
enhancement New feature or request Priority:Low Low Priority - Can be done whenever

Comments

@LouisJenkinsCS
Copy link
Owner

I should add thread-specific information that keeps track of whether or not crashing should occur or not. Right now it applies to the entire program but it should in reality apply to each individual thread instead. This can be done by just keeping track of the calling thread when the call is made.

@LouisJenkinsCS LouisJenkinsCS added enhancement New feature or request Priority:Low Low Priority - Can be done whenever labels May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority:Low Low Priority - Can be done whenever
Projects
None yet
Development

No branches or pull requests

1 participant