debug;posix: prefer SIGINT for breakpoint

This commit is contained in:
Danny Robson 2019-07-02 17:35:06 +10:00
parent af01ba0836
commit 70da3ec2d4

View File

@ -66,7 +66,7 @@ is_debugged (void)
void
breakpoint (void)
{
raise (SIGTRAP);
raise (SIGINT);
}