commit | 61da33723c5fb09762e38bd39a26ee15d62ffebc | [log] [tgz] |
---|---|---|
author | Juan Cespedes <cespedes@coco.thehackers.org> | Fri Jul 03 11:55:44 2009 +0200 |
committer | Juan Cespedes <cespedes@coco.thehackers.org> | Fri Jul 03 11:55:44 2009 +0200 |
tree | ebfece2b8b14d918468073e55b628165702ad753 | |
parent | 8d1b92ba755f6d6229f5e230fc43d958b13836f8 [diff] [blame] |
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;