Version
3.5-2153
Branch
comex-random-stuff
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X
Commit
49025f4833abcac64c9ac10348eb39174bdd7f5c
Change author
comex
Change description
Make fastmem work under a debugger on OS X.

Not only do debuggers catch the expected SIGSEGV by default, I'm not
sure there's a working way to configure either gdb or lldb not to.  This
commit uses an OS X-specific mechanism to add an exception handler that
runs before the default one.