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