The only information I can find in re: the EXC_EMULATION mach exception type is that it indicates
Emulation support instruction encountered
but that is honestly pretty meaningless to me. How might one trigger an exception with this type?
I'm trying to test a tool that intends to detect mach exceptions in an application and would like to be able to test all of the possible types, but can't find any way to trigger this exception type.