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