aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2001-07-26This commit was manufactured by cvs2svn to create branchgdb_s390-2001-09-26-branchpointgdb_5_1-2001-07-29-branchpointcvs2svn1-1225/+0
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor1-4/+10
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-1/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-69/+61
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-1/+4
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor1-1/+1
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor1-1/+1
2001-05-11* exceptions.cc (handle_exceptions): Don't print message when executing from aChristopher Faylor1-2/+2
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-2/+3
2001-05-05* exceptions.cc (handle_exceptions): Vastly increase test for exception loopChristopher Faylor1-2/+5
2001-05-05* exceptions.cc (stack_info): Add some controls.Christopher Faylor1-19/+28
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-3/+3
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-5/+5
2001-05-03* exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor1-1/+1
2001-04-30* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor1-93/+77
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-2/+2
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor1-1/+1
2001-04-25* sigproc.h [sigthread]: Add exception field.Christopher Faylor1-1/+1
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-0/+4
2001-04-02* exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor1-12/+10
2001-04-01* exceptions.cc (sigframe::call_signal_handler): Move out side of "C" block orChristopher Faylor1-7/+11
2001-04-01* exceptions.cc (call_signal_handler_now): Rename from call_signal_handler toChristopher Faylor1-10/+10
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor1-2/+9
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor1-1/+0
2001-03-19* exceptions.cc (interruptible): Update debugging output.Christopher Faylor1-4/+4
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor1-63/+63
2001-03-10* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor1-2/+2
2001-03-07* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor1-0/+25
2001-03-02* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor1-0/+4
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-2/+2
2001-01-27Fix typos. Add some comments.Christopher Faylor1-4/+6
2001-01-27* exceptions.cc (sigreturn): Call any pending signals prior to resetting theChristopher Faylor1-9/+20
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-24/+30
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor1-0/+14
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen1-0/+5
2000-12-26* autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor1-10/+17
2000-12-20* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor1-2/+1
2000-12-20* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor1-2/+2
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor1-19/+14
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-2/+2
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor1-2/+2
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-70/+49
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-84/+101
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor1-0/+2
2000-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor1-34/+32
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor1-1/+1
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor1-0/+5
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-0/+10
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor1-1/+4