summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-15 05:54:02 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-15 05:54:02 +0000
commit9bbbb8a7e30147a00f868577426ca9f2bf4295fb (patch)
tree0d4d770c0032b2747df76ce7b4e296b71e4a22ff /gdb/breakpoint.h
parent74517aea930fd91b2e66ffa6d0581e068a31d3cb (diff)
downloadgdb-9bbbb8a7e30147a00f868577426ca9f2bf4295fb.tar.gz
Cleanup delete_breakpoint cleanups.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 1b4e02aa7b2..12f110f895c 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -543,6 +543,10 @@ extern void mark_breakpoints_out PARAMS ((void));
extern void breakpoint_init_inferior PARAMS ((enum inf_context));
+extern struct cleanup *make_cleanup_delete_breakpoint (struct breakpoint *);
+
+extern struct cleanup *make_exec_cleanup_delete_breakpoint (struct breakpoint *);
+
extern void delete_breakpoint PARAMS ((struct breakpoint *));
extern void breakpoint_auto_delete PARAMS ((bpstat));