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

Side by Side Diff: gdb/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/valprint.h ('k') | gdb/value.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 /* Print values for GDB, the GNU debugger. 1 /* Print values for GDB, the GNU debugger.
2 2
3 Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. 3 Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc.
4 4
5 This file is part of GDB. 5 This file is part of GDB.
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or 9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version. 10 (at your option) any later version.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 10, /* repeat_count_threshold */ 78 10, /* repeat_count_threshold */
79 0, /* output_format */ 79 0, /* output_format */
80 0, /* format */ 80 0, /* format */
81 0, /* stop_print_at_null */ 81 0, /* stop_print_at_null */
82 0, /* inspect_it */ 82 0, /* inspect_it */
83 0, /* print_array_indexes */ 83 0, /* print_array_indexes */
84 0, /* deref_ref */ 84 0, /* deref_ref */
85 1, /* static_field_print */ 85 1, /* static_field_print */
86 1, /* pascal_static_field_print */ 86 1, /* pascal_static_field_print */
87 0, /* raw */ 87 0, /* raw */
88 0» » » » /* summary */ 88 0,» » » » /* summary */
89 1» » » » /* symbol_print */
89 }; 90 };
90 91
91 /* Initialize *OPTS to be a copy of the user print options. */ 92 /* Initialize *OPTS to be a copy of the user print options. */
92 void 93 void
93 get_user_print_options (struct value_print_options *opts) 94 get_user_print_options (struct value_print_options *opts)
94 { 95 {
95 *opts = user_print_options; 96 *opts = user_print_options;
96 } 97 }
97 98
98 /* Initialize *OPTS to be a copy of the user print options, but with 99 /* Initialize *OPTS to be a copy of the user print options, but with
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 fprintf_filtered (file, 210 fprintf_filtered (file,
210 _("Printing of unions interior to structures is %s.\n"), 211 _("Printing of unions interior to structures is %s.\n"),
211 value); 212 value);
212 } 213 }
213 214
214 /* If nonzero, causes machine addresses to be printed in certain contexts. */ 215 /* If nonzero, causes machine addresses to be printed in certain contexts. */
215 216
216 static void 217 static void
217 show_addressprint (struct ui_file *file, int from_tty, 218 show_addressprint (struct ui_file *file, int from_tty,
218 struct cmd_list_element *c, const char *value) 219 struct cmd_list_element *c, const char *value)

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gdb/valprint.h ('k') | gdb/value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698