Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-11-24 06:17:55 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-24 06:17:55 +0400
commit8942ed09ac9491f52337395e11b6dc0c554be05f (patch)
treebdd0f41aa11c48fe91eb07f483fad89f7baffe8f /winsup/cygwin/sigproc.cc
parent5f38ec468115a6ddf2c458f2b8f9c4abfd8b0359 (diff)
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
* dcrt0.cc (get_cygwin_startup_info): Signal readiness when stracing since strace::write_child relies on it. Use strace.activate to notify strace process, passing in arg indicating whether we're forked. * sigproc.cc (wait_sig): Accommodate new strace::activate argument. * spawn.cc (child_info_spawn::worker): Oops. Previous suspended test was actually correct. Revert and document. * strace.cc (strace::activate): Send additional flag indicating whether this is an attempt to activate a forked process. (strace::hello): Report on windows pid. * include/sys/strace.h (strace::strace): Make a dummy. (strace::activate): Modify declaration to accept an argument. (strace::write_childpid): Set regparm.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index bbfed1fcd..666bdd8c8 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -1295,7 +1295,7 @@ wait_sig (VOID *)
talktome (&pack.si);
break;
case __SIGSTRACE:
- strace.activate ();
+ strace.activate (false);
strace.hello ();
break;
case __SIGPENDING: