diff options
author | Pedro Alves <palves@redhat.com> | 2012-11-20 17:49:02 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-11-20 17:49:02 +0000 |
commit | ef37bb07f04fb434fe37331e8cdd2e174394523d (patch) | |
tree | b223f435f5750fc0655030fa507ea6fff0e2840a /gdb/annotate.h | |
parent | b245bdfc672e8e9232e16205999f7e71ac9208b3 (diff) | |
download | gdb-ef37bb07f04fb434fe37331e8cdd2e174394523d.zip gdb-ef37bb07f04fb434fe37331e8cdd2e174394523d.tar.gz gdb-ef37bb07f04fb434fe37331e8cdd2e174394523d.tar.bz2 |
2012-11-20 Pedro Alves <palves@redhat.com>
* annotate.c (breakpoints_changed): Rename to ...
(annotate_breakpoints_changed): ... this.
(annotate_stopped, breakpoint_changed): Adjust caller.
* annotate.h (breakpoints_changed): Rename to ...
(annotate_breakpoints_changed): ... this.
* breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
(do_map_commands_command, init_raw_breakpoint, clear_command)
(set_ignore_count, enable_breakpoint_disp): Adjust callers.
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r-- | gdb/annotate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h index 0eae524..0f7b320 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -20,7 +20,7 @@ #include "symtab.h" #include "gdbtypes.h" -extern void breakpoints_changed (void); +extern void annotate_breakpoints_changed (void); extern void annotate_ignore_count_change (void); extern void annotate_breakpoint (int); |