summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-06-03 02:58:59 +0000
committerChristopher Faylor <me@cgf.cx>2006-06-03 02:58:59 +0000
commit35016286da5f37e051e743928fbd8d8376a39f54 (patch)
treed7f63c82a38c555b28143be15418e2c3a0c793d7 /winsup/cygwin/exceptions.cc
parent3feae7b1163bad97625000d73db5bb225bd7c2bf (diff)
downloadcygnal-35016286da5f37e051e743928fbd8d8376a39f54.tar.gz
cygnal-35016286da5f37e051e743928fbd8d8376a39f54.tar.bz2
cygnal-35016286da5f37e051e743928fbd8d8376a39f54.zip
* 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;
}