X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fannotate.h;h=a78ad60ca053414dbe21e6428696d1e6e1a9aeca;hb=f42bf748e417cf9120fc57d144b6eaaf3adda247;hp=9aa6c62decb04785bfed673748f19d28c8f8194c;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/annotate.h b/gdb/annotate.h index 9aa6c62dec..a78ad60ca0 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -1,6 +1,5 @@ /* Annotation routines for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1998, 1999, 2000, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -20,9 +19,6 @@ #include "symtab.h" #include "gdbtypes.h" -extern void breakpoints_changed (void); - -extern void annotate_ignore_count_change (void); extern void annotate_breakpoint (int); extern void annotate_catchpoint (int); extern void annotate_watchpoint (int); @@ -46,6 +42,8 @@ extern void annotate_frames_invalid (void); extern void annotate_new_thread (void); extern void annotate_thread_changed (void); +extern void annotate_display_prompt (void); + struct type; extern void annotate_field_begin (struct type *);