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