debug;posix: prefer SIGINT for breakpoint
This commit is contained in:
parent
af01ba0836
commit
70da3ec2d4
@ -66,7 +66,7 @@ is_debugged (void)
|
|||||||
void
|
void
|
||||||
breakpoint (void)
|
breakpoint (void)
|
||||||
{
|
{
|
||||||
raise (SIGTRAP);
|
raise (SIGINT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user