From 4c45a897440c6517ab607daa36163f589863d09c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 24 Oct 2000 02:25:27 +0000 Subject: * exceptions.cc (signal_exit): Kill any executing child process if we're dying. * path.h: Remove unneeded extern. * spawn.cc (std_suffixes): Make static. Don't set dwProcessId here since it makes the process unsignalable. Set strace flag that this is an execed process stub. * strace.cc (strace::vsprntf): Use strace flag to indicate when to visually flag that this is an exec stub. * include/sys/strace.h (strace): Add 'execing' flag. --- winsup/cygwin/include/sys/strace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/include/sys') diff --git a/winsup/cygwin/include/sys/strace.h b/winsup/cygwin/include/sys/strace.h index d40e3ad7d..37e9758dd 100644 --- a/winsup/cygwin/include/sys/strace.h +++ b/winsup/cygwin/include/sys/strace.h @@ -30,6 +30,7 @@ public: int version; int active; int lmicrosec; + int execing; strace() : version(1) {} void prntf (unsigned, const char *func, const char *, ...); void wm (int message, int word, int lon); -- cgit v1.2.3