* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the

call chain.
This commit is contained in:
Christopher Faylor
2006-06-03 02:58:59 +00:00
parent 3feae7b116
commit 35016286da
5 changed files with 74 additions and 68 deletions

View File

@ -345,7 +345,8 @@ try_to_debug (bool waitloop)
return 0;
if (being_debugged ())
{
DebugBreak ();
extern void break_here ();
break_here ();
return 0;
}