What is an EXC_EMULATION mach exception and what can trigger it?

37 views Asked by At

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.

0

There are 0 answers