408a179da5f75b21cbd75bd2e0542bbc31634834
[external/binutils.git] / gdb / ChangeLog
1 2016-04-22  Pedro Alves  <palves@redhat.com>
2
3         * common/common-exceptions.c (enum catcher_state, struct catcher)
4         (current_catcher): Define in C++ mode too.
5         (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
6         throw_exception.
7         (throw_exception_sjlj, throw_exception_cxx): New functions,
8         factored out from throw_exception.
9         (throw_exception): Reimplement.
10         * common/common-exceptions.h (exceptions_state_mc_init)
11         (exceptions_state_mc_action_iter)
12         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
13         Declare in C++ mode too.
14         (TRY): Rename to ...
15         (TRY_SJLJ): ... this.
16         (CATCH): Rename to ...
17         (CATCH_SJLJ): ... this.
18         (END_CATCH): Rename to ...
19         (END_CATCH_SJLJ): ... this.
20         [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
21         equivalents.
22         (throw_exception): Update comments.
23         (throw_exception_sjlj): Declare.
24         * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
25         comment.  Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
26         intercepted exception.
27         (gdb_rl_callback_handler): New function.
28         (gdb_rl_callback_handler_install): Always install
29         gdb_rl_callback_handler as readline callback.
30
31 2016-04-22  Pedro Alves  <palves@redhat.com>
32
33         * event-top.c (rl_callback_read_char_wrapper): Rename to ...
34         (gdb_rl_callback_read_char_wrapper): ... this.
35         (change_line_handler, gdb_setup_readline): Adjust.
36
37 2016-04-22  Yao Qi  <yao.qi@linaro.org>
38
39         * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
40         bits 20 to 23.
41
42 2016-04-22  Joel Brobecker  <brobecker@adacore.com>
43
44         * MAINTAINER: Remove myself as AIX Maintainer.
45
46 2016-04-22  Maciej W. Rozycki  <macro@imgtec.com>
47
48         * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
49         `num_regs' to 90 rather than 79.  Where a target description is
50         present adjust the setting appropriately.
51
52 2016-04-21  Pedro Alves  <palves@redhat.com>
53
54         * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
55         (GDB_XCPT): Always define as GDB_XCPT_SJMP.
56
57 2016-04-21  Pedro Alves  <palves@redhat.com>
58
59         * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
60         (aix_thread_resume): Use PTRACE_TYPE_ARG5.
61         * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
62         (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
63         pointer, and cast return to gdb_byte pointer.
64
65 2016-04-21  Pedro Alves  <palves@redhat.com>
66
67         * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
68         void * instead of gdb_byte *.
69
70 2016-04-21  Pedro Alves  <palves@redhat.com>
71
72         * dwarf2read.c (try_open_dwop_file, open_dwo_file)
73         (file_file_name, file_full_name): Add char * cast to sentinel in
74         concat/reconcat calls.
75         * event-top.c (top_level_prompt): Likewise.
76         * guile/guile.c (initialize_scheme_side): Likewise.
77         * linux-tdep.c (linux_fill_prpsinfo): Likewise.
78         * macrotab.c (macro_source_fullname): Likewise.
79         * main.c (get_init_files, captured_main): Likewise.
80         * psymtab.c (psymtab_to_fullname): Likewise.
81         * python/python.c (_initialize_python)
82         (gdbpy_finish_initialization): Likewise.
83         * source.c (symtab_to_fullname): Likewise.
84
85 2016-04-20  Pedro Alves  <palves@redhat.com>
86
87         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
88         * configure: Renegerate.
89
90 2016-04-20  Pedro Alves  <palves@redhat.com>
91
92         * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
93
94 2016-04-20  Pedro Alves  <palves@redhat.com>
95
96         * aarch64-tdep.c (aarch64_record_load_store): Change type of
97         'reg_rm_val' local to ULONGEST.
98
99 2016-04-20  Pedro Alves  <palves@redhat.com>
100
101         * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
102
103 2016-04-20  Doug Evans  <xdje42@gmail.com>
104
105         * symmisc.c (dump_symtab_1): Print owning compunit for identical
106         blockvectors.
107
108 2016-04-20  Yao Qi  <yao.qi@linaro.org>
109
110         * aarch32-linux-nat.c: Include "arch/arm-linux.h".
111
112 2016-04-20  Yao Qi  <yao.qi@linaro.org>
113
114         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
115         * arch/arm-linux.h: ... here.
116
117 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
118
119         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
120         to void *.
121         (amd64bsd_store_inferior_registers): Likewise.
122         * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
123         (resume_all_threads_cb): Likewise.
124         * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
125         (i386bsd_collect_gregset): Likewise.
126         (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
127         (i386bsd_store_inferior_registers): Likewise.
128
129 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
130
131         * main.c (setup_alternate_signal_stack): Cast to char *.
132
133 2016-04-19  Doug Evans  <xdje42@gmail.com>
134
135         * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
136         All callers updated.
137
138 2016-04-19  Doug Evans  <xdje42@gmail.com>
139
140         PR gdb/17911
141         * source.c (is_regular_file): New arg errno_ptr.
142         All callers updated.
143
144 2016-04-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
145
146         * linux-record.c (record_linux_system_call): Merge handling for
147         readlink/recv/read and pipe/pipe2.
148
149 2016-04-14  Walfred Tedeschi  <walfred.tedeschi@intel.com>
150
151         * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
152         * features/i386/amd64-mpx.xml: Remove AVX feature.
153         * features/i386/i386-mpx-linux.xml: Remove AVX feature.
154         * features/i386/i386-mpx.xml: Remove AVX feature.
155         * features/i386/amd64-mpx-linux.c: Regenerate.
156         * features/i386/amd64-mpx.c: Regenerate.
157         * features/i386/i386-mpx-linux.c: Regenerate.
158         * features/i386/i386-mpx.c: Regenerate.
159         * regformats/i386/amd64-mpx-linux.dat: Regenerate.
160         * regformats/i386/amd64-mpx.dat: Regenerate.
161         * regformats/i386/i386-mpx-linux.dat: Regenerate.
162         * regformats/i386/i386-mpx.dat: Regenerate.
163
164 2016-04-16  Walfred Tedeschi  <walfred.tedeschi@intel.com>
165
166         * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
167         New include.
168         (amd64_linux_core_read_description): Add case for
169          X86_XSTATE_AVX_MPX_MASK.
170         (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
171         * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
172         * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
173         (amd64_target_description): Add case for  X86_XSTATE_AVX_MPX_MASK.
174         (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
175         * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
176         (X86_XSTATE_AVX_MPX_MASK): New case.
177         * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
178         (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
179         (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
180         (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
181         New expedites.
182         * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
183         include.
184         (i386_linux_core_read_description): Add case
185         X86_XSTATE_AVX_MPX_MASK.
186         (_initialize_i386_linux_tdep): Call
187         initialize_tdesc_i386_avx_mpx_linux.
188         * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
189         * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
190         (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
191         * x86-linux-nat.c (x86_linux_read_description): Add case for
192         X86_XSTATE_AVX_MPX_MASK.
193         * features/i386/amd64-avx-mpx-linux.xml: New file.
194         * features/i386/i386-avx-mpx-linux.xml: New file.
195         * features/i386/i386-avx-mpx.xml: New file.
196         * features/i386/amd64-avx-mpx.xml: New file.
197         * features/i386/amd64-avx-mpx-linux.c: Generated.
198         * features/i386/amd64-avx-mpx.c: Generated.
199         * features/i386/i386-avx-mpx-linux.c: Generated.
200         * features/i386/i386-avx-mpx.c: Generated.
201         * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
202         * regformats/i386/amd64-avx-mpx.dat: Generated.
203         * regformats/i386/i386-avx-mpx-linux.dat: Generated.
204         * regformats/i386/i386-avx-mpx.dat: Generated.
205
206 2016-04-18  Pedro Alves  <palves@redhat.com>
207
208         * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
209         * configure: Regenerate.
210
211 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
212
213         * valops.c (value_addr): For C++ references, set the copied value's
214         enclosing_type as well.
215
216 2016-04-18  Yao Qi  <yao.qi@linaro.org>
217
218         Revert:
219         2016-04-15  Yao Qi  <yao.qi@linaro.org>
220
221         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
222         PC is far from the end of function.
223
224 2016-04-16  Pedro Alves  <palves@redhat.com>
225
226         * ada-exp.y (yydefred): Define as ada_yydefred.
227
228 2016-04-15  Pedro Alves  <palves@redhat.com>
229
230         * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
231         'name_str' locals.
232
233 2016-04-15  Pedro Alves  <palves@redhat.com>
234
235         * btrace.c (pt_btrace_insn_flags): Change return type to
236         btrace_insn_flags.  Use btrace_insn_flags for local.
237
238 2016-04-15  Pedro Alves  <palves@redhat.com>
239
240         * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
241         accept TRAP_BRKPT.
242          [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
243
244 2016-04-15  Yao Qi  <yao.qi@linaro.org>
245
246         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
247         PC is far from the end of function.
248
249 2016-04-14  Pedro Alves  <palves@redhat.com>
250
251         * cli/cli-cmds.c (alias_usage_error): New function.
252         (alias_command): Use it.
253         * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
254         ctf_save_write_metadata call.
255
256 2016-04-14  Pedro Alves  <palves@redhat.com>
257
258         * ada-typeprint.c (print_fixed_point_type): Don't pass float as
259         argument to function expecting LONGEST.
260         * value.c (unpack_long): Add casts to LONGEST.
261
262 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
263
264         * exec.c (exec_file_locate_attach): Guard a couple functions
265         that can throw errors.
266         (exception_print_same): New helper function.
267
268 2016-04-13  Pedro Alves  <palves@redhat.com>
269
270         PR remote/19840
271         * remote.c (struct remote_state) <last_resume_exec_dir>: New
272         field.
273         (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
274         (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
275         (remote_resume): Store the last execution direction.
276         (remote_execution_direction): New function.
277         (init_remote_ops): Install it as to_execution_direction target_ops
278         method.
279
280 2016-04-12  Pedro Alves  <palves@redhat.com>
281
282         * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
283         [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
284
285 2016-04-12  Pedro Alves  <palves@redhat.com>
286
287         * common/common-exceptions.c (struct catcher) <buf>: Now a
288         'jmp_buf' instead of SIGJMP_BUF.
289         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
290         (throw_exception): Use longjmp instead of SIGLONGJMP.
291         * common/common-exceptions.h: Include <setjmp.h> instead of
292         "gdb_setjmp.h".
293         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
294         [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
295         SIGSETJMP.
296         * cp-support.c: Include "gdb_setjmp.h".
297
298 2016-04-12  Pedro Alves  <palves@redhat.com>
299
300         * common/common-exceptions.c (exception_rethrow): Remove
301         prepare_to_throw_exception call.
302         * common/common-exceptions.h (prepare_to_throw_exception): Delete
303         declaration.
304         * exceptions.c (prepare_to_throw_exception): Delete.
305
306 2016-04-12  Pedro Alves  <palves@redhat.com>
307
308         * target.c (target_check_pending_interrupt): Delete.
309         * target.h (struct target_ops) <to_check_pending_interrupt>:
310         Remove method.
311         (target_check_pending_interrupt): Remove declaration.
312         * target-delegates.c: Regenerate.
313
314 2016-04-12  Pedro Alves  <palves@redhat.com>
315
316         * defs.h: Update comments on SIGINT handling.
317         (immediate_quit): Delete declaration.
318         * event-loop.c (call_async_signal_handler): Delete.
319         * event-loop.h (call_async_signal_handler): Delete declaration.
320         (mark_async_signal_handler): Update comments.
321         (gdb_call_async_signal_handler): Delete declaration.
322         * event-top.c (handle_sigint): Call mark_async_signal_handler
323         instead of gdb_call_async_signal_handler.
324         * exceptions.c (prepare_to_throw_exception): Remove reference to
325         immediate_quit.
326         (exception_fprintf): Remove comments about immediate_quit.
327         * mingw-hdep.c (sigint_event, sigint_handler): Delete.
328         (gdb_select): Don't wait on sigint_event.
329         (gdb_call_async_signal_handler): Delete.
330         (_initialize_mingw_hdep): Delete.
331         * posix-hdep.c (gdb_call_async_signal_handler): Delete.
332         * utils.c (immediate_quit): Delete.
333
334 2016-04-12  Pedro Alves  <palves@redhat.com>
335
336         * defs.h (quit_handler_ftype, quit_handler)
337         (make_cleanup_override_quit_handler, default_quit_handler): New.
338         (QUIT): Adjust comments.
339         * event-top.c (default_quit_handler): New function.
340         (quit_handler): New global.
341         (struct quit_handler_cleanup_data): New.
342         (restore_quit_handler, restore_quit_handler_dtor)
343         (make_cleanup_override_quit_handler): New.
344         (async_request_quit): Call QUIT.
345         * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
346         (async_sigint_remote_twice_token, async_sigint_remote_token):
347         Delete.
348         (remote_close): Update comments.
349         (remote_start_remote): Don't set immediate_quit.  Set starting_up
350         earlier.
351         (remote_serial_quit_handler, remote_unpush_and_throw): New
352         functions.
353         (remote_open_1): Clear got_ctrlc_during_io.  Set
354         remote_async_terminal_ours_p unconditionally.
355         (async_initialize_sigint_signal_handler)
356         (async_handle_remote_sigint, async_handle_remote_sigint_twice)
357         (remote_check_pending_interrupt, async_remote_interrupt)
358         (async_remote_interrupt_twice)
359         (async_cleanup_sigint_signal_handler, ofunc)
360         (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
361         (remote_terminal_inferior, remote_terminal_ours): Remove async
362         checks.
363         (remote_wait_as): Don't install a SIGINT handler in sync mode.
364         (readchar, remote_serial_write): Override the quit handler with
365         remote_serial_quit_handler.
366         (getpkt_or_notif_sane_1): Don't call QUIT.
367         (initialize_remote_ops): Don't install
368         remote_check_pending_interrupt.
369         (_initialize_remote): Don't create async_sigint_remote_token and
370         async_sigint_remote_twice_token.
371         * ser-base.c (ser_base_wait_for): Call QUIT and use
372         interruptible_select.
373         (ser_base_write): Call QUIT.
374         * ser-go32.c (dos_readchar, dos_write): Call QUIT.
375         * ser-unix.c (wait_for): Don't use VTIME.  Always take the
376         gdb_select path, but call QUIT and interruptible_select.
377         * utils.c (maybe_quit): Call the current quit handler.  Don't call
378         target_check_pending_interrupt.
379         (defaulted_query, prompt_for_continue): Override the quit handler
380         with the default quit handler.
381
382 2016-04-12  Pedro Alves  <palves@redhat.com>
383
384         * tui/tui-hooks.c (tui_target_has_run): Delete.
385         (tui_about_to_proceed): Delete.
386         (tui_about_to_proceed_observer): Delete.
387         (tui_install_hooks, tui_remove_hooks): Don't install/remove an
388         about_to_proceed observer.
389
390 2016-04-12  Pedro Alves  <palves@redhat.com>
391
392         * mi/mi-interp.c (mi_new_thread): Put
393         target_terminal_ours_for_output in effect while outputting.
394         (mi_thread_exit): Use target_terminal_ours_for_output instead of
395         target_terminal_ours.
396         (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
397         (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
398         (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
399         (mi_breakpoint_created, mi_breakpoint_deleted)
400         (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
401         (mi_command_param_changed, mi_memory_changed)
402         (report_initial_inferior): Use target_terminal_ours_for_output
403         instead of target_terminal_ours.  Restore terminal settings.
404         * mi/mi-main.c (mi_execute_command): Use
405         target_terminal_ours_for_output instead of target_terminal_ours.
406         Restore terminal settings.
407
408 2016-04-12  Pedro Alves  <palves@redhat.com>
409
410         PR gdb/19828
411         * gnu-nat.c (inf_validate_task_sc): Don't call
412         target_terminal_ours / target_terminal_inferior around query.
413         * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
414         call target_terminal_ours / target_terminal_inferior around
415         yquery.
416         * linux-record.c (record_linux_system_call): Don't call
417         target_terminal_ours / target_terminal_inferior around yquery.
418         * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
419         / target_terminal_inferior around query.
420         * record-full.c (record_full_check_insn_num): Remove
421         'set_terminal' parameter.  Don't call target_terminal_ours /
422         target_terminal_inferior around query.
423         (record_full_message, record_full_registers_change)
424         (record_full_xfer_partial): Adjust.
425         * remote.c (interrupt_query): Don't call target_terminal_ours /
426         target_terminal_inferior around query.
427         * utils.c (defaulted_query): Install cleanup to restore target
428         terminal.  Put target_terminal_ours_for_output in effect while
429         defaulted producing, and target_terminal_ours in in effect while
430         handling input.
431         (prompt_for_continue): Install cleanup to restore target terminal.
432         Put target_terminal_ours in in effect while handling input.
433
434 2016-04-12  Pedro Alves  <palves@redhat.com>
435
436         * utils.c (defaulted_query, prompt_for_continue): Free temporary
437         strings with cleanups, instead of xfree.
438
439 2016-04-12  Pedro Alves  <palves@redhat.com>
440
441         * utils.c (vwarning, internal_vproblem): Use
442         make_cleanup_restore_target_terminal and
443         target_terminal_ours_for_output.
444
445 2016-04-12  Pedro Alves  <palves@redhat.com>
446
447         * infcmd.c (post_create_inferior, prepare_one_step): Use
448         target_terminal_ours_for_output instead of target_terminal_ours.
449
450 2016-04-12  Pedro Alves  <palves@redhat.com>
451
452         * exceptions.c (print_flush): Use target_terminal_ours_for_output
453         instead of target_terminal_ours, and restore target terminal with
454         a cleanup.
455
456 2016-04-12  Pedro Alves  <palves@redhat.com>
457
458         * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
459         instead of target_terminal_ours, and restore target terminal with
460         a cleanup.
461
462 2016-04-12  Pedro Alves  <palves@redhat.com>
463
464         * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
465         functions.
466         (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
467
468 2016-04-12  Pedro Alves  <palves@redhat.com>
469
470         * ser-base.c (fd_event): Retry read_prim on EINTR.
471         (do_ser_base_readchar): Retry read_prim on EINTR.
472         (ser_base_write): Retry write_prim on EINTR.
473         * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
474         (ser_unix_write_prim): Remove comment.
475
476 2016-04-12  Pedro Alves  <palves@redhat.com>
477
478         * remote.c (remote_pass_ctrlc): New function.
479         (init_remote_ops): Install it.
480         * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
481         target.
482         (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
483         * target.h (struct target_ops) <to_pass_ctrlc>: New method.
484         (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
485         * target-delegates.c: Regenerate.
486
487 2016-04-12  Pedro Alves  <palves@redhat.com>
488
489         * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
490         mode.
491         * linux-nat.c (linux_nat_interrupt): Delete.
492         (linux_nat_add_target): Don't install linux_nat_interrupt.
493         * remote.c (remote_interrupt_ns): Change return type to void.
494         Throw error if interrupting the target is not supported.
495         (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
496
497 2016-04-12  Pedro Alves  <palves@redhat.com>
498
499         * defs.h (clear_quit_flag): Remove declaration.
500         * extension-priv.h (struct extension_language_ops)
501         <clear_quit_flag>: Remove field and update comments.
502         * extension.c (clear_quit_flag): Delete.
503         * guile/guile.c (guile_extension_ops): Adjust.
504         * python/python.c (python_extension_ops): Adjust.
505         (gdbpy_clear_quit_flag): Delete.
506
507 2016-04-12  Pedro Alves  <palves@redhat.com>
508
509         * main.c (captured_main): Don't clear the quit flag.
510
511 2016-04-12  Pedro Alves  <palves@redhat.com>
512
513         * exceptions.c (prepare_to_throw_exception): Don't clear the quit
514         flag.
515
516 2016-04-12  Pedro Alves  <palves@redhat.com>
517
518         * event-top.c (command_handler): Don't call clear_quit_flag.
519
520 2016-04-12  Pedro Alves  <palves@redhat.com>
521
522         * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
523         * remote.c (remote_wait_as): Don't call clear_quit_flag.
524
525 2016-04-12  Pedro Alves  <palves@redhat.com>
526
527         * python/python.c: Include "ser-event.h".
528         (gdbpy_event_fds): Delete.
529         (gdbpy_serial_event): New.
530         (gdbpy_run_events): Change prototype.  Use serial_event_clear
531         instead of serial_readchar.
532         (gdbpy_post_event): Use serial_event_set instead of serial_write.
533         (gdbpy_initialize_events): Use make_serial_event instead of
534         serial_pipe.
535
536 2016-04-12  Pedro Alves  <palves@redhat.com>
537
538         * defs.h: Extend QUIT-related comments to mention
539         interruptible_select.
540         (quit_serial_event_set, quit_serial_event_clear): Declare.
541         * event-top.c: Include "ser-event.h" and "gdb_select.h".
542         (quit_serial_event): New global.
543         (async_init_signals): Make quit_serial_event.
544         (quit_serial_event_set, quit_serial_event_clear)
545         (quit_serial_event_fd, interruptible_select): New functions.
546         * extension.c (set_quit_flag): Set the quit serial event.
547         (check_quit_flag): Clear the quit serial event.
548         * gdb_select.h (interruptible_select): New declaration.
549         * guile/scm-ports.c (ioscm_input_waiting): Use
550         interruptible_select instead of gdb_select.
551         * top.c (gdb_readline_no_editing): Likewise.
552         * ui-file.c (stdio_file_read): Likewise.
553
554 2016-04-12  Pedro Alves  <palves@redhat.com>
555
556         * event-loop.c: Include "ser-event.h".
557         (async_signal_handlers_serial_event): New global.
558         (async_signals_handler, initialize_async_signal_handlers): New
559         functions.
560         (mark_async_signal_handler): Set
561         async_signal_handlers_serial_event.
562         (invoke_async_signal_handlers): Clear
563         async_signal_handlers_serial_event.
564         * event-top.c (async_init_signals): Call
565         initialize_async_signal_handlers.
566
567 2016-04-12  Pedro Alves  <palves@redhat.com>
568
569         * Makefile.in (SFILES): Add ser-event.c.
570         (HFILES_NO_SRCDIR): Add ser-event.h.
571         (COMMON_OBS): Add ser-event.o.
572         * ser-event.c, ser-event.h: New files.
573         * serial.c (new_serial): New function, factored out from
574         (serial_fdopen_ops): ... this.
575         (serial_open_ops_1): New function, factored out from
576         (serial_open): ... this.
577         (serial_open_ops): New function.
578         * serial.h (struct serial): Forware declare.
579         (serial_open_ops): New declaration.
580
581 2016-04-12  Pedro Alves  <palves@redhat.com>
582
583         * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
584         Remove references to name.
585         * serial.h (struct serial) <name>: Delete.
586
587 2016-04-12  Pedro Alves  <palves@redhat.com>
588
589         * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
590         Delete.
591         (async_remote_fileio_interrupt): Delete.
592         (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
593         handler.  Instead just always set the ctrl_c flag.
594         (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
595         re-enabling the SIGINT handler.
596         (remote_fileio_func_open, remote_fileio_func_close)
597         (remote_fileio_func_read, remote_fileio_func_write)
598         (remote_fileio_func_lseek, remote_fileio_func_rename)
599         (remote_fileio_func_unlink, remote_fileio_func_stat)
600         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
601         (remote_fileio_func_isatty, remote_fileio_func_system)
602         (remote_fileio_request): Remove references to
603         remote_fio_no_longjmp.
604         (initialize_remote_fileio): Don't create an async signal handler.
605
606 2016-04-12  Pedro Alves  <palves@redhat.com>
607
608         * event-top.c (stdin_event_handler): Call QUIT;
609         (prompt_for_continue): Don't run with immediate_quit set.
610
611 2016-04-12  Pedro Alves  <palves@redhat.com>
612
613         * tui/tui-io.c (tui_redisplay_readline): Check
614         gdb_in_secondary_prompt_p instead of immediate_quit.
615         * tui/tui.c: Include top.h.
616         (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
617         immediate_quit.
618
619 2016-04-12  Pedro Alves  <palves@redhat.com>
620
621         * top.c (read_command_file): Inline command_loop here.
622         (command_loop): Delete.
623
624 2016-04-12  Pedro Alves  <palves@redhat.com>
625
626         * top.c: Include "gdb_select.h".
627         (gdb_readline_no_editing): Wait for input with gdb_select instead
628         of blocking in fgetc.
629         (command_line_input): Don't set immediate_quit.
630
631 2016-04-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
632
633         * value.c (value_next): Make pass-by-reference parameters const-correct.
634         (value_parent): Likewise.
635         (value_enclosing_type): Likewise.
636         (value_lazy): Likewise.
637         (value_stack): Likewise.
638         (value_embedded_offset): Likewise.
639         (value_pointed_to_offset): Likewise.
640         (value_raw_address): Likewise.
641         (deprecated_value_modifiable): Likewise.
642         (value_free_to_mark): Likewise.
643         (value_release_to_mark): Likewise.
644         (internalvar_name): Likewise.
645         (readjust_indirect_value_type): Likewise.
646         (value_initialized): Likewise.
647         * value.h (value_next): Likewise.
648         (value_parent): Likewise.
649         (value_enclosing_type): Likewise.
650         (value_lazy): Likewise.
651         (value_stack): Likewise.
652         (value_embedded_offset): Likewise.
653         (value_pointed_to_offset): Likewise.
654         (value_raw_address): Likewise.
655         (deprecated_value_modifiable): Likewise.
656         (value_free_to_mark): Likewise.
657         (value_release_to_mark): Likewise.
658         (internalvar_name): Likewise.
659         (readjust_indirect_value_type): Likewise.
660         (value_initialized): Likewise.
661
662 2016-04-07  Yao Qi  <yao.qi@linaro.org>
663
664         * record-full.c (record_full_insert_breakpoint): Return
665         early if entry on the address is found in
666         record_full_breakpoints.
667
668 2016-04-07  Yao Qi  <yao.qi@linaro.org>
669
670         * record-full.c (record_full_insert_breakpoint): Set
671         bp_tgt->reqstd_address and bp_tgt->placed_size.
672
673 2016-04-06  Don Breazeal  <donb@codesourcery.com>
674
675         * value.c (value_actual_type): Don't try to get rtti type
676         of the value if it has been optimized out.
677         (value_optimized_out): If a memory access error occurs,
678         just check vaue->optimized_out.
679
680 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
681
682         Revert the previous commit adding unknown_v_replies_ok.
683
684 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
685
686         * remote.c (struct remote_state): New field unknown_v_replies_ok.
687         (packet_config_support): Read it.
688         (remote_start_remote): Set it.
689
690 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
691
692         * remote.c: Revert check-in by a mistake in the previous commit.
693
694 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
695             Pedro Alves  <palves@redhat.com>
696
697         * exec.c (exec_file_locate_attach): Print warning for unsupported
698         target_pid_to_exec_file.
699         * symfile-mem.c (add_vsyscall_page): Remove the "file" command
700         message part.
701
702 2016-04-04  Simon Marchi  <simon.marchi@ericsson.com>
703
704         * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
705         trailing spaces.
706
707 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
708
709         PR gdb/19820
710         * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
711         the type of BINOP_REPEAT's second operand.
712
713 2016-03-31  Yichao Yu  <yyc1992@gmail.com>
714
715         PR gdb/19858
716         * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
717         got the breakpoint at the right address.
718         (jit_inferior_created): New function.
719         (_initialize_jit): Install jit_inferior_created as
720         inferior_created observer.
721
722 2016-03-31  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
723
724         * NEWS: Mention support for tracepoints on powerpc*-linux.
725
726 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
727
728         PR python/19743
729         * python/python.c (execute_gdb_command): Use console uiout
730         when executing gdb command.
731         * utils.c (restore_ui_out_closure): New structure.
732         (do_restore_ui_out): New function.
733         (make_cleanup_restore_ui_out): Likewise.
734         * utils.h (make_cleanup_restore_ui_out): Declare.
735
736 2016-03-31  Pedro Alves  <palves@redhat.com>
737
738         * NEWS: Mention that support for "target m32rsdi", "target mips",
739         "target pmon", "target ddb", "target rockhopper", and "target lsi"
740         was removed.
741         * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
742         remote-mips.o.
743         (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
744         * configure.tgt: Remove all references to remote-m32r-sdi.o and
745         remote-mips.o.
746         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
747         function.
748         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
749         declaration.
750         * remote-m32r-sdi.c, remote-mips.c: Delete files.
751         * symfile.c (generic_load, generic_load): Remove comments.
752
753 2016-03-30  Yao Qi  <yao.qi@linaro.org>
754
755         * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
756         0 rather than NULL.
757
758 2016-03-30  Yao Qi  <yao.qi@linaro.org>
759
760         * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
761         (arm_epilogue_frame_this_id): New function.
762         (arm_epilogue_frame_prev_register): New function.
763         (arm_epilogue_frame_sniffer): New function.
764         (arm_epilogue_frame_unwind): New.
765         (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
766
767 2016-03-30  Yao Qi  <yao.qi@linaro.org>
768
769         * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
770         (arm_stack_frame_destroyed_p_1): ... here.  Don't call
771         arm_pc_is_thumb.
772         (arm_stack_frame_destroyed_p): Call
773         thumb_stack_frame_destroyed_p and
774         arm_stack_frame_destroyed_p_1.
775
776 2016-03-30  Doug Evans  <dje@google.com>
777
778         * python/py-utils.c (host_string_to_python_string): New function.
779         * python/python-internal.h (host_string_to_python_string): Declare it.
780         * python/py-*.c (*): Update all calls to
781         PyString_Decode (str, strlen (str), host_charset (), NULL);
782         to use host_string_to_python_string instead.
783
784 2016-03-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
785
786         * remote.c (remote_check_symbols): Allocate own buffer for reply.
787
788 2016-03-29  Max Filippov  <jcmvbkbc@gmail.com>
789
790         * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
791         Use safe_read_memory_integer instead of read_memory_integer.
792
793 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
794
795         * NEWS: Mention support for tracepoints on s390*-linux.
796
797 2016-03-29  Don Breazeal  <donb@codesourcery.com>
798
799         * gdb/value.c (value_actual_type): Fix formatting issue.
800
801 2016-03-23  Yao Qi  <yao.qi@linaro.org>
802
803         * gdbarch.sh (software_single_step): Remove comments.
804         * gdbarch.h: Regenerated.
805
806 2016-03-21  Yao Qi  <yao.qi@linaro.org>
807
808         * arm-tdep.c (arm_record_media): New.
809         (arm_record_ld_st_reg_offset): Call arm_record_media.
810
811 2016-03-21  Yao Qi  <yao.qi@linaro.org>
812
813         * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
814         more syscalls.
815
816 2016-03-18  Yao Qi  <yao.qi@linaro.org>
817
818         * sparc-tdep.c (sparc_software_single_step): Make it static.
819         * sparc-tdep.h (sparc_software_single_step): Remove declaration.
820
821 2016-03-18  Yao Qi  <yao.qi@linaro.org>
822
823         * spu-tdep.c (spu_software_single_step): Throw error when
824         target_read_memory fails.
825
826 2016-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
827
828         * linux-thread-db.c (check_pid_namespace_match): Extend the message.
829
830 2016-03-17  Pedro Alves  <palves@redhat.com>
831             Don Breazeal  <donb@codesourcery.com>
832
833         PR remote/19496
834         * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
835         instead of checking the 'non_stop' global.
836         * remote.c (remote_add_thread): New parameter 'executing'.  Use it
837         to set the new thread's executing state.
838         (remote_notice_new_inferior): Rename parameter 'running' to
839         'executing'.  Always set the thread state to THREAD_RUNNING in
840         non-stop mode, and to THREAD_STOPPED in all-stop mode.  Pass
841         EXECUTING to remote_add_thread and notice_new_inferior.
842         (remote_update_thread_list): Update to pass executing state, not
843         running state.
844
845 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
846
847         * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
848         to 374.
849         * syscalls/s390x-linux.xml: Likewise.
850
851 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
852
853         * linux-record.c (record_mem_at_reg): New helper function.
854         (record_linux_system_call): Exploit new helper function where
855         applicable.
856
857 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
858
859         * linux-record.c: Fix whitespace issues; tabify, remove trailing
860         spaces.
861
862 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
863
864         * linux-record.c (record_linux_system_call): Add missing return
865         statements to handling of pipe and pipe2 syscalls.
866
867 2016-03-16  Doug Evans  <dje@google.com>
868
869         * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
870
871 2016-03-16  Yao Qi  <yao.qi@linaro.org>
872
873         * arm-linux-tdep.c (arm_linux_init_abi): Fix
874         arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
875         arm_linux_record_tdep.arg3.  Set arm_linux_record_tdep.arg4,
876         arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
877         arm_linux_record_tdep.arg7.
878
879 2016-03-15  Keith Seitz  <keiths@redhat.com>
880
881         PR breakpoints/18303
882         * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
883         look for "::" instead of simply ":".
884         (cp_search_static_and_baseclasses): Return null_block_symbol for
885         malformed input.
886         Remove assertions.
887         * cp-support.c (cp_find_first_component_aux): Do not return
888         a prefix length for ':' unless the next character is also ':'.
889
890 2016-03-15  Doug Evans  <dje@google.com>
891
892         * features/aarch64-core.xml (cpsr_flags): New flags type.
893         (cpsr): Use it.
894         * features/aarch64.c: Regenerate.
895
896 2016-03-15  Doug Evans  <dje@google.com>
897
898         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
899         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
900         * features/i386/64bit-core.xml (i386_eflags): Ditto.
901         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
902         * features/i386/x32-core.xml (i386_eflags): Ditto.
903
904 2016-03-15  Doug Evans  <dje@google.com>
905             Wei-cheng Wang  <cole945@gmail.com>
906
907         Extend flags to support multibit and enum bitfields.
908         * NEWS: Document new features.
909         * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
910         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
911         * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
912         (append_flags_type_field): New function.
913         (append_flags_type_flag): Call it.
914         * gdbtypes.h (append_flags_type_field): Declare.
915         * target-descriptions.c (struct tdesc_type_flag): Delete.
916         (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
917         (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
918         (struct tdesc_type) <u.f>: Delete.
919         (tdesc_predefined_types): Add "bool".
920         (tdesc_predefined_type): New function.
921         (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
922         Update TDESC_TYPE_FLAGS support.
923         (tdesc_free_type): Handle TDESC_TYPE_ENUM.  Update TDESC_TYPE_FLAGS.
924         (tdesc_create_flags): Update.
925         (tdesc_create_enum): New function.
926         (tdesc_add_field): Initialize start,end to -1.
927         (tdesc_add_typed_bitfield): New function.
928         (tdesc_add_bitfield): Call it.
929         (tdesc_add_flag): Allow TDESC_TYPE_STRUCT.  Update.
930         (tdesc_add_enum_value): New function.
931         (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
932         TDESC_TYPE_STRUCT.  Handle TDESC_TYPE_ENUM.
933         * target-descriptions.h (tdesc_create_enum): Declare.
934         (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
935         * valprint.c (generic_val_print_enum_1): New function.
936         (generic_val_print_enum): Call it.
937         (val_print_type_code_flags): Make static.  Handle multibit bitfields
938         and enum bitfields.
939         * valprint.h (val_print_type_code_flags): Delete.
940         * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
941         Delete.  All uses removed.
942         (tdesc_start_enum): New function.
943         (tdesc_start_field): Handle multibit and enum bitfields.
944         (tdesc_start_enum_value): New function.
945         (enum_value_attributes, enum_children, enum_attributes): New static
946         globals.
947         (feature_children): Add "enum".
948         * features/gdb-target.dtd (enum, evalue): New elements.
949
950 2016-03-15  Doug Evans  <dje@google.com>
951
952         * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
953         from LONGEST to int.
954         (struct tdesc_type) <u.f.size>: Ditto.
955         (tdesc_set_struct_size): Change type of "size" arg from LONGEST
956         to int.  Add assertion size > 0.
957         (tdesc_create_flags): Ditto.
958         * target-descriptions.h (tdesc_set_struct_size): Update.
959         (tdesc_create_flags): Update.
960         * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
961         (MAX_VECTOR_SIZE): New macro.
962         (tdesc_start_struct): Catch conversion errors from LONGEST to int.
963         (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
964
965 2016-03-15  Doug Evans  <dje@google.com>
966
967         * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
968         TYPE_CODE_FLAGS instead of "field_type", for consistency.
969         * features/i386/amd64-avx-linux.c: Regenerate.
970         * features/i386/amd64-avx.c: Regenerate.
971         * features/i386/amd64-avx512-linux.c: Regenerate.
972         * features/i386/amd64-avx512.c: Regenerate.
973         * features/i386/amd64-linux.c: Regenerate.
974         * features/i386/amd64-mpx-linux.c: Regenerate.
975         * features/i386/amd64-mpx.c: Regenerate.
976         * features/i386/amd64.c: Regenerate.
977         * features/i386/i386-avx-linux.c: Regenerate.
978         * features/i386/i386-avx.c: Regenerate.
979         * features/i386/i386-avx512-linux.c: Regenerate.
980         * features/i386/i386-avx512.c: Regenerate.
981         * features/i386/i386-linux.c: Regenerate.
982         * features/i386/i386-mmx-linux.c: Regenerate.
983         * features/i386/i386-mmx.c: Regenerate.
984         * features/i386/i386-mpx-linux.c: Regenerate.
985         * features/i386/i386-mpx.c: Regenerate.
986         * features/i386/i386.c: Regenerate.
987         * features/i386/x32-avx-linux.c: Regenerate.
988         * features/i386/x32-avx.c: Regenerate.
989         * features/i386/x32-avx512-linux.c: Regenerate.
990         * features/i386/x32-avx512.c: Regenerate.
991         * features/i386/x32-linux.c: Regenerate.
992         * features/i386/x32.c: Regenerate.
993
994 2016-03-15  Pedro Alves  <palves@redhat.com>
995
996         PR gdb/19676
997         * linux-thread-db.c (try_thread_db_load_1): Leave
998         info->td_ta_thr_iter_p NULL iff debugging a live process and we
999         have /proc access.
1000         (find_new_threads_once): Assert that we have a non-NULL
1001         info->td_ta_thr_iter_p instead of checking whether the target has
1002         execution.
1003
1004 2016-03-15  Pedro Alves  <palves@redhat.com>
1005
1006         PR gdb/19676
1007         * infrun.c (displaced_step_prepare): Also disable displaced
1008         stepping on NOT_SUPPORTED_ERROR.
1009         * linux-tdep.c (linux_displaced_step_location): If reading auxv
1010         fails, throw NOT_SUPPORTED_ERROR instead of generic error.
1011
1012 2016-03-13  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1013
1014         * s390-linux-tdep.c (s390_gen_return_address): New function.
1015         (s390_gdbarch_init): Fill gen_return_address hook.
1016
1017 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1018
1019         * symmisc.c (maintenance_info_line_tables): New function.
1020         (maintenance_print_one_line_table): New function.
1021         (_initialize_symmisc): Register 'maint info line-table' command.
1022         * NEWS: Mention new command.
1023
1024 2016-03-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1025
1026         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
1027         (s390_ax_pseudo_register_push_stack): New function.
1028         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
1029         ax_pseudo_register_push_stack hooks.
1030
1031 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
1032
1033         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
1034         gdb/function/as_string.py.
1035         * python/lib/gdb/function/as_string.py: New file.
1036         * NEWS: Mention the new $_as_string function.
1037
1038 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1039
1040         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
1041
1042 2016-03-09  Pedro Alves  <palves@redhat.com>
1043
1044         * event-top.c (more_to_come): Delete.
1045         (struct readline_input_state): Delete.
1046         (readline_input_state): Delete.
1047         (get_command_line_buffer): New function.
1048         (command_handler): Update comments.  Don't handle NULL commands
1049         here.  Do not execute commented lines.
1050         (command_line_append_input_line): New function.
1051         (handle_line_of_input): New function, partly based on
1052         command_line_handler and command_line_input.
1053         (command_line_handler): Rewrite.
1054         * event-top.h (command_handler): New declaration.
1055         (command_loop): Defer command execution to command_handler.
1056         (command_line_input): Update comments.  Simplify, using struct
1057         buffer and handle_line_of_input.
1058         * top.h (struct buffer): New forward declaration.
1059         (handle_line_of_input): New declaration.
1060
1061 2016-03-09  Pedro Alves  <palves@redhat.com>
1062
1063         * event-top.c (command_line_handler): Use xfree + xstrdup instead
1064         of xrealloc + strcpy.
1065         * main.c (captured_main): Use xstrdup instead of xmalloc plus
1066         manual clear.
1067         * top.c (saved_command_line): Rewrite comment.
1068         (saved_command_line_size): Delete.
1069         (command_line_input): Use xfree + xstrdup instead of xrealloc +
1070         strcpy.
1071         * top.h (saved_command_line_size): Delete declaration.
1072
1073 2016-03-09  Pedro Alves  <palves@redhat.com>
1074
1075         * event-top.c: Include buffer.h.
1076         (gdb_readline_no_editing_callback): Use struct buffer instead
1077         of xrealloc.
1078
1079 2016-03-09  Pedro Alves  <palves@redhat.com>
1080
1081         * common/buffer.h (buffer_grow_char): New function.
1082         * top.c: Include buffer.h.
1083         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
1084         'prompt'.  Use struct buffer instead of xrealloc.
1085
1086 2016-03-09  Pedro Alves  <palves@redhat.com>
1087
1088         * defs.h (gdb_readline): Delete declaration.
1089         * top.c (gdb_readline): Rename to ...
1090         (gdb_readline_no_editing): ... this, and make static.
1091
1092 2016-03-09  Pedro Alves  <palves@redhat.com>
1093
1094         * utils.c (prompt_for_continue): Update comments.
1095
1096 2016-03-09  Pedro Alves  <palves@redhat.com>
1097
1098         * event-top.c (async_annotation_suffix): Delete.
1099         (top_level_prompt, command_line_handler): Don't use
1100         'async_annotation_suffix' and simplify.
1101         * event-top.h (async_annotation_suffix): Delete declaration.
1102         (init_main): Remove reference to 'async_annotation_suffix'.
1103
1104 2016-03-09  Pedro Alves  <palves@redhat.com>
1105
1106         * event-top.c (gdb_readline2): Rename to ...
1107         (gdb_readline_no_editing_callback): ... this.
1108         (change_line_handler, stdin_event_handler)
1109         (gdb_setup_readline): Adjust.
1110         * event-top.h (gdb_readline2): Rename to ...
1111         (gdb_readline_no_editing_callback): ... this, and move closer to
1112         other readline-related declarations.
1113         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
1114
1115 2016-03-09  Pedro Alves  <palves@redhat.com>
1116
1117         * top.c (window_hook): Delete.
1118         (command_loop): Remove references to window_hook.
1119
1120 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1121
1122         * corefile.c (safe_read_memory_unsigned_integer): New function.
1123         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
1124         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
1125
1126 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1127
1128         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
1129         (rs6000_gen_return_address): New function.
1130         (rs6000_gdbarch_init): Wire in the above.
1131
1132 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1133
1134         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
1135         (rs6000_gdbarch_init): Wire in the above.
1136
1137 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1138
1139         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
1140         instructions that do nothing or are conditional traps.
1141
1142 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1143
1144         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
1145         frame func's PC in info->func before any other failure can occur.
1146         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
1147         info->func has been filled out.
1148
1149 2016-03-09  Pedro Alves  <palves@redhat.com>
1150
1151         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
1152
1153 2016-03-09  Pedro Alves  <palves@redhat.com>
1154
1155         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
1156
1157 2016-03-09  Pedro Alves  <palves@redhat.com>
1158
1159         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
1160         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
1161
1162 2016-03-09  Pedro Alves  <palves@redhat.com>
1163
1164         * doublest.c: Extend comments.
1165         (floatformat_to_doublest, floatformat_from_doublest): Copy the
1166         floatformat's total size, not the host type's size.
1167
1168 2016-03-09  Pedro Alves  <palves@redhat.com>
1169
1170         * doublest.c (floatformat_totalsize_bytes): New function.
1171         (floatformat_from_type): Assert that the type's length is at least
1172         as long as the floatformat's totalsize.
1173         * doublest.h (floatformat_totalsize_bytes): New declaration.
1174         * gdbtypes.c (arch_float_type): Assert that the type's length is
1175         at least as long as the floatformat's totalsize.
1176
1177 2016-03-09  Pedro Alves  <palves@redhat.com>
1178
1179         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
1180         format to floatformats_ieee_double.
1181
1182 2016-03-07  Pedro Alves  <palves@redhat.com>
1183
1184         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
1185         before calling bfd_get_flavour.
1186
1187 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1188
1189         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
1190         (avr_push_dummy_call): Correct last needed argument register.
1191         Write MSB of argument into register and subsequent bytes into
1192         other registers in decreasing order.
1193
1194 2016-03-04  Yao Qi  <yao.qi@linaro.org>
1195
1196         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
1197         condition check.  Record the right D register number.
1198
1199 2016-03-04  Yao Qi  <yao.qi@linaro.org>
1200
1201         * arm-tdep.c (arm_record_extension_space): Remove code
1202         printing "Process record does not support".
1203         (arm_record_data_proc_misc_ld_str): Likewise.
1204         (decode_insn): Call arm_record_extension_space if condition
1205         is 0xf.  Call arm_record_unsupported_insn if ret isn't
1206         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
1207         the value of thumb2_record_decode_insn_handler.
1208
1209 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
1210
1211         * features/feature_to_c.sh: Print the help when passing no
1212         argument.
1213
1214 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
1215
1216         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
1217
1218 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
1219
1220         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
1221
1222 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1223
1224         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
1225         exception when attempting to access the inferior's backchain.
1226
1227 2016-02-29  Yao Qi  <yao.qi@linaro.org>
1228
1229         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
1230         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
1231         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
1232         for aarch64_sys_epoll_create1.
1233
1234 2016-02-29  Yao Qi  <yao.qi@linaro.org>
1235
1236         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
1237         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
1238         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
1239         * linux-record.c (record_linux_system_call): Handle them.
1240
1241 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1242
1243         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
1244         cyclic imports.
1245
1246 2016-02-26  Keith Seitz  <keiths@redhat.com>
1247
1248         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
1249         to avoid invalid conversion from void *.
1250
1251 2016-02-26  Yao Qi  <yao.qi@linaro.org>
1252
1253         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
1254         per bit 8.  Check bit 20 instead of bit 4 for VMOV
1255         instruction.  Record D registers for instructions changing
1256         S registers.  Change of the order of length and address
1257         in record_buf_mem array.
1258
1259 2016-02-26  Yao Qi  <yao.qi@linaro.org>
1260
1261         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
1262         number of Rd.
1263
1264 2016-02-25  Doug Evans  <dje@google.com>
1265
1266         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
1267         compiler warning.
1268         (recv_long_data): Ditto.
1269
1270 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
1271
1272         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
1273         Initialize variables.
1274
1275 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1276
1277         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
1278         (ax_reg_mask): Likewise.
1279
1280 2016-02-24  Pedro Alves  <palves@redhat.com>
1281
1282         * linux-nat.c (save_sigtrap) Delete.
1283         (stop_wait_callback): Call save_stop_reason instead of
1284         save_sigtrap.
1285         (check_stopped_by_breakpoint): Rename to ...
1286         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
1287         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
1288         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
1289         common code between the USE_SIGTRAP_SIGINFO and
1290         !USE_SIGTRAP_SIGINFO blocks.
1291         (linux_nat_filter_event): Call save_stop_reason instead of
1292         save_sigtrap.
1293         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
1294         si_code for MIPS.
1295         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
1296         comments on MIPS behavior.
1297         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
1298
1299 2016-02-24  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1300
1301         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
1302         to avoid spurious warnings.
1303
1304 2016-02-24  Gary Benson  <gbenson@redhat.com>
1305
1306         * exec.c (exec_file_locate_attach): Do not attempt to
1307         locate main executable locally if not found in sysroot.
1308
1309 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
1310
1311         GDB 7.11 released.
1312
1313 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
1314
1315         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
1316         unavailable PC/SP to build unavailable frame.
1317
1318 2016-02-23  Doug Evans  <dje@google.com>
1319
1320         Extend "skip" command to support -file, -gfile, -function, -rfunction.
1321         * NEWS: Document new features.
1322         * skip.c: #include "fnmatch.h", "gdb_regex.h".
1323         (skiplist_entry) <file>: Renamed from filename.
1324         <function>: Renamed from function_name.
1325         <file_is_glob, function_is_regexp>: New members.
1326         <compiled_function_regexp, compiled_function_regexp_is_valid>:
1327         New members.
1328         (make_skip_entry): New function.
1329         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
1330         (make_free_skiplist_entry_cleanup): New function.
1331         (skip_file_command): Update.
1332         (skip_function, skip_function_command): Update.
1333         (compile_skip_regexp): New functions.
1334         (skip_command): Add support for new options.
1335         (skip_info): Update.
1336         (skip_file_p, skip_gfile_p): New functions.
1337         (skip_function_p, skip_rfunction_p): New functions.
1338         (function_name_is_marked_for_skip): Update and simplify.
1339         (_initialize_step_skip): Update.
1340         * symtab.c: #include "fnmatch.h".
1341         (compare_glob_filenames_for_search): New function.
1342         * symtab.h (compare_glob_filenames_for_search): Declare.
1343         * utils.c (count_path_elements): New function.
1344         (strip_leading_path_elements): New function.
1345         * utils.h (count_path_elements): Declare.
1346         (strip_leading_path_elements): Declare.
1347
1348 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
1349
1350         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
1351         (thumb_process_displaced_insn): Likewise.
1352         (arm_process_displaced_insn): Adjust calls.
1353
1354 2016-02-23  Yao Qi  <yao.qi@linaro.org>
1355
1356         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
1357         Remove.
1358         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
1359         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
1360         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
1361         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
1362         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
1363         <aarch64_sys_faccessat>: New.
1364         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
1365         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
1366         <aarch64_sys_newfstatat>: New.
1367         (UNSUPPORTED_SYSCALL_MAP): New macro.
1368         (aarch64_canonicalize_syscall): Add missing syscalls.
1369
1370 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1371
1372         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
1373
1374 2016-02-22  Yao Qi  <yao.qi@linaro.org>
1375
1376         * arm-tdep.c: Fix code format issues.
1377
1378 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1379
1380         * d-namespace.c (d_lookup_symbol_imports): Remove argument
1381         'search_parents'.  All callers updated.
1382
1383 2016-02-18  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1384
1385         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
1386         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
1387
1388 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1389
1390         * NEWS: Add entry for bound violation.
1391         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
1392         Add handler for segmentation fault.
1393         * gdbarch.sh (handle_segmentation_fault): New.
1394         * gdbarch.c: Regenerate.
1395         * gdbarch.h: Regenerate.
1396         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
1397         (SIG_CODE_BONDARY_FAULT): New define.
1398         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
1399         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
1400         * i386-tdep.c (i386_mpx_enabled): Add as external.
1401         * i386-tdep.c (i386_mpx_enabled): Add as external.
1402         * infrun.c (handle_segmentation_fault): New function.
1403         (print_signal_received_reason): Use handle_segmentation_fault.
1404
1405 2016-02-18  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1406
1407         * arch-utils.c (default_guess_tracepoint_registers): New function.
1408         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
1409         * gdbarch.c: Regenerate.
1410         * gdbarch.h: Regenerate.
1411         * gdbarch.sh: Add guess_tracepoint_registers hook.
1412         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
1413
1414 2016-02-17  Gary Benson  <gbenson@redhat.com>
1415
1416         * exec.c (exec_file_locate_attach): Add missing cleanup.
1417
1418 2016-02-16  Don Breazeal  <donb@codesourcery.com>
1419
1420         PR remote/19496
1421         * remote.c (remove_new_fork_children): Check for pending
1422         fork status in thread_info.suspend.
1423
1424 2016-02-16  Yao Qi  <yao.qi@linaro.org>
1425
1426         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
1427         'old_chain' later.
1428
1429 2016-02-16  Yao Qi  <yao.qi@linaro.org>
1430
1431         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
1432         <syscall_next_pc>: Remove argument PC.  Callers updated.
1433         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1434         Remove argument PC.  Get pc from regcache_read_pc.
1435         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
1436         argument PC.
1437
1438 2016-02-15  Yao Qi  <yao.qi@linaro.org>
1439
1440         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
1441
1442 2016-02-12  Yao Qi  <yao.qi@linaro.org>
1443
1444         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
1445         nextpc according to instruction.
1446
1447 2016-02-12  Yao Qi  <yao.qi@linaro.org>
1448
1449         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
1450         self->ops->fixup if it isn't NULL.
1451         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
1452         (struct arm_get_next_pcs_ops) <fixup>: New field.
1453         * arch/arm-linux.c: Include common-regcache.h and
1454         arch/arm-get-next-pcs.h.
1455         (arm_linux_get_next_pcs_fixup): New function.
1456         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
1457         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
1458         it with arm_linux_get_next_pcs_fixup.
1459         (arm_linux_software_single_step): Move code to
1460         arm_linux_get_next_pcs_fixup.
1461         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
1462
1463 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1464
1465         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
1466         and return NULL.
1467
1468 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1469
1470         * frame.h (skip_tailcall_frames): Update comment.
1471         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
1472         if only artificial frames are found.  Update comment.
1473         (frame_unwind_caller_id): Handle NULL return.
1474         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
1475         skip_artificial_frames does not return NULL.
1476         (frame_pop): Add an error if only tailcall frames are found.
1477         * infcmd.c (finish_command): Move skip_tailcall_frames call into
1478         forward-execution case.  Add an error if only tailcall frames are
1479         found.
1480
1481 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1482
1483         * stack.c (frame_info): Check frame_unwind_caller_id.
1484
1485 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1486
1487         * frame.h (skip_tailcall_frames): New.
1488         * frame.c (skip_tailcall_frames): New.
1489         (frame_pop): Call skip_tailcall_frames.
1490         * infcmd.c (finish_command): Call skip_tailcall_frames.
1491
1492 2016-02-11  Pedro Alves  <palves@redhat.com>
1493
1494         * Makefile.in (check-parallel): New rule.
1495
1496 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1497
1498         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
1499         (arm_analyze_prologue): Likewise.
1500         (arm_scan_prologue): Likewise.
1501         (arm_m_exception_prev_register): Likewise.
1502         (arm_copy_block_xfer): Likewise.
1503         (thumb2_copy_block_xfer): Likewise.
1504         (arm_decode_miscellaneous): Likewise.
1505         (arm_decode_ld_st_word_ubyte): Likewise.
1506         (arm_decode_svc_copro): Likewise.
1507         (thumb2_decode_svc_copro): Likewise.
1508         (thumb_copy_16bit_ldr_literal): Likewise.
1509         (thumb_copy_pop_pc_16bit): Likewise.
1510         (decode_thumb_32bit_ld_mem_hints): Likewise.
1511         (arm_show_force_mode): Likewise.
1512         (_initialize_arm_tdep): Likewise.
1513         (arm_record_strx): Likewise.
1514         (arm_record_extension_space): Likewise.
1515         (arm_record_data_proc_misc_ld_str): Likewise.
1516         (arm_record_exreg_ld_st_insn): Likewise.
1517         (arm_record_vfp_data_proc_insn): Likewise.
1518         (arm_record_coproc_data_proc): Likewise.
1519         (thumb_record_misc): Likewise.
1520         (thumb_record_ldm_stm_swi): Likewise.
1521         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
1522         (thumb2_record_ld_mem_hints): Likewise.
1523         (thumb2_record_lmul_lmla_div): Likewise.
1524         (thumb2_record_asimd_struct_ld_st): Likewise.
1525         (arm_process_record): Likewise.
1526
1527 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1528
1529         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
1530         (ARM displaced stepping support): Remove reference to
1531         arm_displaced_step_copy_insn in comment.
1532         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
1533         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
1534         reference to arm_displaced_step_copy_insn in comment.
1535
1536 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1537
1538         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
1539         (thumb_copy_b): Likewise.
1540         (arm_decode_b_bl_ldmstm): Likewise.
1541         (thumb_copy_16bit_ldr_literal): Likewise.
1542         (thumb_copy_pop_pc_16bit): Likewise.
1543
1544 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1545
1546         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
1547         than loc->gdbarch.
1548
1549 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1550
1551         * tracefile-tfile.c (trace_tdesc): New static variable.
1552         (tfile_open): Clear trace_tdesc, call target_find_description.
1553         (tfile_interp_line): Recognize tdesc lines.
1554         (tfile_close): Clear trace_tdesc.
1555         (tfile_xfer_partial_features): New function.
1556         (tfile_xfer_partial): Call tfile_xfer_partial_features.
1557         (tfile_append_tdesc_line): New function.
1558
1559 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1560
1561         * ctf.c (ctf_write_tdesc): New function.
1562         (ctf_write_ops): Wire in ctf_write_tdesc.
1563         * tracefile-tfile.c (tfile_write_tdesc): New function.
1564         (tfile_write_ops): Wire in tfile_write_tdesc.
1565         * tracefile.c (trace_save): Call write_tdesc method.
1566         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
1567         * xml-tdesc.c (target_fetch_description_xml): New function.
1568         * xml-tdesc.h: Add target_fetch_description_xml prototype.
1569
1570 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
1571
1572         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
1573         (arm_decode_dp_misc): Likewise.
1574
1575 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1576
1577         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
1578         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
1579         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
1580         misleading comment.
1581         (i386_pseudo_register_write): Ditto.
1582         (i386_ax_pseudo_register_collect): New function.
1583         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
1584         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
1585
1586 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1587
1588         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
1589         instead of gdb order.
1590
1591 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1592
1593         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
1594         check.
1595
1596 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1597
1598         * NEWS: Create a new section for the next release branch.
1599         Rename the section of the current branch, now that it has
1600         been cut.
1601
1602 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1603
1604         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
1605         * version.in: Bump version to 7.11.50.DATE-git.
1606
1607 2016-02-09  Keith Seitz  <keiths@redhat.com>
1608
1609         PR breakpoints/19546
1610         * breakpoint.c (breakpoint_event_location_empty_p): New function.
1611         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
1612         instead of event_location_empty_p.
1613
1614 2016-02-09  Keith Seitz  <keiths@redhat.com>
1615
1616         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
1617         string_to_event_location_basic instead of string_to_event_location.
1618
1619 2016-02-09  Keith Seitz  <keiths@redhat.com>
1620
1621         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
1622         leading whitespace and use string_to_event_location_basic instead
1623         of new_linespec_location.
1624
1625 2016-02-09  Keith Seitz  <keiths@redhat.com>
1626
1627         PR python/19506
1628         * python/py-breakpoint.c (bppy_init): Use
1629         string_to_event_location_basic instead of new_linespec_location.
1630
1631 2016-02-09  Keith Seitz  <keiths@redhat.com>
1632
1633         * location.c (string_to_explicit_location): Note that "-p" is
1634         reserved for probe locations and return NULL for any input
1635         that starts with that.
1636         (string_to_event_location): Move "legacy" linespec code to ...
1637         (string_to_event_location_basic): ... here.
1638         * location.h (string_to_event_location): Update comment.
1639         (string_to_event_location_basic): New function.
1640
1641 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
1642
1643         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1644         to AC_OUTPUT.  Remove "exit 0" at the end.
1645         * configure: Regenerate.
1646
1647 2016-02-09  Pedro Alves  <palves@redhat.com>
1648
1649         PR breakpoints/19548
1650         * breakpoint.c (create_overlay_event_breakpoint): Don't update
1651         global location list here.
1652         (create_longjmp_master_breakpoint)
1653         (create_std_terminate_master_breakpoint)
1654         (create_exception_master_breakpoint, create_jit_event_breakpoint)
1655         (update_breakpoint_locations):
1656         (breakpoint_re_set): Update global location list after all
1657         breakpoints are re-set.
1658
1659 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
1660
1661         * remote.c (remote_register_number_and_offset): Remove unused
1662         variable(s).
1663         (remote_thread_always_alive): Likewise.
1664         (remote_update_thread_list): Likewise.
1665         (process_initial_stop_replies): Likewise.
1666         (remote_start_remote): Likewise.
1667         (remote_check_symbols): Likewise.
1668         (discard_pending_stop_replies): Likewise.
1669         (process_stop_reply): Likewise.
1670         (putpkt_binary): Likewise.
1671         (getpkt): Likewise.
1672         (remote_add_target_side_condition): Likewise.
1673         (remote_insert_breakpoint): Likewise.
1674         (remote_supports_stopped_by_sw_breakpoint): Likewise.
1675         (remote_supports_stopped_by_hw_breakpoint): Likewise.
1676         (remote_xfer_partial): Likewise.
1677         (remote_read_btrace): Likewise.
1678         (remote_async_serial_handler): Likewise.
1679         (remote_thread_events): Likewise.
1680         (_initialize_remote): Likewise.
1681
1682 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1683
1684         * varobj.h (varobj_delete): Remove dellist parameter, update and
1685         move documentation here.
1686         * varobj.c (struct cpstack, cppush, cppop): Remove.
1687         (delete_variable): Remove resultp (first) parameter.
1688         (delete_variable_1): Likewise.
1689         (varobj_delete): Remove dellist parameter and unused code.
1690         (update_dynamic_varobj_children): Adjust varobj_delete call.
1691         (update_type_if_necessary): Likewise.
1692         (varobj_set_visualizer): Likewise.
1693         (varobj_update): Likewise.
1694         (value_of_root): Likewise.
1695         (varobj_invalidate_iter): Likewise.
1696         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
1697
1698 2016-02-04  Yao Qi  <yao.qi@linaro.org>
1699
1700         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
1701         0 before handling 'F' and set it back afterwards.
1702
1703 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
1704
1705         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
1706
1707 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1708
1709         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
1710         New types.
1711         (compat_siginfo): New bound fields added.
1712         (compat_x32_siginfo): New field added.
1713         (cpt_si_addr_lsb): New define.
1714         (compat_siginfo_from_siginfo): Use nat_siginfo.
1715         (siginfo_from_compat_siginfo): Use nat_siginfo.
1716         (compat_x32_siginfo_from_siginfo): Likewise.
1717         (siginfo_from_compat_x32_siginfo): Likewise.
1718
1719 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1720
1721         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
1722         structure to the siginfo if extra_fields contains
1723         LINUX_SIGINFO_FIELD_ADDR_BND.
1724
1725 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1726
1727         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
1728         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
1729         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
1730         function.
1731         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
1732         x86_linux_get_siginfo_type for the amd64 abi.
1733         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
1734         function.
1735         (i386_linux_init_abi): Add new function at the i386 ABI
1736         initialization.
1737
1738 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1739
1740         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
1741         (linux_siginfo_extra_fields): New enum type.
1742         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
1743         (linux_get_siginfo_type): Use new function.
1744
1745 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1746
1747         * nat/amd64-linux-siginfo.c: New file.
1748         * nat/amd64-linux-siginfo.h: New file.
1749         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
1750         (amd64-linux-siginfo.o): New rule.
1751         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
1752         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
1753         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1754         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
1755         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
1756         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
1757         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
1758         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
1759
1760 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1761
1762         * value.c (max_value_size): New variable.
1763         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
1764         (set_max_value_size): New function.
1765         (show_max_value_size): New function.
1766         (check_type_length_before_alloc): New function.
1767         (allocate_value_contents): Call check_type_length_before_alloc.
1768         (set_value_enclosing_type): Likewise.
1769         (_initialize_values): Add set/show handler for max-value-size.
1770         * NEWS: Mention new set/show command.
1771
1772 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
1773
1774         * varobj.h (struct varobj): Fix typos in comments.
1775         (struct lang_varobj_ops): Likewise.
1776         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
1777         (varobj_create): Move misplaced comment.
1778
1779 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
1780
1781         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
1782         to for include additional lines.
1783         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
1784
1785 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1786
1787         * gnulib/import/Makefile.am: Regenerate.
1788         * gnulib/import/Makefile.in: Regenerate.
1789         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1790         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
1791
1792 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1793
1794         * remote.c (skip_to_semicolon): Remove.
1795         (remote_parse_stop_reply): Use strchrnul instead of
1796         skip_to_semicolon.
1797         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1798         strchrnul.
1799         * gnulib/aclocal.m4: Regenerate.
1800         * gnulib/config.in: Regenerate.
1801         * gnulib/configure: Regenerate.
1802         * gnulib/import/Makefile.am: Regenerate.
1803         * gnulib/import/Makefile.in: Regenerate.
1804         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1805         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1806         * gnulib/import/m4/rawmemchr.m4: New file.
1807         * gnulib/import/m4/strchrnul.m4: New file.
1808         * gnulib/import/rawmemchr.c: New file.
1809         * gnulib/import/rawmemchr.valgrind: New file.
1810         * gnulib/import/strchrnul.c: New file.
1811         * gnulib/import/strchrnul.valgrind: New file.
1812
1813 2016-01-28  Yao Qi  <yao.qi@linaro.org>
1814
1815         * breakpoint.c (build_target_command_list): Don't call continue
1816         if aexpr is NULL.
1817         (build_target_condition_list): Likewise.
1818
1819 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
1820
1821         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
1822         bytes as aggregates.
1823
1824 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
1825
1826         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
1827         Linespec Maintainers.
1828
1829 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
1830
1831         * common/common-utils.c (skip_spaces): Fix comment.
1832         (skip_to_space_const): Likewise.
1833
1834 2016-01-25  Yao Qi  <yao.qi@linaro.org>
1835
1836         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
1837         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
1838         (arm_deal_with_atomic_sequence_raw): Likewise.
1839         (thumb_get_next_pcs_raw): Likewise.
1840         (arm_get_next_pcs_raw): Likewise.
1841         (arm_get_next_pcs): Remove argument pc.  Callers updated.
1842         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
1843
1844 2016-01-25  Mark Wielaard  <mjw@redhat.com>
1845
1846         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
1847         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
1848         if statement.
1849         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
1850         statement block by introducing an else.
1851         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
1852         of return statements.
1853         (record_linux_msghdr): Likewise.
1854
1855 2016-01-25  Pedro Alves  <palves@redhat.com>
1856
1857         PR threads/19461
1858         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
1859         parent/child running states.
1860
1861 2016-01-25  Pedro Alves  <palves@redhat.com>
1862
1863         PR gdb/19494
1864         * linux-nat.c (kill_one_lwp): New, factored out from ...
1865         (kill_callback): ... this.
1866         (kill_wait_callback): New, factored out from ...
1867         (kill_wait_one_lwp): ... this.
1868         (kill_unfollowed_fork_children): New function.
1869         (linux_nat_kill): Use it.
1870
1871 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
1872
1873         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
1874
1875 2016-01-22  Yao Qi  <yao.qi@linaro.org>
1876
1877         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
1878         instead of warning.
1879         (store_fpregs, fetch_regs, store_regs): Likewise.
1880         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
1881         (fetch_vfp_regs, store_vfp_regs): Likewise.
1882
1883 2016-01-21  Doug Evans  <dje@google.com>
1884
1885         * breakpoint.c (init_breakpoint_sal): Add comment.
1886
1887 2016-01-21  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1888
1889         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
1890
1891 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1892
1893         * disasm.c (maybe_add_dis_line_entry): Rename to...
1894         (add_dis_line_entry): ...this, and update header comment.
1895         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
1896
1897 2016-01-21  Pedro Alves  <palves@redhat.com>
1898
1899         * Makefile.in (COMPILER_CFLAGS): New.
1900         (CXXFLAGS): Get it from configure.
1901         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
1902         instead of CFLAGS.
1903         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
1904         COMPILER_CFLAGS.
1905         * configure: Regenerate.
1906
1907 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
1908
1909         * location.h (new_address_location): Add new parameters
1910         "addr_string" and "addr_string_len".
1911         (get_address_string_location): Add declaration.
1912         * location.c (new_address_location): Add new parameters
1913         "addr_string" and "addr_string_len".  If not NULL, store
1914         a copy of the addr_string in the new location as well.
1915         (get_address_string_location): New function.
1916         (string_to_event_location): Update call to new_address_location.
1917         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
1918         Save the event location in the parser's state before
1919         passing it to convert_address_location_to_sals.
1920         * breakpoint.c (create_thread_event_breakpoint): Update call
1921         to new_address_location.
1922         (init_breakpoint_sal): Get the event location's string, if any,
1923         and use it to update call to new_address_location.
1924         * python/py-finishbreakpoint.c (bpfinishpy_init):
1925         Update call to new_address_location.
1926         * spu-tdep.c (spu_catch_start): Likewise.
1927
1928         * config/djgpp/fnchange.lst: Add entries for
1929         gdb/testsuite/gdb.base/break-fun-addr1.c and
1930         gdb/testsuite/gdb.base/break-fun-addr2.c.
1931
1932 2016-01-21  Yao Qi  <yao.qi@linaro.org>
1933
1934         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
1935         is_thumb and set it according to CPSR saved on the stack.
1936         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
1937         arm_linux_sigreturn_next_pc.
1938
1939 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
1940
1941         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
1942         Fix enumerators sort key function.
1943
1944 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
1945
1946         * printcmd.c (print_scalar_formatted): Move binary operator from
1947         end of line to beginning of next line.  Adjust formatting
1948         accordingly.
1949
1950 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1951
1952         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
1953         "len" with sysctl.
1954
1955 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1956
1957         * fbsd-tdep.c (find_stop_signal): Remove.
1958         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
1959         <stop_signal>: New field.
1960         <abort_iteration>: New field.
1961         (fbsd_collect_regset_section_cb): Use new fields.
1962         (fbsd_collect_thread_registers): New function.
1963         (struct fbsd_corefile_thread_data): New structure.
1964         (fbsd_corefile_thread): New function.
1965         (fbsd_make_corefile_notes): Use new function to dump notes for each
1966         non-exited thread in a process.
1967
1968 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1969
1970         * configure.ac: Check for support for LWP names on FreeBSD.
1971         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
1972         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
1973         (fbsd_fetch_kinfo_proc): Move function earlier.
1974         [PT_LWPINFO] (fbsd_thread_alive): New function.
1975         [PT_LWPINFO] (fbsd_pid_to_str): New function.
1976         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
1977         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
1978         [PT_LWPINFO] (fbsd_add_threads): New function.
1979         [PT_LWPINFO] (fbsd_update_thread_list): New function.
1980         [PT_LWPINFO] New variable super_resume.
1981         [PT_LWPINFO] (resume_one_thread_cb): New function.
1982         [PT_LWPINFO] (resume_all_threads_cb): New function.
1983         [PT_LWPINFO] (fbsd_resume): New function.
1984         (fbsd_remember_child): Save full ptid instead of plain pid.
1985         (fbsd_is_child_pending): Return ptid of saved child process.
1986         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
1987         first stop.
1988         [PT_LWP_EVENTS] Handle LWP events.
1989         [TDP_RFPPWAIT] Include LWP in child ptid.
1990         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
1991         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
1992         Add threads for existing processes.
1993         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
1994         "fbsd_thread_alive".
1995         Set "to_pid_to_str" to "fbsd_pid_to_str".
1996         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
1997         "fbsd_thread_name".
1998         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
1999         Set "to_has_thread_control" to "tc_schedlock".
2000         Set "to_resume" to "fbsd_resume".
2001         (_initialize_fbsd_nat): New function.
2002         * configure: Regenerate.
2003         * config.in: Regenerate.
2004
2005 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2006
2007         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2008         get_ptrace_pid.
2009         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
2010         (amd64bsd_dr_get): Use get_ptrace_pid.
2011         (amd64bsd_dr_set): Use get_ptrace_pid.
2012         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
2013         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
2014         (i386bsd_dr_get): Use get_ptrace_pid.
2015         (i386bsd_dr_set): Use get_ptrace_pid.
2016         * inf-ptrace.c (get_ptrace_pid): Export.
2017         * inf-ptrace.h (get_ptrace_pid): Declare.
2018         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
2019         (ppcfbsd_store_inferior_registers): Use lwp id.
2020
2021 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2022
2023         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
2024         (fbsd_core_thread_name): New function.
2025         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
2026         Add "core_thread_name" gdbarch method.
2027
2028 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2029
2030         * corelow.c (core_thread_name): New function.
2031         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
2032         target op.
2033         * gdbarch.sh (core_thread_name): New gdbarch callback.
2034         * gdbarch.h: Re-generate.
2035         * gdbarch.c: Re-generate.
2036
2037 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
2038
2039         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
2040         convert gdb.Value to integer type using int().
2041
2042 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2043
2044         * configure.ac: Include <sys/types.h when checking for "r_fs" in
2045         "struct reg".
2046         * configure: Regenerate.
2047
2048 2016-01-19  Pedro Alves  <palves@redhat.com>
2049
2050         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
2051         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
2052         current program space down to linespec decoding and breakpoint
2053         location updating.
2054         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
2055         decode_line_full.
2056         (until_break_command): Adjust calls to decode_line_1.
2057         (base_breakpoint_decode_location, bkpt_decode_location): Add
2058         'search_pspace' parameter.  Pass it along.
2059         (bkpt_probe_create_sals_from_location): Adjust calls to
2060         parse_probes.
2061         (tracepoint_decode_location, tracepoint_probe_decode_location)
2062         (strace_marker_decode_location): Add 'search_pspace' parameter.
2063         Pass it along.
2064         (all_locations_are_pending): Rewrite to take a breakpoint and
2065         program space as arguments instead.
2066         (hoist_existing_locations): New function.
2067         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
2068         hoist_existing_locations instead of always removing all locations,
2069         and adjust to all_locations_are_pending change.
2070         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
2071         Don't disable the breakpoint if there are other locations in
2072         another program space.
2073         (breakpoint_re_set_default): Adjust to pass down the current
2074         program space as filter program space.
2075         (decode_location_default): Add 'search_pspace' parameter and pass
2076         it along.
2077         (prepare_re_set_context): Don't switch program space here.
2078         (breakpoint_re_set): Use save_current_space_and_thread instead of
2079         save_current_program_space.
2080         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
2081         'search_pspace' parameter.
2082         (update_breakpoint_locations): Add 'filter_pspace' parameter.
2083         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
2084         decode_line_1.
2085         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
2086         program space as filter program space.
2087         * linespec.c (struct linespec_state) <search_pspace>: New field.
2088         (create_sals_line_offset, convert_explicit_location_to_sals)
2089         (parse_linespec): Pass the search program space down.
2090         (linespec_state_constructor): Add 'search_pspace' parameter.
2091         Store it.
2092         (linespec_parser_new): Add 'search_pspace' parameter and pass it
2093         along.
2094         (linespec_lex_to_end): Adjust.
2095         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
2096         and pass it along.
2097         (decode_line_with_last_displayed): Adjust.
2098         (collect_symtabs_from_filename, symtabs_from_filename): New
2099         'search_pspace' parameter.  Use it.
2100         (find_function_symbols): Pass the search program space down.
2101         * linespec.h (decode_line_1, decode_line_full): Add
2102         'search_pspace' parameter.
2103         * probe.c (parse_probes_in_pspace): New function, factored out
2104         from ...
2105         (parse_probes): ... this.  Add 'search_pspace' parameter and use
2106         it.
2107         * probe.h (parse_probes): Add pspace' parameter.
2108         * python/python.c (gdbpy_decode_line): Adjust.
2109         * tracepoint.c (scope_info): Adjust.
2110
2111 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2112
2113         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
2114         instruction support.
2115         (micromips_next_pc): Likewise.
2116         (micromips_scan_prologue): Likewise.
2117         (micromips_deal_with_atomic_sequence): Likewise.
2118         (micromips_stack_frame_destroyed_p): Likewise.
2119         (mips_breakpoint_from_pc): Likewise.
2120
2121 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2122
2123         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
2124         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
2125
2126 2016-01-18  Pedro Alves  <palves@redhat.com>
2127
2128         * NEWS: Mention that GDB now displays the ID and name of the
2129         thread that hit a breakpoint or received a signal.
2130         * break-catch-sig.c (signal_catchpoint_print_it): Use
2131         maybe_print_thread_hit_breakpoint.
2132         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
2133         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
2134         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
2135         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
2136         (print_it_catch_exec, print_it_ranged_breakpoint)
2137         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
2138         Use maybe_print_thread_hit_breakpoint.
2139         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
2140         * gdbthread.h (show_thread_that_caused_stop): Declare.
2141         * infrun.c (print_signal_received_reason): Print which thread
2142         received signal.
2143         * thread.c (show_thread_that_caused_stop): New function.
2144
2145 2016-01-18  Gary Benson  <gbenson@redhat.com>
2146
2147         * nat/linux-namespaces.c (do_fork): New function.
2148         (linux_mntns_get_helper): Use the above.
2149
2150 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
2151
2152         Pushed by Joel Brobecker  <brobecker@adacore.com>.
2153         PR gdb/19208
2154         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
2155         if the function has no name.
2156
2157 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
2158
2159         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
2160         Conditionalize for Windows host.
2161         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
2162         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
2163         (phony_iconv_open): Handle both UTF-32 endiannesses.
2164         (phony_iconv): Likewise.  Check for output overflow and clean up
2165         out-of-input cases.  Correct adjustment to input buffer pointer.
2166         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
2167         phony_iconv_open.
2168
2169 2016-01-15  Pedro Alves  <palves@redhat.com>
2170
2171         * NEWS: Mention star wildcard ranges.
2172         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
2173         (number_range_setup_range): New function.
2174         * cli/cli-utils.h (number_range_setup_range): New declaration.
2175         * thread.c (thread_apply_command): Support star TID ranges.
2176         * tid-parse.c (tid_range_parser_finished)
2177         (tid_range_parser_string, tid_range_parser_skip)
2178         (get_tid_or_range, get_tid_or_range): Handle
2179         TID_RANGE_STATE_STAR_RANGE.
2180         (tid_range_parser_star_range): New function.
2181         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
2182         New value.
2183         (tid_range_parser_star_range): New declaration.
2184
2185 2016-01-15  Pedro Alves  <palves@redhat.com>
2186
2187         * thread.c (thread_apply_command): Use the tid range parser to
2188         advance past the thread ID list.
2189         * tid-parse.c (get_positive_number_trailer): New function.
2190         (parse_thread_id): Use it.
2191         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
2192         thread ID error.
2193         (get_tid_or_range): Detect negative values.  Return 0 instead of
2194         throwing invalid thread ID error.
2195
2196 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2197
2198         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
2199         Declare.
2200         (arm_linux_get_next_pcs_ops): Install
2201         arm_linux_get_next_pcs_syscall_next_pc.
2202         (arm_linux_syscall_next_pc): Change to ...
2203         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
2204         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
2205         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
2206         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
2207         call tdep->syscall_next_pc.
2208         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
2209         (arm_get_next_pcs_syscall_next_pc): Remove.
2210
2211 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2212
2213         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
2214         * thread.c (do_captured_thread_select): Cast to const char *.
2215
2216 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2217
2218         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
2219         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
2220         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
2221         instead.
2222         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
2223         <arm_thumb2_breakpoint>: Remove.
2224         <has_thumb2_breakpoint>: New field.
2225         (arm_get_next_pcs_ctor): Update declaration.
2226         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
2227         1 to arm_get_next_pcs_ctor.
2228         * arm-tdep.c (arm_software_single_step): Pass 0 to
2229         arm_get_next_pcs_ctor.
2230
2231 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
2232
2233         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
2234
2235 2016-01-13  Yao Qi  <yao.qi@linaro.org>
2236
2237         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
2238         byte_order_for_code to read instruction.
2239
2240 2016-01-13  Pedro Alves  <palves@redhat.com>
2241
2242         * NEWS: Mention $_gthread.
2243         * gdbthread.h (struct thread_info) <global_num>: Mention
2244         $_gthread.
2245         * thread.c (thread_num_make_value_helper): New function.
2246         (thread_id_make_value): Delete.
2247         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
2248         New.
2249         (thread_funcs): Adjust.
2250         (gthread_funcs): New.
2251         (_initialize_thread): Register $_gthread variable.
2252
2253 2016-01-13  Pedro Alves  <palves@redhat.com>
2254
2255         * NEWS: Mention "info threads -gid".
2256         * gdbthread.h (struct thread_info) <global_num>: Mention "info
2257         threads -gid".
2258         * thread.c (info_threads_command): Handle "-gid".
2259         (_initialize_thread): Adjust "info threads" help string to mention
2260         -gid.
2261
2262 2016-01-13  Pedro Alves  <palves@redhat.com>
2263
2264         * NEWS: Mention InferiorThread.global_num.
2265         * python/py-infthread.c (thpy_get_global_num): New function.
2266         (thread_object_getset): Register "global_num".
2267
2268 2016-01-13  Pedro Alves  <palves@redhat.com>
2269
2270         * NEWS: Mention that thread IDs are now per inferior and global
2271         thread IDs.
2272         * Makefile.in (SFILES): Add tid-parse.c.
2273         (COMMON_OBS): Add tid-parse.o.
2274         (HFILES_NO_SRCDIR): Add tid-parse.h.
2275         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
2276         * breakpoint.c (insert_breakpoint_locations)
2277         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
2278         (print_one_breakpoint_location, set_longjmp_breakpoint)
2279         (check_longjmp_breakpoint_for_call_dummy)
2280         (set_momentary_breakpoint): Adjust to use global IDs.
2281         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
2282         (until_break_command, longjmp_bkpt_dtor)
2283         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
2284         to use global IDs.
2285         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
2286         ptid_to_global_thread_id.
2287         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2288         * gdbthread.h (struct thread_info): Rename field 'num' to
2289         'global_num.  Add new fields 'per_inf_num' and 'inf'.
2290         (thread_id_to_pid): Rename thread_id_to_pid to
2291         global_thread_id_to_ptid.
2292         (pid_to_thread_id): Rename to ...
2293         (ptid_to_global_thread_id): ... this.
2294         (valid_thread_id): Rename to ...
2295         (valid_global_thread_id): ... this.
2296         (find_thread_id): Rename to ...
2297         (find_thread_global_id): ... this.
2298         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
2299         (print_thread_info): Add comment.
2300         * tid-parse.h: New file.
2301         * tid-parse.c: New file.
2302         * infcmd.c (step_command_fsm_prepare)
2303         (step_command_fsm_should_stop): Adjust to use the global thread
2304         ID.
2305         (until_next_command, until_next_command)
2306         (finish_command_fsm_should_stop): Adjust to use the global thread
2307         ID.
2308         (attach_post_wait): Adjust to check the inferior number too.
2309         * inferior.h (struct inferior) <highest_thread_num>: New field.
2310         * infrun.c (handle_signal_stop)
2311         (insert_exception_resume_breakpoint)
2312         (insert_exception_resume_from_probe): Adjust to use the global
2313         thread ID.
2314         * record-btrace.c (record_btrace_open): Use global thread IDs.
2315         * remote.c (process_initial_stop_replies): Also consider the
2316         inferior number.
2317         * target.c (target_pre_inferior): Clear the inferior's highest
2318         thread num.
2319         * thread.c (clear_thread_inferior_resources): Adjust to use the
2320         global thread ID.
2321         (new_thread): New inferior parameter.  Adjust to use it.  Set both
2322         the thread's global ID and the thread's per-inferior ID.
2323         (add_thread_silent): Adjust.
2324         (find_thread_global_id): New.
2325         (find_thread_id): Make static.  Adjust to rename.
2326         (valid_thread_id): Rename to ...
2327         (valid_global_thread_id): ... this.
2328         (pid_to_thread_id): Rename to ...
2329         (ptid_to_global_thread_id): ... this.
2330         (thread_id_to_pid): Rename to ...
2331         (global_thread_id_to_ptid): ... this.  Adjust.
2332         (first_thread_of_process): Adjust.
2333         (do_captured_list_thread_ids): Adjust to use global thread IDs.
2334         (should_print_thread): New function.
2335         (print_thread_info): Rename to ...
2336         (print_thread_info_1): ... this, and add new show_global_ids
2337         parameter.  Handle it.  Iterate over inferiors.
2338         (print_thread_info): Reimplement as wrapper around
2339         print_thread_info_1.
2340         (show_inferior_qualified_tids): New function.
2341         (print_thread_id): Use it.
2342         (tp_array_compar): Compare inferior numbers too.
2343         (thread_apply_command): Use tid_range_parser.
2344         (do_captured_thread_select): Use parse_thread_id.
2345         (thread_id_make_value): Adjust.
2346         (_initialize_thread): Adjust "info threads" help string.
2347         * varobj.c (struct varobj_root): Update comment.
2348         (varobj_create): Adjust to use global thread IDs.
2349         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
2350         * windows-tdep.c (display_tib): No longer accept an argument.
2351         * cli/cli-utils.c (get_number_trailer): Make extern.
2352         * cli/cli-utils.h (get_number_trailer): Declare.
2353         (get_number_const): Adjust documentation.
2354         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
2355         thread IDs.
2356         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2357         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
2358         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
2359         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
2360         Likewise.
2361         * python/py-breakpoint.c (bppy_set_thread): Likewise.
2362         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
2363         * python/py-infthread.c (thpy_get_num): Add comment and return the
2364         per-inferior thread ID.
2365         (thread_object_getset): Update comment of "num".
2366
2367 2016-01-13  Pedro Alves  <palves@redhat.com>
2368
2369         * breakpoint.c (remove_threaded_breakpoints)
2370         (print_one_breakpoint_location): Use print_thread_id.
2371         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
2372         (btrace_fetch, btrace_clear): Use print_thread_id.
2373         * common/print-utils.c (CELLSIZE): Delete.
2374         (get_cell): Rename to ...
2375         (get_print_cell): ... this and made extern.  Adjust call callers.
2376         Adjust to use PRINT_CELL_SIZE.
2377         * common/print-utils.h (get_print_cell): Declare.
2378         (PRINT_CELL_SIZE): New.
2379         * gdbthread.h (print_thread_id): Declare.
2380         * infcmd.c (signal_command): Use print_thread_id.
2381         * inferior.c (print_inferior): Use print_thread_id.
2382         * infrun.c (handle_signal_stop)
2383         (insert_exception_resume_breakpoint)
2384         (insert_exception_resume_from_probe)
2385         (print_signal_received_reason): Use print_thread_id.
2386         * record-btrace.c (record_btrace_info)
2387         (record_btrace_resume_thread, record_btrace_cancel_resume)
2388         (record_btrace_step_thread, record_btrace_wait): Use
2389         print_thread_id.
2390         * thread.c (thread_apply_all_command): Use print_thread_id.
2391         (print_thread_id): New function.
2392         (thread_apply_command): Use print_thread_id.
2393         (thread_command, thread_find_command, do_captured_thread_select):
2394         Use print_thread_id.
2395
2396 2016-01-13  Pedro Alves  <palves@redhat.com>
2397
2398         * NEWS: Mention InferiorThread.inferior.
2399         * python/py-infthread.c (thpy_get_inferior): New.
2400         (thread_object_getset): Register "inferior".
2401
2402 2016-01-13  Pedro Alves  <palves@redhat.com>
2403
2404         * NEWS: Mention $_inferior.
2405         * inferior.c (inferior_id_make_value): New.
2406         (inferior_funcs): New.
2407         (_initialize_inferior): Create $_inferior variable.
2408
2409 2016-01-13  Pedro Alves  <palves@redhat.com>
2410
2411         PR breakpoints/19388
2412         * frame.c (get_current_frame): Use validate_registers_access.
2413         * gdbthread.h (validate_registers_access): Declare.
2414         * infrun.c (validate_siginfo_access): Delete.
2415         (siginfo_value_read, siginfo_value_write): Use
2416         validate_registers_access.
2417         * thread.c (validate_registers_access): New function.
2418
2419 2016-01-12  Josh Stone  <jistone@redhat.com>
2420             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2421
2422         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
2423         syscall_entry and syscall_return stop reasons.  Mention GDB
2424         support for remote catch syscall.
2425         * remote.c (PACKET_QCatchSyscalls): New enum.
2426         (remote_set_syscall_catchpoint): New function.
2427         (remote_protocol_features): New element for QCatchSyscalls.
2428         (remote_parse_stop_reply): Parse syscall_entry/return stops.
2429         (init_remote_ops): Install remote_set_syscall_catchpoint.
2430         (_initialize_remote): Config QCatchSyscalls.
2431         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
2432
2433 2016-01-12  Yao Qi  <yao.qi@linaro.org>
2434
2435         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
2436         to gdb_byte * and pass to linux_fork_to_function.
2437
2438 2016-01-12  Yao Qi  <yao.qi@linaro.org>
2439
2440         * nat/linux-ptrace.c (linux_fork_to_function): Change type
2441         of argument 'function'.
2442         (linux_grandchild_function): Change return type to 'int'.
2443         Change child_stack's type to 'void *'.
2444         (linux_child_function): Likewise.
2445
2446 2016-01-12  Pedro Alves  <palves@redhat.com>
2447
2448         Remove use of the registered trademark symbol throughout.
2449
2450 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
2451
2452         * reply_mig_hack.awk: Rewrite one regular expression.
2453
2454 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
2455
2456         * acinclude.m4: Include new warning.m4 file.
2457         * configure: Regenerated.
2458         * configure.ac: Move all warning logic ...
2459         * warning.m4: ... here.
2460
2461 2016-01-08  Yao Qi  <yao.qi@linaro.org>
2462
2463         * extension.c: Include target.h.
2464         (set_active_ext_lang): Only call install_gdb_sigint_handler,
2465         check_quit_flag, and set_quit_flag if target_terminal_is_ours
2466         returns false.
2467         (restore_active_ext_lang): Likewise.
2468         * target.c (target_terminal_is_ours): New function.
2469         * target.h (target_terminal_is_ours): Declare.
2470
2471 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
2472
2473         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
2474         to `err' in the little-endian leg.
2475
2476 2016-01-06  Yao Qi  <yao.qi@linaro.org>
2477
2478         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
2479         lines below.
2480         (thumb_get_next_pcs_raw): Make it static.
2481         (arm_get_next_pcs_raw): Likewise.
2482         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
2483         declaration.
2484         (arm_get_next_pcs_raw): Likewise.
2485
2486 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
2487
2488         * version.in: Change cvs to git.
2489
2490 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
2491
2492         * configure.tgt (score-*-*): Delete gdb_sim assignment.
2493
2494 2016-01-05  Pedro Alves  <palves@redhat.com>
2495
2496         PR sim/13418
2497         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
2498         the target is powerpc*.
2499         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
2500         of WITH_SIM.
2501         * configure: Regenerate.
2502         * config.in: Regenerate.
2503
2504 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
2505
2506         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
2507
2508 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
2509
2510         * configure.tgt (powerpc*-*-*): Delete test call and
2511         always assign gdb_sim.
2512
2513 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2514
2515         Update year range in copyright notice of all files.
2516
2517 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2518
2519         * top.c (print_gdb_version): Change copyright year in version
2520         message.
2521
2522 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2523
2524         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
2525
2526 For older changes see ChangeLog-2015.
2527 \f
2528 Local Variables:
2529 mode: change-log
2530 left-margin: 8
2531 fill-column: 74
2532 version-control: never
2533 coding: utf-8
2534 End: