darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
582 stars 146 forks source link

Fix register read over KDP #33

Closed x56 closed 8 years ago

x56 commented 8 years ago

KDP was broken due to improperly passing a pointer to the register state struct by reference from sleh_abort() to kdp_raise_exception()