]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
rewrite ada_val_print_ref to reduce if/else block nesting depth
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
34b27950
JB
12014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
4 re-organizing the code. Change the "???" message printed
5 when target type is a TYPE_CODE_UNDEF into
6 "<ref to undefined type>".
7
079e4591
JB
82014-01-07 Joel Brobecker <brobecker@adacore.com>
9
10 * ada-valprint.c (print_record): Delete, implementation inlined...
11 (ada_val_print_struct_union): ... here. Remove call to
12 ada_check_typedef in inlined implementation.
13
8004dfd1
JB
142014-01-07 Joel Brobecker <brobecker@adacore.com>
15
16 * ada-valprint.c (ada_val_print_gnat_array): New function,
17 extracted from ada_val_print_1;
18 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
19 (ada_val_print_flt, ada_val_print_struct_union)
20 (ada_val_print_ref): Likewise.
21 (ada_val_print_1): Delete variables i and elttype.
22 Replace extracted-out code by call to corresponding
23 new functions.
24
760a2db0
JB
252014-01-07 Joel Brobecker <brobecker@adacore.com>
26
27 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
28
3a92c861
JB
292014-01-07 Joel Brobecker <brobecker@adacore.com>
30
31 * ada-valprint.c (ada_val_print_1): Replace calls to
32 ada_val_print_1 by calls to val_print.
33
cd1630f9
JB
342014-01-07 Joel Brobecker <brobecker@adacore.com>
35
36 * ada-valprint.c (ada_val_print_1): Add parameter "language".
37 Update calls to self accordingly. Replace calls to c_val_print
38 by calls to val_print.
39
bdf779a0
JB
402014-01-07 Joel Brobecker <brobecker@adacore.com>
41
42 * ada-valprint.c (print_record): Delete declaration.
43 (adjust_type_signedness, ada_val_print_1): Likewise.
44 (ada_val_print): Move function implementation down.
45 (print_variant_part, print_field_values, print_record):
46 Move function implementation up.
47
c0d48811
JB
482014-01-07 Joel Brobecker <brobecker@adacore.com>
49
50 * python/py-type.c (typy_get_name): New function.
51 (type_object_getset): Add entry for attribute "name".
52 * NEWS: Add entry mentioning this new attribute.
53
c26e9cbb
YQ
542014-01-07 Yao Qi <yao@codesourcery.com>
55
56 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
57 statement.
58
0cc6f43d
YQ
592014-01-07 Yao Qi <yao@codesourcery.com>
60
61 * gnu-nat.c (info_port_rights): Add qualifier const to
62 argument args.
63
eec03155
YQ
642014-01-07 Yao Qi <yao@codesourcery.com>
65
66 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
67
f04a82ef
YQ
682014-01-07 Yao Qi <yao@codesourcery.com>
69
70 * gnu-nat.c (make_inf) Update declaration.
71 (make_inf): Make it static.
72 (inf_set_traced): Likewise.
73 (inf_port_to_thread, inf_task_died_status): Likewise.
74
d57dda0a
YQ
752014-01-07 Yao Qi <yao@codesourcery.com>
76
77 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
78
3aa8c969
YQ
792014-01-07 Yao Qi <yao@codesourcery.com>
80
81 * gnu-nat.c (_initialize_gnu_nat): Declare.
82
94123b4f
YQ
832014-01-07 Yao Qi <yao@codesourcery.com>
84
85 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
86 'enum bfd_endian'.
87 (struct gdbarch_info) <byte_order>: Change type to
88 'enum bfd_endian'.
89 <byte_order_for_code>: Likewise.
90 * gdbarch.c, gdbarch.h: Regenerated.
91
dc81d70a
TT
922014-01-06 Sasha Smundak <asmundak@google.com>
93
94 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
95
cc2f3c35
TT
962014-01-06 Tom Tromey <tromey@redhat.com>
97
98 * doublest.c (convert_doublest_to_floatformat): Use const, not
99 CONST.
100 * somread.c (som_symtab_read): Likewise.
101
adcf2eed
HZ
1022014-01-07 Hui Zhu <hui@codesourcery.com>
103
104 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
105 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
106 (gdb_bfd_fopen): Ditto.
107 (gdb_bfd_openr): Ditto.
108 (gdb_bfd_openw): Ditto.
109 (gdb_bfd_openr_iovec): Ditto.
110 (gdb_bfd_fdopenr): Ditto.
111 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
112 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
113 with xstrdup.
114 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
115 with xstrdup.
116 * symfile-mem.c (symbol_file_add_from_memory): Removed
117 gdb_bfd_stash_filename.
118
50722198
DE
1192014-01-03 Doug Evans <dje@google.com>
120
121 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
122 output.
123
2fa4b862
JB
1242014-01-01 Joel Brobecker <brobecker@adacore.com>
125
126 Update year range in copyright notice of all files.
127
28498c42
JB
1282014-01-01 Joel Brobecker <brobecker@adacore.com>
129
130 * top.c (print_gdb_version): Set copyright year to 2014.
131
7b6e1046
JB
1322014-01-01 Joel Brobecker <brobecker@adacore.com>
133
134 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
135
df96af55 136For older changes see ChangeLog-2013.
c906108c
SS
137\f
138Local Variables:
139mode: change-log
140left-margin: 8
141fill-column: 74
142version-control: never
57da7796 143coding: utf-8
c906108c 144End: