EmbarkStudios / crash-handling

Collection of crates to deal with crashes
Apache License 2.0
138 stars 13 forks source link

Get 64-bit codes/addresses on Mac #38

Closed Jake-Shadle closed 2 years ago

Jake-Shadle commented 2 years ago

This makes it so we get 64-bit sub/codes (and/or addresses) on Mac, as well as adds the EXC_MASK_CRASH. I would really like a way to produce EXC_CRASH to actually test it, but don't know a good way to do it.

Resolves: #31 Resolves: #35