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

Unified Diff: gdb/go-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/go-exp.y ('k') | gdb/go-lang.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/go-lang.h
diff --git a/gdb/go-lang.h b/gdb/go-lang.h
index 67b5d93eff07c7b4541e33613580f594acd42955..d9bde12e68a10a10728c4041d01915953fe6cabb 100644
--- a/gdb/go-lang.h
+++ b/gdb/go-lang.h
@@ -1,6 +1,6 @@
/* Go language support definitions for GDB, the GNU debugger.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -20,6 +20,8 @@
#if !defined (GO_LANG_H)
#define GO_LANG_H 1
+struct type_print_options;
+
#include "gdbtypes.h"
#include "symtab.h"
#include "value.h"
@@ -75,7 +77,8 @@ extern const struct builtin_go_type *builtin_go_type (struct gdbarch *);
/* Defined in go-typeprint.c. */
extern void go_print_type (struct type *type, const char *varstring,
- struct ui_file *stream, int show, int level);
+ struct ui_file *stream, int show, int level,
+ const struct type_print_options *flags);
/* Defined in go-valprint.c. */
« no previous file with comments | « gdb/go-exp.y ('k') | gdb/go-lang.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698