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

Side by Side Diff: gdb/language.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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 unified diff | Download patch
« no previous file with comments | « gdb/jv-valprint.c ('k') | gdb/language.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Source-language-related definitions for GDB. 1 /* Source-language-related definitions for GDB.
2 2
3 Copyright (C) 1991-1995, 1998-2000, 2003-2004, 2007-2012 Free 3 Copyright (C) 1991-1995, 1998-2000, 2003-2004, 2007-2012 Free
4 Software Foundation, Inc. 4 Software Foundation, Inc.
5 5
6 Contributed by the Department of Computer Science at the State University 6 Contributed by the Department of Computer Science at the State University
7 of New York at Buffalo. 7 of New York at Buffalo.
8 8
9 This file is part of GDB. 9 This file is part of GDB.
10 10
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 /* Its primitive types. This is a vector ended by a NULL pointer. 126 /* Its primitive types. This is a vector ended by a NULL pointer.
127 These types can be specified by name in parsing types in 127 These types can be specified by name in parsing types in
128 expressions, regardless of whether the program being debugged 128 expressions, regardless of whether the program being debugged
129 actually defines such a type. */ 129 actually defines such a type. */
130 struct type **primitive_type_vector; 130 struct type **primitive_type_vector;
131 /* Type of elements of strings. */ 131 /* Type of elements of strings. */
132 struct type *string_char_type; 132 struct type *string_char_type;
133 133
134 /* Symbol name of type to use as boolean type, if defined. */ 134 /* Symbol name of type to use as boolean type, if defined. */
135 const char *bool_type_symbol; 135 const char *bool_type_symbol;

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/jv-valprint.c ('k') | gdb/language.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698