Use a separate variable for the size passed to sysctl.
[external/binutils.git] / gdb / ChangeLog
1 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2
3         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
4         "len" with sysctl.
5
6 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7
8         * fbsd-tdep.c (find_stop_signal): Remove.
9         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
10         <stop_signal>: New field.
11         <abort_iteration>: New field.
12         (fbsd_collect_regset_section_cb): Use new fields.
13         (fbsd_collect_thread_registers): New function.
14         (struct fbsd_corefile_thread_data): New structure.
15         (fbsd_corefile_thread): New function.
16         (fbsd_make_corefile_notes): Use new function to dump notes for each
17         non-exited thread in a process.
18
19 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
20
21         * configure.ac: Check for support for LWP names on FreeBSD.
22         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
23         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
24         (fbsd_fetch_kinfo_proc): Move function earlier.
25         [PT_LWPINFO] (fbsd_thread_alive): New function.
26         [PT_LWPINFO] (fbsd_pid_to_str): New function.
27         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
28         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
29         [PT_LWPINFO] (fbsd_add_threads): New function.
30         [PT_LWPINFO] (fbsd_update_thread_list): New function.
31         [PT_LWPINFO] New variable super_resume.
32         [PT_LWPINFO] (resume_one_thread_cb): New function.
33         [PT_LWPINFO] (resume_all_threads_cb): New function.
34         [PT_LWPINFO] (fbsd_resume): New function.
35         (fbsd_remember_child): Save full ptid instead of plain pid.
36         (fbsd_is_child_pending): Return ptid of saved child process.
37         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
38         first stop.
39         [PT_LWP_EVENTS] Handle LWP events.
40         [TDP_RFPPWAIT] Include LWP in child ptid.
41         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
42         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
43         Add threads for existing processes.
44         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
45         "fbsd_thread_alive".
46         Set "to_pid_to_str" to "fbsd_pid_to_str".
47         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
48         "fbsd_thread_name".
49         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
50         Set "to_has_thread_control" to "tc_schedlock".
51         Set "to_resume" to "fbsd_resume".
52         (_initialize_fbsd_nat): New function.
53         * configure: Regenerate.
54         * config.in: Regenerate.
55
56 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
57
58         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
59         get_ptrace_pid.
60         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
61         (amd64bsd_dr_get): Use get_ptrace_pid.
62         (amd64bsd_dr_set): Use get_ptrace_pid.
63         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
64         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
65         (i386bsd_dr_get): Use get_ptrace_pid.
66         (i386bsd_dr_set): Use get_ptrace_pid.
67         * inf-ptrace.c (get_ptrace_pid): Export.
68         * inf-ptrace.h (get_ptrace_pid): Declare.
69         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
70         (ppcfbsd_store_inferior_registers): Use lwp id.
71
72 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
73
74         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
75         (fbsd_core_thread_name): New function.
76         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
77         Add "core_thread_name" gdbarch method.
78
79 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
80
81         * corelow.c (core_thread_name): New function.
82         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
83         target op.
84         * gdbarch.sh (core_thread_name): New gdbarch callback.
85         * gdbarch.h: Re-generate.
86         * gdbarch.c: Re-generate.
87
88 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
89
90         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
91         convert gdb.Value to integer type using int().
92
93 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
94
95         * configure.ac: Include <sys/types.h when checking for "r_fs" in
96         "struct reg".
97         * configure: Regenerate.
98
99 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
100
101         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
102         instruction support.
103         (micromips_next_pc): Likewise.
104         (micromips_scan_prologue): Likewise.
105         (micromips_deal_with_atomic_sequence): Likewise.
106         (micromips_stack_frame_destroyed_p): Likewise.
107         (mips_breakpoint_from_pc): Likewise.
108
109 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
110
111         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
112         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
113
114 2016-01-18  Pedro Alves  <palves@redhat.com>
115
116         * NEWS: Mention that GDB now displays the ID and name of the
117         thread that hit a breakpoint or received a signal.
118         * break-catch-sig.c (signal_catchpoint_print_it): Use
119         maybe_print_thread_hit_breakpoint.
120         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
121         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
122         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
123         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
124         (print_it_catch_exec, print_it_ranged_breakpoint)
125         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
126         Use maybe_print_thread_hit_breakpoint.
127         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
128         * gdbthread.h (show_thread_that_caused_stop): Declare.
129         * infrun.c (print_signal_received_reason): Print which thread
130         received signal.
131         * thread.c (show_thread_that_caused_stop): New function.
132
133 2016-01-18  Gary Benson  <gbenson@redhat.com>
134
135         * nat/linux-namespaces.c (do_fork): New function.
136         (linux_mntns_get_helper): Use the above.
137
138 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
139
140         Pushed by Joel Brobecker  <brobecker@adacore.com>.
141         PR gdb/19208
142         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
143         if the function has no name.
144
145 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
146
147         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
148         Conditionalize for Windows host.
149         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
150         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
151         (phony_iconv_open): Handle both UTF-32 endiannesses.
152         (phony_iconv): Likewise.  Check for output overflow and clean up
153         out-of-input cases.  Correct adjustment to input buffer pointer.
154         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
155         phony_iconv_open.
156
157 2016-01-15  Pedro Alves  <palves@redhat.com>
158
159         * NEWS: Mention star wildcard ranges.
160         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
161         (number_range_setup_range): New function.
162         * cli/cli-utils.h (number_range_setup_range): New declaration.
163         * thread.c (thread_apply_command): Support star TID ranges.
164         * tid-parse.c (tid_range_parser_finished)
165         (tid_range_parser_string, tid_range_parser_skip)
166         (get_tid_or_range, get_tid_or_range): Handle
167         TID_RANGE_STATE_STAR_RANGE.
168         (tid_range_parser_star_range): New function.
169         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
170         New value.
171         (tid_range_parser_star_range): New declaration.
172
173 2016-01-15  Pedro Alves  <palves@redhat.com>
174
175         * thread.c (thread_apply_command): Use the tid range parser to
176         advance past the thread ID list.
177         * tid-parse.c (get_positive_number_trailer): New function.
178         (parse_thread_id): Use it.
179         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
180         thread ID error.
181         (get_tid_or_range): Detect negative values.  Return 0 instead of
182         throwing invalid thread ID error.
183
184 2016-01-14  Yao Qi  <yao.qi@linaro.org>
185
186         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
187         Declare.
188         (arm_linux_get_next_pcs_ops): Install
189         arm_linux_get_next_pcs_syscall_next_pc.
190         (arm_linux_syscall_next_pc): Change to ...
191         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
192         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
193         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
194         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
195         call tdep->syscall_next_pc.
196         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
197         (arm_get_next_pcs_syscall_next_pc): Remove.
198
199 2016-01-14  Yao Qi  <yao.qi@linaro.org>
200
201         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
202         * thread.c (do_captured_thread_select): Cast to const char *.
203
204 2016-01-14  Yao Qi  <yao.qi@linaro.org>
205
206         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
207         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
208         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
209         instead.
210         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
211         <arm_thumb2_breakpoint>: Remove.
212         <has_thumb2_breakpoint>: New field.
213         (arm_get_next_pcs_ctor): Update declaration.
214         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
215         1 to arm_get_next_pcs_ctor.
216         * arm-tdep.c (arm_software_single_step): Pass 0 to
217         arm_get_next_pcs_ctor.
218
219 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
220
221         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
222
223 2016-01-13  Yao Qi  <yao.qi@linaro.org>
224
225         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
226         byte_order_for_code to read instruction.
227
228 2016-01-13  Pedro Alves  <palves@redhat.com>
229
230         * NEWS: Mention $_gthread.
231         * gdbthread.h (struct thread_info) <global_num>: Mention
232         $_gthread.
233         * thread.c (thread_num_make_value_helper): New function.
234         (thread_id_make_value): Delete.
235         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
236         New.
237         (thread_funcs): Adjust.
238         (gthread_funcs): New.
239         (_initialize_thread): Register $_gthread variable.
240
241 2016-01-13  Pedro Alves  <palves@redhat.com>
242
243         * NEWS: Mention "info threads -gid".
244         * gdbthread.h (struct thread_info) <global_num>: Mention "info
245         threads -gid".
246         * thread.c (info_threads_command): Handle "-gid".
247         (_initialize_thread): Adjust "info threads" help string to mention
248         -gid.
249
250 2016-01-13  Pedro Alves  <palves@redhat.com>
251
252         * NEWS: Mention InferiorThread.global_num.
253         * python/py-infthread.c (thpy_get_global_num): New function.
254         (thread_object_getset): Register "global_num".
255
256 2016-01-13  Pedro Alves  <palves@redhat.com>
257
258         * NEWS: Mention that thread IDs are now per inferior and global
259         thread IDs.
260         * Makefile.in (SFILES): Add tid-parse.c.
261         (COMMON_OBS): Add tid-parse.o.
262         (HFILES_NO_SRCDIR): Add tid-parse.h.
263         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
264         * breakpoint.c (insert_breakpoint_locations)
265         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
266         (print_one_breakpoint_location, set_longjmp_breakpoint)
267         (check_longjmp_breakpoint_for_call_dummy)
268         (set_momentary_breakpoint): Adjust to use global IDs.
269         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
270         (until_break_command, longjmp_bkpt_dtor)
271         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
272         to use global IDs.
273         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
274         ptid_to_global_thread_id.
275         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
276         * gdbthread.h (struct thread_info): Rename field 'num' to
277         'global_num.  Add new fields 'per_inf_num' and 'inf'.
278         (thread_id_to_pid): Rename thread_id_to_pid to
279         global_thread_id_to_ptid.
280         (pid_to_thread_id): Rename to ...
281         (ptid_to_global_thread_id): ... this.
282         (valid_thread_id): Rename to ...
283         (valid_global_thread_id): ... this.
284         (find_thread_id): Rename to ...
285         (find_thread_global_id): ... this.
286         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
287         (print_thread_info): Add comment.
288         * tid-parse.h: New file.
289         * tid-parse.c: New file.
290         * infcmd.c (step_command_fsm_prepare)
291         (step_command_fsm_should_stop): Adjust to use the global thread
292         ID.
293         (until_next_command, until_next_command)
294         (finish_command_fsm_should_stop): Adjust to use the global thread
295         ID.
296         (attach_post_wait): Adjust to check the inferior number too.
297         * inferior.h (struct inferior) <highest_thread_num>: New field.
298         * infrun.c (handle_signal_stop)
299         (insert_exception_resume_breakpoint)
300         (insert_exception_resume_from_probe): Adjust to use the global
301         thread ID.
302         * record-btrace.c (record_btrace_open): Use global thread IDs.
303         * remote.c (process_initial_stop_replies): Also consider the
304         inferior number.
305         * target.c (target_pre_inferior): Clear the inferior's highest
306         thread num.
307         * thread.c (clear_thread_inferior_resources): Adjust to use the
308         global thread ID.
309         (new_thread): New inferior parameter.  Adjust to use it.  Set both
310         the thread's global ID and the thread's per-inferior ID.
311         (add_thread_silent): Adjust.
312         (find_thread_global_id): New.
313         (find_thread_id): Make static.  Adjust to rename.
314         (valid_thread_id): Rename to ...
315         (valid_global_thread_id): ... this.
316         (pid_to_thread_id): Rename to ...
317         (ptid_to_global_thread_id): ... this.
318         (thread_id_to_pid): Rename to ...
319         (global_thread_id_to_ptid): ... this.  Adjust.
320         (first_thread_of_process): Adjust.
321         (do_captured_list_thread_ids): Adjust to use global thread IDs.
322         (should_print_thread): New function.
323         (print_thread_info): Rename to ...
324         (print_thread_info_1): ... this, and add new show_global_ids
325         parameter.  Handle it.  Iterate over inferiors.
326         (print_thread_info): Reimplement as wrapper around
327         print_thread_info_1.
328         (show_inferior_qualified_tids): New function.
329         (print_thread_id): Use it.
330         (tp_array_compar): Compare inferior numbers too.
331         (thread_apply_command): Use tid_range_parser.
332         (do_captured_thread_select): Use parse_thread_id.
333         (thread_id_make_value): Adjust.
334         (_initialize_thread): Adjust "info threads" help string.
335         * varobj.c (struct varobj_root): Update comment.
336         (varobj_create): Adjust to use global thread IDs.
337         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
338         * windows-tdep.c (display_tib): No longer accept an argument.
339         * cli/cli-utils.c (get_number_trailer): Make extern.
340         * cli/cli-utils.h (get_number_trailer): Declare.
341         (get_number_const): Adjust documentation.
342         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
343         thread IDs.
344         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
345         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
346         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
347         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
348         Likewise.
349         * python/py-breakpoint.c (bppy_set_thread): Likewise.
350         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
351         * python/py-infthread.c (thpy_get_num): Add comment and return the
352         per-inferior thread ID.
353         (thread_object_getset): Update comment of "num".
354
355 2016-01-13  Pedro Alves  <palves@redhat.com>
356
357         * breakpoint.c (remove_threaded_breakpoints)
358         (print_one_breakpoint_location): Use print_thread_id.
359         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
360         (btrace_fetch, btrace_clear): Use print_thread_id.
361         * common/print-utils.c (CELLSIZE): Delete.
362         (get_cell): Rename to ...
363         (get_print_cell): ... this and made extern.  Adjust call callers.
364         Adjust to use PRINT_CELL_SIZE.
365         * common/print-utils.h (get_print_cell): Declare.
366         (PRINT_CELL_SIZE): New.
367         * gdbthread.h (print_thread_id): Declare.
368         * infcmd.c (signal_command): Use print_thread_id.
369         * inferior.c (print_inferior): Use print_thread_id.
370         * infrun.c (handle_signal_stop)
371         (insert_exception_resume_breakpoint)
372         (insert_exception_resume_from_probe)
373         (print_signal_received_reason): Use print_thread_id.
374         * record-btrace.c (record_btrace_info)
375         (record_btrace_resume_thread, record_btrace_cancel_resume)
376         (record_btrace_step_thread, record_btrace_wait): Use
377         print_thread_id.
378         * thread.c (thread_apply_all_command): Use print_thread_id.
379         (print_thread_id): New function.
380         (thread_apply_command): Use print_thread_id.
381         (thread_command, thread_find_command, do_captured_thread_select):
382         Use print_thread_id.
383
384 2016-01-13  Pedro Alves  <palves@redhat.com>
385
386         * NEWS: Mention InferiorThread.inferior.
387         * python/py-infthread.c (thpy_get_inferior): New.
388         (thread_object_getset): Register "inferior".
389
390 2016-01-13  Pedro Alves  <palves@redhat.com>
391
392         * NEWS: Mention $_inferior.
393         * inferior.c (inferior_id_make_value): New.
394         (inferior_funcs): New.
395         (_initialize_inferior): Create $_inferior variable.
396
397 2016-01-13  Pedro Alves  <palves@redhat.com>
398
399         PR breakpoints/19388
400         * frame.c (get_current_frame): Use validate_registers_access.
401         * gdbthread.h (validate_registers_access): Declare.
402         * infrun.c (validate_siginfo_access): Delete.
403         (siginfo_value_read, siginfo_value_write): Use
404         validate_registers_access.
405         * thread.c (validate_registers_access): New function.
406
407 2016-01-12  Josh Stone  <jistone@redhat.com>
408             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
409
410         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
411         syscall_entry and syscall_return stop reasons.  Mention GDB
412         support for remote catch syscall.
413         * remote.c (PACKET_QCatchSyscalls): New enum.
414         (remote_set_syscall_catchpoint): New function.
415         (remote_protocol_features): New element for QCatchSyscalls.
416         (remote_parse_stop_reply): Parse syscall_entry/return stops.
417         (init_remote_ops): Install remote_set_syscall_catchpoint.
418         (_initialize_remote): Config QCatchSyscalls.
419         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
420
421 2016-01-12  Yao Qi  <yao.qi@linaro.org>
422
423         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
424         to gdb_byte * and pass to linux_fork_to_function.
425
426 2016-01-12  Yao Qi  <yao.qi@linaro.org>
427
428         * nat/linux-ptrace.c (linux_fork_to_function): Change type
429         of argument 'function'.
430         (linux_grandchild_function): Change return type to 'int'.
431         Change child_stack's type to 'void *'.
432         (linux_child_function): Likewise.
433
434 2016-01-12  Pedro Alves  <palves@redhat.com>
435
436         Remove use of the registered trademark symbol throughout.
437
438 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
439
440         * reply_mig_hack.awk: Rewrite one regular expression.
441
442 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
443
444         * acinclude.m4: Include new warning.m4 file.
445         * configure: Regenerated.
446         * configure.ac: Move all warning logic ...
447         * warning.m4: ... here.
448
449 2016-01-08  Yao Qi  <yao.qi@linaro.org>
450
451         * extension.c: Include target.h.
452         (set_active_ext_lang): Only call install_gdb_sigint_handler,
453         check_quit_flag, and set_quit_flag if target_terminal_is_ours
454         returns false.
455         (restore_active_ext_lang): Likewise.
456         * target.c (target_terminal_is_ours): New function.
457         * target.h (target_terminal_is_ours): Declare.
458
459 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
460
461         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
462         to `err' in the little-endian leg.
463
464 2016-01-06  Yao Qi  <yao.qi@linaro.org>
465
466         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
467         lines below.
468         (thumb_get_next_pcs_raw): Make it static.
469         (arm_get_next_pcs_raw): Likewise.
470         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
471         declaration.
472         (arm_get_next_pcs_raw): Likewise.
473
474 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
475
476         * version.in: Change cvs to git.
477
478 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
479
480         * configure.tgt (score-*-*): Delete gdb_sim assignment.
481
482 2016-01-05  Pedro Alves  <palves@redhat.com>
483
484         PR sim/13418
485         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
486         the target is powerpc*.
487         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
488         of WITH_SIM.
489         * configure: Regenerate.
490         * config.in: Regenerate.
491
492 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
493
494         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
495
496 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
497
498         * configure.tgt (powerpc*-*-*): Delete test call and
499         always assign gdb_sim.
500
501 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
502
503         Update year range in copyright notice of all files.
504
505 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
506
507         * top.c (print_gdb_version): Change copyright year in version
508         message.
509
510 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
511
512         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
513
514 For older changes see ChangeLog-2015.
515 \f
516 Local Variables:
517 mode: change-log
518 left-margin: 8
519 fill-column: 74
520 version-control: never
521 coding: utf-8
522 End: