gdb: New maint info line-table command.
[external/binutils.git] / gdb / ChangeLog
1 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
2
3         * symmisc.c (maintenance_info_line_tables): New function.
4         (maintenance_print_one_line_table): New function.
5         (_initialize_symmisc): Register 'maint info line-table' command.
6         * NEWS: Mention new command.
7
8 2016-03-11  Marcin Kościelnicki  <koriakin@0x04.net>
9
10         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
11         (s390_ax_pseudo_register_push_stack): New function.
12         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
13         ax_pseudo_register_push_stack hooks.
14
15 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
16
17         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
18         gdb/function/as_string.py.
19         * python/lib/gdb/function/as_string.py: New file.
20         * NEWS: Mention the new $_as_string function.
21
22 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
23
24         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
25
26 2016-03-09  Pedro Alves  <palves@redhat.com>
27
28         * event-top.c (more_to_come): Delete.
29         (struct readline_input_state): Delete.
30         (readline_input_state): Delete.
31         (get_command_line_buffer): New function.
32         (command_handler): Update comments.  Don't handle NULL commands
33         here.  Do not execute commented lines.
34         (command_line_append_input_line): New function.
35         (handle_line_of_input): New function, partly based on
36         command_line_handler and command_line_input.
37         (command_line_handler): Rewrite.
38         * event-top.h (command_handler): New declaration.
39         (command_loop): Defer command execution to command_handler.
40         (command_line_input): Update comments.  Simplify, using struct
41         buffer and handle_line_of_input.
42         * top.h (struct buffer): New forward declaration.
43         (handle_line_of_input): New declaration.
44
45 2016-03-09  Pedro Alves  <palves@redhat.com>
46
47         * event-top.c (command_line_handler): Use xfree + xstrdup instead
48         of xrealloc + strcpy.
49         * main.c (captured_main): Use xstrdup instead of xmalloc plus
50         manual clear.
51         * top.c (saved_command_line): Rewrite comment.
52         (saved_command_line_size): Delete.
53         (command_line_input): Use xfree + xstrdup instead of xrealloc +
54         strcpy.
55         * top.h (saved_command_line_size): Delete declaration.
56
57 2016-03-09  Pedro Alves  <palves@redhat.com>
58
59         * event-top.c: Include buffer.h.
60         (gdb_readline_no_editing_callback): Use struct buffer instead
61         of xrealloc.
62
63 2016-03-09  Pedro Alves  <palves@redhat.com>
64
65         * common/buffer.h (buffer_grow_char): New function.
66         * top.c: Include buffer.h.
67         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
68         'prompt'.  Use struct buffer instead of xrealloc.
69
70 2016-03-09  Pedro Alves  <palves@redhat.com>
71
72         * defs.h (gdb_readline): Delete declaration.
73         * top.c (gdb_readline): Rename to ...
74         (gdb_readline_no_editing): ... this, and make static.
75
76 2016-03-09  Pedro Alves  <palves@redhat.com>
77
78         * utils.c (prompt_for_continue): Update comments.
79
80 2016-03-09  Pedro Alves  <palves@redhat.com>
81
82         * event-top.c (async_annotation_suffix): Delete.
83         (top_level_prompt, command_line_handler): Don't use
84         'async_annotation_suffix' and simplify.
85         * event-top.h (async_annotation_suffix): Delete declaration.
86         (init_main): Remove reference to 'async_annotation_suffix'.
87
88 2016-03-09  Pedro Alves  <palves@redhat.com>
89
90         * event-top.c (gdb_readline2): Rename to ...
91         (gdb_readline_no_editing_callback): ... this.
92         (change_line_handler, stdin_event_handler)
93         (gdb_setup_readline): Adjust.
94         * event-top.h (gdb_readline2): Rename to ...
95         (gdb_readline_no_editing_callback): ... this, and move closer to
96         other readline-related declarations.
97         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
98
99 2016-03-09  Pedro Alves  <palves@redhat.com>
100
101         * top.c (window_hook): Delete.
102         (command_loop): Remove references to window_hook.
103
104 2016-03-09  Pedro Alves  <palves@redhat.com>
105
106         * gdb.base/command-line-input.exp: New file.
107
108 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
109
110         * corefile.c (safe_read_memory_unsigned_integer): New function.
111         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
112         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
113
114 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
115
116         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
117         (rs6000_gen_return_address): New function.
118         (rs6000_gdbarch_init): Wire in the above.
119
120 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
121
122         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
123         (rs6000_gdbarch_init): Wire in the above.
124
125 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
126
127         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
128         instructions that do nothing or are conditional traps.
129
130 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
131
132         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
133         frame func's PC in info->func before any other failure can occur.
134         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
135         info->func has been filled out.
136
137 2016-03-09  Pedro Alves  <palves@redhat.com>
138
139         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
140
141 2016-03-09  Pedro Alves  <palves@redhat.com>
142
143         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
144
145 2016-03-09  Pedro Alves  <palves@redhat.com>
146
147         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
148         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
149
150 2016-03-09  Pedro Alves  <palves@redhat.com>
151
152         * doublest.c: Extend comments.
153         (floatformat_to_doublest, floatformat_from_doublest): Copy the
154         floatformat's total size, not the host type's size.
155
156 2016-03-09  Pedro Alves  <palves@redhat.com>
157
158         * doublest.c (floatformat_totalsize_bytes): New function.
159         (floatformat_from_type): Assert that the type's length is at least
160         as long as the floatformat's totalsize.
161         * doublest.h (floatformat_totalsize_bytes): New declaration.
162         * gdbtypes.c (arch_float_type): Assert that the type's length is
163         at least as long as the floatformat's totalsize.
164
165 2016-03-09  Pedro Alves  <palves@redhat.com>
166
167         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
168         format to floatformats_ieee_double.
169
170 2016-03-07  Pedro Alves  <palves@redhat.com>
171
172         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
173         before calling bfd_get_flavour.
174
175 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
176
177         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
178         (avr_push_dummy_call): Correct last needed argument register.
179         Write MSB of argument into register and subsequent bytes into
180         other registers in decreasing order.
181
182 2016-03-04  Yao Qi  <yao.qi@linaro.org>
183
184         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
185         condition check.  Record the right D register number.
186
187 2016-03-04  Yao Qi  <yao.qi@linaro.org>
188
189         * arm-tdep.c (arm_record_extension_space): Remove code
190         printing "Process record does not support".
191         (arm_record_data_proc_misc_ld_str): Likewise.
192         (decode_insn): Call arm_record_extension_space if condition
193         is 0xf.  Call arm_record_unsupported_insn if ret isn't
194         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
195         the value of thumb2_record_decode_insn_handler.
196
197 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
198
199         * features/feature_to_c.sh: Print the help when passing no
200         argument.
201
202 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
203
204         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
205
206 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
207
208         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
209
210 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
211
212         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
213         exception when attempting to access the inferior's backchain.
214
215 2016-02-29  Yao Qi  <yao.qi@linaro.org>
216
217         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
218         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
219         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
220         for aarch64_sys_epoll_create1.
221
222 2016-02-29  Yao Qi  <yao.qi@linaro.org>
223
224         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
225         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
226         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
227         * linux-record.c (record_linux_system_call): Handle them.
228
229 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
230
231         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
232         cyclic imports.
233
234 2016-02-26  Keith Seitz  <keiths@redhat.com>
235
236         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
237         to avoid invalid conversion from void *.
238
239 2016-02-26  Yao Qi  <yao.qi@linaro.org>
240
241         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
242         per bit 8.  Check bit 20 instead of bit 4 for VMOV
243         instruction.  Record D registers for instructions changing
244         S registers.  Change of the order of length and address
245         in record_buf_mem array.
246
247 2016-02-26  Yao Qi  <yao.qi@linaro.org>
248
249         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
250         number of Rd.
251
252 2016-02-25  Doug Evans  <dje@google.com>
253
254         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
255         compiler warning.
256         (recv_long_data): Ditto.
257
258 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
259
260         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
261         Initialize variables.
262
263 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
264
265         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
266         (ax_reg_mask): Likewise.
267
268 2016-02-24  Pedro Alves  <palves@redhat.com>
269
270         * linux-nat.c (save_sigtrap) Delete.
271         (stop_wait_callback): Call save_stop_reason instead of
272         save_sigtrap.
273         (check_stopped_by_breakpoint): Rename to ...
274         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
275         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
276         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
277         common code between the USE_SIGTRAP_SIGINFO and
278         !USE_SIGTRAP_SIGINFO blocks.
279         (linux_nat_filter_event): Call save_stop_reason instead of
280         save_sigtrap.
281         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
282         si_code for MIPS.
283         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
284         comments on MIPS behavior.
285         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
286
287 2016-02-24  Marcin Kościelnicki  <koriakin@0x04.net>
288
289         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
290         to avoid spurious warnings.
291
292 2016-02-24  Gary Benson  <gbenson@redhat.com>
293
294         * exec.c (exec_file_locate_attach): Do not attempt to
295         locate main executable locally if not found in sysroot.
296
297 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
298
299         GDB 7.11 released.
300
301 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
302
303         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
304         unavailable PC/SP to build unavailable frame.
305
306 2016-02-23  Doug Evans  <dje@google.com>
307
308         Extend "skip" command to support -file, -gfile, -function, -rfunction.
309         * NEWS: Document new features.
310         * skip.c: #include "fnmatch.h", "gdb_regex.h".
311         (skiplist_entry) <file>: Renamed from filename.
312         <function>: Renamed from function_name.
313         <file_is_glob, function_is_regexp>: New members.
314         <compiled_function_regexp, compiled_function_regexp_is_valid>:
315         New members.
316         (make_skip_entry): New function.
317         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
318         (make_free_skiplist_entry_cleanup): New function.
319         (skip_file_command): Update.
320         (skip_function, skip_function_command): Update.
321         (compile_skip_regexp): New functions.
322         (skip_command): Add support for new options.
323         (skip_info): Update.
324         (skip_file_p, skip_gfile_p): New functions.
325         (skip_function_p, skip_rfunction_p): New functions.
326         (function_name_is_marked_for_skip): Update and simplify.
327         (_initialize_step_skip): Update.
328         * symtab.c: #include "fnmatch.h".
329         (compare_glob_filenames_for_search): New function.
330         * symtab.h (compare_glob_filenames_for_search): Declare.
331         * utils.c (count_path_elements): New function.
332         (strip_leading_path_elements): New function.
333         * utils.h (count_path_elements): Declare.
334         (strip_leading_path_elements): Declare.
335
336 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
337
338         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
339         (thumb_process_displaced_insn): Likewise.
340         (arm_process_displaced_insn): Adjust calls.
341
342 2016-02-23  Yao Qi  <yao.qi@linaro.org>
343
344         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
345         Remove.
346         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
347         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
348         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
349         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
350         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
351         <aarch64_sys_faccessat>: New.
352         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
353         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
354         <aarch64_sys_newfstatat>: New.
355         (UNSUPPORTED_SYSCALL_MAP): New macro.
356         (aarch64_canonicalize_syscall): Add missing syscalls.
357
358 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
359
360         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
361
362 2016-02-22  Yao Qi  <yao.qi@linaro.org>
363
364         * arm-tdep.c: Fix code format issues.
365
366 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
367
368         * d-namespace.c (d_lookup_symbol_imports): Remove argument
369         'search_parents'.  All callers updated.
370
371 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
372
373         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
374         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
375
376 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
377
378         * NEWS: Add entry for bound violation.
379         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
380         Add handler for segmentation fault.
381         * gdbarch.sh (handle_segmentation_fault): New.
382         * gdbarch.c: Regenerate.
383         * gdbarch.h: Regenerate.
384         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
385         (SIG_CODE_BONDARY_FAULT): New define.
386         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
387         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
388         * i386-tdep.c (i386_mpx_enabled): Add as external.
389         * i386-tdep.c (i386_mpx_enabled): Add as external.
390         * infrun.c (handle_segmentation_fault): New function.
391         (print_signal_received_reason): Use handle_segmentation_fault.
392
393 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
394
395         * arch-utils.c (default_guess_tracepoint_registers): New function.
396         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
397         * gdbarch.c: Regenerate.
398         * gdbarch.h: Regenerate.
399         * gdbarch.sh: Add guess_tracepoint_registers hook.
400         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
401
402 2016-02-17  Gary Benson  <gbenson@redhat.com>
403
404         * exec.c (exec_file_locate_attach): Add missing cleanup.
405
406 2016-02-16  Don Breazeal  <donb@codesourcery.com>
407
408         PR remote/19496
409         * remote.c (remove_new_fork_children): Check for pending
410         fork status in thread_info.suspend.
411
412 2016-02-16  Yao Qi  <yao.qi@linaro.org>
413
414         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
415         'old_chain' later.
416
417 2016-02-16  Yao Qi  <yao.qi@linaro.org>
418
419         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
420         <syscall_next_pc>: Remove argument PC.  Callers updated.
421         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
422         Remove argument PC.  Get pc from regcache_read_pc.
423         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
424         argument PC.
425
426 2016-02-15  Yao Qi  <yao.qi@linaro.org>
427
428         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
429
430 2016-02-12  Yao Qi  <yao.qi@linaro.org>
431
432         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
433         nextpc according to instruction.
434
435 2016-02-12  Yao Qi  <yao.qi@linaro.org>
436
437         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
438         self->ops->fixup if it isn't NULL.
439         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
440         (struct arm_get_next_pcs_ops) <fixup>: New field.
441         * arch/arm-linux.c: Include common-regcache.h and
442         arch/arm-get-next-pcs.h.
443         (arm_linux_get_next_pcs_fixup): New function.
444         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
445         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
446         it with arm_linux_get_next_pcs_fixup.
447         (arm_linux_software_single_step): Move code to
448         arm_linux_get_next_pcs_fixup.
449         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
450
451 2016-02-12  Marcin Kościelnicki  <koriakin@0x04.net>
452
453         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
454         and return NULL.
455
456 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
457
458         * frame.h (skip_tailcall_frames): Update comment.
459         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
460         if only artificial frames are found.  Update comment.
461         (frame_unwind_caller_id): Handle NULL return.
462         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
463         skip_artificial_frames does not return NULL.
464         (frame_pop): Add an error if only tailcall frames are found.
465         * infcmd.c (finish_command): Move skip_tailcall_frames call into
466         forward-execution case.  Add an error if only tailcall frames are
467         found.
468
469 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
470
471         * stack.c (frame_info): Check frame_unwind_caller_id.
472
473 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
474
475         * frame.h (skip_tailcall_frames): New.
476         * frame.c (skip_tailcall_frames): New.
477         (frame_pop): Call skip_tailcall_frames.
478         * infcmd.c (finish_command): Call skip_tailcall_frames.
479
480 2016-02-11  Pedro Alves  <palves@redhat.com>
481
482         * Makefile.in (check-parallel): New rule.
483
484 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
485
486         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
487         (arm_analyze_prologue): Likewise.
488         (arm_scan_prologue): Likewise.
489         (arm_m_exception_prev_register): Likewise.
490         (arm_copy_block_xfer): Likewise.
491         (thumb2_copy_block_xfer): Likewise.
492         (arm_decode_miscellaneous): Likewise.
493         (arm_decode_ld_st_word_ubyte): Likewise.
494         (arm_decode_svc_copro): Likewise.
495         (thumb2_decode_svc_copro): Likewise.
496         (thumb_copy_16bit_ldr_literal): Likewise.
497         (thumb_copy_pop_pc_16bit): Likewise.
498         (decode_thumb_32bit_ld_mem_hints): Likewise.
499         (arm_show_force_mode): Likewise.
500         (_initialize_arm_tdep): Likewise.
501         (arm_record_strx): Likewise.
502         (arm_record_extension_space): Likewise.
503         (arm_record_data_proc_misc_ld_str): Likewise.
504         (arm_record_exreg_ld_st_insn): Likewise.
505         (arm_record_vfp_data_proc_insn): Likewise.
506         (arm_record_coproc_data_proc): Likewise.
507         (thumb_record_misc): Likewise.
508         (thumb_record_ldm_stm_swi): Likewise.
509         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
510         (thumb2_record_ld_mem_hints): Likewise.
511         (thumb2_record_lmul_lmla_div): Likewise.
512         (thumb2_record_asimd_struct_ld_st): Likewise.
513         (arm_process_record): Likewise.
514
515 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
516
517         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
518         (ARM displaced stepping support): Remove reference to
519         arm_displaced_step_copy_insn in comment.
520         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
521         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
522         reference to arm_displaced_step_copy_insn in comment.
523
524 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
525
526         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
527         (thumb_copy_b): Likewise.
528         (arm_decode_b_bl_ldmstm): Likewise.
529         (thumb_copy_16bit_ldr_literal): Likewise.
530         (thumb_copy_pop_pc_16bit): Likewise.
531
532 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
533
534         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
535         than loc->gdbarch.
536
537 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
538
539         * tracefile-tfile.c (trace_tdesc): New static variable.
540         (tfile_open): Clear trace_tdesc, call target_find_description.
541         (tfile_interp_line): Recognize tdesc lines.
542         (tfile_close): Clear trace_tdesc.
543         (tfile_xfer_partial_features): New function.
544         (tfile_xfer_partial): Call tfile_xfer_partial_features.
545         (tfile_append_tdesc_line): New function.
546
547 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
548
549         * ctf.c (ctf_write_tdesc): New function.
550         (ctf_write_ops): Wire in ctf_write_tdesc.
551         * tracefile-tfile.c (tfile_write_tdesc): New function.
552         (tfile_write_ops): Wire in tfile_write_tdesc.
553         * tracefile.c (trace_save): Call write_tdesc method.
554         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
555         * xml-tdesc.c (target_fetch_description_xml): New function.
556         * xml-tdesc.h: Add target_fetch_description_xml prototype.
557
558 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
559
560         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
561         (arm_decode_dp_misc): Likewise.
562
563 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
564
565         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
566         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
567         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
568         misleading comment.
569         (i386_pseudo_register_write): Ditto.
570         (i386_ax_pseudo_register_collect): New function.
571         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
572         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
573
574 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
575
576         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
577         instead of gdb order.
578
579 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
580
581         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
582         check.
583
584 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
585
586         * NEWS: Create a new section for the next release branch.
587         Rename the section of the current branch, now that it has
588         been cut.
589
590 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
591
592         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
593         * version.in: Bump version to 7.11.50.DATE-git.
594
595 2016-02-09  Keith Seitz  <keiths@redhat.com>
596
597         PR breakpoints/19546
598         * breakpoint.c (breakpoint_event_location_empty_p): New function.
599         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
600         instead of event_location_empty_p.
601
602 2016-02-09  Keith Seitz  <keiths@redhat.com>
603
604         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
605         string_to_event_location_basic instead of string_to_event_location.
606
607 2016-02-09  Keith Seitz  <keiths@redhat.com>
608
609         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
610         leading whitespace and use string_to_event_location_basic instead
611         of new_linespec_location.
612
613 2016-02-09  Keith Seitz  <keiths@redhat.com>
614
615         PR python/19506
616         * python/py-breakpoint.c (bppy_init): Use
617         string_to_event_location_basic instead of new_linespec_location.
618
619 2016-02-09  Keith Seitz  <keiths@redhat.com>
620
621         * location.c (string_to_explicit_location): Note that "-p" is
622         reserved for probe locations and return NULL for any input
623         that starts with that.
624         (string_to_event_location): Move "legacy" linespec code to ...
625         (string_to_event_location_basic): ... here.
626         * location.h (string_to_event_location): Update comment.
627         (string_to_event_location_basic): New function.
628
629 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
630
631         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
632         to AC_OUTPUT.  Remove "exit 0" at the end.
633         * configure: Regenerate.
634
635 2016-02-09  Pedro Alves  <palves@redhat.com>
636
637         PR breakpoints/19548
638         * breakpoint.c (create_overlay_event_breakpoint): Don't update
639         global location list here.
640         (create_longjmp_master_breakpoint)
641         (create_std_terminate_master_breakpoint)
642         (create_exception_master_breakpoint, create_jit_event_breakpoint)
643         (update_breakpoint_locations):
644         (breakpoint_re_set): Update global location list after all
645         breakpoints are re-set.
646
647 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
648
649         * remote.c (remote_register_number_and_offset): Remove unused
650         variable(s).
651         (remote_thread_always_alive): Likewise.
652         (remote_update_thread_list): Likewise.
653         (process_initial_stop_replies): Likewise.
654         (remote_start_remote): Likewise.
655         (remote_check_symbols): Likewise.
656         (discard_pending_stop_replies): Likewise.
657         (process_stop_reply): Likewise.
658         (putpkt_binary): Likewise.
659         (getpkt): Likewise.
660         (remote_add_target_side_condition): Likewise.
661         (remote_insert_breakpoint): Likewise.
662         (remote_supports_stopped_by_sw_breakpoint): Likewise.
663         (remote_supports_stopped_by_hw_breakpoint): Likewise.
664         (remote_xfer_partial): Likewise.
665         (remote_read_btrace): Likewise.
666         (remote_async_serial_handler): Likewise.
667         (remote_thread_events): Likewise.
668         (_initialize_remote): Likewise.
669
670 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
671
672         * varobj.h (varobj_delete): Remove dellist parameter, update and
673         move documentation here.
674         * varobj.c (struct cpstack, cppush, cppop): Remove.
675         (delete_variable): Remove resultp (first) parameter.
676         (delete_variable_1): Likewise.
677         (varobj_delete): Remove dellist parameter and unused code.
678         (update_dynamic_varobj_children): Adjust varobj_delete call.
679         (update_type_if_necessary): Likewise.
680         (varobj_set_visualizer): Likewise.
681         (varobj_update): Likewise.
682         (value_of_root): Likewise.
683         (varobj_invalidate_iter): Likewise.
684         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
685
686 2016-02-04  Yao Qi  <yao.qi@linaro.org>
687
688         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
689         0 before handling 'F' and set it back afterwards.
690
691 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
692
693         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
694
695 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
696
697         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
698         New types.
699         (compat_siginfo): New bound fields added.
700         (compat_x32_siginfo): New field added.
701         (cpt_si_addr_lsb): New define.
702         (compat_siginfo_from_siginfo): Use nat_siginfo.
703         (siginfo_from_compat_siginfo): Use nat_siginfo.
704         (compat_x32_siginfo_from_siginfo): Likewise.
705         (siginfo_from_compat_x32_siginfo): Likewise.
706
707 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
708
709         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
710         structure to the siginfo if extra_fields contains
711         LINUX_SIGINFO_FIELD_ADDR_BND.
712
713 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
714
715         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
716         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
717         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
718         function.
719         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
720         x86_linux_get_siginfo_type for the amd64 abi.
721         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
722         function.
723         (i386_linux_init_abi): Add new function at the i386 ABI
724         initialization.
725
726 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
727
728         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
729         (linux_siginfo_extra_fields): New enum type.
730         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
731         (linux_get_siginfo_type): Use new function.
732
733 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
734
735         * nat/amd64-linux-siginfo.c: New file.
736         * nat/amd64-linux-siginfo.h: New file.
737         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
738         (amd64-linux-siginfo.o): New rule.
739         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
740         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
741         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
742         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
743         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
744         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
745         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
746         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
747
748 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
749
750         * value.c (max_value_size): New variable.
751         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
752         (set_max_value_size): New function.
753         (show_max_value_size): New function.
754         (check_type_length_before_alloc): New function.
755         (allocate_value_contents): Call check_type_length_before_alloc.
756         (set_value_enclosing_type): Likewise.
757         (_initialize_values): Add set/show handler for max-value-size.
758         * NEWS: Mention new set/show command.
759
760 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
761
762         * varobj.h (struct varobj): Fix typos in comments.
763         (struct lang_varobj_ops): Likewise.
764         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
765         (varobj_create): Move misplaced comment.
766
767 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
768
769         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
770         to for include additional lines.
771         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
772
773 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
774
775         * gnulib/import/Makefile.am: Regenerate.
776         * gnulib/import/Makefile.in: Regenerate.
777         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
778         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
779
780 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
781
782         * remote.c (skip_to_semicolon): Remove.
783         (remote_parse_stop_reply): Use strchrnul instead of
784         skip_to_semicolon.
785         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
786         strchrnul.
787         * gnulib/aclocal.m4: Regenerate.
788         * gnulib/config.in: Regenerate.
789         * gnulib/configure: Regenerate.
790         * gnulib/import/Makefile.am: Regenerate.
791         * gnulib/import/Makefile.in: Regenerate.
792         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
793         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
794         * gnulib/import/m4/rawmemchr.m4: New file.
795         * gnulib/import/m4/strchrnul.m4: New file.
796         * gnulib/import/rawmemchr.c: New file.
797         * gnulib/import/rawmemchr.valgrind: New file.
798         * gnulib/import/strchrnul.c: New file.
799         * gnulib/import/strchrnul.valgrind: New file.
800
801 2016-01-28  Yao Qi  <yao.qi@linaro.org>
802
803         * breakpoint.c (build_target_command_list): Don't call continue
804         if aexpr is NULL.
805         (build_target_condition_list): Likewise.
806
807 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
808
809         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
810         bytes as aggregates.
811
812 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
813
814         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
815         Linespec Maintainers.
816
817 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
818
819         * common/common-utils.c (skip_spaces): Fix comment.
820         (skip_to_space_const): Likewise.
821
822 2016-01-25  Yao Qi  <yao.qi@linaro.org>
823
824         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
825         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
826         (arm_deal_with_atomic_sequence_raw): Likewise.
827         (thumb_get_next_pcs_raw): Likewise.
828         (arm_get_next_pcs_raw): Likewise.
829         (arm_get_next_pcs): Remove argument pc.  Callers updated.
830         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
831
832 2016-01-25  Mark Wielaard  <mjw@redhat.com>
833
834         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
835         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
836         if statement.
837         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
838         statement block by introducing an else.
839         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
840         of return statements.
841         (record_linux_msghdr): Likewise.
842
843 2016-01-25  Pedro Alves  <palves@redhat.com>
844
845         PR threads/19461
846         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
847         parent/child running states.
848
849 2016-01-25  Pedro Alves  <palves@redhat.com>
850
851         PR gdb/19494
852         * linux-nat.c (kill_one_lwp): New, factored out from ...
853         (kill_callback): ... this.
854         (kill_wait_callback): New, factored out from ...
855         (kill_wait_one_lwp): ... this.
856         (kill_unfollowed_fork_children): New function.
857         (linux_nat_kill): Use it.
858
859 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
860
861         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
862
863 2016-01-22  Yao Qi  <yao.qi@linaro.org>
864
865         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
866         instead of warning.
867         (store_fpregs, fetch_regs, store_regs): Likewise.
868         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
869         (fetch_vfp_regs, store_vfp_regs): Likewise.
870
871 2016-01-21  Doug Evans  <dje@google.com>
872
873         * breakpoint.c (init_breakpoint_sal): Add comment.
874
875 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
876
877         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
878
879 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
880
881         * disasm.c (maybe_add_dis_line_entry): Rename to...
882         (add_dis_line_entry): ...this, and update header comment.
883         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
884
885 2016-01-21  Pedro Alves  <palves@redhat.com>
886
887         * Makefile.in (COMPILER_CFLAGS): New.
888         (CXXFLAGS): Get it from configure.
889         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
890         instead of CFLAGS.
891         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
892         COMPILER_CFLAGS.
893         * configure: Regenerate.
894
895 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
896
897         * location.h (new_address_location): Add new parameters
898         "addr_string" and "addr_string_len".
899         (get_address_string_location): Add declaration.
900         * location.c (new_address_location): Add new parameters
901         "addr_string" and "addr_string_len".  If not NULL, store
902         a copy of the addr_string in the new location as well.
903         (get_address_string_location): New function.
904         (string_to_event_location): Update call to new_address_location.
905         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
906         Save the event location in the parser's state before
907         passing it to convert_address_location_to_sals.
908         * breakpoint.c (create_thread_event_breakpoint): Update call
909         to new_address_location.
910         (init_breakpoint_sal): Get the event location's string, if any,
911         and use it to update call to new_address_location.
912         * python/py-finishbreakpoint.c (bpfinishpy_init):
913         Update call to new_address_location.
914         * spu-tdep.c (spu_catch_start): Likewise.
915
916         * config/djgpp/fnchange.lst: Add entries for
917         gdb/testsuite/gdb.base/break-fun-addr1.c and
918         gdb/testsuite/gdb.base/break-fun-addr2.c.
919
920 2016-01-21  Yao Qi  <yao.qi@linaro.org>
921
922         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
923         is_thumb and set it according to CPSR saved on the stack.
924         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
925         arm_linux_sigreturn_next_pc.
926
927 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
928
929         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
930         Fix enumerators sort key function.
931
932 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
933
934         * printcmd.c (print_scalar_formatted): Move binary operator from
935         end of line to beginning of next line.  Adjust formatting
936         accordingly.
937
938 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
939
940         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
941         "len" with sysctl.
942
943 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
944
945         * fbsd-tdep.c (find_stop_signal): Remove.
946         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
947         <stop_signal>: New field.
948         <abort_iteration>: New field.
949         (fbsd_collect_regset_section_cb): Use new fields.
950         (fbsd_collect_thread_registers): New function.
951         (struct fbsd_corefile_thread_data): New structure.
952         (fbsd_corefile_thread): New function.
953         (fbsd_make_corefile_notes): Use new function to dump notes for each
954         non-exited thread in a process.
955
956 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
957
958         * configure.ac: Check for support for LWP names on FreeBSD.
959         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
960         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
961         (fbsd_fetch_kinfo_proc): Move function earlier.
962         [PT_LWPINFO] (fbsd_thread_alive): New function.
963         [PT_LWPINFO] (fbsd_pid_to_str): New function.
964         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
965         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
966         [PT_LWPINFO] (fbsd_add_threads): New function.
967         [PT_LWPINFO] (fbsd_update_thread_list): New function.
968         [PT_LWPINFO] New variable super_resume.
969         [PT_LWPINFO] (resume_one_thread_cb): New function.
970         [PT_LWPINFO] (resume_all_threads_cb): New function.
971         [PT_LWPINFO] (fbsd_resume): New function.
972         (fbsd_remember_child): Save full ptid instead of plain pid.
973         (fbsd_is_child_pending): Return ptid of saved child process.
974         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
975         first stop.
976         [PT_LWP_EVENTS] Handle LWP events.
977         [TDP_RFPPWAIT] Include LWP in child ptid.
978         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
979         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
980         Add threads for existing processes.
981         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
982         "fbsd_thread_alive".
983         Set "to_pid_to_str" to "fbsd_pid_to_str".
984         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
985         "fbsd_thread_name".
986         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
987         Set "to_has_thread_control" to "tc_schedlock".
988         Set "to_resume" to "fbsd_resume".
989         (_initialize_fbsd_nat): New function.
990         * configure: Regenerate.
991         * config.in: Regenerate.
992
993 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
994
995         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
996         get_ptrace_pid.
997         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
998         (amd64bsd_dr_get): Use get_ptrace_pid.
999         (amd64bsd_dr_set): Use get_ptrace_pid.
1000         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
1001         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
1002         (i386bsd_dr_get): Use get_ptrace_pid.
1003         (i386bsd_dr_set): Use get_ptrace_pid.
1004         * inf-ptrace.c (get_ptrace_pid): Export.
1005         * inf-ptrace.h (get_ptrace_pid): Declare.
1006         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
1007         (ppcfbsd_store_inferior_registers): Use lwp id.
1008
1009 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1010
1011         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
1012         (fbsd_core_thread_name): New function.
1013         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
1014         Add "core_thread_name" gdbarch method.
1015
1016 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1017
1018         * corelow.c (core_thread_name): New function.
1019         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
1020         target op.
1021         * gdbarch.sh (core_thread_name): New gdbarch callback.
1022         * gdbarch.h: Re-generate.
1023         * gdbarch.c: Re-generate.
1024
1025 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
1026
1027         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
1028         convert gdb.Value to integer type using int().
1029
1030 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1031
1032         * configure.ac: Include <sys/types.h when checking for "r_fs" in
1033         "struct reg".
1034         * configure: Regenerate.
1035
1036 2016-01-19  Pedro Alves  <palves@redhat.com>
1037
1038         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
1039         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
1040         current program space down to linespec decoding and breakpoint
1041         location updating.
1042         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
1043         decode_line_full.
1044         (until_break_command): Adjust calls to decode_line_1.
1045         (base_breakpoint_decode_location, bkpt_decode_location): Add
1046         'search_pspace' parameter.  Pass it along.
1047         (bkpt_probe_create_sals_from_location): Adjust calls to
1048         parse_probes.
1049         (tracepoint_decode_location, tracepoint_probe_decode_location)
1050         (strace_marker_decode_location): Add 'search_pspace' parameter.
1051         Pass it along.
1052         (all_locations_are_pending): Rewrite to take a breakpoint and
1053         program space as arguments instead.
1054         (hoist_existing_locations): New function.
1055         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
1056         hoist_existing_locations instead of always removing all locations,
1057         and adjust to all_locations_are_pending change.
1058         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
1059         Don't disable the breakpoint if there are other locations in
1060         another program space.
1061         (breakpoint_re_set_default): Adjust to pass down the current
1062         program space as filter program space.
1063         (decode_location_default): Add 'search_pspace' parameter and pass
1064         it along.
1065         (prepare_re_set_context): Don't switch program space here.
1066         (breakpoint_re_set): Use save_current_space_and_thread instead of
1067         save_current_program_space.
1068         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
1069         'search_pspace' parameter.
1070         (update_breakpoint_locations): Add 'filter_pspace' parameter.
1071         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
1072         decode_line_1.
1073         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
1074         program space as filter program space.
1075         * linespec.c (struct linespec_state) <search_pspace>: New field.
1076         (create_sals_line_offset, convert_explicit_location_to_sals)
1077         (parse_linespec): Pass the search program space down.
1078         (linespec_state_constructor): Add 'search_pspace' parameter.
1079         Store it.
1080         (linespec_parser_new): Add 'search_pspace' parameter and pass it
1081         along.
1082         (linespec_lex_to_end): Adjust.
1083         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
1084         and pass it along.
1085         (decode_line_with_last_displayed): Adjust.
1086         (collect_symtabs_from_filename, symtabs_from_filename): New
1087         'search_pspace' parameter.  Use it.
1088         (find_function_symbols): Pass the search program space down.
1089         * linespec.h (decode_line_1, decode_line_full): Add
1090         'search_pspace' parameter.
1091         * probe.c (parse_probes_in_pspace): New function, factored out
1092         from ...
1093         (parse_probes): ... this.  Add 'search_pspace' parameter and use
1094         it.
1095         * probe.h (parse_probes): Add pspace' parameter.
1096         * python/python.c (gdbpy_decode_line): Adjust.
1097         * tracepoint.c (scope_info): Adjust.
1098
1099 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1100
1101         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
1102         instruction support.
1103         (micromips_next_pc): Likewise.
1104         (micromips_scan_prologue): Likewise.
1105         (micromips_deal_with_atomic_sequence): Likewise.
1106         (micromips_stack_frame_destroyed_p): Likewise.
1107         (mips_breakpoint_from_pc): Likewise.
1108
1109 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1110
1111         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
1112         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
1113
1114 2016-01-18  Pedro Alves  <palves@redhat.com>
1115
1116         * NEWS: Mention that GDB now displays the ID and name of the
1117         thread that hit a breakpoint or received a signal.
1118         * break-catch-sig.c (signal_catchpoint_print_it): Use
1119         maybe_print_thread_hit_breakpoint.
1120         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
1121         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
1122         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
1123         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
1124         (print_it_catch_exec, print_it_ranged_breakpoint)
1125         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
1126         Use maybe_print_thread_hit_breakpoint.
1127         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
1128         * gdbthread.h (show_thread_that_caused_stop): Declare.
1129         * infrun.c (print_signal_received_reason): Print which thread
1130         received signal.
1131         * thread.c (show_thread_that_caused_stop): New function.
1132
1133 2016-01-18  Gary Benson  <gbenson@redhat.com>
1134
1135         * nat/linux-namespaces.c (do_fork): New function.
1136         (linux_mntns_get_helper): Use the above.
1137
1138 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
1139
1140         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1141         PR gdb/19208
1142         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
1143         if the function has no name.
1144
1145 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
1146
1147         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
1148         Conditionalize for Windows host.
1149         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
1150         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1151         (phony_iconv_open): Handle both UTF-32 endiannesses.
1152         (phony_iconv): Likewise.  Check for output overflow and clean up
1153         out-of-input cases.  Correct adjustment to input buffer pointer.
1154         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
1155         phony_iconv_open.
1156
1157 2016-01-15  Pedro Alves  <palves@redhat.com>
1158
1159         * NEWS: Mention star wildcard ranges.
1160         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
1161         (number_range_setup_range): New function.
1162         * cli/cli-utils.h (number_range_setup_range): New declaration.
1163         * thread.c (thread_apply_command): Support star TID ranges.
1164         * tid-parse.c (tid_range_parser_finished)
1165         (tid_range_parser_string, tid_range_parser_skip)
1166         (get_tid_or_range, get_tid_or_range): Handle
1167         TID_RANGE_STATE_STAR_RANGE.
1168         (tid_range_parser_star_range): New function.
1169         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
1170         New value.
1171         (tid_range_parser_star_range): New declaration.
1172
1173 2016-01-15  Pedro Alves  <palves@redhat.com>
1174
1175         * thread.c (thread_apply_command): Use the tid range parser to
1176         advance past the thread ID list.
1177         * tid-parse.c (get_positive_number_trailer): New function.
1178         (parse_thread_id): Use it.
1179         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
1180         thread ID error.
1181         (get_tid_or_range): Detect negative values.  Return 0 instead of
1182         throwing invalid thread ID error.
1183
1184 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1185
1186         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1187         Declare.
1188         (arm_linux_get_next_pcs_ops): Install
1189         arm_linux_get_next_pcs_syscall_next_pc.
1190         (arm_linux_syscall_next_pc): Change to ...
1191         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
1192         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
1193         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
1194         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
1195         call tdep->syscall_next_pc.
1196         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
1197         (arm_get_next_pcs_syscall_next_pc): Remove.
1198
1199 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1200
1201         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
1202         * thread.c (do_captured_thread_select): Cast to const char *.
1203
1204 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1205
1206         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
1207         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
1208         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
1209         instead.
1210         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
1211         <arm_thumb2_breakpoint>: Remove.
1212         <has_thumb2_breakpoint>: New field.
1213         (arm_get_next_pcs_ctor): Update declaration.
1214         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
1215         1 to arm_get_next_pcs_ctor.
1216         * arm-tdep.c (arm_software_single_step): Pass 0 to
1217         arm_get_next_pcs_ctor.
1218
1219 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
1220
1221         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
1222
1223 2016-01-13  Yao Qi  <yao.qi@linaro.org>
1224
1225         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
1226         byte_order_for_code to read instruction.
1227
1228 2016-01-13  Pedro Alves  <palves@redhat.com>
1229
1230         * NEWS: Mention $_gthread.
1231         * gdbthread.h (struct thread_info) <global_num>: Mention
1232         $_gthread.
1233         * thread.c (thread_num_make_value_helper): New function.
1234         (thread_id_make_value): Delete.
1235         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
1236         New.
1237         (thread_funcs): Adjust.
1238         (gthread_funcs): New.
1239         (_initialize_thread): Register $_gthread variable.
1240
1241 2016-01-13  Pedro Alves  <palves@redhat.com>
1242
1243         * NEWS: Mention "info threads -gid".
1244         * gdbthread.h (struct thread_info) <global_num>: Mention "info
1245         threads -gid".
1246         * thread.c (info_threads_command): Handle "-gid".
1247         (_initialize_thread): Adjust "info threads" help string to mention
1248         -gid.
1249
1250 2016-01-13  Pedro Alves  <palves@redhat.com>
1251
1252         * NEWS: Mention InferiorThread.global_num.
1253         * python/py-infthread.c (thpy_get_global_num): New function.
1254         (thread_object_getset): Register "global_num".
1255
1256 2016-01-13  Pedro Alves  <palves@redhat.com>
1257
1258         * NEWS: Mention that thread IDs are now per inferior and global
1259         thread IDs.
1260         * Makefile.in (SFILES): Add tid-parse.c.
1261         (COMMON_OBS): Add tid-parse.o.
1262         (HFILES_NO_SRCDIR): Add tid-parse.h.
1263         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
1264         * breakpoint.c (insert_breakpoint_locations)
1265         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
1266         (print_one_breakpoint_location, set_longjmp_breakpoint)
1267         (check_longjmp_breakpoint_for_call_dummy)
1268         (set_momentary_breakpoint): Adjust to use global IDs.
1269         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
1270         (until_break_command, longjmp_bkpt_dtor)
1271         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
1272         to use global IDs.
1273         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
1274         ptid_to_global_thread_id.
1275         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1276         * gdbthread.h (struct thread_info): Rename field 'num' to
1277         'global_num.  Add new fields 'per_inf_num' and 'inf'.
1278         (thread_id_to_pid): Rename thread_id_to_pid to
1279         global_thread_id_to_ptid.
1280         (pid_to_thread_id): Rename to ...
1281         (ptid_to_global_thread_id): ... this.
1282         (valid_thread_id): Rename to ...
1283         (valid_global_thread_id): ... this.
1284         (find_thread_id): Rename to ...
1285         (find_thread_global_id): ... this.
1286         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
1287         (print_thread_info): Add comment.
1288         * tid-parse.h: New file.
1289         * tid-parse.c: New file.
1290         * infcmd.c (step_command_fsm_prepare)
1291         (step_command_fsm_should_stop): Adjust to use the global thread
1292         ID.
1293         (until_next_command, until_next_command)
1294         (finish_command_fsm_should_stop): Adjust to use the global thread
1295         ID.
1296         (attach_post_wait): Adjust to check the inferior number too.
1297         * inferior.h (struct inferior) <highest_thread_num>: New field.
1298         * infrun.c (handle_signal_stop)
1299         (insert_exception_resume_breakpoint)
1300         (insert_exception_resume_from_probe): Adjust to use the global
1301         thread ID.
1302         * record-btrace.c (record_btrace_open): Use global thread IDs.
1303         * remote.c (process_initial_stop_replies): Also consider the
1304         inferior number.
1305         * target.c (target_pre_inferior): Clear the inferior's highest
1306         thread num.
1307         * thread.c (clear_thread_inferior_resources): Adjust to use the
1308         global thread ID.
1309         (new_thread): New inferior parameter.  Adjust to use it.  Set both
1310         the thread's global ID and the thread's per-inferior ID.
1311         (add_thread_silent): Adjust.
1312         (find_thread_global_id): New.
1313         (find_thread_id): Make static.  Adjust to rename.
1314         (valid_thread_id): Rename to ...
1315         (valid_global_thread_id): ... this.
1316         (pid_to_thread_id): Rename to ...
1317         (ptid_to_global_thread_id): ... this.
1318         (thread_id_to_pid): Rename to ...
1319         (global_thread_id_to_ptid): ... this.  Adjust.
1320         (first_thread_of_process): Adjust.
1321         (do_captured_list_thread_ids): Adjust to use global thread IDs.
1322         (should_print_thread): New function.
1323         (print_thread_info): Rename to ...
1324         (print_thread_info_1): ... this, and add new show_global_ids
1325         parameter.  Handle it.  Iterate over inferiors.
1326         (print_thread_info): Reimplement as wrapper around
1327         print_thread_info_1.
1328         (show_inferior_qualified_tids): New function.
1329         (print_thread_id): Use it.
1330         (tp_array_compar): Compare inferior numbers too.
1331         (thread_apply_command): Use tid_range_parser.
1332         (do_captured_thread_select): Use parse_thread_id.
1333         (thread_id_make_value): Adjust.
1334         (_initialize_thread): Adjust "info threads" help string.
1335         * varobj.c (struct varobj_root): Update comment.
1336         (varobj_create): Adjust to use global thread IDs.
1337         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
1338         * windows-tdep.c (display_tib): No longer accept an argument.
1339         * cli/cli-utils.c (get_number_trailer): Make extern.
1340         * cli/cli-utils.h (get_number_trailer): Declare.
1341         (get_number_const): Adjust documentation.
1342         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
1343         thread IDs.
1344         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
1345         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
1346         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
1347         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
1348         Likewise.
1349         * python/py-breakpoint.c (bppy_set_thread): Likewise.
1350         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
1351         * python/py-infthread.c (thpy_get_num): Add comment and return the
1352         per-inferior thread ID.
1353         (thread_object_getset): Update comment of "num".
1354
1355 2016-01-13  Pedro Alves  <palves@redhat.com>
1356
1357         * breakpoint.c (remove_threaded_breakpoints)
1358         (print_one_breakpoint_location): Use print_thread_id.
1359         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
1360         (btrace_fetch, btrace_clear): Use print_thread_id.
1361         * common/print-utils.c (CELLSIZE): Delete.
1362         (get_cell): Rename to ...
1363         (get_print_cell): ... this and made extern.  Adjust call callers.
1364         Adjust to use PRINT_CELL_SIZE.
1365         * common/print-utils.h (get_print_cell): Declare.
1366         (PRINT_CELL_SIZE): New.
1367         * gdbthread.h (print_thread_id): Declare.
1368         * infcmd.c (signal_command): Use print_thread_id.
1369         * inferior.c (print_inferior): Use print_thread_id.
1370         * infrun.c (handle_signal_stop)
1371         (insert_exception_resume_breakpoint)
1372         (insert_exception_resume_from_probe)
1373         (print_signal_received_reason): Use print_thread_id.
1374         * record-btrace.c (record_btrace_info)
1375         (record_btrace_resume_thread, record_btrace_cancel_resume)
1376         (record_btrace_step_thread, record_btrace_wait): Use
1377         print_thread_id.
1378         * thread.c (thread_apply_all_command): Use print_thread_id.
1379         (print_thread_id): New function.
1380         (thread_apply_command): Use print_thread_id.
1381         (thread_command, thread_find_command, do_captured_thread_select):
1382         Use print_thread_id.
1383
1384 2016-01-13  Pedro Alves  <palves@redhat.com>
1385
1386         * NEWS: Mention InferiorThread.inferior.
1387         * python/py-infthread.c (thpy_get_inferior): New.
1388         (thread_object_getset): Register "inferior".
1389
1390 2016-01-13  Pedro Alves  <palves@redhat.com>
1391
1392         * NEWS: Mention $_inferior.
1393         * inferior.c (inferior_id_make_value): New.
1394         (inferior_funcs): New.
1395         (_initialize_inferior): Create $_inferior variable.
1396
1397 2016-01-13  Pedro Alves  <palves@redhat.com>
1398
1399         PR breakpoints/19388
1400         * frame.c (get_current_frame): Use validate_registers_access.
1401         * gdbthread.h (validate_registers_access): Declare.
1402         * infrun.c (validate_siginfo_access): Delete.
1403         (siginfo_value_read, siginfo_value_write): Use
1404         validate_registers_access.
1405         * thread.c (validate_registers_access): New function.
1406
1407 2016-01-12  Josh Stone  <jistone@redhat.com>
1408             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1409
1410         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
1411         syscall_entry and syscall_return stop reasons.  Mention GDB
1412         support for remote catch syscall.
1413         * remote.c (PACKET_QCatchSyscalls): New enum.
1414         (remote_set_syscall_catchpoint): New function.
1415         (remote_protocol_features): New element for QCatchSyscalls.
1416         (remote_parse_stop_reply): Parse syscall_entry/return stops.
1417         (init_remote_ops): Install remote_set_syscall_catchpoint.
1418         (_initialize_remote): Config QCatchSyscalls.
1419         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
1420
1421 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1422
1423         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
1424         to gdb_byte * and pass to linux_fork_to_function.
1425
1426 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1427
1428         * nat/linux-ptrace.c (linux_fork_to_function): Change type
1429         of argument 'function'.
1430         (linux_grandchild_function): Change return type to 'int'.
1431         Change child_stack's type to 'void *'.
1432         (linux_child_function): Likewise.
1433
1434 2016-01-12  Pedro Alves  <palves@redhat.com>
1435
1436         Remove use of the registered trademark symbol throughout.
1437
1438 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
1439
1440         * reply_mig_hack.awk: Rewrite one regular expression.
1441
1442 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
1443
1444         * acinclude.m4: Include new warning.m4 file.
1445         * configure: Regenerated.
1446         * configure.ac: Move all warning logic ...
1447         * warning.m4: ... here.
1448
1449 2016-01-08  Yao Qi  <yao.qi@linaro.org>
1450
1451         * extension.c: Include target.h.
1452         (set_active_ext_lang): Only call install_gdb_sigint_handler,
1453         check_quit_flag, and set_quit_flag if target_terminal_is_ours
1454         returns false.
1455         (restore_active_ext_lang): Likewise.
1456         * target.c (target_terminal_is_ours): New function.
1457         * target.h (target_terminal_is_ours): Declare.
1458
1459 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
1460
1461         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
1462         to `err' in the little-endian leg.
1463
1464 2016-01-06  Yao Qi  <yao.qi@linaro.org>
1465
1466         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
1467         lines below.
1468         (thumb_get_next_pcs_raw): Make it static.
1469         (arm_get_next_pcs_raw): Likewise.
1470         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
1471         declaration.
1472         (arm_get_next_pcs_raw): Likewise.
1473
1474 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1475
1476         * version.in: Change cvs to git.
1477
1478 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1479
1480         * configure.tgt (score-*-*): Delete gdb_sim assignment.
1481
1482 2016-01-05  Pedro Alves  <palves@redhat.com>
1483
1484         PR sim/13418
1485         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
1486         the target is powerpc*.
1487         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
1488         of WITH_SIM.
1489         * configure: Regenerate.
1490         * config.in: Regenerate.
1491
1492 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
1493
1494         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
1495
1496 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
1497
1498         * configure.tgt (powerpc*-*-*): Delete test call and
1499         always assign gdb_sim.
1500
1501 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1502
1503         Update year range in copyright notice of all files.
1504
1505 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1506
1507         * top.c (print_gdb_version): Change copyright year in version
1508         message.
1509
1510 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1511
1512         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
1513
1514 For older changes see ChangeLog-2015.
1515 \f
1516 Local Variables:
1517 mode: change-log
1518 left-margin: 8
1519 fill-column: 74
1520 version-control: never
1521 coding: utf-8
1522 End: