aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-20Implement using alternate signal stack in CygwinCorinna Vinschen1-13/+108
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen1-4/+10
2015-06-19Formatting fixes in exceptions.ccCorinna Vinschen1-37/+63
2015-06-15Don't enforce SA_RESTART in non-main threadsCorinna Vinschen1-1/+6
2015-04-23Set mcontext.cr2 to the faulting addressJon TURNEY1-0/+4
2015-04-23Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY1-22/+32
2015-04-23Initialize context before RtlContextCaptureJon TURNEY1-2/+6
2015-04-23Provide ucontext to signal handlersJon TURNEY1-2/+21
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen1-4/+3
2015-03-13Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY1-0/+13
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen1-16/+46
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-54/+41
2014-07-09 * exceptions.cc (exception::myfault_handle): Rephrase comment.Corinna Vinschen1-1/+4
2014-07-09 * exceptions.cc (exception::myfault_handle): Fix typo in comment.Corinna Vinschen1-1/+1
2014-07-07 * exceptions.cc (exception::myfault_handle): Disable handlingCorinna Vinschen1-0/+3
2014-06-23 * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen1-1/+2
2014-05-19 * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen1-1/+1
2014-04-09 * exceptions.cc (exception::myfault_handle): Only handle the minimumCorinna Vinschen1-1/+14
2014-03-29* DevNotes: Add entry cgf-000025.Christopher Faylor1-27/+14
2014-03-28 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen1-30/+18
2014-03-28 * exceptions.cc (_cygtls::signal_debugger): Move memcpy to copy contextCorinna Vinschen1-5/+4
2014-03-19 * exception.h (exception::handle_while_being_debugged): Declare.Corinna Vinschen1-0/+8
2014-03-18 Partially revert patch from 2014-03-04.Corinna Vinschen1-0/+2
2014-03-04 * exception.h (exception::handler_installed): Remove.Corinna Vinschen1-2/+0
2014-01-08* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function intoChristopher Faylor1-4/+5
2013-12-09* globals.cc (hntdll): Define/declare.Christopher Faylor1-0/+3
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-2/+0
2013-07-20* exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.Christopher Faylor1-4/+2
2013-07-20* exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.Christopher Faylor1-2/+1
2013-07-19reword commentChristopher Faylor1-1/+1
2013-07-19* exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor1-0/+2
2013-07-19* exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.Christopher Faylor1-2/+4
2013-06-08* exceptions.cc (try_to_debug): Don't use yield() when waiting for anotherChristopher Faylor1-2/+6
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor1-32/+22