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