From 35016286da5f37e051e743928fbd8d8376a39f54 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 3 Jun 2006 02:58:59 +0000 Subject: * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the call chain. --- winsup/cygwin/exceptions.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') 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; } -- cgit v1.2.3