Added different callback handlers for each event
diff --git a/sysdeps/linux-gnu/breakpoint.c b/sysdeps/linux-gnu/breakpoint.c
index df6e52c..ebd8d8a 100644
--- a/sysdeps/linux-gnu/breakpoint.c
+++ b/sysdeps/linux-gnu/breakpoint.c
@@ -4,6 +4,7 @@
 
 #include <sys/ptrace.h>
 #include <string.h>
+
 #include "common.h"
 
 static unsigned char break_insn[] = BREAKPOINT_VALUE;