OSDN Git Service

* assert.cc (__assert): Call debugger on assertion failure if debugging.
authorcgf <cgf>
Sun, 11 Aug 2002 19:19:29 +0000 (19:19 +0000)
committercgf <cgf>
Sun, 11 Aug 2002 19:19:29 +0000 (19:19 +0000)
commit93611c0bfbccdde9ba5a18bf57f819cea693f089
tree2952749a9d53cae41260b827bc1e9d300659f3c5
parent6dda4b9519e412e2937004a0f8ea76727548796b
* assert.cc (__assert): Call debugger on assertion failure if debugging.
* dcrt0.cc (dll_crt0_1): Just wait for signal thread to go live rather than
going through the overhead of invoking it.
* fork.cc (fork_child): Ditto.
* exceptions.cc (signal_fixup_after_fork): Call sigproc_init here.
* sigproc.cc (proc_can_be_signalled): Assume that the signal thread is live.
(sig_dispatch): Ditto.
(sig_send): Ditto.
(wait_for_sigthread): Renamed from "wait_for_me".  Assume that wait_sig_inited
has been set and that this function is only called from the main thread.
* winsup.h (wait_for_sigthread): Declare new function.
winsup/cygwin/ChangeLog
winsup/cygwin/assert.cc
winsup/cygwin/dcrt0.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/fork.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h