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>2006-06-03 06:58:59 +0400
committerChristopher Faylor <me@cgf.cx>2006-06-03 06:58:59 +0400
commit35016286da5f37e051e743928fbd8d8376a39f54 (patch)
treed7f63c82a38c555b28143be15418e2c3a0c793d7 /winsup/cygwin/exceptions.cc
parent3feae7b1163bad97625000d73db5bb225bd7c2bf (diff)
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
call chain.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 04f597d6a..a5e71d86a 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -345,7 +345,8 @@ try_to_debug (bool waitloop)
return 0;
if (being_debugged ())
{
- DebugBreak ();
+ extern void break_here ();
+ break_here ();
return 0;
}