-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 many of the missing structs needed for using {get,set}_thread_status #12
base: main
Are you sure you want to change the base?
Conversation
Could you resolve merge conflicts? And it seems some structs' fields aren't marked as pub, is it intentional? |
996056b
to
31b95f6
Compare
Given the new arm code also uses the underscores, I'm leaning towards reverting that change. I'll spend some time writing up the manual implementations for the long arrays also, to fix the 1.33 build. |
Any other review requests for this? I'm not sure why the test failed, but it doesn't look immediately related. If it is, can I get a pointer in the right direction? |
01dc2e2
to
2882ba3
Compare
Sorry for the delay! |
__
onx86_thread_state64_t
, I went off of the fact that the structs are defined both with and without in the header, and that it adds a lot of unnecessary noise.