* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
call chain.
This commit is contained in:
@ -345,7 +345,8 @@ try_to_debug (bool waitloop)
|
||||
return 0;
|
||||
if (being_debugged ())
|
||||
{
|
||||
DebugBreak ();
|
||||
extern void break_here ();
|
||||
break_here ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user