summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index d1e2fd8a484..9838f611623 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -805,4 +805,7 @@ extern int deprecated_exception_catchpoints_are_fragile;
reinitialized -- e.g. when program is re-run. */
extern int deprecated_exception_support_initialized;
+/* Tell a breakpoint to be quiet. */
+extern void breakpoint_silence (struct breakpoint *);
+
#endif /* !defined (BREAKPOINT_H) */