Christopher Faylor 985d0e68c5 Always zero all elements of siginfo_t throughout.
* cygtls.h (_cygtls::thread_context): Declare new field.
(_cygtls::thread_id): Ditto.
(_cygtls::signal_exit): Move into this class.
(_cygtls::copy_context): Declare new function.
(_cygtls::signal_debugger): Ditto.
* cygtls.cc (_cygtls::init_thread): Fill out thread id field.
* exceptions.cc (exception): Change message when exception info is unknown.
Copy context to thread local storage.
(_cygtls::handle_exceptions): Avoid double test for fault_guarded.  Reflect
move of signal_exit to _cygtls class.
(sigpacket::process): Copy context to thread local storage.
(_cygtls::signal_exit): Move to _cygtls class.  Call signal_debugger to notify
debugger of exiting signal (WIP).  Call stackdump here (WIP).
(_cygtls::copy_context): Define new function.
(_cygtls::signal_debugger): Ditto.
* tlsoffsets.h: Regenerate.
* include/cygwin.h (_fpstate): New internal structure.
(ucontext): Declare new structure (WIP).
(__COPY_CONTEXT_SIZE): New define.
* exceptions.cc (_cygtls::interrupt_setup): Clear "threadkill" field when there
is no sigwaiting thread.
(setup_handler): Move event handling into interrupt_setup.
2006-02-06 18:24:11 +00:00
..
2005-02-23 17:39:46 +00:00
2001-03-05 21:29:24 +00:00
2005-07-26 00:55:42 +00:00
2003-11-06 21:31:24 +00:00
2005-08-08 13:39:56 +00:00
2000-02-17 19:38:33 +00:00
2005-06-10 12:11:35 +00:00
2001-09-17 21:29:19 +00:00
2005-02-22 19:45:41 +00:00
2001-09-11 20:01:02 +00:00
2002-06-10 19:59:19 +00:00
2001-03-05 21:29:24 +00:00
2001-04-12 04:04:53 +00:00
2000-02-17 19:38:33 +00:00
2000-12-10 22:19:50 +00:00
2006-02-02 22:46:37 +00:00