diff options
Diffstat (limited to 'breakpoint.h')
-rw-r--r-- | breakpoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/breakpoint.h b/breakpoint.h index 3c9de9e..95964a8 100644 --- a/breakpoint.h +++ b/breakpoint.h @@ -150,7 +150,6 @@ int delete_breakpoint(struct process *proc, struct breakpoint *bp); /* XXX some of the following belongs to proc.h/proc.c. */ struct breakpoint *address2bpstruct(struct process *proc, void *addr); -void enable_all_breakpoints(struct process *proc); void disable_all_breakpoints(struct process *proc); int breakpoints_init(struct process *proc); |