* Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
[deliverable/binutils-gdb.git] / gdb / annotate.h
index 5c2b9eb8294059270164498e42090662b5babd25..0f7b320c8d4a80c82c2e3fef10e1ae53e1eb6b84 100644 (file)
@@ -1,6 +1,6 @@
 /* Annotation routines for GDB.
-   Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007,
-   2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1989-1992, 1994, 1998-2000, 2007-2012 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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);
@@ -76,9 +76,10 @@ extern void annotate_arg_name_end (void);
 extern void annotate_arg_value (struct type *);
 extern void annotate_arg_end (void);
 
-extern void annotate_source (char *, int, int, int, CORE_ADDR);
+extern void annotate_source (char *, int, int, int,
+                            struct gdbarch *, CORE_ADDR);
 
-extern void annotate_frame_begin (int, CORE_ADDR);
+extern void annotate_frame_begin (int, struct gdbarch *, CORE_ADDR);
 extern void annotate_function_call (void);
 extern void annotate_signal_handler_caller (void);
 extern void annotate_frame_address (void);
This page took 0.02406 seconds and 4 git commands to generate.