*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 93c65a1e4c9d8441bd45cf4900f2b5cb72e98f7c..96902cbeec3a952418bad37a7a7d565c1d1e8faa 100644 (file)
@@ -1,6 +1,6 @@
 /* Annotation routines for GDB.
-   Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999,
-   2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1989-1992, 1994-1996, 1998-2000, 2007-2012 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -50,7 +50,7 @@ print_value_flags (struct type *t)
 }
 \f
 void
-breakpoints_changed (void)
+annotate_breakpoints_changed (void)
 {
   if (annotation_level == 2)
     {
@@ -110,7 +110,7 @@ annotate_stopped (void)
   if (annotation_level > 1 && ignore_count_changed)
     {
       ignore_count_changed = 0;
-      breakpoints_changed ();
+      annotate_breakpoints_changed ();
     }
 }
 
@@ -563,7 +563,7 @@ annotate_array_section_end (void)
 static void
 breakpoint_changed (struct breakpoint *b)
 {
-  breakpoints_changed ();
+  annotate_breakpoints_changed ();
 }
 
 void
This page took 0.023479 seconds and 4 git commands to generate.