move ada_val_print_array down within other ada_val_print* functions
[binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (ada_val_print_array): Move implementation
4 down. Rename parameter "offset" and "val" into "offset_aligned"
5 and "original_value" respectively. Add parameter "offset".
6
7 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8
9 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
10 re-organizing the code. Change the "???" message printed
11 when target type is a TYPE_CODE_UNDEF into
12 "<ref to undefined type>".
13
14 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15
16 * ada-valprint.c (print_record): Delete, implementation inlined...
17 (ada_val_print_struct_union): ... here. Remove call to
18 ada_check_typedef in inlined implementation.
19
20 2014-01-07 Joel Brobecker <brobecker@adacore.com>
21
22 * ada-valprint.c (ada_val_print_gnat_array): New function,
23 extracted from ada_val_print_1;
24 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
25 (ada_val_print_flt, ada_val_print_struct_union)
26 (ada_val_print_ref): Likewise.
27 (ada_val_print_1): Delete variables i and elttype.
28 Replace extracted-out code by call to corresponding
29 new functions.
30
31 2014-01-07 Joel Brobecker <brobecker@adacore.com>
32
33 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
34
35 2014-01-07 Joel Brobecker <brobecker@adacore.com>
36
37 * ada-valprint.c (ada_val_print_1): Replace calls to
38 ada_val_print_1 by calls to val_print.
39
40 2014-01-07 Joel Brobecker <brobecker@adacore.com>
41
42 * ada-valprint.c (ada_val_print_1): Add parameter "language".
43 Update calls to self accordingly. Replace calls to c_val_print
44 by calls to val_print.
45
46 2014-01-07 Joel Brobecker <brobecker@adacore.com>
47
48 * ada-valprint.c (print_record): Delete declaration.
49 (adjust_type_signedness, ada_val_print_1): Likewise.
50 (ada_val_print): Move function implementation down.
51 (print_variant_part, print_field_values, print_record):
52 Move function implementation up.
53
54 2014-01-07 Joel Brobecker <brobecker@adacore.com>
55
56 * python/py-type.c (typy_get_name): New function.
57 (type_object_getset): Add entry for attribute "name".
58 * NEWS: Add entry mentioning this new attribute.
59
60 2014-01-07 Yao Qi <yao@codesourcery.com>
61
62 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
63 statement.
64
65 2014-01-07 Yao Qi <yao@codesourcery.com>
66
67 * gnu-nat.c (info_port_rights): Add qualifier const to
68 argument args.
69
70 2014-01-07 Yao Qi <yao@codesourcery.com>
71
72 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
73
74 2014-01-07 Yao Qi <yao@codesourcery.com>
75
76 * gnu-nat.c (make_inf) Update declaration.
77 (make_inf): Make it static.
78 (inf_set_traced): Likewise.
79 (inf_port_to_thread, inf_task_died_status): Likewise.
80
81 2014-01-07 Yao Qi <yao@codesourcery.com>
82
83 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
84
85 2014-01-07 Yao Qi <yao@codesourcery.com>
86
87 * gnu-nat.c (_initialize_gnu_nat): Declare.
88
89 2014-01-07 Yao Qi <yao@codesourcery.com>
90
91 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
92 'enum bfd_endian'.
93 (struct gdbarch_info) <byte_order>: Change type to
94 'enum bfd_endian'.
95 <byte_order_for_code>: Likewise.
96 * gdbarch.c, gdbarch.h: Regenerated.
97
98 2014-01-06 Sasha Smundak <asmundak@google.com>
99
100 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
101
102 2014-01-06 Tom Tromey <tromey@redhat.com>
103
104 * doublest.c (convert_doublest_to_floatformat): Use const, not
105 CONST.
106 * somread.c (som_symtab_read): Likewise.
107
108 2014-01-07 Hui Zhu <hui@codesourcery.com>
109
110 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
111 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
112 (gdb_bfd_fopen): Ditto.
113 (gdb_bfd_openr): Ditto.
114 (gdb_bfd_openw): Ditto.
115 (gdb_bfd_openr_iovec): Ditto.
116 (gdb_bfd_fdopenr): Ditto.
117 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
118 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
119 with xstrdup.
120 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
121 with xstrdup.
122 * symfile-mem.c (symbol_file_add_from_memory): Removed
123 gdb_bfd_stash_filename.
124
125 2014-01-03 Doug Evans <dje@google.com>
126
127 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
128 output.
129
130 2014-01-01 Joel Brobecker <brobecker@adacore.com>
131
132 Update year range in copyright notice of all files.
133
134 2014-01-01 Joel Brobecker <brobecker@adacore.com>
135
136 * top.c (print_gdb_version): Set copyright year to 2014.
137
138 2014-01-01 Joel Brobecker <brobecker@adacore.com>
139
140 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
141
142 For older changes see ChangeLog-2013.
143 \f
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 coding: utf-8
150 End: