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

Side by Side Diff: gdb/parse.c

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/p-valprint.c ('k') | gdb/parser-defs.h » ('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 /* Parse expressions for GDB. 1 /* Parse expressions for GDB.
2 2
3 Copyright (C) 1986, 1989-2001, 2004-2005, 2007-2012 Free Software 3 Copyright (C) 1986, 1989-2001, 2004-2005, 2007-2012 Free Software
4 Foundation, Inc. 4 Foundation, Inc.
5 5
6 Modified from expread.y by the Department of Computer Science at the 6 Modified from expread.y by the Department of Computer Science at the
7 State University of New York at Buffalo, 1991. 7 State University of New York at Buffalo, 1991.
8 8
9 This file is part of GDB. 9 This file is part of GDB.
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 op_name_standard, 65 op_name_standard,
66 dump_subexp_body_standard, 66 dump_subexp_body_standard,
67 evaluate_subexp_standard 67 evaluate_subexp_standard
68 }; 68 };
69 69
70 70
71 /* Global variables declared in parser-defs.h (and commented there). */ 71 /* Global variables declared in parser-defs.h (and commented there). */
72 struct expression *expout; 72 struct expression *expout;
73 int expout_size; 73 int expout_size;
74 int expout_ptr; 74 int expout_ptr;

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/p-valprint.c ('k') | gdb/parser-defs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698