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