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

Unified Diff: gdb/c-lang.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/c-exp.y ('k') | gdb/c-lang.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/c-lang.h
diff --git a/gdb/c-lang.h b/gdb/c-lang.h
index 5cbe34d2e6673d04e32798880c6b2ba14507e861..9f8f50df1c99812dda9daf501d8278918cafa440 100644
--- a/gdb/c-lang.h
+++ b/gdb/c-lang.h
@@ -1,7 +1,6 @@
/* C language support definitions for GDB, the GNU debugger.
- Copyright (C) 1992, 1994-1998, 2000, 2002, 2005-2012 Free Software
- Foundation, Inc.
+ Copyright (C) 1992-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -24,6 +23,7 @@
struct ui_file;
struct language_arch_info;
+struct type_print_options;
#include "value.h"
#include "macroexp.h"
@@ -61,11 +61,12 @@ extern int c_parse (void);
extern void c_error (char *);
-extern int c_parse_escape (char **, struct obstack *);
+extern int c_parse_escape (const char **, struct obstack *);
/* Defined in c-typeprint.c */
extern void c_print_type (struct type *, const char *,
- struct ui_file *, int, int);
+ struct ui_file *, int, int,
+ const struct type_print_options *);
extern void c_print_typedef (struct type *,
struct symbol *,
@@ -110,7 +111,7 @@ extern const struct op_print c_op_print_tab[];
/* These are in c-typeprint.c: */
extern void c_type_print_base (struct type *, struct ui_file *,
- int, int);
+ int, int, const struct type_print_options *);
/* These are in cp-valprint.c */
« no previous file with comments | « gdb/c-exp.y ('k') | gdb/c-lang.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698