aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-04-21 09:45:30 -0400
committerSimon Marchi <simon.marchi@efficios.com>2023-05-30 15:07:26 -0400
commit19081eb5f18e9e9c6855935c1149afa9a5edfbe1 (patch)
tree0c6c2e3fb38d4acbe50dd9ba6d984ae1c5b855a7 /gdb/breakpoint.h
parente4239559f48767a4fe6778017908a96649330be5 (diff)
downloadfsf-binutils-gdb-19081eb5f18e9e9c6855935c1149afa9a5edfbe1.zip
fsf-binutils-gdb-19081eb5f18e9e9c6855935c1149afa9a5edfbe1.tar.gz
fsf-binutils-gdb-19081eb5f18e9e9c6855935c1149afa9a5edfbe1.tar.bz2
gdb: add interp::on_breakpoint_modified method
Same idea as previous patches, but for breakpoint_modified. Change-Id: I4f0a9edea912de431e32451d74224b2022a7c328
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 709d27f..da15058 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -2007,4 +2007,9 @@ extern void describe_other_breakpoints (struct gdbarch *,
extern void enable_disable_bp_location (bp_location *loc, bool enable);
+
+/* Notify interpreters and observers that breakpoint B was modified. */
+
+extern void notify_breakpoint_modified (breakpoint *b);
+
#endif /* !defined (BREAKPOINT_H) */