summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn2011-12-081-1395/+0
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-081-1/+0
* * exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor2011-12-071-2/+0
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-19/+27
* * exceptions.cc (stackdump): Make global.Christopher Faylor2011-11-261-43/+1
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-261-11/+14
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-14/+9
* * exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor2011-10-281-0/+1
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-031-1/+1
* * setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor2011-07-131-1/+1
* * exceptions.cc (_cygtls::interrupt_now): Back out previous change since itChristopher Faylor2011-07-061-10/+4
* * exceptions.cc (_cygtls::interrupt_now): Don't check for spinning here.Christopher Faylor2011-07-061-4/+10
* * exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor2011-07-061-42/+45
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.Christopher Faylor2011-06-011-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-7/+14
* * exceptions.cc (try_to_debug): Improve comment.Christopher Faylor2010-10-241-2/+3
* * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen2010-08-281-15/+0
* * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen2010-08-181-1/+4
* * exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor2010-08-011-3/+8
* * exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delayChristopher Faylor2010-07-181-11/+4
* * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen2010-06-291-1/+1
* * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen2010-06-011-2/+1
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-9/+6
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-201-7/+11
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-2/+2
* Update some copyrights.Christopher Faylor2010-02-281-5/+6
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-2/+2
* Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen2009-12-211-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-2/+2
* * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor2009-10-081-1/+0
* * exceptions.cc: Move global variable sigExeced...Christopher Faylor2009-10-061-1/+0
* * exceptions.cc (sigpacket::process): Explicitly set thread-specific handlerChristopher Faylor2009-09-191-1/+2
* * exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor2009-09-181-3/+4
* * exceptions.cc (handle_exceptions): Set si_addr according toEric Blake2009-07-231-1/+3
* * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor2009-07-181-0/+1
* * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen2009-05-041-2/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* * exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.Christopher Faylor2008-12-301-3/+2
* * exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor2008-11-291-0/+1
* * exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor2008-11-281-14/+16
* * exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor2008-11-281-7/+6
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-011-3/+6
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Cleanup.Corinna Vinschen2008-04-031-20/+27
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-1/+1
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-4/+7