From faab45455a469db4ca5c4d230e7dd97dfa56382c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 3 Jun 2012 02:26:58 +0000 Subject: * exceptions.cc (setup_handler): Make debugging output a little more verbose. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 458029f35..f78e8f7b6 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -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) -- cgit v1.2.3