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

Side by Side Diff: gdb/ada-valprint.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/ada-typeprint.c ('k') | gdb/ada-varobj.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 /* Support for printing Ada values for GDB, the GNU debugger. 1 /* Support for printing Ada values for GDB, the GNU debugger.
2 2
3 Copyright (C) 1986, 1988-1989, 1991-1994, 1997, 2001-2012 Free 3 Copyright (C) 1986, 1988-1989, 1991-1994, 1997, 2001-2012 Free
4 Software Foundation, Inc. 4 Software Foundation, Inc.
5 5
6 This file is part of GDB. 6 This file is part of GDB.
7 7
8 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or 10 the Free Software Foundation; either version 3 of the License, or
(...skipping 29 matching lines...) Expand all
40 int, 40 int,
41 const struct value *, 41 const struct value *,
42 const struct value_print_options *); 42 const struct value_print_options *);
43 43
44 static int print_field_values (struct type *, const gdb_byte *, 44 static int print_field_values (struct type *, const gdb_byte *,
45 int, 45 int,
46 struct ui_file *, int, 46 struct ui_file *, int,
47 const struct value *, 47 const struct value *,
48 const struct value_print_options *, 48 const struct value_print_options *,
49 int, struct type *, int); 49 int, struct type *, int);

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/ada-typeprint.c ('k') | gdb/ada-varobj.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698