Implement hardware exception handling for OSX
authorGeoff Norton <grompf@gmail.com>
Wed, 18 Mar 2015 23:14:56 +0000 (16:14 -0700)
committerGeoff Norton <grompf@gmail.com>
Wed, 18 Mar 2015 23:14:56 +0000 (16:14 -0700)
commitfad89d2b98aade8d0fbda13110305043c517627d
tree9f7f1c3fe40b80994c4f6d88af735d721e95e28d
parent65843fdba94820ce3566396ececdeb8ffd00f09c
Implement hardware exception handling for OSX

As a first pass this keeps the existing old PAL_DispatchException
machinery, but directs it to the new hardware exception handler
registered by the runtime.  A future optimization can probably
eliminate the PAL_DispatchExceptionWrapper as we do not need to
work around the unwinding problems cited anymore.
src/pal/src/exception/machexception.cpp