OSDN Git Service

* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
authorcgf <cgf>
Tue, 24 Oct 2000 02:25:26 +0000 (02:25 +0000)
committercgf <cgf>
Tue, 24 Oct 2000 02:25:26 +0000 (02:25 +0000)
commit352997c7b0a88f371787a2103a302e8778ea5a0c
tree76c9f245e789ecbcacd445cf3ae143e119399dd9
parent38fed2401bdcc5861a4f2f4d89a29e8d0018bdd3
* 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/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/include/sys/strace.h
winsup/cygwin/path.h
winsup/cygwin/spawn.cc
winsup/cygwin/strace.cc