summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen2016-03-241-2/+2
* cygwin: fix errors with GCC 5Yaakov Selkowitz2016-02-121-2/+2
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-2/+2
* Avoid double unlock of TLS mutexCorinna Vinschen2015-10-301-4/+1
* exceptions.cc: Drop including ucontext.h.Corinna Vinschen2015-08-181-1/+0
* Fix potential buffer overflow in makecontext trampolineCorinna Vinschen2015-07-231-1/+7
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-19/+19
* Rearrange makecontext and add lots of commentsCorinna Vinschen2015-07-181-12/+37
* Fix ucontext creation in call_signal handlerCorinna Vinschen2015-07-171-4/+15
* Comment fixupCorinna Vinschen2015-07-171-6/+6
* Reuse __unwind_single_frame where appropriateCorinna Vinschen2015-07-171-58/+32
* Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen2015-07-171-0/+224
* exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen2015-07-131-2/+0
* x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen2015-07-071-0/+46
* Fix original stack when running signal handler on alternate stackCorinna Vinschen2015-07-041-21/+121
* Handle ss_flags value longjmp safe.Corinna Vinschen2015-06-271-4/+0
* Don't push on original stack during alternate signal stack setupCorinna Vinschen2015-06-221-56/+49
* Safe all clobbered volatile registers when using alternate stackCorinna Vinschen2015-06-211-22/+47
* Fix commentsCorinna Vinschen2015-06-201-2/+2
* Implement using alternate signal stack in CygwinCorinna Vinschen2015-06-201-13/+108
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-4/+10
* Formatting fixes in exceptions.ccCorinna Vinschen2015-06-191-37/+63
* Don't enforce SA_RESTART in non-main threadsCorinna Vinschen2015-06-151-1/+6
* Set mcontext.cr2 to the faulting addressJon TURNEY2015-04-231-0/+4
* Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY2015-04-231-22/+32
* Initialize context before RtlContextCaptureJon TURNEY2015-04-231-2/+6
* Provide ucontext to signal handlersJon TURNEY2015-04-231-2/+21
* Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-04-231-4/+3
* Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY2015-03-131-0/+13
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-16/+46
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-54/+41
* * exceptions.cc (exception::myfault_handle): Rephrase comment.Corinna Vinschen2014-07-091-1/+4
* * exceptions.cc (exception::myfault_handle): Fix typo in comment.Corinna Vinschen2014-07-091-1/+1
* * exceptions.cc (exception::myfault_handle): Disable handlingCorinna Vinschen2014-07-071-0/+3
* * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen2014-06-231-1/+2
* * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen2014-05-191-1/+1
* * exceptions.cc (exception::myfault_handle): Only handle the minimumCorinna Vinschen2014-04-091-1/+14
* * DevNotes: Add entry cgf-000025.Christopher Faylor2014-03-291-27/+14
* * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen2014-03-281-30/+18
* * exceptions.cc (_cygtls::signal_debugger): Move memcpy to copy contextCorinna Vinschen2014-03-281-5/+4
* * exception.h (exception::handle_while_being_debugged): Declare.Corinna Vinschen2014-03-191-0/+8
* Partially revert patch from 2014-03-04.Corinna Vinschen2014-03-181-0/+2
* * exception.h (exception::handler_installed): Remove.Corinna Vinschen2014-03-041-2/+0
* * exceptions.h (cygwin_exception::open_stackdumpfile): Move old function intoChristopher Faylor2014-01-081-4/+5
* * globals.cc (hntdll): Define/declare.Christopher Faylor2013-12-091-0/+3
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+0
* * exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.Christopher Faylor2013-07-201-4/+2
* * exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.Christopher Faylor2013-07-201-2/+1
* reword commentChristopher Faylor2013-07-191-1/+1