summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor2013-07-191-0/+2
* * exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.Christopher Faylor2013-07-191-2/+4
* * exceptions.cc (try_to_debug): Don't use yield() when waiting for anotherChristopher Faylor2013-06-081-2/+6
* * cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor2013-06-081-32/+22
* * exceptions.cc (_cygtls::handle_SIGCONT): Reinstate previous behavior but makeChristopher Faylor2013-06-071-10/+24
* * exceptions.cc (exception::handle): Add comment explaining si_addr behavior.Christopher Faylor2013-06-071-6/+9
* * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting forCorinna Vinschen2013-06-061-17/+10
* * exceptions.cc (exception::handle): Resurrect accidentally lostCorinna Vinschen2013-06-021-1/+2
* * exceptions.cc (cygwin_exception::dumpstack): Guard against wild pointerChristopher Faylor2013-04-301-22/+29
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-91/+218
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-091-42/+60
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-28/+37
* * exceptions.cc (exception::handle): Generalize comment.Christopher Faylor2013-03-281-1/+1
* * cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor2013-03-091-22/+31
* Remove now-inappropriate comment.Christopher Faylor2013-03-011-2/+0
* * exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor2013-03-011-3/+3
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-32/+14
* * exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor2013-01-231-1/+1
* * dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor2013-01-211-0/+4
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor2013-01-191-8/+0
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-141-10/+8
* * cygerrno.h: Fix copyright.Corinna Vinschen2013-01-091-2/+0
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-87/+125
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-281-13/+6
* * exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor2012-12-071-12/+12
* * sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor2012-12-071-2/+6
* * cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor2012-12-071-1/+1
* * cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor2012-12-041-5/+1
* * DevNotes: Add entry cgf-000016.Christopher Faylor2012-08-171-15/+13
* * exceptions.cc (sig_handle_tty_stop): Clear tls sig field.Christopher Faylor2012-08-171-1/+5
* * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor2012-08-161-21/+25
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-2/+2
* * cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor2012-08-151-2/+6
* * exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor2012-08-151-2/+0
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-2/+2
* * exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor2012-08-031-5/+5
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-33/+33
* * cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor2012-07-291-8/+11
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-119/+43
* * exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.Christopher Faylor2012-07-041-1/+1
* * exceptions.cc (exception::handle): Use error_code in klog, as intended.Christopher Faylor2012-07-031-2/+1
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-1/+1
* * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen2012-06-281-1/+1
* * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen2012-06-271-1/+1
* * cygwait.h (LARGE_NULL): Define.Christopher Faylor2012-06-191-1/+1
* Revert errneous checkin.Christopher Faylor2012-06-191-3/+4
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-4/+3
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-1/+3
* * exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor2012-06-031-1/+1