Version
3.5-2154
Branch
comex-random-stuff
Date
9 years, 7 months ago
Mac OS X
Commit
bd50853c5b0e12447940a5d0ec4de8fb90bac0bd
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.