dolphin/Source/Core
comex 50520c7c3d 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.
2013-09-02 17:26:32 -04:00
..
AudioCommon A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Common Remove accessType from BackPatch's signature in favor of getting it from DisassembleMov. 2013-09-02 16:55:22 -04:00
Core Make fastmem work under a debugger on OS X. 2013-09-02 17:26:32 -04:00
DiscIO MSVC warnings. 2013-09-01 22:59:32 -04:00
DolphinWX rename vertex streaming hack tooltip 2013-09-02 13:33:36 +02:00
InputCommon A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
VideoCommon Removal of my terrible idea. 2013-09-02 05:31:48 -05:00
CMakeLists.txt