aboutsummaryrefslogtreecommitdiff
path: root/breakpoint.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-14 02:28:03 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:38:04 +0200
commit75934ad3b30790f6a892069576d0790a351ef101 (patch)
tree6578d330c377aa6c3f23e836cc52d7dd40d4b127 /breakpoint.h
parent9847abed1f8a4d01466e9c2a6011b59ea11f6d2f (diff)
downloadltrace-75934ad3b30790f6a892069576d0790a351ef101.tar.gz
Drop parameters that determined whether breakpoints should be enabled
Diffstat (limited to 'breakpoint.h')
-rw-r--r--breakpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpoint.h b/breakpoint.h
index 372c714..9797263 100644
--- a/breakpoint.h
+++ b/breakpoint.h
@@ -138,6 +138,6 @@ void delete_breakpoint(struct Process *proc, void *addr);
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, int enable);
+int breakpoints_init(struct Process *proc);
#endif /* BREAKPOINT_H */