summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/signal.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Add build-time check for existence of pthread_sigqueue and fix minorAditya Mandaleeka1-0/+4
2015-08-13Add support for injecting activation functions into threads.Aditya Mandaleeka1-0/+125
2015-07-08Fix recursive asserts in coreclr.Mike McLaughlin1-2/+3
2015-06-17Allow CTRLC to work when running under lldb using the SOS plugin and debugger...Mike McLaughlin1-12/+23
2015-06-06Fix SIGINT and SIGQUIT handling on Linux / FreeBSDJan Vorlicek1-56/+123
2015-04-27Go back to a statically linked PAL (issue #728).Mike McLaughlin1-109/+121
2015-04-27Handle threads in side-by-side statically linked PALsMike McLaughlin1-9/+13
2015-04-24Implemented hardware exception chaining.Mike McLaughlin1-301/+148
2015-04-22Changed the VM's hardware exception to return if not in manged code. For DAC'...Mike McLaughlin1-20/+8
2015-04-08Use new asm implementation of RtlRestoreContext for EE/debugger on POSIX systemEugene Zemtsov1-33/+5
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov1-1/+32
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+0
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin1-59/+73
2015-03-18Implement hardware exception handlingJan Vorlicek1-34/+9
2015-03-03Fix GetThreadContext and reflect PR feedbackJan Vorlicek1-2/+1
2015-02-13Refactor the PAL build configuration to detect at configure timeGeoff Norton1-4/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+963