summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/machexception.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Fix OSX floating point state extraction (#25295)Jan Vorlicek1-7/+18
2019-01-24Disable exception handling on MacOS when DLL like DAC, etc. (#22171)Mike McLaughlin1-70/+77
2016-11-29Capture YMM registers on OSX (#8365)John Chen1-0/+7
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka1-1/+1
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-1/+1
2016-07-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka1-3/+3
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek1-5/+30
2016-05-27Fix debuggertests failures OSX. (#5267)Mike McLaughlin1-3/+8
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-1/+3
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin1-340/+535
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin1-769/+252
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-2/+3
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin1-24/+0
2016-01-14Fix Unix stack overflow detectionJan Vorlicek1-22/+16
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin1-14/+60
2015-10-26Make InjectActivationInternal on OS X use platform thread suspensionAditya Mandaleeka1-18/+9
2015-10-08Fix OSX hardware exception and activation collisionJan Vorlicek1-33/+47
2015-10-07Merge remote-tracking branch 'upstream/master' into osxbpMike McLaughlin1-1/+1
2015-10-07Add missing file to the previous hardware exceptions fixJan Vorlicek1-1/+1
2015-10-06Suppress debug exceptions when running under native (lldb/gdb) debugger.Mike McLaughlin1-2/+13
2015-10-06Fix managed breakpoints on OSx.Mike McLaughlin1-6/+13
2015-09-23Implement runtime suspension for OSXJan Vorlicek1-4/+107
2015-04-25Fix OSX hardware exception handlingJan Vorlicek1-68/+2
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-13/+4
2015-04-18Ensure we differentiate between division by zero and overflowJan Vorlicek1-120/+0
2015-03-22Clean up PLA thread id usage.Eugene Zemtsov1-1/+1
2015-03-18Implement hardware exception handling for OSXGeoff Norton1-12/+18
2015-02-08Set the mach exception default to MachException_SuppressDebugging for now, so...Geoff Norton1-1/+1
2015-02-06Remove PowerPC code, as its unused anymoreGeoff Norton1-82/+5
2015-02-06Initial Mac OSX SupportGeoff Norton1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2024