| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 |
None
| OLD | NEW |