Add target_ops argument to to_prepare_to_store
[binutils-gdb.git] / gdb / ChangeLog
1 2014-01-16 Tom Tromey <tromey@redhat.com>
2
3 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
4 * target.h (struct target_ops) <to_prepare_to_store>: Add
5 argument.
6 (target_prepare_to_store): Add argument.
7 * target.c (debug_to_prepare_to_store): Add argument.
8 (update_current_target): Update.
9 * remote.c (remote_prepare_to_store): Add 'self' argument.
10 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
11 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
12 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
13 * record-full.c (record_full_core_prepare_to_store): Add 'self'
14 argument.
15 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
16 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
17 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
18 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
19 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
20
21 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22
23 * btrace.h (replay) <replay>: New.
24 (btrace_is_replaying): New.
25 * btrace.c (btrace_clear): Free replay iterator.
26 (btrace_is_replaying): New.
27 * record-btrace.c (record_btrace_is_replaying): New.
28 (record_btrace_info): Print insn number if replaying.
29 (record_btrace_insn_history): Start at replay position.
30 (record_btrace_call_history): Start at replay position.
31 (init_record_btrace_ops): Init to_record_is_replaying.
32
33 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
34
35 * record-btrace.c (record_btrace_insn_history_range): Include
36 end.
37 (record_btrace_insn_history_from): Adjust range.
38 (record_btrace_call_history_range): Include
39 end.
40 (record_btrace_call_history_from): Adjust range.
41 * NEWS: Announce changes.
42
43 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
44
45 * record.h (enum record_print_flag)
46 <record_print_indent_calls>: New.
47 * record.c (get_call_history_modifiers): Recognize /c modifier.
48 (_initialize_record): Document /c modifier.
49 * record-btrace.c (btrace_call_history): Add btinfo parameter.
50 Reorder fields. Optionally indent the function name. Update
51 all users.
52 * NEWS: Announce changes.
53
54 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
55
56 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
57
58 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
59
60 * btrace.c (ftrace_new_function): Start counting at one.
61 * record-btrace.c (record_btrace_info): Adjust number of calls
62 and insns.
63 * NEWS: Announce it.
64
65 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
66
67 * record-btrace.c (btrace_call_history_insn_range): Print
68 insn range as [begin, end].
69
70 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
71
72 * btrace.h (struct btrace_func_link): New.
73 (enum btrace_function_flag): New.
74 (struct btrace_inst): Rename to ...
75 (struct btrace_insn): ...this. Update all users.
76 (struct btrace_func) <ibegin, iend>: Remove.
77 (struct btrace_func_link): New.
78 (struct btrace_func): Rename to ...
79 (struct btrace_function): ...this. Update all users.
80 (struct btrace_function) <segment, flow, up, insn, insn_offset)
81 (number, level, flags>: New.
82 (struct btrace_insn_iterator): Rename to ...
83 (struct btrace_insn_history): ...this.
84 Update all users.
85 (struct btrace_insn_iterator, btrace_call_iterator): New.
86 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
87 (struct btrace_target_info) <begin, end, level>
88 <insn_history, call_history>: New.
89 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
90 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
91 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
92 (btrace_call_number, btrace_call_begin, btrace_call_end)
93 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
94 (btrace_find_function_by_number, btrace_set_insn_history)
95 (btrace_set_call_history): New.
96 * btrace.c (btrace_init_insn_iterator)
97 (btrace_init_func_iterator, compute_itrace): Remove.
98 (ftrace_print_function_name, ftrace_print_filename)
99 (ftrace_skip_file): Change
100 parameter to const.
101 (ftrace_init_func): Remove.
102 (ftrace_debug): Use new btrace_function fields.
103 (ftrace_function_switched): Also consider gaining and
104 losing symbol information).
105 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
106 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
107 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
108 New.
109 (ftrace_new_function): Move. Remove debug print.
110 (ftrace_update_lines, ftrace_update_insns): New.
111 (ftrace_update_function): Check for call, ret, and jump.
112 (compute_ftrace): Renamed to ...
113 (btrace_compute_ftrace): ...this. Rewritten to compute call
114 stack.
115 (btrace_fetch, btrace_clear): Updated.
116 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
117 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
118 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
119 (btrace_call_number, btrace_call_begin, btrace_call_end)
120 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
121 (btrace_find_function_by_number, btrace_set_insn_history)
122 (btrace_set_call_history): New.
123 * record-btrace.c (require_btrace): Use new btrace thread
124 info fields.
125 (record_btrace_info, btrace_insn_history)
126 (record_btrace_insn_history, record_btrace_insn_history_range):
127 Use new btrace thread info fields and new iterator.
128 (btrace_func_history_src_line): Rename to ...
129 (btrace_call_history_src_line): ...this. Use new btrace
130 thread info fields.
131 (btrace_func_history): Rename to ...
132 (btrace_call_history): ...this. Use new btrace thread info
133 fields and new iterator.
134 (record_btrace_call_history, record_btrace_call_history_range):
135 Use new btrace thread info fields and new iterator.
136
137 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
138
139 * frame.h (frame_id_build_unavailable_stack_special): New.
140 * frame.c (frame_id_build_unavailable_stack_special): New.
141
142 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
143
144 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
145 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
146 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
147 to gdbarch.
148 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
149 (i386_insn_is_jump, i386_jmp_p): New.
150 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
151 insn_is_jump to gdbarch.
152 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
153 * gdbarch.h: Regenerated.
154 * gdbarch.c: Regenerated.
155 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
156 (default_insn_is_jump): New.
157 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
158 (default_insn_is_jump): New.
159
160 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
161
162 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
163 Change to ...
164 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
165 (btrace_read_type) <btrace_read_new>: Change to ...
166 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
167
168 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
169
170 * common/linux-btrace.c (linux_read_btrace): Free trace from
171 previous iteration.
172
173 2014-01-15 Doug Evans <dje@google.com>
174
175 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
176 uint32_t.
177
178 2014-01-15 Tom Tromey <tromey@redhat.com>
179
180 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
181 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
182 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
183 (set_objfile_main_name): New function.
184 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
185 language_of_main>: New fields.
186 (set_objfile_main_name): Declare.
187 * symtab.c (find_main_name): Loop over objfiles to find the main
188 name and language.
189 (set_main_name): Now static.
190 (get_main_info): Add comment.
191 * symtab.h (set_main_name): Don't declare.
192
193 2014-01-15 Tom Tromey <tromey@redhat.com>
194
195 * symtab.c (main_progspace_key): New global.
196 (struct main_info): New.
197 (name_of_main, language_of_main): Remove.
198 (get_main_info, main_info_cleanup): New function.
199 (set_main_name, main_name, main_language): Use get_main_info.
200 (_initialize_symtab): Initialize main_progspace_key.
201
202 2014-01-15 Tom Tromey <tromey@redhat.com>
203
204 * dbxread.c (process_one_symbol): Update.
205 * dwarf2read.c (read_partial_die): Update.
206 * symfile.c (set_initial_language): Call main_language.
207 * symtab.c (language_of_main): Now static.
208 (set_main_name): Add 'lang' parameter.
209 (find_main_name): Update.
210 (main_language): New function.
211 (symtab_observer_executable_changed): Update.
212 * symtab.h (set_main_name): Update.
213 (language_of_main): Remove.
214 (main_language): Declare.
215
216 2014-01-15 Tom Tromey <tromey@redhat.com>
217
218 * symfile.c (init_entry_point_info): Use new "initialized" field.
219 Update.
220 * objfiles.h (struct entry_point) <initialized>: New field.
221 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
222 (struct objfile) <ei>: ...here. Remove.
223 * objfiles.c (entry_point_address_query): Update.
224
225 2014-01-15 Tom Tromey <tromey@redhat.com>
226
227 * objfiles.c (entry_point_address_query): Relocate entry point
228 address.
229 (objfile_relocate1): Do not relocate entry point address.
230 * objfiles.h (struct entry_info) <entry_point>: Update comment.
231 <the_bfd_section_index>: New field.
232 * symfile.c (init_entry_point_info): Find the entry point's
233 section.
234
235 2014-01-15 Tom Tromey <tromey@redhat.com>
236
237 * solib-frv.c (enable_break): Use entry_point_address_query.
238
239 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
240
241 * NEWS: Add note on improved process record-replay on
242 arm*-linux* targets.
243
244 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
245
246 * arm-tdep.c (enum arm_record_result): New enum.
247 (arm_record_unsupported_insn): New function.
248 (arm_record_coproc_data_proc): Removed.
249 (thumb2_record_ld_st_multiple): New function.
250 (thumb2_record_ld_st_dual_ex_tbb): New function.
251 (thumb2_record_data_proc_sreg_mimm): New function.
252 (thumb2_record_ps_dest_generic): New function.
253 (thumb2_record_branch_misc_cntrl): New function.
254 (thumb2_record_str_single_data): New function.
255 (thumb2_record_ld_mem_hints): New function.
256 (thumb2_record_ld_word): New function.
257 (thumb2_record_lmul_lmla_div): New function.
258 (thumb2_record_decode_insn_handler): New function.
259 (decode_insn): Add thumb32 instruction handlers.
260
261 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
262
263 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
264 (struct arm_linux_record_tdep): Declare.
265 (arm_canonicalize_syscall): New function.
266 (arm_all_but_pc_registers_record): New function.
267 (arm_linux_syscall_record): New function.
268 (arm_linux_init_abi): Add syscall recording constructs.
269 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
270 decoding. (arm_record_coproc_data_proc): Update arm syscall
271 decoding.
272 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
273 <arm_syscall_record>: New field.
274 * configure.tgt (arm*-*-linux*): Add linux-record.o to
275 gdb_target_obs.
276
277 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
278
279 * arm-tdep.c (thumb_record_misc): Update to use sp as base
280 register for push instruction recording.
281
282 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
283
284 * arm-tdep.c (thumb_record_misc): Update to correct logical
285 error while recording ldm, ldmia and pop instructions.
286
287 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
288
289 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
290
291 2014-01-15 Pedro Alves <palves@redhat.com>
292
293 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
294 (go32_resume, go32_fetch_registers, store_register)
295 (go32_store_registers, go32_prepare_to_store)
296 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
297 (go32_create_inferior, go32_can_run, go32_terminal_init)
298 (go32_terminal_inferior, go32_terminal_ours): Delete forward
299 declarations.
300
301 2014-01-15 Tom Tromey <tromey@redhat.com>
302
303 * target.h (async_callback_ftype): New typedef.
304 (struct target_ops) <to_async>: Use it.
305
306 2014-01-15 Joel Brobecker <brobecker@adacore.com>
307
308 * python/py-value.c (get_field_type): Remove unnecessary curly
309 braces for single-statement if block.
310
311 2014-01-15 Joel Brobecker <brobecker@adacore.com>
312
313 * python/py-type.c (convert_field): Add missing empty line
314 after declarations.
315
316 2014-01-14 Doug Evans <dje@google.com>
317
318 * symfile.h (expand_symtabs_matching): Renamed from
319 expand_partial_symbol_names. Update prototype.
320 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
321 * symfile.c (expand_symtabs_matching): Renamed from
322 expand_partial_symbol_names. New args file_matcher, kind.
323 Rename arg fun to symbol_matcher.
324 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
325 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
326 ada_expand_partial_symbol_name.
327 (ada_make_symbol_completion_list): Update to call
328 expand_symtabs_matching.
329 (ada_add_global_exceptions): Call expand_symtabs_matching.
330 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
331 call map_symbol_filenames.
332 * symtab.c (sources_info): Update to call map_symbol_filenames.
333 (search_symbols): Call expand_symtabs_matching.
334 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
335 (default_make_symbol_completion_list_break_on): Update to call
336 expand_symtabs_matching.
337 (make_source_files_completion_list): Update to call
338 map_symbol_filenames.
339
340 2014-01-14 Doug Evans <dje@google.com>
341
342 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
343 (expand_symtabs_symbol_matcher_ftype): New typedef.
344 (quick_symbol_functions.expand_symtabs_matching): Update to use.
345 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
346 * symfile.c (expand_partial_symbol_names): Update to use
347 expand_symtabs_symbol_matcher_ftype.
348 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
349 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
350 Arg name_matcher renamed to symbol_matcher.
351 * psymtab.c (recursively_search_psymtabs): Update to use
352 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
353 sym_matcher.
354 (expand_symtabs_matching_via_partial): Update to use
355 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
356 Arg name_matcher renamed to symbol_matcher.
357
358 2014-01-14 Doug Evans <dje@google.com>
359
360 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
361 (map_partial_symbol_filenames): Ditto.
362 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
363 (map_partial_symbol_filenames): Ditto.
364 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
365 (map_partial_symbol_filenames): Ditto.
366 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
367 (map_partial_symbol_filenames): Ditto.
368 * symtab.c: Delete #include "psymtab.h".
369
370 2014-01-14 Pedro Alves <palves@redhat.com>
371 Tom Tromey <tromey@redhat.com>
372
373 * infrun.c (use_displaced_stepping): Use find_record_target
374 instead of RECORD_IS_USED.
375 (adjust_pc_after_break): Use record_full_is_used instead of
376 RECORD_IS_USED.
377 * record-btrace.c (record_btrace_open): Call record_preopen
378 instead of checking RECORD_IS_USED.
379 * record-full.c (record_full_shortname)
380 (record_full_core_shortname): New globals.
381 (record_full_is_used): New function.
382 (find_full_open): Call record_preopen instead of checking
383 RECORD_IS_USED.
384 (init_record_full_ops): Set the target's shortname to
385 record_full_shortname.
386 (init_record_full_core_ops): Set the target's shortname to
387 record_full_core_shortname.
388 * record-full.h (record_full_is_used): Declare.
389 * record.c (find_record_target): Make extern.
390 (record_preopen): New function.
391 * record.h (RECORD_IS_USED): Delete macro.
392 (find_record_target, record_preopen): Declare functions.
393
394 2014-01-14 Yao Qi <yao@codesourcery.com>
395
396 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
397 'len''s type to ULONGEST.
398 (core_xfer_shared_libraries_aix): Likewise.
399 * gdbarch.c, gdbarch.h: Regenerated.
400 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
401 Change type of 'len' to ULONGEST.
402 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
403 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
404
405 2014-01-14 Yao Qi <yao@codesourcery.com>
406
407 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
408 type of 'len' to ULONGEST.
409 (linux_xfer_osdata_processgroups): Likewise.
410 (linux_xfer_osdata_threads): Likewise.
411 (linux_xfer_osdata_fds): Likewise.
412 (linux_xfer_osdata_isockets): Likewise.
413 (linux_xfer_osdata_shm): Likewise.
414 (linux_xfer_osdata_sem): Likewise.
415 (linux_xfer_osdata_msg): Likewise.
416 (linux_common_xfer_osdata): Likewise.
417 (struct osdata_type) <getter>: Likewise.
418 * common/linux-osdata.h (linux_common_xfer_osdata): Update
419 the declaration.
420
421 2014-01-14 Yao Qi <yao@codesourcery.com>
422
423 * target.h (target_xfer_partial_ftype): Update.
424 (struct target_ops) <to_xfer_partial>: Change 'len' type to
425 ULONGEST.
426 * aix-thread.c (aix_thread_xfer_partial): Change type of
427 argument 'len' to ULONGEST.
428 * auxv.c (procfs_xfer_auxv): Likewise.
429 (ld_so_xfer_auxv): Likewise.
430 (memory_xfer_auxv): Likewise.
431 * bfd-target.c (target_bfd_xfer_partial): Likewise.
432 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
433 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
434 * corelow.c (core_xfer_partial): Likewise.
435 * ctf.c (ctf_xfer_partial): Likewise.
436 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
437 '%u'.
438 (darwin_read_dyld_info): Likewise.
439 (darwin_xfer_partial): Likewise.
440 * exec.c (section_table_xfer_memory_partial): Likewise.
441 (exec_xfer_partial): Likewise.
442 * exec.h (section_table_xfer_memory_partial): Update
443 declaration.
444 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
445 instead of plongest.
446 (gnu_xfer_partial): Likewise.
447 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
448 (ia64_hpux_xfer_solib_got): Likewise.
449 (ia64_hpux_xfer_partial): Likewise.
450 * ia64-linux-nat.c (ia64_linux_xfer_partial):
451 * inf-ptrace.c (inf_ptrace_xfer_partial):
452 * inf-ttrace.c (inf_ttrace_xfer_partial):
453 * linux-nat.c (linux_xfer_siginfo): Likewise.
454 (linux_nat_xfer_partial): Likewise.
455 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
456 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
457 * monitor.c (monitor_xfer_memory): Likewise.
458 (monitor_xfer_partial): Likewise.
459 * procfs.c (procfs_xfer_partial): Likewise.
460 * record-full.c (record_full_xfer_partial): Likewise.
461 (record_full_core_xfer_partial): Likewise.
462 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
463 instead of plongest.
464 (gdbsim_xfer_partial): Likewise.
465 * remote.c (remote_xfer_partial): Likewise.
466 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
467 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
468 declaration.
469 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
470 (rs6000_xfer_shared_libraries): Likewise.
471 * sol-thread.c (sol_thread_xfer_partial): Likewise.
472 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
473 (sparc_xfer_partial): Likewise.
474 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
475 (spu_xfer_partial): Likewise.
476 * spu-multiarch.c (spu_xfer_partial): Likewise.
477 * target.c (target_read_live_memory): Likewise.
478 (memory_xfer_live_readonly_partial): Likewise.
479 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
480 (target_xfer_partial, default_xfer_partial): Likewise.
481 (current_xfer_partial): Likewise.
482 * tracepoint.c (tfile_xfer_partial): Likewise.
483 * windows-nat.c (windows_xfer_memory): Likewise. Call
484 pulongest instead of plongest.
485 (windows_xfer_partial): Likewise.
486 (windows_xfer_shared_libraries): Likewise.
487
488 2014-01-14 Yao Qi <yao@codesourcery.com>
489
490 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
491 target_xfer_partial_ftype.
492
493 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
494
495 PR python/15464
496 PR python/16113
497 * valops.c (value_struct_elt_bitpos): New function
498 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
499 object to 'None' if the field name is an empty string ("").
500 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
501 attribute to look for a field when 'name' is 'None'.
502 (get_field_type): New function
503
504 2014-01-13 Doug Evans <dje@google.com>
505
506 PR symtab/16426
507 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
508 (try_open_dwop_file): Ditto.
509 * gdb_bfd.c: #include "vec.h".
510 (bfdp): New typedef.
511 (struct gdb_bfd_data): New member included_bfds.
512 (gdb_bfd_unref): Unref all included bfds.
513 (gdb_bfd_record_inclusion): New function.
514 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
515
516 2014-01-13 Tom Tromey <tromey@redhat.com>
517
518 * gdbcore.h (deprecated_core_resize_section_table): Remove.
519
520 2014-01-13 Tom Tromey <tromey@redhat.com>
521
522 * defs.h (use_windows): Remove.
523 * gdb.c (main): Update.
524 * main.c (captured_main, gdb_main): Update.
525 * main.h (struct captured_main_args) <use_windows>: Remove.
526 * top.c (use_windows): Remove.
527
528 2014-01-13 Tom Tromey <tromey@redhat.com>
529
530 * defs.h (deprecated_flush_hook): Remove.
531
532 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 PR threads/16216
535 * linux-thread-db.c (try_thread_db_load): Add parameter
536 check_auto_load_safe. Move here the file_is_auto_load_safe call.
537 (try_thread_db_load_from_pdir_1): Move it there from here.
538 (try_thread_db_load_from_sdir): Update caller.
539 (try_thread_db_load_from_dir): Move it there from here.
540
541 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
542
543 * regformats/regdat.sh: Always rewrite the register file.
544
545 2014-01-13 Pedro Alves <palves@redhat.com>
546
547 * Makefile.in (CHECK_HEADERS): New variable.
548 (check-headers:): New rule.
549
550 2014-01-13 Tom Tromey <tromey@redhat.com>
551
552 * cli/cli-setshow.c (do_set_command): Update.
553 * defs.h (deprecated_set_hook): Remove.
554 * top.c (deprecated_set_hook): Remove.
555
556 2014-01-13 Pedro Alves <palves@redhat.com>
557
558 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
559 the tracepoint if the PC is a pseudo-register.
560
561 2014-01-13 Tom Tromey <tromey@redhat.com>
562
563 * defs.h (XCALLOC): Remove.
564 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
565 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
566 * dwarf2loc.c (allocate_piece_closure): Likewise.
567 * elfread.c (elf_symfile_segments): Likewise.
568 (elf_symfile_segments): Likewise.
569 * gdbtypes.c (copy_type_recursive): Likewise.
570 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
571 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
572 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
573 XCALLOC.
574 * mt-tdep.c (mt_gdbarch_init): Likewise.
575 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
576 XCALLOC.
577 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
578 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
579 * registry.c (registry_alloc_data): Likewise.
580 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
581 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
582 * serial.c (serial_fdopen_ops): Likewise.
583 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
584 XCALLOC.
585 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
586 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
587 not XCALLOC.
588
589 2014-01-13 Tom Tromey <tromey@redhat.com>
590
591 * defs.h (XMALLOC): Remove.
592 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
593 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
594 * cli-out.c (struct ui_out *): Likewise.
595 * cli/cli-dump.c (add_dump_command): Likewise.
596 (add_dump_command): Likewise.
597 * complaints.c (get_complaints): Likewise.
598 (find_complaint): Likewise.
599 * dwarf2-frame.c (execute_cfa_program): Likewise.
600 * dwarf2read.c (abbrev_table_read_table): Likewise.
601 * gdbarch.sh: Likewise.
602 * gdbarch.c: Rebuild.
603 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
604 * interps.c (interp_new): Likewise.
605 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
606 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
607 * mi/mi-console.c (mi_console_file_new): Likewise.
608 * mi/mi-interp.c (mi_interpreter_init): Likewise.
609 * mi/mi-out.c (mi_out_new): Likewise.
610 * mi/mi-parse.c (mi_parse): Likewise.
611 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
612 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
613 * observer.c (xalloc_observer_list_node): Likewise.
614 * regcache.c (regcache_xmalloc_1): Likewise.
615 * reggroups.c (reggroup_new): Likewise.
616 (_initialize_reggroup): Likewise.
617 * registry.c (register_data_with_cleanup): Likewise.
618 * remote.c (remote_notif_stop_alloc_reply): Likewise.
619 * ser-base.c (serial_ttystate): Likewise.
620 * ser-mingw.c (make_pipe_state): Likewise.
621 * ser-pipe.c (pipe_open): Likewise.
622 * serial.c (serial_open): Likewise.
623 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
624 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
625 (tui_alloc_win_info): Likewise.
626 (tui_add_content_elements): Likewise.
627 * tui/tui-file.c (tui_file_new): Likewise.
628 * tui/tui-out.c (tui_out_new): Likewise.
629 * ui-file.c (mem_file_new): Likewise.
630 * ui-out.c (push_level): Likewise.
631 (make_cleanup_ui_out_end): Likewise.
632 (append_header_to_list): Likewise.
633 (ui_out_new): Likewise.
634 * user-regs.c (user_reg_add_builtin): Likewise.
635
636 2014-01-13 Tom Tromey <tromey@redhat.com>
637
638 * defs.h (XZALLOC): Remove.
639 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
640 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
641 (get_ada_tasks_inferior_data): Likewise.
642 * auto-load.c (get_auto_load_pspace_data): Likewise.
643 * auxv.c (get_auxv_inferior_data): Likewise.
644 * bfd-target.c (target_bfd_reopen): Likewise.
645 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
646 (deprecated_insert_raw_breakpoint): Likewise.
647 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
648 * corelow.c (core_open): Likewise.
649 * darwin-nat.c (darwin_check_new_threads): Likewise.
650 (darwin_attach_pid): Likewise.
651 * dummy-frame.c (dummy_frame_push): Likewise.
652 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
653 * dwarf2loc.c (allocate_piece_closure): Likewise.
654 * elfread.c (elf_symfile_segments): Likewise.
655 * eval.c (ptrmath_type_p): Likewise.
656 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
657 * gdbtypes.c (alloc_type_arch): Likewise.
658 (alloc_type_instance): Likewise.
659 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
660 * inf-child.c (inf_child_can_use_agent): Likewise.
661 * inflow.c (get_inflow_inferior_data): Likewise.
662 * infrun.c (save_infcall_suspend_state): Likewise.
663 * jit.c (jit_reader_load): Likewise.
664 (get_jit_objfile_data): Likewise.
665 (get_jit_program_space_data): Likewise.
666 (jit_object_open_impl): Likewise.
667 (jit_symtab_open_impl): Likewise.
668 (jit_block_open_impl): Likewise.
669 (jit_frame_sniffer): Likewise.
670 * linux-fork.c (add_fork): Likewise.
671 * maint.c (make_command_stats_cleanup): Likewise.
672 * objfiles.c (get_objfile_pspace_data): Likewise.
673 * opencl-lang.c (struct lval_closure): Likewise.
674 * osdata.c (osdata_start_osdata): Likewise.
675 * progspace.c (new_address_space): Likewise.
676 (add_program_space): Likewise.
677 * remote-sim.c (get_sim_inferior_data): Likewise.
678 * sh-tdep.c (sh_gdbarch_init): Likewise.
679 * skip.c (Ignore): Likewise.
680 (skip_delete_command): Likewise.
681 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
682 (library_list_start_library): Likewise.
683 (solib_aix_current_sos): Likewise.
684 * solib-darwin.c (get_darwin_info): Likewise.
685 (darwin_current_sos): Likewise.
686 * solib-dsbt.c (get_dsbt_info): Likewise.
687 * solib-ia64-hpux.c (new_so_list): Likewise.
688 (ia64_hpux_get_solib_linkage_addr): Likewise.
689 * solib-spu.c (append_ocl_sos): Likewise.
690 (spu_current_sos): Likewise.
691 * solib-svr4.c (get_svr4_info): Likewise.
692 (svr4_keep_data_in_core): Likewise.
693 (library_list_start_library): Likewise.
694 (svr4_default_sos): Likewise.
695 (svr4_read_so_list): Likewise.
696 * solib-target.c (library_list_start_library): Likewise.
697 (solib_target_current_sos): Likewise.
698 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
699 * symfile-debug.c (install_symfile_debug_logging): Likewise.
700 * symfile.c (default_symfile_segments): Likewise.
701 * target-descriptions.c (tdesc_data_init): Likewise.
702 (tdesc_create_reg): Likewise.
703 (struct tdesc_type *): Likewise.
704 (tdesc_create_vector): Likewise.
705 (tdesc_set_struct_size): Likewise.
706 (struct tdesc_type *): Likewise.
707 (tdesc_free_feature): Likewise.
708 (tdesc_create_feature): Likewise.
709 * windows-nat.c (windows_add_thread): Likewise.
710 (windows_make_so): Likewise.
711 * xml-support.c (gdb_xml_body_text): Likewise.
712 (gdb_xml_create_parser_and_cleanup): Likewise.
713 (xml_process_xincludes): Likewise.
714 * xml-syscall.c (allocate_syscalls_info): Likewise.
715 (syscall_create_syscall_desc): Likewise.
716
717 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
718
719 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
720 function, with code from i386_stap_parse_special_token.
721 (i386_stap_parse_special_token_three_arg_disp): Likewise.
722 (i386_stap_parse_special_token): Move code to the two functions
723 above; simplify it.
724
725 2014-01-09 Pedro Alves <palves@redhat.com>
726 Hui Zhu <hui@codesourcery.com>
727
728 PR gdb/16101
729 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
730 bp_err_string. Don't mark the location shlib_disabled if the
731 error thrown wasn't a generic or memory error. Catch errors
732 thrown while inserting breakpoints in overlayed code. Output
733 error message of software breakpoints.
734 * remote.c (remote_insert_breakpoint): If this breakpoint has
735 target-side commands but this stub doesn't support Z0 packets,
736 throw NOT_SUPPORTED_ERROR error.
737 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
738 * target.h (target_insert_breakpoint): Extend comment.
739 (target_insert_hw_breakpoint): Add comment.
740
741 2014-01-08 Pedro Alves <palves@redhat.com>
742
743 * remote.c (remote_add_thread): Add threads silently if starting
744 up.
745 (remote_notice_new_inferior): If in all-stop, and starting up,
746 don't call notice_new_inferior.
747 (get_current_thread): New function, factored out from ...
748 (add_current_inferior_and_thread): ... this. Adjust.
749 (remote_start_remote) <all-stop>: Fetch the thread list. If we
750 found any thread, then select the remote's current thread as GDB's
751 current thread too.
752
753 2014-01-08 Joel Brobecker <brobecker@adacore.com>
754
755 * NEWS: Create a new section for the next release branch.
756 Rename the section of the current branch, now that it has
757 been cut.
758
759 2014-01-08 Joel Brobecker <brobecker@adacore.com>
760
761 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
762 * version.in: Bump version to 7.7.50.DATE-cvs.
763
764 2014-01-08 Yao Qi <yao@codesourcery.com>
765
766 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
767 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
768 (spu_xfer_partial): Cast 'buf' to 'const char *'.
769
770 2014-01-08 Yao Qi <yao@codesourcery.com>
771
772 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
773 return value of bfd_get_filename to symbol_file_add_from_bfd.
774
775 2014-01-08 Pierre Muller <muller@sourceware.org>
776
777 Fix PR16201.
778 * coff-pe-read.c (struct read_pe_section_data): Add index field.
779 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
780 to prim_record_mininal_symbol_and_info.
781 (add_pe_forwarded_sym): Use known section number of forwarded symbol
782 in call to prim_record_minimal_symbol_and_info.
783 (read_pe_exported_syms): Set index field of section_data.
784
785 2014-01-07 Andrew Pinski <apinski@cavium.com>
786
787 * features/aarch64-core.xml (cpsr): Change to be 64bit.
788 * features/aarch64.c: Regenerate.
789
790 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
791
792 * target.c (return_null): Define.
793 (update_current_target): Use it instead of return_zero for
794 functions that return a pointer.
795
796 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
797
798 * source.c (add_path): Fix check for duplicated paths in the previously
799 included paths.
800
801 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
802
803 * ada-lang.c: Remove duplicated include statements.
804 * alphabsd-nat.c: Ditto.
805 * amd64-darwin-tdep.c: Ditto.
806 * amd64fbsd-nat.c: Ditto.
807 * auto-load.c: Ditto.
808 * ax-gdb.c: Ditto.
809 * breakpoint.c: Ditto.
810 * dbxread.c: Ditto.
811 * fork-child.c: Ditto.
812 * gdb_usleep.c: Ditto.
813 * i386-darwin-tdep.c: Ditto.
814 * i386fbsd-nat.c: Ditto.
815 * infcmd.c: Ditto.
816 * inferior.c: Ditto.
817 * jv-lang.c: Ditto.
818 * linux-nat.c: Ditto.
819 * linux-tdep.c: Ditto.
820 * m68kbsd-nat.c: Ditto.
821 * m68klinux-nat.c: Ditto.
822 * microblaze-tdep.c: Ditto.
823 * mips-linux-tdep.c: Ditto.
824 * mn10300-tdep.c: Ditto.
825 * nto-tdep.c: Ditto.
826 * opencl-lang.c: Ditto.
827 * osdata.c: Ditto.
828 * printcmd.c: Ditto.
829 * regcache.c: Ditto.
830 * remote-m32r-sdi.c: Ditto.
831 * remote.c: Ditto.
832 * symfile.c: Ditto.
833 * symtab.c: Ditto.
834 * tilegx-linux-nat.c: Ditto.
835 * tilegx-tdep.c: Ditto.
836 * tracepoint.c: Ditto.
837 * valops.c: Ditto.
838 * vaxbsd-nat.c: Ditto.
839 * windows-nat.c: Ditto.
840 * xtensa-tdep.c: Ditto.
841
842 2014-01-07 Yao Qi <yao@codesourcery.com>
843
844 * spu-linux-nat.c (_initialize_spu_nat): Declare.
845
846 2014-01-07 Yao Qi <yao@codesourcery.com>
847 Joel Brobecker <brobecker@adacore.com>
848
849 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
850 (pdc_write_regs): Likewise.
851 (fetch_regs_kernel_thread): Likewise.
852 (store_regs_kernel_thread): Likewise.
853
854 2014-01-07 Joel Brobecker <brobecker@adacore.com>
855
856 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
857 tagged type objects to their actual type.
858
859 2014-01-07 Joel Brobecker <brobecker@adacore.com>
860
861 * ada-valprint.c (print_field_values): Add "language" parameter.
862 Update calls to print_field_values and print_variant_part.
863 Pass new parameter "language" in call to val_print instead
864 of "current_language". Replace call to ada_val_print by call
865 to val_print.
866 (print_variant_part): Add "language" parameter.
867 (ada_val_print_struct_union): Update call to print_field_values.
868
869 2014-01-07 Joel Brobecker <brobecker@adacore.com>
870
871 * ada-valprint.c (ui_memcpy): Delete.
872 (ada_print_floating): Update documentation. Add empty line
873 between between function documentation and implementation.
874 Delete variable "buffer". Use ui_file_xstrdup in place of
875 ui_file_put. Minor adjustments following this change.
876
877 2014-01-07 Joel Brobecker <brobecker@adacore.com>
878
879 * ada-valprint.c (ada_val_print_string): New function,
880 extracted from ada_val_print_array.
881 (ada_val_print_array): Replace extracted code by call
882 to ada_val_print_string followed by a return. Move
883 "else" branch to the function's top block.
884
885 2014-01-07 Joel Brobecker <brobecker@adacore.com>
886
887 * ada-valprint.c (ada_val_print_array): Move implementation
888 down. Rename parameter "offset" and "val" into "offset_aligned"
889 and "original_value" respectively. Add parameter "offset".
890
891 2014-01-07 Joel Brobecker <brobecker@adacore.com>
892
893 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
894 re-organizing the code. Change the "???" message printed
895 when target type is a TYPE_CODE_UNDEF into
896 "<ref to undefined type>".
897
898 2014-01-07 Joel Brobecker <brobecker@adacore.com>
899
900 * ada-valprint.c (print_record): Delete, implementation inlined...
901 (ada_val_print_struct_union): ... here. Remove call to
902 ada_check_typedef in inlined implementation.
903
904 2014-01-07 Joel Brobecker <brobecker@adacore.com>
905
906 * ada-valprint.c (ada_val_print_gnat_array): New function,
907 extracted from ada_val_print_1;
908 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
909 (ada_val_print_flt, ada_val_print_struct_union)
910 (ada_val_print_ref): Likewise.
911 (ada_val_print_1): Delete variables i and elttype.
912 Replace extracted-out code by call to corresponding
913 new functions.
914
915 2014-01-07 Joel Brobecker <brobecker@adacore.com>
916
917 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
918
919 2014-01-07 Joel Brobecker <brobecker@adacore.com>
920
921 * ada-valprint.c (ada_val_print_1): Replace calls to
922 ada_val_print_1 by calls to val_print.
923
924 2014-01-07 Joel Brobecker <brobecker@adacore.com>
925
926 * ada-valprint.c (ada_val_print_1): Add parameter "language".
927 Update calls to self accordingly. Replace calls to c_val_print
928 by calls to val_print.
929
930 2014-01-07 Joel Brobecker <brobecker@adacore.com>
931
932 * ada-valprint.c (print_record): Delete declaration.
933 (adjust_type_signedness, ada_val_print_1): Likewise.
934 (ada_val_print): Move function implementation down.
935 (print_variant_part, print_field_values, print_record):
936 Move function implementation up.
937
938 2014-01-07 Joel Brobecker <brobecker@adacore.com>
939
940 * python/py-type.c (typy_get_name): New function.
941 (type_object_getset): Add entry for attribute "name".
942 * NEWS: Add entry mentioning this new attribute.
943
944 2014-01-07 Yao Qi <yao@codesourcery.com>
945
946 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
947 statement.
948
949 2014-01-07 Yao Qi <yao@codesourcery.com>
950
951 * gnu-nat.c (info_port_rights): Add qualifier const to
952 argument args.
953
954 2014-01-07 Yao Qi <yao@codesourcery.com>
955
956 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
957
958 2014-01-07 Yao Qi <yao@codesourcery.com>
959
960 * gnu-nat.c (make_inf) Update declaration.
961 (make_inf): Make it static.
962 (inf_set_traced): Likewise.
963 (inf_port_to_thread, inf_task_died_status): Likewise.
964
965 2014-01-07 Yao Qi <yao@codesourcery.com>
966
967 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
968
969 2014-01-07 Yao Qi <yao@codesourcery.com>
970
971 * gnu-nat.c (_initialize_gnu_nat): Declare.
972
973 2014-01-07 Yao Qi <yao@codesourcery.com>
974
975 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
976 'enum bfd_endian'.
977 (struct gdbarch_info) <byte_order>: Change type to
978 'enum bfd_endian'.
979 <byte_order_for_code>: Likewise.
980 * gdbarch.c, gdbarch.h: Regenerated.
981
982 2014-01-06 Sasha Smundak <asmundak@google.com>
983
984 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
985
986 2014-01-06 Tom Tromey <tromey@redhat.com>
987
988 * doublest.c (convert_doublest_to_floatformat): Use const, not
989 CONST.
990 * somread.c (som_symtab_read): Likewise.
991
992 2014-01-07 Hui Zhu <hui@codesourcery.com>
993
994 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
995 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
996 (gdb_bfd_fopen): Ditto.
997 (gdb_bfd_openr): Ditto.
998 (gdb_bfd_openw): Ditto.
999 (gdb_bfd_openr_iovec): Ditto.
1000 (gdb_bfd_fdopenr): Ditto.
1001 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1002 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1003 with xstrdup.
1004 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1005 with xstrdup.
1006 * symfile-mem.c (symbol_file_add_from_memory): Removed
1007 gdb_bfd_stash_filename.
1008
1009 2014-01-03 Doug Evans <dje@google.com>
1010
1011 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1012 output.
1013
1014 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1015
1016 Update year range in copyright notice of all files.
1017
1018 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1019
1020 * top.c (print_gdb_version): Set copyright year to 2014.
1021
1022 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1023
1024 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1025
1026 For older changes see ChangeLog-2013.
1027 \f
1028 Local Variables:
1029 mode: change-log
1030 left-margin: 8
1031 fill-column: 74
1032 version-control: never
1033 coding: utf-8
1034 End: