Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: gdb/annotate.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/amd64obsd-tdep.c ('k') | gdb/annotate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/annotate.h
diff --git a/gdb/annotate.h b/gdb/annotate.h
index 0eae524870d4b3d4594aee69c35ec8cd2f6d375c..72c4f19ddad025e72d4cb5756cf0802159bad13e 100644
--- a/gdb/annotate.h
+++ b/gdb/annotate.h
@@ -1,6 +1,5 @@
/* Annotation routines for GDB.
- Copyright (C) 1986, 1989-1992, 1994, 1998-2000, 2007-2012 Free
- Software Foundation, Inc.
+ Copyright (C) 1986-2013 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 *);
« no previous file with comments | « gdb/amd64obsd-tdep.c ('k') | gdb/annotate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698