summaryrefslogtreecommitdiff
path: root/gdb/annotate.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-07-28 17:53:51 +0000
committerTom Tromey <tromey@redhat.com>2008-07-28 17:53:51 +0000
commit1dbf3c5d3a4b903e90c8e5eaf546264e0332e168 (patch)
treec97a8965db174576f1bcb8a7eaa50dbceb76d728 /gdb/annotate.h
parent400cb1d92e2309f5994052a33251ff22b1a09cd3 (diff)
downloadgdb-1dbf3c5d3a4b903e90c8e5eaf546264e0332e168.tar.gz
* annotate.h (deprecated_annotate_starting_hook): Remove.
(deprecated_annotate_stopped_hook): Remove. (deprecated_annotate_exited_hook): Remove. * Makefile.in (annotate.o): Depend on observer_h. * top.c (deprecated_delete_breakpoint_hook): Remove. (deprecated_create_breakpoint_hook): Likewise. (deprecated_modify_breakpoint_hook): Likewise. * interps.c (clear_interpreter_hooks): Update for removed hooks. * breakpoint.c (mention): Don't call removed hook. (delete_breakpoint): Likewise. (disable_breakpoint): Likewise. (do_enable_breakpoint): Likewise. * annotate.c: Include observer.h. (breakpoint_changed): Change type of argument. (_initialize_annotate): Register observers. (deprecated_annotate_starting_hook): Remove. (deprecated_annotate_stopped_hook): Remove. (deprecated_annotate_exited_hook): Remove. (annotate_starting): Update for hook removal. (annotate_stopped): Likewise. (annotate_exited): Likewise. * defs.h (deprecated_delete_breakpoint_hook): Remove. (deprecated_create_breakpoint_hook): Likewise. (deprecated_modify_breakpoint_hook): Likewise.
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r--gdb/annotate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h
index bbc274fbf84..6fb19543150 100644
--- a/gdb/annotate.h
+++ b/gdb/annotate.h
@@ -99,8 +99,5 @@ extern void annotate_elt_rep_end (void);
extern void annotate_elt (void);
extern void annotate_array_section_end (void);
-extern void (*deprecated_annotate_starting_hook) (void);
-extern void (*deprecated_annotate_stopped_hook) (void);
extern void (*deprecated_annotate_signalled_hook) (void);
extern void (*deprecated_annotate_signal_hook) (void);
-extern void (*deprecated_annotate_exited_hook) (void);