aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney1-6/+8
2020-08-20Cygwin: add header defining GCC exception codesKen Brown1-9/+1
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown1-0/+19
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen1-3/+3
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert1-2/+4
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano1-1/+1
2019-09-20Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano1-1/+1
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen1-8/+0
2019-08-17Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen1-14/+3
2019-08-13Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen1-3/+14
2019-04-05Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen1-1/+1
2019-04-05Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen1-1/+10
2019-04-04Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen1-0/+1
2019-04-03Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen1-1/+2
2019-03-24Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen1-3/+3
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen1-4/+4
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen1-0/+8
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen1-0/+12
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen1-1/+7
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-20/+0
2018-01-24Define internal function mythreadname() -- revisedMark Geisert1-2/+2
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-2/+2
2017-10-09cygwin: initialize variable for stack unwindingMichael Haubenwallner1-1/+1
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen1-7/+4
2016-08-23Send thread names to debuggerJon Turney1-1/+1
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-4/+3
2016-06-23Drop has_restricted_stack_args flagCorinna Vinschen1-6/+0
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen1-2/+2
2016-02-12cygwin: fix errors with GCC 5Yaakov Selkowitz1-2/+2
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen1-2/+2
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen1-4/+1
2015-08-18exceptions.cc: Drop including ucontext.h.Corinna Vinschen1-1/+0
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen1-1/+7
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen1-19/+19
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen1-12/+37
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen1-4/+15
2015-07-17Comment fixupCorinna Vinschen1-6/+6
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen1-58/+32
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen1-0/+224
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen1-2/+0
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen1-0/+46
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen1-21/+121
2015-06-27Handle ss_flags value longjmp safe.Corinna Vinschen1-4/+0
2015-06-22Don't push on original stack during alternate signal stack setupCorinna Vinschen1-56/+49
2015-06-21Safe all clobbered volatile registers when using alternate stackCorinna Vinschen1-22/+47
2015-06-20Fix commentsCorinna Vinschen1-2/+2