JohnTitor / mach2

Apache License 2.0
32 stars 12 forks source link

Add the mach_msg_type_descriptor_t structure. #16

Closed turbocool3r closed 1 year ago

turbocool3r commented 1 year ago

Adds the mach_msg_type_descriptor_t structure that represents an untyped descriptor.

Also bumps the version since in my last pull request I've introduced a breaking change by changing a parameter in a public method (mach_msg_ool_descriptor_t::new).

turbocool3r commented 1 year ago

I've fixed mach-test failing due to mach_msg_type_descriptor_t containing bitfields, but it will still fail because of __darwin_arm_thread_state64. Should I fix that in this pull request or create a new one?

turbocool3r commented 1 year ago

Seems like this only happens on the latest Xcode so nvm.

JohnTitor commented 1 year ago

Please drop 4caf16a1ee1ddc6ef638ec35ada717e42f37d5cd, that should happen when releasing.