]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
missing changelog for last patch
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5acfdbae
SDJ
12014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
4 function, with code from i386_stap_parse_special_token.
5 (i386_stap_parse_special_token_three_arg_disp): Likewise.
6 (i386_stap_parse_special_token): Move code to the two functions
7 above; simplify it.
8
0000e5cc
PA
92014-01-09 Pedro Alves <palves@redhat.com>
10 Hui Zhu <hui@codesourcery.com>
11
12 PR gdb/16101
13 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
14 bp_err_string. Don't mark the location shlib_disabled if the
15 error thrown wasn't a generic or memory error. Catch errors
16 thrown while inserting breakpoints in overlayed code. Output
17 error message of software breakpoints.
18 * remote.c (remote_insert_breakpoint): If this breakpoint has
19 target-side commands but this stub doesn't support Z0 packets,
20 throw NOT_SUPPORTED_ERROR error.
21 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
22 * target.h (target_insert_breakpoint): Extend comment.
23 (target_insert_hw_breakpoint): Add comment.
24
b7ea362b
PA
252014-01-08 Pedro Alves <palves@redhat.com>
26
27 * remote.c (remote_add_thread): Add threads silently if starting
28 up.
29 (remote_notice_new_inferior): If in all-stop, and starting up,
30 don't call notice_new_inferior.
31 (get_current_thread): New function, factored out from ...
32 (add_current_inferior_and_thread): ... this. Adjust.
33 (remote_start_remote) <all-stop>: Fetch the thread list. If we
34 found any thread, then select the remote's current thread as GDB's
35 current thread too.
36
b7bba001
JB
372014-01-08 Joel Brobecker <brobecker@adacore.com>
38
39 * NEWS: Create a new section for the next release branch.
40 Rename the section of the current branch, now that it has
41 been cut.
42
16dfbded
JB
432014-01-08 Joel Brobecker <brobecker@adacore.com>
44
45 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
46 * version.in: Bump version to 7.7.50.DATE-cvs.
47
22c90ac1
YQ
482014-01-08 Yao Qi <yao@codesourcery.com>
49
50 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
51 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
52 (spu_xfer_partial): Cast 'buf' to 'const char *'.
53
d64ad97c
YQ
542014-01-08 Yao Qi <yao@codesourcery.com>
55
56 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
57 return value of bfd_get_filename to symbol_file_add_from_bfd.
58
f93ba80c
PM
592014-01-08 Pierre Muller <muller@sourceware.org>
60
61 Fix PR16201.
62 * coff-pe-read.c (struct read_pe_section_data): Add index field.
63 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
64 to prim_record_mininal_symbol_and_info.
65 (add_pe_forwarded_sym): Use known section number of forwarded symbol
66 in call to prim_record_minimal_symbol_and_info.
67 (read_pe_exported_syms): Set index field of section_data.
68
a4d9ba85
AP
692014-01-07 Andrew Pinski <apinski@cavium.com>
70
71 * features/aarch64-core.xml (cpsr): Change to be 64bit.
72 * features/aarch64.c: Regenerate.
73
1b67eb02
AS
742014-01-07 Andreas Schwab <schwab@linux-m68k.org>
75
76 * target.c (return_null): Define.
77 (update_current_target): Use it instead of return_zero for
78 functions that return a pointer.
79
5e3f4fab
EBM
802014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
81
82 * source.c (add_path): Fix check for duplicated paths in the previously
83 included paths.
84
e2616788
HK
852014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
86
87 * ada-lang.c: Remove duplicated include statements.
88 * alphabsd-nat.c: Ditto.
89 * amd64-darwin-tdep.c: Ditto.
90 * amd64fbsd-nat.c: Ditto.
91 * auto-load.c: Ditto.
92 * ax-gdb.c: Ditto.
93 * breakpoint.c: Ditto.
94 * dbxread.c: Ditto.
95 * fork-child.c: Ditto.
96 * gdb_usleep.c: Ditto.
97 * i386-darwin-tdep.c: Ditto.
98 * i386fbsd-nat.c: Ditto.
99 * infcmd.c: Ditto.
100 * inferior.c: Ditto.
101 * jv-lang.c: Ditto.
102 * linux-nat.c: Ditto.
103 * linux-tdep.c: Ditto.
104 * m68kbsd-nat.c: Ditto.
105 * m68klinux-nat.c: Ditto.
106 * microblaze-tdep.c: Ditto.
107 * mips-linux-tdep.c: Ditto.
108 * mn10300-tdep.c: Ditto.
109 * nto-tdep.c: Ditto.
110 * opencl-lang.c: Ditto.
111 * osdata.c: Ditto.
112 * printcmd.c: Ditto.
113 * regcache.c: Ditto.
114 * remote-m32r-sdi.c: Ditto.
115 * remote.c: Ditto.
116 * symfile.c: Ditto.
117 * symtab.c: Ditto.
118 * tilegx-linux-nat.c: Ditto.
119 * tilegx-tdep.c: Ditto.
120 * tracepoint.c: Ditto.
121 * valops.c: Ditto.
122 * vaxbsd-nat.c: Ditto.
123 * windows-nat.c: Ditto.
124 * xtensa-tdep.c: Ditto.
125
bd1f7788
YQ
1262014-01-07 Yao Qi <yao@codesourcery.com>
127
128 * spu-linux-nat.c (_initialize_spu_nat): Declare.
129
79301218
JB
1302014-01-07 Yao Qi <yao@codesourcery.com>
131 Joel Brobecker <brobecker@adacore.com>
132
133 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
134 (pdc_write_regs): Likewise.
135 (fetch_regs_kernel_thread): Likewise.
136 (store_regs_kernel_thread): Likewise.
137
1382014-01-07 Joel Brobecker <brobecker@adacore.com>
139
140 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
141 tagged type objects to their actual type.
142
8e355c5d
JB
1432014-01-07 Joel Brobecker <brobecker@adacore.com>
144
145 * ada-valprint.c (print_field_values): Add "language" parameter.
146 Update calls to print_field_values and print_variant_part.
147 Pass new parameter "language" in call to val_print instead
148 of "current_language". Replace call to ada_val_print by call
149 to val_print.
150 (print_variant_part): Add "language" parameter.
151 (ada_val_print_struct_union): Update call to print_field_values.
152
4fbf5aa5
JB
1532014-01-07 Joel Brobecker <brobecker@adacore.com>
154
155 * ada-valprint.c (ui_memcpy): Delete.
156 (ada_print_floating): Update documentation. Add empty line
157 between between function documentation and implementation.
158 Delete variable "buffer". Use ui_file_xstrdup in place of
159 ui_file_put. Minor adjustments following this change.
160
71855601
JB
1612014-01-07 Joel Brobecker <brobecker@adacore.com>
162
163 * ada-valprint.c (ada_val_print_string): New function,
164 extracted from ada_val_print_array.
165 (ada_val_print_array): Replace extracted code by call
166 to ada_val_print_string followed by a return. Move
167 "else" branch to the function's top block.
168
4eb27a30
JB
1692014-01-07 Joel Brobecker <brobecker@adacore.com>
170
171 * ada-valprint.c (ada_val_print_array): Move implementation
172 down. Rename parameter "offset" and "val" into "offset_aligned"
173 and "original_value" respectively. Add parameter "offset".
174
34b27950
JB
1752014-01-07 Joel Brobecker <brobecker@adacore.com>
176
177 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
178 re-organizing the code. Change the "???" message printed
179 when target type is a TYPE_CODE_UNDEF into
180 "<ref to undefined type>".
181
079e4591
JB
1822014-01-07 Joel Brobecker <brobecker@adacore.com>
183
184 * ada-valprint.c (print_record): Delete, implementation inlined...
185 (ada_val_print_struct_union): ... here. Remove call to
186 ada_check_typedef in inlined implementation.
187
8004dfd1
JB
1882014-01-07 Joel Brobecker <brobecker@adacore.com>
189
190 * ada-valprint.c (ada_val_print_gnat_array): New function,
191 extracted from ada_val_print_1;
192 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
193 (ada_val_print_flt, ada_val_print_struct_union)
194 (ada_val_print_ref): Likewise.
195 (ada_val_print_1): Delete variables i and elttype.
196 Replace extracted-out code by call to corresponding
197 new functions.
198
760a2db0
JB
1992014-01-07 Joel Brobecker <brobecker@adacore.com>
200
201 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
202
3a92c861
JB
2032014-01-07 Joel Brobecker <brobecker@adacore.com>
204
205 * ada-valprint.c (ada_val_print_1): Replace calls to
206 ada_val_print_1 by calls to val_print.
207
cd1630f9
JB
2082014-01-07 Joel Brobecker <brobecker@adacore.com>
209
210 * ada-valprint.c (ada_val_print_1): Add parameter "language".
211 Update calls to self accordingly. Replace calls to c_val_print
212 by calls to val_print.
213
bdf779a0
JB
2142014-01-07 Joel Brobecker <brobecker@adacore.com>
215
216 * ada-valprint.c (print_record): Delete declaration.
217 (adjust_type_signedness, ada_val_print_1): Likewise.
218 (ada_val_print): Move function implementation down.
219 (print_variant_part, print_field_values, print_record):
220 Move function implementation up.
221
c0d48811
JB
2222014-01-07 Joel Brobecker <brobecker@adacore.com>
223
224 * python/py-type.c (typy_get_name): New function.
225 (type_object_getset): Add entry for attribute "name".
226 * NEWS: Add entry mentioning this new attribute.
227
c26e9cbb
YQ
2282014-01-07 Yao Qi <yao@codesourcery.com>
229
230 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
231 statement.
232
0cc6f43d
YQ
2332014-01-07 Yao Qi <yao@codesourcery.com>
234
235 * gnu-nat.c (info_port_rights): Add qualifier const to
236 argument args.
237
eec03155
YQ
2382014-01-07 Yao Qi <yao@codesourcery.com>
239
240 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
241
f04a82ef
YQ
2422014-01-07 Yao Qi <yao@codesourcery.com>
243
244 * gnu-nat.c (make_inf) Update declaration.
245 (make_inf): Make it static.
246 (inf_set_traced): Likewise.
247 (inf_port_to_thread, inf_task_died_status): Likewise.
248
d57dda0a
YQ
2492014-01-07 Yao Qi <yao@codesourcery.com>
250
251 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
252
3aa8c969
YQ
2532014-01-07 Yao Qi <yao@codesourcery.com>
254
255 * gnu-nat.c (_initialize_gnu_nat): Declare.
256
94123b4f
YQ
2572014-01-07 Yao Qi <yao@codesourcery.com>
258
259 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
260 'enum bfd_endian'.
261 (struct gdbarch_info) <byte_order>: Change type to
262 'enum bfd_endian'.
263 <byte_order_for_code>: Likewise.
264 * gdbarch.c, gdbarch.h: Regenerated.
265
dc81d70a
TT
2662014-01-06 Sasha Smundak <asmundak@google.com>
267
268 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
269
cc2f3c35
TT
2702014-01-06 Tom Tromey <tromey@redhat.com>
271
272 * doublest.c (convert_doublest_to_floatformat): Use const, not
273 CONST.
274 * somread.c (som_symtab_read): Likewise.
275
adcf2eed
HZ
2762014-01-07 Hui Zhu <hui@codesourcery.com>
277
278 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
279 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
280 (gdb_bfd_fopen): Ditto.
281 (gdb_bfd_openr): Ditto.
282 (gdb_bfd_openw): Ditto.
283 (gdb_bfd_openr_iovec): Ditto.
284 (gdb_bfd_fdopenr): Ditto.
285 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
286 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
287 with xstrdup.
288 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
289 with xstrdup.
290 * symfile-mem.c (symbol_file_add_from_memory): Removed
291 gdb_bfd_stash_filename.
292
50722198
DE
2932014-01-03 Doug Evans <dje@google.com>
294
295 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
296 output.
297
2fa4b862
JB
2982014-01-01 Joel Brobecker <brobecker@adacore.com>
299
300 Update year range in copyright notice of all files.
301
28498c42
JB
3022014-01-01 Joel Brobecker <brobecker@adacore.com>
303
304 * top.c (print_gdb_version): Set copyright year to 2014.
305
7b6e1046
JB
3062014-01-01 Joel Brobecker <brobecker@adacore.com>
307
308 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
309
df96af55 310For older changes see ChangeLog-2013.
c906108c
SS
311\f
312Local Variables:
313mode: change-log
314left-margin: 8
315fill-column: 74
316version-control: never
57da7796 317coding: utf-8
c906108c 318End: