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