* exceptions.cc (setup_handler): Make debugging output a little more verbose.
This commit is contained in:
parent
841ab2f971
commit
faab45455a
|
@ -1,3 +1,8 @@
|
|||
2012-06-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* exceptions.cc (setup_handler): Make debugging output a little more
|
||||
verbose.
|
||||
|
||||
2012-06-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* cygtls.h (_cygtls::protect_linked_list): Delete unused field.
|
||||
|
|
|
@ -865,7 +865,7 @@ setup_handler (int sig, void *handler, struct sigaction& siga, _cygtls *tls)
|
|||
If the thread is already suspended (which can occur when a program
|
||||
has called SuspendThread on itself) then just queue the signal. */
|
||||
|
||||
sigproc_printf ("suspending thread");
|
||||
sigproc_printf ("suspending thread, tls %p, _main_tls %p", tls, _main_tls);
|
||||
res = SuspendThread (hth);
|
||||
/* Just set pending if thread is already suspended */
|
||||
if (res)
|
||||
|
|
Loading…
Reference in New Issue