From ef37bb07f04fb434fe37331e8cdd2e174394523d Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 20 Nov 2012 17:49:02 +0000 Subject: 2012-11-20 Pedro Alves * 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. --- gdb/annotate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/annotate.h') 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); -- cgit v1.1