[Cell/B.E.] Make parse_spufs_run more robust
[external/binutils.git] / gdb / ChangeLog
1 2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
4         registered yet.  Set inferior_ptid while calling target_read_memory.
5
6 2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
7
8         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
9         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
10         * linux-nat.c (check_stopped_by_breakpoint): Use
11         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
12
13 2015-08-08  Ulrich Weigand  <uweigand@de.ibm.com>
14
15         * linux-thread-db.c (thread_db_get_thread_local_address): If the
16         thread was not yet discovered, use thread_from_lwp instead of
17         calling thread_db_find_new_threads_1.
18
19 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
20
21         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
22         statements.
23
24 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
25
26         * NEWS: Document support for non-8-bits addressable memory.
27
28 2015-08-27  Pedro Alves  <palves@redhat.com>
29
30         * configure.ac: Remove AC_TYPE_SIGNAL call.
31         * configure, config.in: Regenerate.
32
33 2015-08-27  Pedro Alves  <palves@redhat.com>
34
35         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
36         * extension-priv.h: Include signal.h.
37         (struct signal_handler) <handler>: Change type to sighandler_t.
38         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
39         * inflow.c (sigint_ours, sigquit_ours): Change type to
40         sighandler_t.
41         (child_terminal_inferior): Remove casts.
42         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
43         (osig): Change type to sighandler_t.
44         * nto-procfs.c (ofunc): Change type to sighandler_t.
45         (procfs_wait): Remove casts.
46         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
47         * remote-sim.c (gdbsim_wait): Use sighandler_t.
48         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
49
50 2015-08-27  Pedro Alves  <palves@redhat.com>
51
52         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
53         * gnulib/aclocal.m4: Renegerate.
54         * gnulib/config.in: Renegerate.
55         * gnulib/configure: Renegerate.
56         * gnulib/import/Makefile.am: Update.
57         * gnulib/import/Makefile.in: Regenerate.
58         * gnulib/import/m4/gnulib-cache.m4: Update.
59         * gnulib/import/m4/gnulib-comp.m4: Update.
60         * gnulib/import/m4/signal_h.m4: New file.
61         * gnulib/import/signal.in.h: New file.
62
63 2015-08-27  Pedro Alves  <palves@redhat.com>
64
65         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
66         (MIN_MEMORY_PACKET_SIZE): New.
67         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
68         (get_memory_packet_size): Adjust.  No longer limit the max packet
69         size.
70         (set_memory_packet_size): Adjust, and remove dead code.
71         (remote_check_symbols): Use xmalloc and a cleanup instead of
72         alloca.
73         (remote_packet_size): No longer cap the packet size.
74         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
75
76 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
77
78         * compile/compile.c (compile_to_object): Mention language in
79         error message.
80
81 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
82
83         * target.c (target_pre_inferior): Unset attach_flag.
84
85 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
86
87         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
88         * gdbarch.c: Re-generate.
89
90 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
91
92         * aarch64-linux-nat.c (aarch64_add_process): Likewise.
93         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
94         * ada-exp.y (write_ambiguous_var): Likewise.
95         * ada-lang.c (resolve_subexp): Likewise.
96         (user_select_syms): Likewise.
97         (assign_aggregate): Likewise.
98         (ada_evaluate_subexp): Likewise.
99         (cache_symbol): Likewise.
100         * addrmap.c (allocate_key): Likewise.
101         (addrmap_create_mutable): Likewise.
102         * aix-thread.c (sync_threadlists): Likewise.
103         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
104         (alpha_gdbarch_init): Likewise.
105         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
106         * arm-linux-nat.c (arm_linux_add_process): Likewise.
107         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
108         * arm-tdep.c (push_stack_item): Likewise.
109         (arm_displaced_step_copy_insn): Likewise.
110         (arm_gdbarch_init): Likewise.
111         (_initialize_arm_tdep): Likewise.
112         * avr-tdep.c (push_stack_item): Likewise.
113         * ax-general.c (new_agent_expr): Likewise.
114         * block.c (block_initialize_namespace): Likewise.
115         * breakpoint.c (alloc_counted_command_line): Likewise.
116         (update_dprintf_command_list): Likewise.
117         (parse_breakpoint_sals): Likewise.
118         (decode_static_tracepoint_spec): Likewise.
119         (until_break_command): Likewise.
120         (clear_command): Likewise.
121         (update_global_location_list): Likewise.
122         (get_breakpoint_objfile_data) Likewise.
123         * btrace.c (ftrace_new_function): Likewise.
124         (btrace_set_insn_history): Likewise.
125         (btrace_set_call_history): Likewise.
126         * buildsym.c (add_symbol_to_list): Likewise.
127         (record_pending_block): Likewise.
128         (start_subfile): Likewise.
129         (start_buildsym_compunit): Likewise.
130         (push_subfile): Likewise.
131         (end_symtab_get_static_block): Likewise.
132         (buildsym_init): Likewise.
133         * cli/cli-cmds.c (source_command): Likewise.
134         * cli/cli-decode.c (add_cmd): Likewise.
135         * cli/cli-script.c (build_command_line): Likewise.
136         (setup_user_args): Likewise.
137         (realloc_body_list): Likewise.
138         (process_next_line): Likewise.
139         (copy_command_lines): Likewise.
140         * cli/cli-setshow.c (do_set_command): Likewise.
141         * coff-pe-read.c (read_pe_exported_syms): Likewise.
142         * coffread.c (coff_locate_sections): Likewise.
143         (coff_symtab_read): Likewise.
144         (coff_read_struct_type): Likewise.
145         * common/cleanups.c (make_my_cleanup2): Likewise.
146         * common/common-exceptions.c (throw_it): Likewise.
147         * common/filestuff.c (make_cleanup_close): Likewise.
148         * common/format.c (parse_format_string): Likewise.
149         * common/queue.h (DEFINE_QUEUE_P): Likewise.
150         * compile/compile-object-load.c (munmap_list_add): Likewise.
151         (compile_object_load): Likewise.
152         * compile/compile-object-run.c (compile_object_run): Likewise.
153         * compile/compile.c (append_args): Likewise.
154         * corefile.c (specify_exec_file_hook): Likewise.
155         * cp-support.c (make_symbol_overload_list): Likewise.
156         * cris-tdep.c (push_stack_item): Likewise.
157         (cris_gdbarch_init): Likewise.
158         * ctf.c (ctf_trace_file_writer_new): Likewise.
159         * dbxread.c (init_header_files): Likewise.
160         (add_new_header_file): Likewise.
161         (init_bincl_list): Likewise.
162         (dbx_end_psymtab): Likewise.
163         (start_psymtab): Likewise.
164         (dbx_end_psymtab): Likewise.
165         * dcache.c (dcache_init): Likewise.
166         * dictionary.c (dict_create_hashed): Likewise.
167         (dict_create_hashed_expandable): Likewise.
168         (dict_create_linear): Likewise.
169         (dict_create_linear_expandable): Likewise.
170         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
171         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
172         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
173         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
174         (decode_frame_entry_1): Likewise.
175         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
176         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
177         * dwarf2read.c (dwarf2_has_info): Likewise.
178         (create_signatured_type_table_from_index): Likewise.
179         (dwarf2_read_index): Likewise.
180         (dw2_get_file_names_reader): Likewise.
181         (create_all_type_units): Likewise.
182         (read_cutu_die_from_dwo): Likewise.
183         (init_tu_and_read_dwo_dies): Likewise.
184         (init_cutu_and_read_dies): Likewise.
185         (create_all_comp_units): Likewise.
186         (queue_comp_unit): Likewise.
187         (inherit_abstract_dies): Likewise.
188         (read_call_site_scope): Likewise.
189         (dwarf2_add_field): Likewise.
190         (dwarf2_add_typedef): Likewise.
191         (dwarf2_add_member_fn): Likewise.
192         (attr_to_dynamic_prop): Likewise.
193         (abbrev_table_alloc_abbrev): Likewise.
194         (abbrev_table_read_table): Likewise.
195         (add_include_dir): Likewise.
196         (add_file_name): Likewise.
197         (dwarf_decode_line_header): Likewise.
198         (dwarf2_const_value_attr): Likewise.
199         (dwarf_alloc_block): Likewise.
200         (parse_macro_definition): Likewise.
201         (set_die_type): Likewise.
202         (write_psymtabs_to_index): Likewise.
203         (create_cus_from_index): Likewise.
204         (dwarf2_create_include_psymtab): Likewise.
205         (process_psymtab_comp_unit_reader): Likewise.
206         (build_type_psymtab_dependencies): Likewise.
207         (read_comp_units_from_section): Likewise.
208         (compute_compunit_symtab_includes): Likewise.
209         (create_dwo_unit_in_dwp_v1): Likewise.
210         (create_dwo_unit_in_dwp_v2): Likewise.
211         (read_func_scope): Likewise.
212         (process_structure_scope): Likewise.
213         (mark_common_block_symbol_computed): Likewise.
214         (load_partial_dies): Likewise.
215         (dwarf2_symbol_mark_computed): Likewise.
216         * elfread.c (elf_symfile_segments): Likewise.
217         (elf_read_minimal_symbols): Likewise.
218         * environ.c (make_environ): Likewise.
219         * eval.c (evaluate_subexp_standard): Likewise.
220         * event-loop.c (create_file_handler): Likewise.
221         (create_async_signal_handler): Likewise.
222         (create_async_event_handler): Likewise.
223         (create_timer): Likewise.
224         * exec.c (build_section_table): Likewise.
225         * fbsd-nat.c (fbsd_remember_child): Likewise.
226         * fork-child.c (fork_inferior): Likewise.
227         * frv-tdep.c (new_variant): Likewise.
228         * gdbarch.sh (gdbarch_alloc): Likewise.
229         (append_name): Likewise.
230         * gdbtypes.c (rank_function): Likewise.
231         (copy_type_recursive): Likewise.
232         (add_dyn_prop): Likewise.
233         * gnu-nat.c (make_proc): Likewise.
234         (make_inf): Likewise.
235         (gnu_write_inferior): Likewise.
236         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
237         (build_std_type_info_type): Likewise.
238         * guile/scm-param.c (compute_enum_list): Likewise.
239         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
240         * guile/scm-value.c (gdbscm_value_call): Likewise.
241         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
242         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
243         (read_unwind_info): Likewise.
244         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
245         * infcall.c (dummy_frame_context_saver_setup): Likewise.
246         (call_function_by_hand_dummy): Likewise.
247         * infcmd.c (step_once): Likewise.
248         (finish_forward): Likewise.
249         (attach_command): Likewise.
250         (notice_new_inferior): Likewise.
251         * inferior.c (add_inferior_silent): Likewise.
252         * infrun.c (add_displaced_stepping_state): Likewise.
253         (save_infcall_control_state): Likewise.
254         (save_inferior_ptid): Likewise.
255         (_initialize_infrun): Likewise.
256         * jit.c (bfd_open_from_target_memory): Likewise.
257         (jit_gdbarch_data_init): Likewise.
258         * language.c (add_language): Likewise.
259         * linespec.c (decode_line_2): Likewise.
260         * linux-nat.c (add_to_pid_list): Likewise.
261         (add_initial_lwp): Likewise.
262         * linux-thread-db.c (add_thread_db_info): Likewise.
263         (record_thread): Likewise.
264         (info_auto_load_libthread_db): Likewise.
265         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
266         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
267         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
268         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
269         * macrocmd.c (macro_define_command): Likewise.
270         * macroexp.c (gather_arguments): Likewise.
271         * macroscope.c (sal_macro_scope): Likewise.
272         * macrotab.c (new_macro_table): Likewise.
273         * mdebugread.c (push_parse_stack): Likewise.
274         (parse_partial_symbols): Likewise.
275         (parse_symbol): Likewise.
276         (psymtab_to_symtab_1): Likewise.
277         (new_block): Likewise.
278         (new_psymtab): Likewise.
279         (mdebug_build_psymtabs): Likewise.
280         (add_pending): Likewise.
281         (elfmdebug_build_psymtabs): Likewise.
282         * mep-tdep.c (mep_gdbarch_init): Likewise.
283         * mi/mi-main.c (mi_execute_command): Likewise.
284         * mi/mi-parse.c (mi_parse_argv): Likewise.
285         * minidebug.c (lzma_open): Likewise.
286         * minsyms.c (terminate_minimal_symbol_table): Likewise.
287         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
288         * mips-tdep.c (mips_gdbarch_init): Likewise.
289         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
290         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
291         * mt-tdep.c (mt_registers_info): Likewise.
292         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
293         * nat/linux-btrace.c (linux_enable_bts): Likewise.
294         (linux_enable_pt): Likewise.
295         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
296         (linux_xfer_osdata_processgroups): Likewise.
297         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
298         * nto-procfs.c (procfs_meminfo): Likewise.
299         * objc-lang.c (start_msglist): Likewise.
300         (selectors_info): Likewise.
301         (classes_info): Likewise.
302         (find_methods): Likewise.
303         * objfiles.c (allocate_objfile): Likewise.
304         (update_section_map): Likewise.
305         * osabi.c (gdbarch_register_osabi): Likewise.
306         (gdbarch_register_osabi_sniffer): Likewise.
307         * parse.c (start_arglist): Likewise.
308         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
309         (hwdebug_insert_point): Likewise.
310         * printcmd.c (display_command): Likewise.
311         (ui_printf): Likewise.
312         * procfs.c (create_procinfo): Likewise.
313         (load_syscalls): Likewise.
314         (proc_get_LDT_entry): Likewise.
315         (proc_update_threads): Likewise.
316         * prologue-value.c (make_pv_area): Likewise.
317         (pv_area_store): Likewise.
318         * psymtab.c (extend_psymbol_list): Likewise.
319         (init_psymbol_list): Likewise.
320         (allocate_psymtab): Likewise.
321         * python/py-inferior.c (add_thread_object): Likewise.
322         * python/py-param.c (compute_enum_values): Likewise.
323         * python/py-value.c (valpy_call): Likewise.
324         * python/py-varobj.c (py_varobj_iter_next): Likewise.
325         * python/python.c (ensure_python_env): Likewise.
326         * record-btrace.c (record_btrace_start_replaying): Likewise.
327         * record-full.c (record_full_reg_alloc): Likewise.
328         (record_full_mem_alloc): Likewise.
329         (record_full_end_alloc): Likewise.
330         (record_full_core_xfer_partial): Likewise.
331         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
332         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
333         * remote-notif.c (remote_notif_state_allocate): Likewise.
334         * remote.c (demand_private_info): Likewise.
335         (remote_notif_stop_alloc_reply): Likewise.
336         (remote_enable_btrace): Likewise.
337         * reverse.c (save_bookmark_command): Likewise.
338         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
339         * rx-tdep.c (rx_gdbarch_init): Likewise.
340         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
341         * ser-go32.c (dos_get_tty_state): Likewise.
342         (dos_copy_tty_state): Likewise.
343         * ser-mingw.c (ser_windows_open): Likewise.
344         (ser_console_wait_handle): Likewise.
345         (ser_console_get_tty_state): Likewise.
346         (make_pipe_state): Likewise.
347         (net_windows_open): Likewise.
348         * ser-unix.c (hardwire_get_tty_state): Likewise.
349         (hardwire_copy_tty_state): Likewise.
350         * solib-aix.c (solib_aix_new_lm_info): Likewise.
351         * solib-dsbt.c (dsbt_current_sos): Likewise.
352         (dsbt_relocate_main_executable): Likewise.
353         * solib-frv.c (frv_current_sos): Likewise.
354         (frv_relocate_main_executable): Likewise.
355         * solib-spu.c (spu_bfd_fopen): Likewise.
356         * solib-svr4.c (lm_info_read): Likewise.
357         (svr4_copy_library_list): Likewise.
358         (svr4_default_sos): Likewise.
359         * source.c (find_source_lines): Likewise.
360         (line_info): Likewise.
361         (add_substitute_path_rule): Likewise.
362         * spu-linux-nat.c (spu_bfd_open): Likewise.
363         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
364         * stabsread.c (dbx_lookup_type): Likewise.
365         (read_type): Likewise.
366         (read_member_functions): Likewise.
367         (read_struct_fields): Likewise.
368         (read_baseclasses): Likewise.
369         (read_args): Likewise.
370         (_initialize_stabsread): Likewise.
371         * stack.c (func_command): Likewise.
372         * stap-probe.c (handle_stap_probe): Likewise.
373         * symfile.c (addrs_section_sort): Likewise.
374         (addr_info_make_relative): Likewise.
375         (load_section_callback): Likewise.
376         (add_symbol_file_command): Likewise.
377         (init_filename_language_table): Likewise.
378         * symtab.c (create_filename_seen_cache): Likewise.
379         (sort_search_symbols_remove_dups): Likewise.
380         (search_symbols): Likewise.
381         * target.c (make_cleanup_restore_target_terminal): Likewise.
382         * thread.c (new_thread): Likewise.
383         (enable_thread_stack_temporaries): Likewise.
384         (make_cleanup_restore_current_thread): Likewise.
385         (thread_apply_all_command): Likewise.
386         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
387         * top.c (gdb_readline_wrapper): Likewise.
388         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
389         * tracepoint.c (trace_find_line_command): Likewise.
390         (all_tracepoint_actions_and_cleanup): Likewise.
391         (make_cleanup_restore_current_traceframe): Likewise.
392         (get_uploaded_tp): Likewise.
393         (get_uploaded_tsv): Likewise.
394         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
395         (tui_alloc_win_info): Likewise.
396         (tui_alloc_content): Likewise.
397         (tui_add_content_elements): Likewise.
398         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
399         (tui_set_disassem_content): Likewise.
400         * ui-file.c (ui_file_new): Likewise.
401         (stdio_file_new): Likewise.
402         (tee_file_new): Likewise.
403         * utils.c (make_cleanup_restore_integer): Likewise.
404         (add_internal_problem_command): Likewise.
405         * v850-tdep.c (v850_gdbarch_init): Likewise.
406         * valops.c (find_oload_champ): Likewise.
407         * value.c (allocate_value_lazy): Likewise.
408         (record_latest_value): Likewise.
409         (create_internalvar): Likewise.
410         * varobj.c (install_variable): Likewise.
411         (new_variable): Likewise.
412         (new_root_variable): Likewise.
413         (cppush): Likewise.
414         (_initialize_varobj): Likewise.
415         * windows-nat.c (windows_make_so): Likewise.
416         * x86-nat.c (x86_add_process): Likewise.
417         * xcoffread.c (arrange_linetable): Likewise.
418         (allocate_include_entry): Likewise.
419         (process_linenos): Likewise.
420         (SYMBOL_DUP): Likewise.
421         (xcoff_start_psymtab): Likewise.
422         (xcoff_end_psymtab): Likewise.
423         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
424         * xtensa-tdep.c (xtensa_register_type): Likewise.
425         * gdbarch.c: Regenerate.
426         * gdbarch.h: Regenerate.
427
428 2015-08-25  Don Breazeal  <donb@codesourcery.com>
429
430         * infrun.c (follow_exec): Re-order operations for
431         handling follow-exec-mode "new".
432         (handle_inferior_event_1): Assign ecs->event_thread
433         to the current thread.
434         * remote.c (get_remote_arch_state): Add an assertion.
435
436 2015-08-26  Pedro Alves  <palves@redhat.com>
437
438         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
439
440 2015-08-25  Pedro Alves  <palves@redhat.com>
441
442         PR gdb/18804
443         * defs.h (maybe_quit): Declare.
444         (QUIT): Now calls maybe_quit.
445         * event-loop.c (clear_async_signal_handler)
446         (async_signal_handler_is_marked): New functions.
447         * event-loop.h (async_signal_handler_is_marked)
448         (clear_async_signal_handler): New declarations.
449         * remote.c (remote_check_pending_interrupt): New function.
450         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
451         longer check whether the target is async.  If waiting for a stop
452         reply, and a Ctrl-C as been sent to the target, offer to
453         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
454         Otherwise do not disconnect and throw a quit.
455         (_initialize_remote): Install remote_check_pending_interrupt as
456         to_check_pending_interrupt.
457         * target.c (target_check_pending_interrupt): New function.
458         * target.h (struct target_ops) <to_check_pending_interrupt>: New
459         field.
460         (target_check_pending_interrupt): New declaration.
461         * utils.c (maybe_quit): New function.
462         * target-delegates.c: Regenerate.
463
464 2015-08-25  Yao Qi  <yao.qi@linaro.org>
465
466         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
467         Rename local variable pid to tid, and get lwpid of lwp.  Update
468         debug output.
469
470 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
471
472         * ada-lang.c (ada_read_var_value): Add a var_block argument
473         and pass it to default_read_var_value.
474         * block.c (block_static_link): New accessor.
475         * block.h (block_static_link): Declare it.
476         * buildsym.c (finish_block_internal): Add a static_link
477         argument.  If there is a static link, associate it to the new
478         block.
479         (finish_block): Add a static link argument and pass it to
480         finish_block_internal.
481         (end_symtab_get_static_block): Update calls to finish_block and
482         to finish_block_internal.
483         (end_symtab_with_blockvector): Update call to
484         finish_block_internal.
485         * buildsym.h: Forward-declare struct dynamic_prop.
486         (struct context_stack): Add a static_link field.
487         (finish_block): Add a static link argument.
488         * c-exp.y: Remove an obsolete comment (evaluation of variables
489         already start from the selected frame, and now they climb *up*
490         the call stack) and propagate the block information to the
491         produced expression.
492         * d-exp.y: Likewise.
493         * f-exp.y: Likewise.
494         * go-exp.y: Likewise.
495         * jv-exp.y: Likewise.
496         * m2-exp.y: Likewise.
497         * p-exp.y: Likewise.
498         * coffread.c (coff_symtab_read): Update calls to finish_block.
499         * dbxread.c (process_one_symbol): Likewise.
500         * xcoffread.c (read_xcoff_symtab): Likewise.
501         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
502         "sym" parameter to struct block_symbol, update its uses and pass
503         its block to calls to read_var_value.
504         (convert_symbol_sym): Update the calls to convert_one_symbol.
505         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
506         call to read_var_value.
507         * dwarf2loc.c (block_op_get_frame_base): New.
508         (dwarf2_block_frame_base_locexpr_funcs): Implement the
509         get_frame_base method.
510         (dwarf2_block_frame_base_loclist_funcs): Likewise.
511         (dwarf2locexpr_baton_eval): Add a frame argument and use it
512         instead of the selected frame in order to evaluate the
513         expression.
514         (dwarf2_evaluate_property): Add a frame argument.  Update call
515         to dwarf2_locexpr_baton_eval to provide a frame in available and
516         to handle the absence of address stack.
517         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
518         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
519         declaration.
520         (read_func_scope): Record any available static link description.
521         Update call to finish_block.
522         (read_lexical_block_scope): Update call to finish_block.
523         * findvar.c (follow_static_link): New.
524         (get_hosting_frame): New.
525         (default_read_var_value): Add a var_block argument.  Use
526         get_hosting_frame to handle non-local references.
527         (read_var_value): Add a var_block argument and pass it to the
528         LA_READ_VAR_VALUE method.
529         * gdbtypes.c (resolve_dynamic_range): Update calls to
530         dwarf2_evaluate_property.
531         (resolve_dynamic_type_internal): Likewise.
532         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
533         read_var_value, passing it the block coming from symbol lookup.
534         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
535         read_var_value (TODO).
536         * infcmd.c (finish_command_continuation): Update call to
537         read_var_value, passing it the block coming from symbol lookup.
538         * infrun.c (insert_exception_resume_breakpoint): Likewise.
539         * language.h (struct language_defn): Add a var_block argument to
540         the LA_READ_VAR_VALUE method.
541         * objfiles.c (struct static_link_htab_entry): New.
542         (static_link_htab_entry_hash): New.
543         (static_link_htab_entry_eq): New.
544         (objfile_register_static_link): New.
545         (objfile_lookup_static_link): New.
546         (free_objfile): Free the STATIC_LINKS hashed map if needed.
547         * objfiles.h: Include hashtab.h.
548         (struct objfile): Add a static_links field.
549         (objfile_register_static_link): New.
550         (objfile_lookup_static_link): New.
551         * printcmd.c (print_variable_and_value): Update call to
552         read_var_value.
553         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
554         * python/py-frame.c (frapy_read_var): Update call to
555         read_var_value, passing it the block coming from symbol lookup.
556         * python/py-framefilter.c (extract_sym): Add a sym_block
557         parameter and set the pointed value to NULL (TODO).
558         (enumerate_args): Update call to extract_sym.
559         (enumerate_locals): Update calls to extract_sym and to
560         read_var_value.
561         * python/py-symbol.c (sympy_value): Update call to
562         read_var_value (TODO).
563         * stack.c (read_frame_local): Update call to read_var_value.
564         (read_frame_arg): Likewise.
565         (return_command): Likewise.
566         * symtab.h (struct symbol_block_ops): Add a get_frame_base
567         method.
568         (struct symbol): Add a block field.
569         (SYMBOL_BLOCK): New accessor.
570         * valops.c (value_of_variable): Remove frame/block handling and
571         pass the block argument to read_var_value, which does this job
572         now.
573         (value_struct_elt_for_reference): Update calls to
574         read_var_value.
575         (value_of_this): Pass the block found to read_var_value.
576         * value.h (read_var_value): Add a var_block argument.
577         (default_read_var_value): Likewise.
578
579 2015-08-25  Yao Qi  <yao.qi@linaro.org>
580
581         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
582         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
583         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
584
585 2015-08-25  Yao Qi  <yao.qi@linaro.org>
586
587         * Makefile.in (aarch64-liunx.o): New rule.
588         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
589         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
590         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
591         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
592         extern.
593         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
594         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
595         * nat/aarch64-linux.c: New file.
596         * nat/aarch64-linux.h: New file.
597
598 2015-08-25  Yao Qi  <yao.qi@linaro.org>
599
600         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
601         lwp_arch_private_info and ptid_of_lwp.
602
603 2015-08-25  Yao Qi  <yao.qi@linaro.org>
604
605         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
606         Move it to nat/aarch64-linux-hw-point.c.
607         (debug_reg_change_callback): Likewise.
608         (aarch64_notify_debug_reg_change): :Likewise.
609         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
610         (aarch64_dr_update_callback_param): New.
611         (debug_reg_change_callback): New function.
612         (aarch64_notify_debug_reg_change): Likewise.
613         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
614         Remove the declaration.
615
616 2015-08-25  Yao Qi  <yao.qi@linaro.org>
617
618         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
619         Call current_lwp_ptid.
620
621 2015-08-25  Yao Qi  <yao.qi@linaro.org>
622
623         * aarch64-linux-nat.c (debug_reg_change_callback): Use
624         debug_printf.
625
626 2015-08-25  Yao Qi  <yao.qi@linaro.org>
627
628         * aarch64-linux-nat.c (debug_reg_change_callback): Call
629         ptid_get_pid rather than ptid_get_lwp.
630
631 2015-08-24  Pedro Alves  <palves@redhat.com>
632
633         * NEWS (New commands): Mention set/show remote
634         multiprocess-extensions-packet.
635         * remote.c (remote_query_supported): Only tell the server to use
636         the multiprocess extensions if the user hasn't force-disabled them
637         with "set remote multiprocess-extensions-packet off".
638
639 2015-08-24  Pedro Alves  <palves@redhat.com>
640
641         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
642         1029a8112290f6eee9d7878a391c49db42c999bd.
643         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
644         Regenerate.
645         * gnulib/import/Makefile.am: Update.
646         * gnulib/import/Makefile.in: Update.
647         * gnulib/import/alloca.in.h: Update.
648         * gnulib/import/basename-lgpl.c: Update.
649         * gnulib/import/canonicalize-lgpl.c: Update.
650         * gnulib/import/config.charset: Update.
651         * gnulib/import/dirent.in.h: Update.
652         * gnulib/import/dirfd.c: Update.
653         * gnulib/import/dirname-lgpl.c: Update.
654         * gnulib/import/dirname.h: Update.
655         * gnulib/import/dosname.h: Update.
656         * gnulib/import/errno.in.h: Update.
657         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
658         * gnulib/import/extra/snippet/c++defs.h: Update.
659         * gnulib/import/extra/snippet/warn-on-use.h: Update.
660         * gnulib/import/extra/update-copyright: Update.
661         * gnulib/import/float+.h: Update.
662         * gnulib/import/float.c: Update.
663         * gnulib/import/float.in.h: Update.
664         * gnulib/import/fnmatch.c: Update.
665         * gnulib/import/fnmatch.in.h: Update.
666         * gnulib/import/fnmatch_loop.c: Update.
667         * gnulib/import/fpucw.h: Update.
668         * gnulib/import/frexp.c: Update.
669         * gnulib/import/frexpl.c: Update.
670         * gnulib/import/gettimeofday.c: Update.
671         * gnulib/import/inttypes.in.h: Update.
672         * gnulib/import/isnan.c: Update.
673         * gnulib/import/isnand-nolibm.h: Update.
674         * gnulib/import/isnand.c: Update.
675         * gnulib/import/isnanl-nolibm.h: Update.
676         * gnulib/import/isnanl.c: Update.
677         * gnulib/import/itold.c: Update.
678         * gnulib/import/localcharset.c: Update.
679         * gnulib/import/localcharset.h: Update.
680         * gnulib/import/lstat.c: Update.
681         * gnulib/import/m4/00gnulib.m4: Update.
682         * gnulib/import/m4/absolute-header.m4: Update.
683         * gnulib/import/m4/alloca.m4: Update.
684         * gnulib/import/m4/canonicalize.m4: Update.
685         * gnulib/import/m4/codeset.m4: Update.
686         * gnulib/import/m4/configmake.m4: Update.
687         * gnulib/import/m4/dirent_h.m4: Update.
688         * gnulib/import/m4/dirfd.m4: Update.
689         * gnulib/import/m4/dirname.m4: Update.
690         * gnulib/import/m4/double-slash-root.m4: Update.
691         * gnulib/import/m4/eealloc.m4: Update.
692         * gnulib/import/m4/errno_h.m4: Update.
693         * gnulib/import/m4/exponentd.m4: Update.
694         * gnulib/import/m4/exponentl.m4: Update.
695         * gnulib/import/m4/extensions.m4: Update.
696         * gnulib/import/m4/extern-inline.m4: Update.
697         * gnulib/import/m4/fcntl-o.m4: Update.
698         * gnulib/import/m4/float_h.m4: Update.
699         * gnulib/import/m4/fnmatch.m4: Update.
700         * gnulib/import/m4/fpieee.m4: Update.
701         * gnulib/import/m4/frexp.m4: Update.
702         * gnulib/import/m4/frexpl.m4: Update.
703         * gnulib/import/m4/gettimeofday.m4: Update.
704         * gnulib/import/m4/glibc21.m4: Update.
705         * gnulib/import/m4/gnulib-cache.m4: Update.
706         * gnulib/import/m4/gnulib-common.m4: Update.
707         * gnulib/import/m4/gnulib-comp.m4: Update.
708         * gnulib/import/m4/gnulib-tool.m4: Update.
709         * gnulib/import/m4/include_next.m4: Update.
710         * gnulib/import/m4/inttypes-pri.m4: Update.
711         * gnulib/import/m4/inttypes.m4: Update.
712         * gnulib/import/m4/isnand.m4: Update.
713         * gnulib/import/m4/isnanl.m4: Update.
714         * gnulib/import/m4/largefile.m4: Update.
715         * gnulib/import/m4/localcharset.m4: Update.
716         * gnulib/import/m4/locale-fr.m4: Update.
717         * gnulib/import/m4/locale-ja.m4: Update.
718         * gnulib/import/m4/locale-zh.m4: Update.
719         * gnulib/import/m4/longlong.m4: Update.
720         * gnulib/import/m4/lstat.m4: Update.
721         * gnulib/import/m4/malloc.m4: Update.
722         * gnulib/import/m4/malloca.m4: Update.
723         * gnulib/import/m4/math_h.m4: Update.
724         * gnulib/import/m4/mbrtowc.m4: Update.
725         * gnulib/import/m4/mbsinit.m4: Update.
726         * gnulib/import/m4/mbsrtowcs.m4: Update.
727         * gnulib/import/m4/mbstate_t.m4: Update.
728         * gnulib/import/m4/memchr.m4: Update.
729         * gnulib/import/m4/memmem.m4: Update.
730         * gnulib/import/m4/mmap-anon.m4: Update.
731         * gnulib/import/m4/multiarch.m4: Update.
732         * gnulib/import/m4/nocrash.m4: Update.
733         * gnulib/import/m4/off_t.m4: Update.
734         * gnulib/import/m4/pathmax.m4: Update.
735         * gnulib/import/m4/readlink.m4: Update.
736         * gnulib/import/m4/rename.m4: Update.
737         * gnulib/import/m4/rmdir.m4: Update.
738         * gnulib/import/m4/ssize_t.m4: Update.
739         * gnulib/import/m4/stat.m4: Update.
740         * gnulib/import/m4/stdbool.m4: Update.
741         * gnulib/import/m4/stddef_h.m4: Update.
742         * gnulib/import/m4/stdint.m4: Update.
743         * gnulib/import/m4/stdio_h.m4: Update.
744         * gnulib/import/m4/stdlib_h.m4: Update.
745         * gnulib/import/m4/string_h.m4: Update.
746         * gnulib/import/m4/strstr.m4: Update.
747         * gnulib/import/m4/strtok_r.m4: Update.
748         * gnulib/import/m4/sys_socket_h.m4: Update.
749         * gnulib/import/m4/sys_stat_h.m4: Update.
750         * gnulib/import/m4/sys_time_h.m4: Update.
751         * gnulib/import/m4/sys_types_h.m4: Update.
752         * gnulib/import/m4/time_h.m4: Update.
753         * gnulib/import/m4/unistd_h.m4: Update.
754         * gnulib/import/m4/warn-on-use.m4: Update.
755         * gnulib/import/m4/wchar_h.m4: Update.
756         * gnulib/import/m4/wchar_t.m4: Update.
757         * gnulib/import/m4/wctype_h.m4: Update.
758         * gnulib/import/m4/wint_t.m4: Update.
759         * gnulib/import/malloc.c: Update.
760         * gnulib/import/malloca.c: Update.
761         * gnulib/import/malloca.h: Update.
762         * gnulib/import/math.in.h: Update.
763         * gnulib/import/mbrtowc.c: Update.
764         * gnulib/import/mbsinit.c: Update.
765         * gnulib/import/mbsrtowcs-impl.h: Update.
766         * gnulib/import/mbsrtowcs-state.c: Update.
767         * gnulib/import/mbsrtowcs.c: Update.
768         * gnulib/import/memchr.c: Update.
769         * gnulib/import/memmem.c: Update.
770         * gnulib/import/pathmax.h: Update.
771         * gnulib/import/readlink.c: Update.
772         * gnulib/import/ref-add.sin: Update.
773         * gnulib/import/ref-del.sin: Update.
774         * gnulib/import/rename.c: Update.
775         * gnulib/import/rmdir.c: Update.
776         * gnulib/import/same-inode.h: Update.
777         * gnulib/import/stat.c: Update.
778         * gnulib/import/stdbool.in.h: Update.
779         * gnulib/import/stddef.in.h: Update.
780         * gnulib/import/stdint.in.h: Update.
781         * gnulib/import/stdio.c: Update.
782         * gnulib/import/stdio.in.h: Update.
783         * gnulib/import/stdlib.in.h: Update.
784         * gnulib/import/str-two-way.h: Update.
785         * gnulib/import/streq.h: Update.
786         * gnulib/import/string.in.h: Update.
787         * gnulib/import/stripslash.c: Update.
788         * gnulib/import/strnlen1.c: Update.
789         * gnulib/import/strnlen1.h: Update.
790         * gnulib/import/strstr.c: Update.
791         * gnulib/import/strtok_r.c: Update.
792         * gnulib/import/sys_stat.in.h: Update.
793         * gnulib/import/sys_time.in.h: Update.
794         * gnulib/import/sys_types.in.h: Update.
795         * gnulib/import/time.in.h: Update.
796         * gnulib/import/unistd.in.h: Update.
797         * gnulib/import/verify.h: Update.
798         * gnulib/import/wchar.in.h: Update.
799         * gnulib/import/wctype.in.h: Update.
800         * gnulib/import/gettimeofday.c: New file.
801         * gnulib/import/m4/absolute-header.m4: New file.
802         * gnulib/import/m4/gettimeofday.m4: New file.
803         * gnulib/import/m4/sys_socket_h.m4: New file.
804         * gnulib/import/m4/sys_time_h.m4: New file.
805         * gnulib/import/stdio.c: Delete file.
806         * gnulib/import/sys_time.in.h: New file.
807
808 2015-08-24  Pedro Alves  <palves@redhat.com>
809
810         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
811         * common/gdb_sys_time.h: New file.
812         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
813         * gdb_select.h: Likewise.
814         * gdb_usleep.c: Likewise.
815         * maint.c: Likewise.
816         * mi/mi-main.c: Likewise.
817         * mi/mi-parse.h: Likewise.
818         * remote-fileio.c: Likewise.
819         * remote-m32r-sdi.c: Likewise.
820         * remote.c: Likewise.
821         * ser-base.c: Likewise.
822         * ser-pipe.c: Likewise.
823         * ser-tcp.c: Likewise.
824         * ser-unix.c: Likewise.
825         * symfile.c: Likewise.
826         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
827         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
828         * utils.c: Likewise.
829
830 2015-08-24  Pedro Alves  <palves@redhat.com>
831
832         * NEWS: Mention removed support for the various ROM monitors.
833         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
834         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
835         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
836         gdb_target_obs.
837         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
838         gdb_target_obs.
839         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
840         dsrec.o from gdb_target_obs.
841         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
842         from gdb_target_obs.
843         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
844         gdb_target_obs.
845         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
846         dink32-rom.o from gdb_target_obs.
847         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
848         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
849         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
850         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
851
852 2015-08-21  Pedro Alves  <palves@redhat.com>
853
854         * frame.c (null_frame_id): Explicitly zero-initialize.
855
856 2015-08-21  Tom Tromey  <tromey@redhat.com>
857
858         * dwarf2read.c (struct dwarf2_section_info): Rename field
859         'asection' to 'section'.
860         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
861         (dwarf2_locate_sections, dwarf2_locate_sections)
862         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
863         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
864         (dwarf2_locate_v2_dwp_sections): Adjust.
865
866 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
867
868         * top.h (gdb_in_secondary_prompt_p): Declare.
869         * top.c (gdb_secondary_prompt_depth): Define.
870         (gdb_in_secondary_prompt_p): Define.
871         (gdb_readline_wrapper_cleanup): Decrement
872         gdb_secondary_prompt_depth.
873         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
874         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
875         are in a secondary prompt.
876
877 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
878
879         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
880         emit the newline.
881
882 2015-08-21  Gary Benson  <gbenson@redhat.com>
883
884         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
885
886 2015-08-21  Gary Benson  <gbenson@redhat.com>
887
888         * target.h (struct target_ops) <to_fileio_open>: New argument
889         warn_if_slow.  Update comment.  All implementations updated.
890         (target_fileio_open_warn_if_slow): New declaration.
891         * target.c (target_fileio_open): Renamed as...
892         (target_fileio_open_1): ...this.  New argument warn_if_slow.
893         Pass warn_if_slow to implementation.  Update debug printing.
894         (target_fileio_open): New function.
895         (target_fileio_open_warn_if_slow): Likewise.
896         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
897         target_fileio_open_warn_if_slow.
898
899 2015-08-21  Gary Benson  <gbenson@redhat.com>
900
901         * nat/linux-namespaces.c (linux_mntns_access_fs):
902         Do not overwrite old_chain.
903
904 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
905
906         * arch/xtensa.h: New file.
907         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
908         (ps_get_thread_area): New function.
909         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
910         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
911         * xtensa-tdep.c (osabi.h): New #include.
912         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
913         xtensa-specific hooks.
914         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
915         member and move the structure to arch/xtensa.h.
916
917 2015-08-21  Pedro Alves  <palves@redhat.com>
918
919         * remote.c (struct readahead_cache): New.
920         (struct remote_state) <readahead_cache>: New field.
921         (remote_open_1): Invalidate the cache.
922         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
923         functions.
924         (remote_hostio_pwrite): Invalidate the readahead cache.
925         (remote_hostio_pread): Rename to ...
926         (remote_hostio_pread_vFile): ... this.
927         (remote_hostio_pread_from_cache): New function.
928         (remote_hostio_pread): Reimplement.
929         (remote_hostio_close): Invalidate the readahead cache.
930
931 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
932
933         PR build/18843
934         * procfs.c: Include "filestuff.h".
935
936 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
937
938         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
939         curch.
940         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
941         cur_line or curch, instead call wmove().
942         (init_win_info) [CMD_WIN]: Likewise.
943         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
944         instead call getcury().
945         (tui_redisplay_readline): Don't set cur_line or curch.
946         (tui_mld_erase_entire_line): Don't read cur_line, instead call
947         getcury().
948         (tui_cont_sig): Remove call to wmove.
949         (tui_getc): Don't read cur_line or curch, instead call getcury()
950         or getyx().  Don't set curch.
951         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
952         set cur_line or curch.  Always move cursor to (0,0).
953
954 2015-08-20  Pedro Alves  <palves@redhat.com>
955
956         * infrun.c (print_target_wait_results): Make extern.
957         * infrun.h (print_target_wait_results): Declare.
958         * remote.c (set_stop_requested_callback): Delete.
959         (process_initial_stop_replies): New function.
960         (remote_start_remote): Use it.
961         (stop_reply_queue_length): New function.
962
963 2015-08-20  Pedro Alves  <palves@redhat.com>
964
965         * dwarf2read.c (process_full_comp_unit): To tell whether
966         start_subfile managed to deduce a language, test for
967         language_unknown instead of language_c.
968
969 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
970
971         * ada-lex.l: Reset the start condition to INITIAL in the rule that
972         matches attributes.
973
974 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
975
976         * dwarf2read.c (dwarf2_string_attr): New function.
977         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
978         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
979         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
980         (anonymous_struct_prefix, prepare_one_comp_unit): Use
981         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
982
983 2015-08-18  Doug Evans  <dje@google.com>
984             Adrian Sendroiu <adrian.sendroiu@freescale.com>
985
986         PR mi/18833
987         * cli/cli-logging.c (pop_output_files): Don't restore redirection
988         if MI-like.
989         * mi/mi-out.c: #include "vec.h".
990         (ui_filep): New type.
991         (DEV_VEC_P (ui_filep)): New type.
992         (struct ui_out_data) <buffer, original_buffer>: Delete.
993         (struct ui_out_data) <streams>: New member.
994         (mi_ui_out_impl): Add data_destroy field.
995         (mi_field_string, mi_field_fmt): Update.
996         (mi_flush, mi_redirect, field_separator): Update.
997         (mi_open, mi_close): Update.
998         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
999         (mi_out_data_ctor, mi_out_data_dtor): New functions.
1000         (mi_out_new): Call mi_out_data_ctor.
1001
1002 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
1003
1004         * remote.c (strprefix): New.
1005         (remote_parse_stop_reply): Use strprefix instead of strncmp
1006         to ensure exact match of keyword.
1007
1008 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1009
1010         * gdb_bfd.c (debug_bfd_cache): New variable.
1011         (show_bfd_cache_debug): New function.
1012         (gdb_bfd_open): Add debug logging.
1013         (gdb_bfd_ref): Likewise.
1014         (gdb_bfd_unref): Likewise.
1015         (_initialize_gdb_bfd): Add new set/show command.
1016         * NEWS: Mention new command.
1017
1018 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1019
1020         * gdb_bfd.c (bfd_sharing): New variable.
1021         (show_bfd_sharing): New function.
1022         (gdb_bfd_open): Check bfd_sharing variable.
1023         (_initialize_gdb_bfd): Add new set/show command.
1024         * NEWS: Mention new command.
1025
1026 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1027
1028         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
1029         field.
1030         (struct gdb_bfd_cache_search): Likewise.
1031         (eq_bfd): Compare the size, inode, and device id fields.
1032         (gdb_bfd_open): Initialise the size, inode, and device id fields.
1033         (gdb_bfd_ref): Likewise.
1034         (gdb_bfd_unref): Likewise.
1035
1036 2015-08-18  Pedro Alves  <palves@redhat.com>
1037
1038         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
1039         target implements to_always_non_stop_p, call it.
1040         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
1041         (x86_linux_create_target): Install it as to_always_non_stop_p
1042         method.
1043
1044 2015-08-17  Doug Evans  <dje@google.com>
1045
1046         * ui-out.c (default_ui_out_impl): Add comment.
1047
1048 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
1049
1050         * d-exp.y (type_aggregate_p): New function.
1051         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
1052         (classify_inner_name): Likewise.
1053         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
1054
1055 2015-08-15  Doug Evans  <xdje42@gmail.com>
1056
1057         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
1058         updated.
1059         (add_psymbol_to_list): Ditto.
1060
1061 2015-08-15  Doug Evans  <xdje42@gmail.com>
1062
1063         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
1064         updated.  Call end_psymtab_common.
1065         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
1066         end_psymtab_common.
1067         (build_type_psymtabs_reader): Ditto.
1068         * psympriv.h (sort_pst_symbols): Delete.
1069         (end_psymtab_common): Declare.
1070         * psymtab.c (sort_pst_symbols): Make static.
1071         (end_psymtab_common): New function.
1072         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
1073
1074 2015-08-15  Doug Evans  <xdje42@gmail.com>
1075
1076         * defs.h (LANGUAGE_BITS): Define.
1077         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
1078         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
1079         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
1080         (minimal_symbol_type): Add nr_minsym_types.
1081         (MINSYM_TYPE_BITS): Define.
1082         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
1083         (domain_enum_tag): Add NR_DOMAINS.
1084         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
1085         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
1086
1087 2015-08-15  Doug Evans  <xdje42@gmail.com>
1088
1089         * objfiles.h: Whitespace cleanup.
1090         * psympriv.h: Whitespace cleanup.
1091         * psymtab.c: Whitespace/coding convention cleanup.
1092
1093 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
1094
1095         * inferior.c (detach_inferior_command): Don't call
1096         any_thread_of_process when pid is 0.
1097         (kill_inferior_command): Likewise.
1098
1099 2015-08-14  Doug Evans  <xdje42@gmail.com>
1100
1101         PR gdb/11833
1102         * NEWS: Document new /s modifier for the disassemble command.
1103         * cli/cli-cmds.c (disassemble_command): Add support for /s.
1104         (_initialize_cli_cmds): Update online docs of disassemble command.
1105         * disasm.c: #include "source.h".
1106         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
1107         All uses updated.
1108         (dis_line_entry): New struct.
1109         (hash_dis_line_entry, eq_dis_line_entry): New functions.
1110         (allocate_dis_line_table): New functions.
1111         (maybe_add_dis_line_entry, line_has_code_p): New functions.
1112         (dump_insns): New arg end_pc.  All callers updated.
1113         (do_mixed_source_and_assembly_deprecated): Renamed from
1114         do_mixed_source_and_assembly.  All callers updated.
1115         (do_mixed_source_and_assembly): New function.
1116         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
1117         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
1118         DISASSEMBLY_SOURCE.  All uses updated.
1119         (DISASSEMBLY_SOURCE): New macro.
1120         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
1121
1122 2015-08-14  Keith Seitz  <keiths@redhat.com>
1123
1124         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
1125         `typename' to `type_name' to avoid C++ reserved word.
1126
1127 2015-08-14  Keith Seitz  <keiths@redhat.com>
1128
1129         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
1130         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
1131         silence ARI errors.
1132
1133 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1134
1135         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
1136         xstrprintf instead of malloc and sprintf.
1137         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
1138         (lex_one_token): Likewise.
1139
1140 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
1141
1142         * solib-svr4.c (read_program_header): Add base_addr argument to
1143         report the runtime address of the segment.
1144         (find_program_interpreter): Update read_program_header call to pass
1145         a NULL pointer for the new argument.
1146         (scan_dyntag): Add ptr_addr argument to report the runtime address
1147         of the tag payload.
1148         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
1149         read_program_header to get the base address of the dynamic segment.
1150         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
1151         read_program_header.
1152         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
1153
1154 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
1155
1156         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
1157
1158 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1159
1160         * d-exp.y (%union): Add voidval.
1161         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
1162         name in the lexing stage.
1163         (PostfixExpression): Move symbol completion handling in grammar here
1164         from PrimaryExpression.
1165         (PrimaryExpression): Move routines to handle resolving identifier
1166         tokens in the grammar here from push_expression_name.
1167         (IdentifierExp): Remove the handling of alternating '.' and identifier
1168         tokens.
1169         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
1170         (BasicType): Remove C-style typename rules.
1171         (d_type_from_name, d_module_from_name, push_variable)
1172         (push_fieldnames, push_type_name, push_module_name)
1173         (push_expression_name): Remove.
1174         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
1175         (token_and_value): New type.
1176         (token_fifo, popping, name_obstack): New globals.
1177         (classify_name): New function.
1178         (classify_inner_name): Likewise.
1179         (yylex): Likewise.
1180         (d_parse): Initialize token_fifo, popping and name_obstack.
1181
1182 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1183
1184         * Makefile.in (SFILES): Add d-namespace.c.
1185         (COMMON_OBS): Add d-namespace.o.
1186         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
1187         la_lookup_symbol_nonlocal callback function pointer.
1188         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
1189         (d_lookup_nested_symbol): New declaration.
1190         * d-namespace.c: New file.
1191
1192 2015-08-13  Pedro Alves  <palves@redhat.com>
1193
1194         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
1195         cleanup after the decref cleanup, not before.
1196
1197 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
1198
1199         * ada-lang.c: Include namespace.h
1200         (aux_add_nonlocal_symbols): Fix a function name in comment.
1201         (ada_add_block_renamings): New.
1202         (add_nonlocal_symbols): Add global renamings handling.
1203         (ada_lookup_symbol_list_worker): Move the symbol lookup part
1204         to...
1205         (ada_add_all_symbols): ... this new function.
1206         (ada_add_block_symbols): Try to match the input name against the
1207         "using directives list", perform a recursive symbol lookup on
1208         the matched declarations.
1209         * block.h (struct block): Move the_namespace to top-level as
1210         namespace_info. Remove the language_specific field.
1211         (BLOCK_NAMESPACE): Update access to the namespace_info field.
1212         * buildsym.h (using_directives): Rename into...
1213         (local_using_directives): ... this.
1214         (global_using_directives): New.
1215         (struct context_stack): Rename the using_directives field into
1216         local_using_directives.
1217         * buildsym.c (finish_block_internal): Deal with the proper
1218         using directives repository (local or global).
1219         (prepare_for_building): Reset local_using_directives. Assert
1220         that there is no pending global using directive.
1221         (reset_symtab_globals): Reset global_using_directives and
1222         local_using_directives.
1223         (end_symtab_get_static_block): Don't ignore symtabs that have
1224         only using directives.
1225         (push_context): Update references to local_using_directives.
1226         (buildsym_init): Do not reset using_directives.
1227         * cp-support.c: Include namespace.h.
1228         * cp-support.h (struct using_direct): Move to namespace.h.
1229         (cp_add_using_directives): Move to namespace.h.
1230         * cp-namespace.c: Include namespace.h
1231         (cp_add_using_directive): Move to namespace.c, rename it to
1232         add_using_directive, add a "using_directives" argument and use
1233         it as the pending using directives repository.  All callers
1234         updated.
1235         * dwarf2read.c (using_directives): New.
1236         (read_import_statement): Call using_directives.
1237         (read_func_scope): Update references to local_using_directives.
1238         (read_lexical_block_scope): Likewise.
1239         (read_namespace): Update the heading comment, call
1240         using_directives.
1241         * namespace.h: New file.
1242         * namespace.c: New file.
1243         * Makefile.in (SFILES): Add namespace.c.
1244         (COMMON_OBS): Add namespace.o
1245
1246 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
1247
1248         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
1249         compute RETADDR.
1250
1251 2015-08-12  Keith Seitz  <keiths@redhat.com>
1252
1253         * break-catch-throw.c (re_set_exception_catchpoint) Rename
1254         reserved C++ keyword "explicit" to "explicit_loc".
1255         * breakpoint.c (create_overlay_event_breakpoint)
1256         (create_longjmp_master_breakpoint)
1257         (create_std_terminate_master_breakpoint)
1258         (create_exception_master_breakpoint, update_static_tracepoint):
1259         Rename reserved C++ keyword "explicit" to "explicit_loc".
1260         * completer.c (collect_explicit_location_matches)
1261         (explicit_location_completer): Rename reserved C++ keyword
1262         "explicit" to "explicit_loc".
1263         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
1264         (canonicalize_linespec, create_sals_line_offset)
1265         (convert_linespec_to_sals, convert_explicit_location_to_sals)
1266         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
1267         "explicit" to "explicit_loc".
1268         * location.c (struct event_location) <explicit>: Rename to
1269         "explicit_loc".
1270         (initialize_explicit_location, new_explicit_location)
1271         (explicit_location_to_string_internal, explicit_location_to_linespec):
1272         Rename reserved C++ keyword "explicit" to "explicit_loc".
1273         * location.h (explicit_location_to_string)
1274         (explicit_location_to_linespec, initialize_explicit_location)
1275         (new_explicit_location): Rename reserved C++ keyword "explicit"
1276         to "explicit_loc".
1277         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
1278         keyword "explicit" to "explicit_loc".
1279
1280 2015-08-12  Keith Seitz  <keiths@redhat.com>
1281
1282         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
1283         and only call decode_line_1 when it is non-NULL.
1284
1285 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
1286
1287         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
1288         location address is not meaningful.
1289         (breakpoint_address_is_meaningful): Update comment.
1290
1291 2015-08-11  Keith Seitz  <keiths@redhat.com>
1292
1293         * NEWS: Mention explicit locations.
1294         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
1295         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
1296         (_initialize_breakpoint): Update documentation for
1297         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
1298
1299 2015-08-11  Keith Seitz  <keiths@redhat.com>
1300
1301         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
1302         explicit locations, options "--source", "--function",
1303         "--label", and "--line".
1304
1305 2015-08-11  Keith Seitz  <keiths@redhat.com>
1306
1307         * completer.c: Include location.h.
1308         (enum match_type): New enum.
1309         (location_completer): Rename to ...
1310         (linespec_completer): ... this.
1311         (collect_explicit_location_matches, backup_text_ptr)
1312         (explicit_location_completer): New functions.
1313         (location_completer): "New" function; handle linespec
1314         and explicit location completions.
1315         (complete_line_internal): Remove all location completer-specific
1316         handling.
1317         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
1318         (find_toplevel_char): Export.
1319         (linespec_parse_line_offset): Export.
1320         Issue error if STRING is not numerical.
1321         (gdb_get_linespec_parser_quote_characters): New function.
1322         * linespec.h (linespec_parse_line_offset): Declare.
1323         (get_gdb_linespec_parser_quote_characters): Declare.
1324         (is_ada_operator): Declare.
1325         (find_toplevel_char): Declare.
1326         (linespec_lexer_lex_keyword): Declare.
1327         * location.c (explicit_to_event_location): New function.
1328         (explicit_location_lex_one): New function.
1329         (string_to_explicit_location): New function.
1330         (string_to_event_location): Handle explicit locations.
1331         * location.h (explicit_to_event_location): Declare.
1332         (string_to_explicit_location): Declare.
1333
1334 2015-08-11  Keith Seitz  <keiths@redhat.com>
1335
1336         * break-catch-throw.c (re_set_exception_catchpoint): Convert
1337         linespec into explicit location.
1338         * breakpoint.c (create_overlay_breakpoint)
1339         (create_longjmp_master_breakpoint)
1340         (create_std_terminate_master_breakpoint)
1341         (create_exception_master_breakpoint): Convert linespec into explicit
1342         location.
1343         (update_static_tracepoint): Convert linespec into explicit location.
1344         * linespec.c (enum offset_relative_sign, struct line_offset): Move
1345         location.h.
1346         (struct linespec) <expression, expr_pc, source_filename>
1347         <function_name, label_name, line_offset>: Replace with ...
1348         <explicit>: ... this.
1349         <is_linespec>: New member.
1350         (PARSER_EXPLICIT): New accessor macro.
1351         (undefined_label_error): New function.
1352         (source_file_not_found_error): New function.
1353         (linespec_parse_basic): The parser result is now an explicit location.
1354         Use PARSER_EXPLICIT to access it.
1355         Use undefined_label_error.
1356         (canonicalize_linespec): Convert canonical linespec into explicit
1357         location.
1358         Move string representation of location to explicit_location_to_linespec
1359         and use it and explicit_location_to_string to save string
1360         representations of the canonical location.
1361         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
1362         explicit location.  Update all references.
1363         (convert_explicit_location_to_sals): New function.
1364         (parse_linespec): Use PARSER_EXPLICIT to access the parser
1365         result's explicit location.
1366         (linespec_state_constructor): Initialize is_linespec.
1367         Use PARSER_EXPLICIT.
1368         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
1369         result.
1370         (event_location_to_sals): For linespec locations, set is_linespec.
1371         Handle explicit locations.
1372         (decode_objc): 'ls' contains an explicit location now. Update all
1373         references.
1374         (symtabs_from_filename): Use source_file_not_found_error.
1375         * location.c (struct event_location.u) <explicit>: New member.
1376         (initialize_explicit_location): New function.
1377         (initialize_event_location): Initialize explicit locations.
1378         (new_explicit_location, get_explicit_location)
1379         (get_explicit_location_const): New functions.
1380         (explicit_to_string_internal): New function; most of contents moved
1381         from canonicalize_linespec.
1382         (explicit_location_to_string): New function.
1383         (explicit_location_to_linespec): New function.
1384         (copy_event_location, delete_event_location)
1385         (event_location_to_string_const, event_location_empty_p): Handle
1386         explicit locations.
1387         * location.h (enum offset_relative_sign, struct line_offset): Move
1388         here from linespec.h.
1389         (enum event_location_type): Add EXPLICIT_LOCATION.
1390         (struct explicit_location): New structure.
1391         (explicit_location_to_string): Declare.
1392         (explicit_location_to_linespec): Declare.
1393         (new_explicit_location, get_explicit_locationp
1394         (get_explicit_location_const, initialize_explicit_location): Declare.
1395
1396 2015-08-11  Keith Seitz  <keiths@redhat.com>
1397
1398         * break-catch-throw.c (re_set_exception_catchpoint): Convert
1399         linespec for stap probe to probe location.
1400         * breakpoint.c (create_longjmp_master_breakpoint)
1401         (create_exception_master_breakpoint): Likewise.
1402         (break_command_1): Remove local variable `arg_cp'.
1403         Check location type to set appropriate breakpoint ops methods.
1404         (trace_command): Likewise.
1405         * linespec.c (event_location_to_sals): Assert on probe locations.
1406         * location.c (EL_PROBE): Add macro definition.
1407         (new_probe_location, get_probe_location): New functions.
1408         (copy_event_location, delete_event_location, event_location_to_string)
1409         (string_to_event_location, event_location_empty_p): Handle probe
1410         locations.
1411         * location.h (enum event_location_type): Add PROBE_LOCATION.
1412         (new_probe_location, get_probe_location): Declare.
1413         * probe.c (parse_probes): Assert that LOCATION is a probe location.
1414         Convert linespec into probe location.
1415
1416 2015-08-11  Keith Seitz  <keiths@redhat.com>
1417
1418         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
1419         Convert linespec to address location.
1420         * linespec.c (canonicalize_linespec): Do not handle address
1421         locations here.
1422         (convert_address_location_to_sals): New function; contents moved
1423         from ...
1424         (convert_linespc_to_sals): ... here.
1425         (parse_linespec): Remove address locations from linespec grammar.
1426         Remove handling of address locations.
1427         (linespec_lex_to_end): Remove handling of address linespecs.
1428         (event_location_to_sals): Handle ADDRESS_LOCATION.
1429         (linespec_expression_to_pc): Export.
1430         * linespec.h (linespec_expression_to_pc): Add declaration.
1431         * location.c (struct event_location.u) <address>: New member.
1432         (new_address_location, get_address_location): New functions.
1433         (copy_event_location, delete_event_location, event_location_to_string)
1434         (string_to_event_location, event_location_empty_p): Handle address
1435         locations.
1436         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
1437         (new_address_location, get_address_location): Declare.
1438         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
1439         to address location.
1440         * spu-tdep.c (spu_catch_start): Likewise.
1441
1442 2015-08-11  Keith Seitz  <keiths@redhat.com>
1443
1444         * ax-gdb.c: Include location.h.
1445         (agent_command_1) Use linespec location instead of address
1446         string.
1447         * break-catch-throw.c: Include location.h.
1448         (re_set_exception_catchpoint): Use linespec locations instead
1449         of address strings.
1450         * breakpoint.c: Include location.h.
1451         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
1452         (create_std_terminate_master_breakpoint)
1453         (create_exception_master_breakpoint, update_breakpoints_after_exec):
1454         Use linespec location instead of address string.
1455         (print_breakpoint_location):  Use locations and
1456         event_location_to_string.
1457         Print extra_string for pending locations for non-MI streams.
1458         (print_one_breakpoint_location): Use locations and
1459         event_location_to_string.
1460         (init_raw_breakpoint_without_location): Initialize b->location.
1461         (create_thread_event_breakpoint): Use linespec location instead of
1462         address string.
1463         (init_breakpoint_sal): Likewise.
1464         Only save extra_string if it is non-NULL and not the empty string.
1465         Use event_location_to_string instead of `addr_string'.
1466         Constify `p' and `endp'.
1467         Use skip_spaces_const/skip_space_const instead of non-const versions.
1468         Copy the location into the breakpoint.
1469         If LOCATION is NULL, save the breakpoint address as a linespec location
1470         instead of an address string.
1471         (create_breakpoint_sal): Change `addr_string' parameter to a struct
1472         event_location. All uses updated.
1473         (create_breakpoints_sal): Likewise for local variable `addr_string'.
1474         (parse_breakpoint_sals): Use locations instead of address strings.
1475         Remove check for empty linespec with conditional.
1476         Refactor.
1477         (decode_static_tracepoint_spec): Make argument const and update
1478         function.
1479         (create_breakpoint): Change `arg' to a struct event_location and
1480         rename.
1481         Remove `copy_arg' and `addr_start'.
1482         If EXTRA_STRING is empty, set it to NULL.
1483         Don't populate `canonical' for pending breakpoints.
1484         Pass `extra_string' to find_condition_and_thread.
1485         Clear `extra_string' if `rest' was NULL.
1486         Do not error with "garbage after location" if setting a dprintf
1487         breakpoint.
1488         Copy the location into the breakpoint instead of an address string.
1489         (break_command_1): Use string_to_event_location and pass this to
1490         create_breakpoint instead of an address string.
1491         Check against `arg_cp' for a probe linespec.
1492         (dprintf_command): Use string_to_event_location and pass this to
1493         create_breakpoint instead of an address string.
1494         Throw an exception if no format string was specified.
1495         (print_recreate_ranged_breakpoint): Use event_location_to_string
1496         instead of address strings.
1497         (break_range_command, until_break_command)
1498         (init_ada_exception_breakpoint): Use locations instead
1499         of address strings.
1500         (say_where): Print out extra_string for pending locations.
1501         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
1502         the breakpoint.
1503         (base_breakpoint_create_sals_from_location): Use struct event_location
1504         instead of address string.
1505         Remove `addr_start' and `copy_arg' parameters.
1506         (base_breakpoint_decode_location): Use struct event_location instead of
1507         address string.
1508         (bkpt_re_set): Use locations instead of address strings.
1509         Use event_location_empty_p to check for unset location.
1510         (bkpt_print_recreate): Use event_location_to_string instead of
1511         an address string.
1512         Print out extra_string for pending locations.
1513         (bkpt_create_sals_from_location, bkpt_decode_location)
1514         (bkpt_probe_create_sals_from_location): Use struct event_location
1515         instead of address string.
1516         (bkpt_probe_decode_location): Use struct event_location instead of
1517         address string.
1518         (tracepoint_print_recreate): Use event_location_to_string to
1519         recreate the tracepoint.
1520         (tracepoint_create_sals_from_location, tracepoint_decode_location)
1521         (tracepoint_probe_create_sals_from_location)
1522         (tracepoint_probe_decode_location): Use struct event_location
1523         instead of address string.
1524         (dprintf_print_recreate): Use event_location_to_string to recreate
1525         the dprintf.
1526         (dprintf_re_set): Remove check for valid/missing format string.
1527         (strace_marker_create_sals_from_location)
1528         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
1529         (update_static_tracepoint): Use struct event_location instead of
1530         address string.
1531         (location_to_sals): Likewise.
1532         Pass `extra_string' to find_condition_and_thread.
1533         For newly resolved pending breakpoint locations, clear the location's
1534         string representation.
1535         Assert that the breakpoint's condition string is NULL when
1536         condition_not_parsed.
1537         (breakpoint_re_set_default, create_sals_from_location_default)
1538         (decode_location_default, trace_command, ftrace_command)
1539         (strace_command, create_tracepoint_from_upload): Use locations
1540         instead of address strings.
1541         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
1542         Use struct event_location instead of address string.
1543         Update all uses.
1544         <decode_location>: Likewise.
1545         (struct breakpoint) <addr_string>: Change to struct event_location
1546         and rename `location'.
1547         <addr_string_range_end>: Change to struct event_location and rename
1548         `location_range_end'.
1549         (create_breakpoint): Use struct event_location instead of address
1550         string.
1551         * cli/cli-cmds.c: Include location.h.
1552         (edit_command, list_command): Use locations instead of address strings.
1553         * elfread.c: Include location.h.
1554         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
1555         * guile/scm-breakpoint.c: Include location.h.
1556         (bpscm_print_breakpoint_smob): Use event_location_to_string.
1557         (gdbscm_register_breakpoint): Use locations instead of address
1558         strings.
1559         * linespec.c: Include location.h.
1560         (struct ls_parser) <stream>: Change to const char *.
1561         (PARSER_STREAM): Update.
1562         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
1563         keywords must be followed by whitespace.
1564         (canonicalize_linespec): Save a linespec location into `canonical'.
1565         Save a canonical linespec into `canonical'.
1566         (parse_linespec): Change `argptr' to const char * and rename `arg'.
1567         All uses updated.
1568         Update function description.
1569         (linespec_parser_new): Initialize `parser'.
1570         Update initialization of  parsing stream.
1571         (event_location_to_sals): New function.
1572         (decode_line_full): Change `argptr' to a struct event_location and
1573         rename it `location'.
1574         Use locations instead of address strings.
1575         Call event_location_to_sals instead of parse_linespec.
1576         (decode_line_1): Likewise.
1577         (decode_line_with_current_source, decode_line_with_last_displayed)
1578         Use locations instead of address strings.
1579         (decode_objc): Likewise.
1580         Change `argptr' to const char * and rename `arg'.
1581         (destroy_linespec_result): Delete the linespec result's location
1582         instead of freeing the address string.
1583         * linespec.h (struct linespec_result) <addr_string>: Change to
1584         struct event_location and rename to ...
1585         <location>: ... this.
1586         (decode_line_1, decode_line_full): Change `argptr' to struct
1587         event_location.  All callers updated.
1588         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
1589         (mi_cmd_break_insert_1): Use locations instead of address strings.
1590         Throw an error if there was "garbage" at the end of the specified
1591         linespec.
1592         * probe.c: Include location.h.
1593         (parse_probes): Change `argptr' to struct event_location.
1594         Use event locations instead of address strings.
1595         * probe.h (parse_probes): Change `argptr' to struct event_location.
1596         * python/py-breakpoint.c: Include location.h.
1597         (bppy_get_location): Constify local variable `str'.
1598         Use event_location_to_string.
1599         (bppy_init): Use locations instead of address strings.
1600         * python/py-finishbreakpoint.c: Include location.h.
1601         (bpfinishpy_init): Remove local variable `addr_str'.
1602         Use locations instead of address strings.
1603         * python/python.c: Include location.h.
1604         (gdbpy_decode_line): Use locations instead of address strings.
1605         * remote.c: Include location.h.
1606         (remote_download_tracepoint): Use locations instead of address
1607         strings.
1608         * spu-tdep.c: Include location.h.
1609         (spu_catch_start): Remove local variable `buf'.
1610         Use locations instead of address strings.
1611         * tracepoint.c: Include location.h.
1612         (scope_info): Use locations instead of address strings.
1613         (encode_source_string): Constify parameter `src'.
1614         * tracepoint.h (encode_source_string): Likewise.
1615
1616 2015-08-11  Keith Seitz  <keiths@redhat.com>
1617
1618         * Makefile.in (SFILES): Add location.c.
1619         (HFILES_NO_SRCDIR): Add location.h.
1620         (COMMON_OBS): Add location.o.
1621         * linespec.c (linespec_lex_to_end): New function.
1622         * linespec.h (linespec_lex_to_end): Declare.
1623         * location.c: New file.
1624         * location.h: New file.
1625
1626 2015-08-11  Keith Seitz  <keiths@redhat.com>
1627
1628         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
1629         Renamed to create_sals_from_location.
1630         <decode_linespec>: Renamed to decode_location.
1631         Update all callers.
1632         * breakpoint.c (create_sals_from_address_default): Renamed to ...
1633         (create_sals_from_location_default): ... this.
1634         (addr_string_to_sals): Renamed to ...
1635         (location_to_sals): ... this.
1636         (decode_linespec_default): Renamed to ...
1637         (decode_location_default): ... this.
1638         (base_breakpoint_create_sals_from_address): Renamed to ...
1639         (base_breakpoint_create_sals_from_location): ... this.
1640         (bkpt_create_sals_from_address): Renamed to ...
1641         (bkpt_create_sals_from_location): ... this.
1642         (bkpt_decode_linespec): Renamed to ...
1643         (bkpt_decode_location): ... this.
1644         (bkpt_probe_create_sals_from_address): Renamed to ...
1645         (bkpt_probe_create_sals_from_location): ... this.
1646         (tracepoint_create_sals_from_address): Renamed to ...
1647         (tracepoint_create_sals_from_location): ... this.
1648         (tracepoint_decode_linespec): Renamed to ...
1649         (tracepoint_decode_location): ... this.
1650         (tracepoint_probe_create_sals_from_address): Renamed to ...
1651         (tracepoint_probe_create_sals_from_location): ... this.
1652         (tracepoint_probe_decode_linespec): Renamed to ...
1653         (tracepoint_probe_decode_location): ... this.
1654         (strace_marker_create_sals_from_address): Renamed to ...
1655         (strace_marker_create_sals_from_location): ... this.
1656         (decode_linespec_default): Renamed to ...
1657         (decode_location_default): ... this.
1658
1659 2015-08-10  Doug Evans  <dje@google.com>
1660             Keith Seitz  <keiths@redhat.com>
1661
1662         PR gdb/17960
1663         * symtab.c (make_file_symbol_completion_list_1): Renamed from
1664         make_file_symbol_completion_list and made static.
1665         (make_file_symbol_completion_list): New function.
1666
1667 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
1668
1669         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
1670         trailing new-line at end of warning message.
1671         (proceed): Add i18n marker to error messages.
1672
1673 2015-08-07  Pedro Alves  <palves@redhat.com>
1674
1675         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
1676
1677 2015-08-07  Pedro Alves  <palves@redhat.com>
1678
1679         * s390-linux-tdep.c (is_non_branch_ril)
1680         (s390_displaced_step_copy_insn): New functions.
1681         (s390_displaced_step_fixup): Update comment.
1682         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
1683         gdbarch_displaced_step_copy_insn hook.
1684
1685 2015-08-07  Pedro Alves  <palves@redhat.com>
1686
1687         * infrun.c (displaced_step_prepare_throw): Return -1 if
1688         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
1689         comment.
1690         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
1691         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
1692         in file.
1693         (ppc_displaced_step_copy_insn): New function.
1694         (ppc_displaced_step_fixup): Update comment.
1695         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
1696         gdbarch_displaced_step_copy_insn hook.
1697         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
1698         NULL return.
1699         * gdbarch.h: Regenerate.
1700
1701 2015-08-07  Pedro Alves  <palves@redhat.com>
1702
1703         * inferior.h (struct inferior) <displaced_stepping_failed>: New
1704         field.
1705         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
1706         Return false if dispaced stepping failed before.
1707         (resume): Pass the current inferior to
1708         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
1709         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
1710         displaced_stepping_failed flag, and fall back to an in-line
1711         step-over.
1712
1713 2015-08-07  Pedro Alves  <palves@redhat.com>
1714
1715         * darwin-nat.c (darwin_stop): Rename to ...
1716         (darwin_interrupt): ... this.
1717         (_initialize_darwin_inferior): Adjust.
1718         * gnu-nat.c (gnu_stop): Delete.
1719         (gnu_target): Don't install gnu_stop.
1720         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
1721         (inf_ptrace_interrupt): ... this.
1722         (inf_ptrace_target): Adjust.
1723         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
1724         target_stop.
1725         * linux-nat (linux_nat_stop): Rename to ...
1726         (linux_nat_interrupt): ... this.
1727         (linux_nat_stop): Reimplement.
1728         (linux_nat_add_target): Install linux_nat_interrupt.
1729         * nto-procfs.c (nto_interrupt_twice): Rename to ...
1730         (nto_handle_sigint_twice): ... this.
1731         (nto_interrupt): Rename to ...
1732         (nto_handle_sigint): ... this.  Call target_interrupt instead of
1733         target_stop.
1734         (procfs_wait): Adjust.
1735         (procfs_stop): Rename to ...
1736         (procfs_interrupt): ... this.
1737         (init_procfs_targets): Adjust.
1738         * procfs.c (procfs_stop): Rename to ...
1739         (procfs_interrupt): ... this.
1740         (procfs_target): Adjust.
1741         * remote-m32r-sdi.c (m32r_stop): Rename to ...
1742         (m32r_interrupt): ... this.
1743         (init_m32r_ops): Adjust.
1744         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
1745         (gdbsim_interrupt_inferior): ... this.
1746         (gdbsim_stop): Rename to ...
1747         (gdbsim_interrupt): ... this.
1748         (gdbsim_cntrl_c): Adjust.
1749         (init_gdbsim_ops): Adjust.
1750         * remote.c (sync_remote_interrupt): Adjust comments.
1751         (remote_stop_as): Rename to ...
1752         (remote_interrupt_as): ... this.
1753         (remote_stop): Adjust comment.
1754         (remote_interrupt): New function.
1755         (init_remote_ops): Install remote_interrupt.
1756         * target.c (target_interrupt): New function.
1757         * target.h (struct target_ops) <to_interrupt>: New field.
1758         (target_interrupt): New declaration.
1759         * windows-nat.c (windows_stop): Rename to ...
1760         (windows_interrupt): ... this.
1761         * target-delegates.c: Regenerate.
1762
1763 2015-08-07  Pedro Alves  <palves@redhat.com>
1764
1765         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
1766         threads" as alternative to "switching back to stepped thread".
1767
1768 2015-08-07  Pedro Alves  <palves@redhat.com>
1769
1770         * NEWS: Mention "maint set/show target-non-stop".
1771         * breakpoint.c (update_global_location_list): Check
1772         target_is_non_stop_p instead of non_stop.
1773         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
1774         * infrun.c (show_can_use_displaced_stepping)
1775         (can_use_displaced_stepping_p, start_step_over_inferior):
1776         Likewise.
1777         (internal_resume_ptid): New function.
1778         (resume): Use it.
1779         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
1780         all-stop mode but the target is always in non-stop mode, start all
1781         the other threads that are implicitly resumed too.
1782         (for_each_just_stopped_thread, fetch_inferior_event)
1783         (adjust_pc_after_break, stop_all_threads): Check
1784         target_is_non_stop_p instead of non_stop.
1785         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
1786         with the target always in non-stop mode.
1787         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
1788         instead of non_stop.
1789         (switch_back_to_stepped_thread): Check target_is_non_stop_p
1790         instead of non_stop.
1791         (keep_going_stepped_thread): Use internal_resume_ptid.
1792         (stop_waiting): If in all-stop mode, and the target is in non-stop
1793         mode, stop all threads.
1794         (keep_going_pass): Likewise, when starting a new in-line step-over
1795         sequence.
1796         * linux-nat.c (get_pending_status, select_event_lwp)
1797         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
1798         target_is_non_stop_p instead of non_stop.
1799         (linux_nat_always_non_stop_p): New function.
1800         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
1801         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
1802         * target-delegates.c: Regenerate.
1803         * target.c (target_is_non_stop_p): New function.
1804         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
1805         (maint_set_target_non_stop_command)
1806         (maint_show_target_non_stop_command): New functions.
1807         (_initilize_target): Install "maint set/show target-non-stop"
1808         commands.
1809         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
1810         (target_non_stop_enabled): New declaration.
1811         (target_is_non_stop_p): New declaration.
1812
1813 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
1814
1815         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
1816         has a pending status, return true.
1817         * gdbthread.h: Include target/waitstatus.h.
1818         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
1819         stop_pc>: New fields.
1820         (struct thread_info) <resumed>: New field.
1821         (set_resumed): Declare.
1822         * infrun.c: Include "event-loop.h".
1823         (infrun_async_inferior_event_token, infrun_is_async): New globals.
1824         (infrun_async): New function.
1825         (clear_step_over_info): Add debug output.
1826         (displaced_step_in_progress_any_inferior): New function.
1827         (displaced_step_fixup): New returns int.
1828         (start_step_over): Handle in-line step-overs too.  Assert the
1829         thread is marked resumed.
1830         (resume_cleanups): Clear the thread's resumed flag.
1831         (resume): Set the thread's resumed flag.  Return early if the
1832         thread has a pending status.  Allow stepping a breakpoint with no
1833         signal.
1834         (proceed): Adjust to check 'resumed' instead of 'executing'.
1835         (clear_proceed_status_thread): If the thread has a pending status,
1836         and that status is a finished step, discard the pending status.
1837         (clear_proceed_status): Don't clear step_over_info here.
1838         (random_pending_event_thread, do_target_wait): New functions.
1839         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
1840         do_target_wait.
1841         (wait_one): New function.
1842         (THREAD_STOPPED_BY): New macro.
1843         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
1844         (thread_stopped_by_hw_breakpoint): New functions.
1845         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
1846         functions.
1847         (handle_inferior_event): Also call set_resumed(false) on all
1848         threads implicitly stopped by the event.
1849         (restart_threads, resumed_thread_with_pending_status): New
1850         functions.
1851         (finish_step_over): If we were doing an in-line step-over before,
1852         and no longer are after trying to start a new step-over, restart
1853         all threads.  If we have multiple threads with pending events,
1854         save the current event and go through the event loop again.
1855         (handle_signal_stop): Return early if finish_step_over returns
1856         false.
1857         <random signal>: If we get a signal while stepping over a
1858         breakpoint in-line in non-stop mode, restart all threads.  Clear
1859         step_over_info before delivering the signal.
1860         (keep_going_stepped_thread): Use internal_error instead of
1861         gdb_assert.  Mark the thread as resumed.
1862         (keep_going_pass_signal): Assert the thread isn't already resumed.
1863         If some other thread is doing an in-line step-over, defer the
1864         resume.  If we just started a new in-line step-over, stop all
1865         threads.  Don't clear step_over_info.
1866         (infrun_async_inferior_event_handler): New function.
1867         (_initialize_infrun): Create async event handler with
1868         infrun_async_inferior_event_handler as callback.
1869         (infrun_async): New declaration.
1870         * target.c (target_async): New function.
1871         * target.h (target_async): Declare macro and readd as function
1872         declaration.
1873         * target/waitstatus.h (enum target_stop_reason)
1874         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
1875         * thread.c (new_thread): Clear the new waitstatus field.
1876         (set_resumed): New function.
1877
1878 2015-08-07  Pedro Alves  <palves@redhat.com>
1879
1880         * infrun.c (keep_going_stepped_thread): New function, factored out
1881         from ...
1882         (switch_back_to_stepped_thread): ... here.
1883
1884 2015-08-07  Pedro Alves  <palves@redhat.com>
1885
1886         * infrun.c (currently_stepping): Extend intro comment.
1887         * target.h (target_resume): Extend intro comment.
1888
1889 2015-08-07  Pedro Alves  <palves@redhat.com>
1890
1891         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
1892         of inferior_ptid.  If the stepped thread vanished, return 0
1893         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
1894         the current stop_pc in log message.  Clear trap_expected if the
1895         thread advanced.  Don't pass currently_stepping to
1896         do_target_resume.
1897
1898 2015-08-07  Pedro Alves  <palves@redhat.com>
1899
1900         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
1901         * infrun.c (struct execution_control_state): Move higher up in the
1902         file.
1903         (reset_ecs): New function.
1904         (start_step_over): Now returns int.  Rewrite to use
1905         keep_going_pass_signal instead of manually starting a displaced step.
1906         (resume): Don't call set_running here.  If displaced stepping
1907         can't start now, clear trap_expected.
1908         (find_thread_needs_step_over): Delete function.
1909         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
1910         If the current thread needs a step over, push it in the step-over
1911         chain.  Don't set insert breakpoints nor call resume directly
1912         here.  Instead rewrite to use start_step_over and
1913         keep_going_pass_signal.
1914         (finish_step_over): New function.
1915         (handle_signal_stop): Call finish_step_over instead of
1916         start_step_over.
1917         (switch_back_to_stepped_thread): If the event thread needs another
1918         step-over do that first.  Use start_step_over.
1919         (keep_going_pass_signal): New function, factored out from ...
1920         (keep_going): ... here.
1921         (_initialize_infrun): Comment moved here.
1922         * thread.c (set_running_thread): New function.
1923         (set_running, finish_thread_state): Use set_running_thread.
1924
1925 2015-08-07  Pedro Alves  <palves@redhat.com>
1926
1927         * gdbthread.h (struct thread_info) <step_over_prev,
1928         step_over_next>: New fields.
1929         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
1930         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
1931         declarations.
1932         * infrun.c (struct displaced_step_request): Delete.
1933         (struct displaced_step_inferior_state) <step_request_queue>:
1934         Delete field.
1935         (displaced_step_prepare): Assert that trap_expected is set.  Use
1936         thread_step_over_chain_enqueue.  Split starting a new displaced
1937         step to ...
1938         (start_step_over): ... this new function.
1939         (resume): Assert the thread isn't waiting for a step over already.
1940         (proceed): Assert the thread isn't waiting for a step over
1941         already.
1942         (infrun_thread_stop_requested): Adjust to remove threads from the
1943         embedded step-over chain.
1944         (handle_inferior_event) <fork/vfork>: Call start_step_over after
1945         displaced_step_fixup.
1946         (handle_signal_stop): Call start_step_over after
1947         displaced_step_fixup.
1948         * infrun.h (step_over_queue_head): New declaration.
1949         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
1950         (thread_step_over_chain_next, thread_is_in_step_over_chain)
1951         (thread_step_over_chain_enqueue)
1952         (thread_step_over_chain_remove): New functions.
1953         (delete_thread_1): Remove thread from the step-over chain.
1954
1955 2015-08-07  Pedro Alves  <palves@redhat.com>
1956
1957         * infrun.c (thread_still_needs_step_over): Rename to ...
1958         (thread_still_needs_step_over_bp): ... this.
1959         (enum step_over_what): New.
1960         (thread_still_needs_step_over): Reimplement.
1961
1962 2015-08-07  Pedro Alves  <palves@redhat.com>
1963
1964         * remote.c (remote_wait_as): If not waiting for a stop reply,
1965         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
1966         requested, don't block waiting forever.
1967
1968 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
1969
1970         * infrun.c (adjust_pc_after_break): Now takes thread_info and
1971         waitstatus pointers instead of an ecs.  Adjust.
1972         (handle_inferior_event): Adjust caller.
1973
1974 2015-08-07  Pedro Alves  <palves@redhat.com>
1975
1976         * infrun.c (handle_inferior_event): If we get
1977         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
1978         mode, mark all threads of the exiting process as not-executing.
1979         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
1980         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
1981         exiting process, if inferior_ptid still points at a process.
1982         * thread.c (struct current_thread_cleanup) <next>: New field.
1983         (current_thread_cleanup_chain): New global.
1984         (restore_current_thread_ptid_changed): New function.
1985         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
1986         current_thread_cleanup_chain list.
1987         (make_cleanup_restore_current_thread): Add the cleanup data to the
1988         current_thread_cleanup_chain list.
1989         (_initialize_thread): Install restore_current_thread_ptid_changed
1990         as thread_ptid_changed observer.
1991
1992 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
1993
1994         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
1995         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
1996         smaller than expected.
1997
1998 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1999
2000         * stack.c (get_frame_language): Moved ...
2001         * frame.c (get_frame_language): ... to here.
2002         * language.h (get_frame_language): Declaration moved to frame.h.
2003         * frame.h: Add language.h include, for language enum.
2004         (get_frame_language): Declaration moved from language.h.
2005         * language.c: Add frame.h include.
2006         * top.c: Add frame.h include.
2007         * symtab.h (struct obj_section): Declare.
2008         (struct cmd_list_element): Declare.
2009
2010 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2011
2012         * language.c (show_language_command): Find selected frame before
2013         asking for the language of that frame.
2014         (set_language_command): Likewise.
2015         * language.h (get_frame_language): Add frame parameter.
2016         * stack.c (get_frame_language): Add frame parameter, assert
2017         parameter is not NULL, update comment and reindent.
2018         * top.c (check_frame_language_change): Pass the selected frame
2019         into get_frame_language.
2020
2021 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
2022
2023         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
2024         (pt_btrace_insn_flags): New.
2025         (ftrace_add_pt): Call pt_btrace_insn_flags.
2026         * btrace.h (btrace_insn_flag): New.
2027         (btrace_insn) <flags>: New.
2028         * record-btrace.c (btrace_insn_history): Print insn prefix.
2029         * NEWS: Announce it.
2030
2031 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
2032
2033         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
2034         * configure: Regenerate.
2035
2036 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2037
2038         * Makefile.in (LIBICONV): Define.
2039         (CLIBS): Add LIBICONV.
2040         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
2041         * configure: Regenerate.
2042
2043 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
2044             Pedro Alves  <palves@redhat.com>
2045
2046         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
2047         (arm_set_abi): Likewise.
2048         * ax-general.c (ax_print): Likewise.
2049         * c-exp.y (exp : string_exp): Likewise.
2050         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
2051         (do_compile_dwarf_expr_to_c): Likewise.
2052         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
2053         Likewise.
2054         * dwarf2expr.c (execute_stack_op): Likewise.
2055         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2056         (disassemble_dwarf_expression): Likewise.
2057         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
2058         (read_array_order): Likewise.
2059         (abbrev_table_read_table): Likewise.
2060         (read_attribute_value): Likewise.
2061         (skip_unknown_opcode): Likewise.
2062         (dwarf_decode_macro_bytes): Likewise.
2063         (dwarf_decode_macros): Likewise.
2064         * eval.c (value_f90_subarray): Likewise.
2065         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2066         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2067         * infrun.c (handle_command): Likewise.
2068         * memory-map.c (memory_map_start_memory): Likewise.
2069         * osabi.c (set_osabi): Likewise.
2070         * parse.c (operator_length_standard): Likewise.
2071         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
2072         single return point.
2073         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
2074         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
2075         (gdbpy_lookup_global_symbol): Likewise.
2076         * record-full.c (record_full_restore): Likewise.
2077         * regcache.c (regcache_register_status): Likewise.
2078         (regcache_raw_read): Likewise.
2079         (regcache_cooked_read): Likewise.
2080         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
2081         * symtab.c (initialize_ordinary_address_classes): Likewise.
2082         * target-debug.h (target_debug_print_signals): Likewise.
2083         * utils.c (do_restore_current_language): Likewise.
2084
2085 2015-08-06  Clem Dickey  <clemd@acm.org>
2086
2087         PR python/17136
2088         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
2089
2090 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
2091
2092         * complaints.c (enum complaint_series): Add newlines and remove
2093         out of date comment.
2094         (struct complaints) <series>: Change type to enum
2095         complaint_series and remove out of date comment.
2096         (symfile_complaint_hook): Use equivalent enum value
2097         ISOLATED_MESSAGE instead of 0.
2098
2099 2015-08-06  Pedro Alves  <palves@redhat.com>
2100
2101         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
2102         returned > 0.
2103
2104 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
2105
2106         * common/agent.c (symbol_list) <required>: Remove.
2107
2108 2015-08-06  Pedro Alves  <palves@redhat.com>
2109
2110         * target/waitstatus.h (enum target_stop_reason)
2111         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2112
2113 2015-08-05  Pedro Alves  <palves@redhat.com>
2114             Joel Brobecker  <brobecker@adacore.com>
2115
2116         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
2117         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
2118         case where BS->STOP is not set.
2119
2120 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
2121
2122         * nat/gdb_thread_db.h: Add copyright header.
2123         Protect against multiple inclusion.
2124
2125 2015-08-05  Yao Qi  <yao.qi@linaro.org>
2126
2127         * aarch64-linux-nat.c (get_thread_id): Remove.
2128         (debug_reg_change_callback): Call ptid_get_lwp instead of
2129         get_thread_id.
2130         (fetch_gregs_from_thread): Likewise.
2131         (store_gregs_to_thread): Likewise.
2132         (fetch_fpregs_from_thread): Likewise.
2133         (store_fpregs_to_thread): Likewise.
2134         (aarch64_linux_get_debug_reg_capacity): Likewise.
2135         * arm-linux-nat.c (get_thread_id): Remove.
2136         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2137         * xtensa-linux-nat.c (get_thread_id): Remove.
2138         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2139         * arm-linux-nat.c (get_thread_id): Remove.
2140         (GET_THREAD_ID): Remove.
2141         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
2142         (store_fpregs, fetch_regs, store_regs): Likewise.
2143         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2144         (fetch_vfp_regs, store_vfp_regs): Likewise.
2145         (arm_linux_read_description): Likewise.
2146         (arm_linux_get_hwbp_cap): Likewise.
2147         * xtensa-linux-nat.c (get_thread_id): Remove.
2148         (GET_THREAD_ID): Remove.
2149         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
2150         GET_THREAD_ID.
2151
2152 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
2153
2154         * python/py-linetable.c: Fix case of Linetable to LineTable
2155         in docstrings and code comments.
2156         * python/py-symtab.c: Same.
2157
2158 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2159
2160         * infcmd.c (signal_command): Call do_cleanups for args_chain.
2161
2162 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2163
2164         PR gdb/18767
2165         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
2166         use.
2167
2168 2015-08-04  Pedro Alves  <palves@redhat.com>
2169
2170         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
2171         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
2172         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
2173         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
2174         (td_thr_validate_ftype, td_thr_get_info_ftype)
2175         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
2176         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
2177         New typedefs.
2178         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
2179         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
2180         local macros and use them instead of verbose_dlsym and dlsym
2181         calls.
2182
2183 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
2184
2185         * nios2-tdep.h: Include opcode/nios2.h here.
2186         (NIOS2_CDX_OPCODE_SIZE): New.
2187         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
2188         * nios2-tdep.c: Don't include opcode/nios2.h here.
2189         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
2190         4-byte read fails.
2191         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
2192         (nios2_match_addi, nios2_match_orhi): Likewise.
2193         (nios2_match_stw, nios2_match_ldw): Likewise.
2194         (nios2_match_rdctl): Likewise.
2195         (nios2_match_stwm, nios2_match_ldwm): New.
2196         (nios2_match_branch): Add cases for R2 encodings.
2197         (nios2_match_jmpi, nios2_match_calli): Likewise.
2198         (nios2_match_jmpr, nios2_match_callr): Likewise.
2199         (nios2_match_break, nios2_match_trap): Likewise.
2200         (nios2_in_epilogue_p): Add R2 support.
2201         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
2202         prologues.
2203         (nios2_breakpoint_from_pc): Handle R2 instructions.
2204         (nios2_get_next_pc): Likewise.  Adjust call to
2205         tdep->syscall_next_pc.
2206         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
2207         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
2208         instruction field macros instead of literal hex values.
2209         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
2210         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
2211         Use size field from OP instead of assuming all instructions
2212         are the same size.
2213         (nios2_linux_init_abi): Register appropriate unwinder for mach.
2214
2215 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
2216
2217         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
2218         variable warning with some compilers.
2219
2220 2015-08-03  Yao Qi  <yao.qi@linaro.org>
2221
2222         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
2223         in comment.  Replace "rw" with "type".
2224         (arm_linux_remove_watchpoint): Change type of "rw" to
2225         "enum target_hw_bp_type".
2226
2227 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
2228
2229         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
2230         lookup_symbol.
2231         * ft32-tdep.c (ft32_skip_prologue): Likewise.
2232         * moxie-tdep.c (moxie_skip_prologue): Likewise.
2233         * mt-tdep.c (mt_skip_prologue): Likewise.
2234         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2235
2236 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2237
2238         * ada-exp.y (write_object_renaming): Replace struct
2239         ada_symbol_info with struct block_symbol.  Update field
2240         references accordingly.
2241         (block_lookup, select_possible_type_sym): Likewise.
2242         (find_primitive_type): Likewise.  Also update call to
2243         ada_lookup_symbol to extract the symbol itself.
2244         (write_var_or_type, write_name_assoc): Likewise.
2245         * ada-lang.h (struct ada_symbol_info): Remove.
2246         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
2247         struct block_symbol.
2248         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
2249         (ada_lookup_symbol): Return struct block_symbol instead of a
2250         mere symbol.
2251         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
2252         with struct block_symbol.
2253         (resolve_subexp, ada_resolve_function, sort_choices,
2254         user_select_syms, is_nonfunction, add_defn_to_vec,
2255         num_defns_collected, defns_collected,
2256         symbols_are_identical_enums, remove_extra_symbols,
2257         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
2258         ada_lookup_symbol_list, ada_iterate_over_symbols,
2259         ada_lookup_encoded_symbol, get_var_value): Likewise.
2260         (ada_lookup_symbol): Return a block_symbol instead of a mere
2261         symbol.  Replace struct ada_symbol_info with struct
2262         block_symbol.
2263         (ada_lookup_symbol_nonlocal): Likewise.
2264         (standard_lookup): Make block passing explicit through
2265         lookup_symbol_in_language.
2266         * ada-tasks.c (get_tcb_types_info): Update the calls to
2267         lookup_symbol_in_language to extract the mere symbol out of the
2268         returned value.
2269         (ada_tasks_inferior_data_sniffer): Likewise.
2270         * ax-gdb.c (gen_static_field): Likewise for the call to
2271         lookup_symbol.
2272         (gen_maybe_namespace_elt): Deal with struct block_symbol from
2273         lookup functions.
2274         (gen_expr): Likewise.
2275         * c-exp.y: Likewise.  Remove uses of block_found.
2276         (lex_one_token, classify_inner_name, c_print_token): Likewise.
2277         (classify_name): Likewise.  Rename the "sym" local variable to
2278         "bsym".
2279         * c-valprint.c (print_unpacked_pointer): Likewise.
2280         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
2281         "sym" parameter from struct symbol * to struct block_symbol.
2282         Use it to remove uses of block_found.  Deal with struct
2283         block_symbol from lookup functions.
2284         (gcc_convert_symbol): Likewise.  Update the call to
2285         convert_symbol_sym.
2286         * compile/compile-object-load.c (compile_object_load): Deal with
2287         struct block_symbol from lookup functions.
2288         * cp-namespace.c (cp_lookup_nested_symbol_1,
2289         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
2290         cp_search_static_and_baseclasses,
2291         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
2292         cp_lookup_symbol_imports_or_template,
2293         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
2294         lookup_namespace_scope, cp_lookup_nonlocal,
2295         find_symbol_in_baseclass): Return struct block_symbol instead of
2296         mere symbols and deal with struct block_symbol from lookup
2297         functions.
2298         * cp-support.c (inspect_type, replace_typedefs,
2299         cp_lookup_rtti_type): Deal with struct block_symbol from
2300         lookup functions.
2301         * cp-support.h (cp_lookup_symbol_nonlocal,
2302         cp_lookup_symbol_from_namespace,
2303         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
2304         Return struct block_symbol instead of mere symbols.
2305         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
2306         push_module_name):
2307         Deal with struct block_symbol from lookup functions.  Remove
2308         uses of block_found.
2309         * eval.c (evaluate_subexp_standard): Update call to
2310         cp_lookup_symbol_namespace.
2311         * f-exp.y: Deal with struct block_symbol from lookup functions.
2312         Remove uses of block_found.
2313         (yylex): Likewise.
2314         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
2315         lookup_enum, lookup_template_type, check_typedef): Deal with
2316         struct block_symbol from lookup functions.
2317         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
2318         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
2319         (gdbscm_lookup_global_symbol): Likewise.
2320         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
2321         * go-exp.y: Likewise.  Remove uses of block_found.
2322         (package_name_p, classify_packaged_name, classify_name):
2323         Likewise.
2324         * infrun.c (insert_exception_resume_breakpoint): Likewise.
2325         * jv-exp.y (push_variable): Likewise.
2326         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
2327         * language.c (language_bool_type): Likewise.
2328         * language.h (struct language_defn): Update
2329         la_lookup_symbol_nonlocal to return a struct block_symbol rather
2330         than a mere symbol.
2331         * linespec.c (find_label_symbols): Deal with struct block_symbol
2332         from lookup functions.
2333         * m2-exp.y: Likewise.  Remove uses of block_found.
2334         (yylex): Likewise.
2335         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
2336         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
2337         * p-exp.y: Likewise.  Remove uses of block_found.
2338         (yylex): Likewise.
2339         * p-valprint.c (pascal_val_print): Likewise.
2340         * parse.c (write_dollar_variable): Likewise.  Remove uses of
2341         block_found.
2342         * parser-defs.h (struct symtoken): Turn the SYM field into a
2343         struct block_symbol.
2344         * printcmd.c (address_info): Deal with struct block_symbol from
2345         lookup functions.
2346         * python/py-frame.c (frapy_read_var): Likewise.
2347         * python/py-symbol.c (gdbpy_lookup_symbol,
2348         gdbpy_lookup_global_symbol): Likewise.
2349         * skip.c (skip_function_command): Likewise.
2350         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
2351         block_symbol instead of a mere symbol.
2352         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
2353         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
2354         * solib.c (solib_global_lookup): Likewise.
2355         * solist.h (solib_global_lookup): Likewise.
2356         (struct target_so_ops): Update lookup_lib_global_symbol to
2357         return a struct block_symbol rather than a mere symbol.
2358         * source.c (select_source_symtab): Deal with struct block_symbol
2359         from lookup functions.
2360         * stack.c (print_frame_args, iterate_over_block_arg_vars):
2361         Likewise.
2362         * symfile.c (set_initial_language): Likewise.
2363         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
2364         block_symbol.
2365         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
2366         (struct symbol_cache_slot): Turn the FOUND field into a struct
2367         block_symbol.
2368         (block_found): Remove.
2369         (eq_symbol_entry): Update to deal with struct block_symbol in
2370         cache slots.
2371         (symbol_cache_lookup): Return a struct block_symbol rather than
2372         a mere symbol.
2373         (symbol_cache_mark_found): Add a BLOCK parameter to fill
2374         appropriately the cache slots.  Update callers.
2375         (symbol_cache_dump): Update cache slots handling to the type
2376         change.
2377         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
2378         lookup_symbol_aux, lookup_local_symbol,
2379         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
2380         lookup_symbol_in_objfile_symtabs,
2381         lookup_symbol_in_objfile_from_linkage_name,
2382         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
2383         lookup_symbol_in_static_block, lookup_static_symbol,
2384         lookup_global_symbol):
2385         Return a struct block_symbol rather than a mere symbol.  Deal
2386         with struct block_symbol from other lookup functions.  Remove
2387         uses of block_found.
2388         (lookup_symbol_in_block): Remove uses of block_found.
2389         (struct global_sym_lookup_data): Turn the RESULT field into a
2390         struct block_symbol.
2391         (lookup_symbol_global_iterator_cb): Update references to the
2392         RESULT field.
2393         (search_symbols): Deal with struct block_symbol from lookup
2394         functions.
2395         * symtab.h (struct block_symbol): New structure.
2396         (block_found): Remove.
2397         (lookup_symbol_in_language, lookup_symbol,
2398         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
2399         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
2400         lookup_global_symbol_from_objfile): Return a struct block_symbol
2401         rather than just a mere symbol.  Update comments to remove
2402         mentions of block_found.
2403         * valops.c (find_function_in_inferior,
2404         value_struct_elt_for_reference, value_maybe_namespace_elt,
2405         value_of_this):  Deal with struct block_symbol from lookup
2406         functions.
2407         * value.c (value_static_field, value_fn_field): Likewise.
2408
2409 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
2410
2411         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
2412         instead of integer.
2413
2414 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
2415             Pedro Alves  <palves@redhat.com>
2416
2417         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
2418         type or value instead of integer.
2419         (aarch64_linux_insert_watchpoint): Likewise.
2420         (aarch64_linux_remove_watchpoint): Likewise.
2421         * ada-lang.c (ada_op_print_tab): Likewise.
2422         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
2423         (amd64_linux_syscall_record_common): Likewise.
2424         * arch-utils.c (target_byte_order_user): Likewise.
2425         (default_byte_order): Likewise.
2426         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
2427         (arm_linux_get_hwbp_type): Likewise.
2428         (arm_linux_hw_watchpoint_initialize): Likewise.
2429         (arm_linux_insert_watchpoint): Likewise.
2430         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
2431         (arm_linux_syscall_record): Likewise.
2432         * breakpoint.c (update_watchpoint): Likewise.
2433         (breakpoint_here_p): Likewise.
2434         (bpstat_print): Likewise.
2435         (enable_breakpoint_disp): Likewise.
2436         * c-lang.c (c_op_print_tab): Likewise.
2437         * cli/cli-decode.c (add_info_alias): Likewise.
2438         * d-lang.c (d_op_print_tab): Likewise.
2439         * eval.c (evaluate_subexp_standard): Likewise.
2440         * f-exp.y (dot_ops): Likewise.
2441         (f77_keywords): Likewise.
2442         * f-lang.c (f_op_print_tab): Likewise.
2443         * go-lang.c (go_op_print_tab): Likewise.
2444         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
2445         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
2446         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2447         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
2448         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
2449         (struct scm_from_stringn_data): Likewise.
2450         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2451         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
2452         (ia64_linux_remove_watchpoint): Likewise.
2453         (ia64_linux_can_use_hw_breakpoint): Likewise.
2454         * infrun.c (print_stop_event): Likewise.
2455         * jv-lang.c (java_op_print_tab): Likewise.
2456         * linux-nat.c (linux_proc_xfer_partial): Likewise.
2457         * linux-nat.h (struct lwp_info): Likewise.
2458         * linux-thread-db.c (enable_thread_event): Likewise.
2459         * m2-lang.c (m2_op_print_tab): Likewise.
2460         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
2461         (mi_cmd_stack_list_variables): Likewise.
2462         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
2463         * mi/mi-out.c (mi_table_begin): Likewise.
2464         (mi_table_header): Likewise.
2465         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
2466         (mips_linux_insert_watchpoint): Likewise.
2467         (mips_linux_remove_watchpoint): Likewise.
2468         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
2469         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
2470         (mips_linux_watch_type_to_irw): Likewise.
2471         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
2472         (procfs_insert_hw_watchpoint): Likewise.
2473         (procfs_remove_hw_watchpoint): Likewise.
2474         (procfs_hw_watchpoint): Likewise.
2475         (procfs_can_use_hw_breakpoint): Likewise.
2476         (procfs_remove_hw_watchpoint): Likewise.
2477         (procfs_insert_hw_watchpoint): Likewise.
2478         * p-lang.c (pascal_op_print_tab): Likewise.
2479         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
2480         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
2481         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
2482         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
2483         (procfs_insert_watchpoint): Likewise.
2484         (procfs_remove_watchpoint): Likewise.
2485         * psymtab.c (recursively_search_psymtabs): Likewise.
2486         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
2487         (m32r_insert_watchpoint): Likewise.
2488         * remote-mips.c (mips_can_use_watchpoint): Likewise.
2489         (mips_insert_watchpoint): Likewise.
2490         (mips_remove_watchpoint): Likewise.
2491         * remote.c (watchpoint_to_Z_packet): Likewise.
2492         (remote_insert_watchpoint): Likewise.
2493         (remote_remove_watchpoint): Likewise.
2494         (remote_check_watch_resources): Likewise.
2495         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
2496         (s390_remove_watchpoint): Likewise.
2497         (s390_can_use_hw_breakpoint): Likewise.
2498         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
2499         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
2500         * target.h (struct target_ops): Likewise.
2501         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
2502         * ui-out.c (struct ui_out_hdr): Likewise.
2503         (append_header_to_list): Likewise.
2504         (get_next_header): Likewise.
2505         (verify_field): Likewise.
2506         (ui_out_begin): Likewise.
2507         (ui_out_field_int): Likewise.
2508         (ui_out_field_fmt_int): Likewise.
2509         (ui_out_field_skip): Likewise.
2510         (ui_out_field_string): Likewise.
2511         (ui_out_field_fmt): Likewise.
2512         * varobj.c (new_variable): Likewise.
2513         * x86-nat.c (x86_insert_watchpoint): Likewise.
2514         (x86_remove_watchpoint): Likewise.
2515         (x86_can_use_hw_breakpoint): Likewise.
2516         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
2517         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
2518         previously anonymous enumeration type..
2519         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
2520         value.
2521         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
2522         (target_debug_print_enum_bptype): New.
2523         * target-delegates.c: Regenerate.
2524
2525 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
2526
2527         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
2528         already says and disallow non-stack memory writes in the prologue.
2529
2530 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
2531
2532         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
2533         reflect how current GCC emits stack overflow checks.  Match
2534         both trap and break instructions for backward compatbility.
2535         Disallow other trap and break instructions in the prologue.
2536
2537 2015-07-30  Pedro Alves  <palves@redhat.com>
2538
2539         PR threads/18600
2540         * linux-nat.c (wait_lwp): Report to the core when thread group
2541         leader exits.
2542
2543 2015-07-30  Pedro Alves  <palves@redhat.com>
2544             Simon Marchi  <simon.marchi@ericsson.com>
2545
2546         PR threads/18600
2547         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
2548         mark the new thread as resumed.  Remove STOPPING parameter.
2549         (wait_lwp): Adjust call to linux_handle_extended_wait.
2550         (linux_nat_filter_event): Adjust call to
2551         linux_handle_extended_wait.
2552         (resume_stopped_resumed_lwps): Add debug output.
2553
2554 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
2555
2556         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
2557         isize argument.
2558         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
2559         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
2560         gdbarch_fast_tracepoint_valid_at.
2561         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
2562         * gdbarch.h: Regenerate.
2563         * gdbarch.c: Regenerate.
2564         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
2565         argument.  Do not set it.
2566         * remote.c (remote_download_tracepoint): Adjust call to
2567         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
2568         the instruction length.
2569
2570 2015-07-30  Yao Qi  <yao.qi@linaro.org>
2571
2572         * arm-tdep.h (enum gdb_regnum): Move it to ...
2573         * arch/arm.h: ... here.  New file.
2574         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
2575
2576 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
2577
2578         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
2579         Change its type to int *.
2580         (decode_br): Rename link argument to is_blr.  Change its type to
2581         int *.
2582         (decode_cb): Rename op argument to is_cbnz.  Change its type to
2583         int *.
2584         (decode_tb): Rename op argument to is_tbnz.  Change its type to
2585         int *.  Set is_tbnz to either 1 or 0.
2586         (aarch64_analyze_prologue): Change type of is_link to int.  Add
2587         new variables is_cbnz and is_tbnz.  Adjust call to
2588         aarch64_decode_cb and aarch64_decode_tb.
2589
2590 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
2591
2592         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
2593         parameter.
2594         (mips_linux_new_thread): Likewise.
2595         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
2596
2597 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
2598
2599         * top.c: Include "tui/tui.h".
2600         (undo_terminal_modifications_before_exit): New static function.
2601         (quit_force): Use it.
2602
2603 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
2604
2605         * target.c (terminal_state): Initialize to terminal_is_ours.
2606
2607 2015-07-29  Yao Qi  <yao.qi@linaro.org>
2608
2609         PR record/18691
2610         * dcache.c (dcache_read_memory_partial): Call
2611         raw_memory_xfer_partial.
2612         * target.c (raw_memory_xfer_partial): Make it non-static.
2613         * target.h (raw_memory_xfer_partial): Declare.
2614
2615 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
2616
2617         * c-valprint.c (c_val_print_array): Consider addressable memory
2618         unit size.
2619         (c_val_print_ptr): Likewise.
2620         (c_val_print_int): Likewise.
2621         * findvar.c (read_frame_register_value): Likewise.
2622         * valarith.c (find_size_for_pointer_math): Likewise.
2623         (value_ptrdiff): Likewise.
2624         (value_subscripted_rvalue): Likewise.
2625         * valops.c (read_value_memory): Likewise (and rename variables).
2626         (value_assign): Likewise.
2627         (value_repeat): Likewise.
2628         (value_array): Likewise.
2629         (value_slice): Likewise.
2630         * valprint.c (generic_val_print_ptr): Likewise.
2631         (generic_val_print_enum): Likewise.
2632         (generic_val_print_bool): Likewise.
2633         (generic_val_print_int): Likewise.
2634         (generic_val_print_char): Likewise.
2635         (generic_val_print_float): Likewise.
2636         (generic_val_print_decfloat): Likewise.
2637         (generic_val_print_complex): Likewise.
2638         (val_print_scalar_formatted): Likewise.
2639         (val_print_array_elements): Likewise.
2640         * value.c (set_value_parent): Likewise.
2641         (value_contents_copy_raw): Likewise.
2642         (set_internalvar_component): Likewise.
2643         (value_primitive_field): Likewise.
2644         (value_fetch_lazy): Likewise.
2645         * value.h (read_value_memory): Update comment.
2646
2647 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
2648
2649         * value.c (get_value_arch): New function.
2650         * value.h (get_value_arch): New declaration.
2651
2652 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
2653
2654         * value.c (struct value): Update comments.
2655
2656 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
2657
2658         * gdbtypes.c (type_length_units): New function.
2659         * gdbtypes.h (type_length_units): New declaration.
2660         (struct type) <length>: Update comment.
2661
2662 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2663
2664         * valprint.c (generic_val_print): Factor out complex
2665         printing code to ...
2666         (generic_val_print_complex): ... this new function.
2667
2668 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2669
2670         * valprint.c (generic_val_print): Factor out decfloat
2671         printing code to ...
2672         (generic_val_print_decfloat): ... this new function.
2673
2674 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2675
2676         * valprint.c (generic_val_print): Factor out float
2677         printing code to ...
2678         (generic_val_print_float): ... this new function.
2679
2680 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2681
2682         * valprint.c (generic_val_print): Factor out char
2683         printing code to ...
2684         (generic_val_print_char): ... this new function.
2685
2686 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2687
2688         * valprint.c (generic_val_print): Factor out integer
2689         printing code to ...
2690         (generic_val_print_int): ... this new function.
2691
2692 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2693
2694         * valprint.c (generic_val_print): Factor out bool
2695         printing code to ...
2696         (generic_val_print_bool): ... this new function.
2697
2698 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2699
2700         * valprint.c (generic_val_print): Factor out function/method
2701         printing code to ...
2702         (generic_val_print_func): ... this new function.
2703
2704 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2705
2706         * valprint.c (generic_val_print): Factor out flags
2707         printing code to ...
2708         (generic_val_print_flags): ... this new function.
2709
2710 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2711
2712         * valprint.c (generic_val_print): Factor out enum
2713         printing code to ...
2714         (generic_val_print_enum): ... this new function.
2715
2716 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2717
2718         * valprint.c (generic_val_print): Factor out reference
2719         printing code to ...
2720         (generic_val_print_ref): ... this new function.
2721
2722 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2723
2724         * valprint.c (generic_val_print): Factor out memberptr
2725         printing code to ...
2726         (generic_val_print_memberptr): ... this new function.
2727
2728 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2729
2730         * valprint.c (generic_val_print): Factor out pointer
2731         printing code to ...
2732         (generic_val_print_ptr): ... this new function.
2733
2734 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2735
2736         * valprint.c (generic_val_print): Factor out array
2737         printing code to ...
2738         (generic_val_print_array): ... this new function.
2739
2740 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
2741
2742         * valprint.c (generic_val_print): Factor out
2743         print_unpacked_pointer code to ...
2744         (print_unpacked_pointer): ... this new function.
2745
2746 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
2747
2748         * event-top.c (handle_sigterm): Don't inspect
2749         target_can_async_p.  Always set the quit flag and always mark
2750         the async signal handler.
2751
2752 2015-07-27  Yao Qi  <yao.qi@linaro.org>
2753
2754         * Makefile.in (REMOTE_EXAMPLES): Remove it.
2755
2756 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
2757
2758         * remote.c (read_ptid): Return null_ptid when no thread id
2759         is found.
2760         (remote_current_thread): Add log warning for malformed
2761         qC reply.
2762         (remote_start_remote): Add log warning when current thread
2763         not found.
2764
2765 2015-07-24  Pedro Alves  <palves@redhat.com>
2766
2767         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
2768         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
2769         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
2770
2771 2015-07-24  Pedro Alves  <palves@redhat.com>
2772
2773         PR gdb/18717
2774         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
2775         is resumed, and extend the debug log.
2776
2777 2015-07-24  Pedro Alves  <palves@redhat.com>
2778
2779         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
2780
2781 2015-07-24  Pedro Alves  <palves@redhat.com>
2782
2783         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
2784         sys/ptrace.h.
2785         * alpha-linux-nat.c: Likewise.
2786         * amd64-linux-nat.c: Likewise.
2787         * arm-linux-nat.c: Likewise.
2788         * hppa-linux-nat.c: Likewise.
2789         * i386-linux-nat.c: Likewise.
2790         * ia64-linux-nat.c: Likewise.
2791         * linux-fork.c: Likewise.
2792         * linux-nat.c: Likewise.
2793         * m32r-linux-nat.c: Likewise.
2794         * m68klinux-nat.c: Likewise.
2795         * mips-linux-nat.c: Likewise.
2796         * nat/linux-btrace.c: Likewise.
2797         * nat/linux-ptrace.c: Likewise.
2798         * nat/linux-ptrace.h
2799         * nat/mips-linux-watch.c: Likewise.
2800         * nat/x86-linux-dregs.c: Likewise.
2801         * ppc-linux-nat.c: Likewise.
2802         * s390-linux-nat.c: Likewise.
2803         * spu-linux-nat.c: Likewise.
2804         * tilegx-linux-nat.c: Likewise.
2805         * x86-linux-nat.c: Likewise.
2806         * xtensa-linux-nat.c: Likewise.
2807
2808 2015-07-24  Pedro Alves  <palves@redhat.com>
2809
2810         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
2811         __ptrace_request as first parameter type instead of int.
2812         (PTRACE_TYPE_ARG1): Define.
2813         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
2814         that casts first argument to PTRACE_TYPE_ARG1.
2815         * config.in: Regenerate.
2816         * configure: Regenerate.
2817
2818 2015-07-24  Pedro Alves  <palves@redhat.com>
2819
2820         * gdb_ptrace.h: Move ...
2821         * nat/gdb_ptrace.h: ... here.
2822         * inf-ptrace.c: Adjust.
2823
2824 2015-07-24  Pedro Alves  <palves@redhat.com>
2825
2826         * acinclude.m4: Include ptrace.m4.
2827         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
2828         * ptrace.m4: ... to this new file.
2829
2830 2015-07-23  Doug Evans  <dje@google.com>
2831
2832         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
2833         (load_cu): Handle dummy CUs.
2834         (dw2_do_instantiate_symtab, process_queuef): Ditto.
2835         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
2836
2837 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
2838
2839         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
2840         documentation to say that it returns a list rather than
2841         a FrozenSet.
2842         (linetable_object_methods): Update the docstring of the
2843         "source_line" entry.
2844
2845 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2846
2847         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
2848         type to the recursive call instead of the original (maybe
2849         TYPE_CODE_TYPEDEF) type.
2850
2851 2015-07-23  Yao Qi  <yao.qi@linaro.org>
2852
2853         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
2854         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
2855         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
2856
2857 2015-07-21  Yao Qi  <yao.qi@linaro.org>
2858
2859         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
2860         Move it to nat/aarch64-linux-hw-point.c.
2861         (aarch64_linux_child_post_startup_inferior): Update.
2862         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
2863         New function.
2864         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
2865         Declare it.
2866
2867 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
2868
2869         * common/btrace-common.c (btrace_data_append): Change case label.
2870
2871 2015-07-20  Yao Qi  <yao.qi@linaro.org>
2872
2873         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
2874         Re-indent the code.
2875         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
2876         "unsigned long long".
2877
2878 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
2879
2880         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
2881         to be set for SEC_ALLOC sections too.
2882
2883 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2884
2885         * Makefile.in (HFILES_NO_SRCDIR): Add
2886         nat/aarch64-linux-hw-point.h.
2887         (aarch64-linux-hw-point.o): New rule.
2888         * nat/aarch64-linux-hw-point.h: New file.
2889         * nat/aarch64-linux-hw-point.c: New file.
2890         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
2891         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
2892         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
2893         (AARCH64_HWP_ALIGNMENT): Likewise.
2894         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
2895         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
2896         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
2897         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
2898         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
2899         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
2900         (struct aarch64_debug_reg_state): Likewise.
2901         (struct arch_lwp_info): Likewise.
2902         (aarch64_linux_set_debug_regs): Likewise.
2903         (aarch64_notify_debug_reg_change): Remove static.
2904         (aarch64_align_watchpoint): Likewise.
2905         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
2906         (aarch64_watchpoint_length): Likewise.
2907         (aarch64_point_encode_ctrl_reg): Likewise
2908         (aarch64_point_is_aligned): Likewise.
2909         (aarch64_dr_state_insert_one_point): Likewise.
2910         (aarch64_dr_state_remove_one_point): Likewise.
2911         (aarch64_handle_breakpoint): Likewise.
2912         (aarch64_handle_aligned_watchpoint): Likewise.
2913         (aarch64_handle_unaligned_watchpoint): Likewise.
2914         (aarch64_handle_watchpoint): Likewise.
2915         * config/aarch64/linux.mh (NAT_FILE): Add
2916         aarch64-linux-hw-point.o.
2917
2918 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2919
2920         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
2921         state and don't call aarch64_get_debug_reg_state.  All callers
2922         update.
2923         (aarch64_linux_insert_hw_breakpoint): Call
2924         aarch64_get_debug_reg_state earlier.
2925         (aarch64_linux_remove_hw_breakpoint): Likewise.
2926         (aarch64_handle_aligned_watchpoint): Add argument state and
2927         don't call aarch64_get_debug_reg_state.  All callers update.
2928         (aarch64_handle_unaligned_watchpoint): Likewise.
2929         (aarch64_handle_watchpoint): Add argument state.
2930         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
2931         earlier.
2932         (aarch64_linux_remove_watchpoint): Likewise.
2933
2934 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2935
2936         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
2937         debug_printf.
2938         (aarch64_handle_unaligned_watchpoint): Likewise.
2939
2940 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2941
2942         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
2943         argument type's type to 'enum target_hw_bp_type'.
2944         (aarch64_dr_state_remove_one_point): Likewise.
2945         (aarch64_handle_breakpoint): Likewise.
2946         (aarch64_linux_insert_hw_breakpoint): Likewise.
2947         (aarch64_linux_remove_hw_breakpoint): Likewise.
2948         (aarch64_handle_aligned_watchpoint): Likewise.
2949
2950 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2951
2952         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
2953         ptid_get_pid instead of get_thread_id.
2954
2955 2015-07-17  Yao Qi  <yao.qi@linaro.org>
2956
2957         * remote.c (get_current_thread): Initialise ptid to null_ptid.
2958         (add_current_inferior_and_thread): Don't initialise ptid.
2959
2960 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
2961
2962         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
2963         unavailable if invalid.
2964
2965 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2966
2967         Revert the previous 6 commits:
2968         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
2969         Move gdb_regex* to common/
2970         Prepare linux_find_memory_regions_full & co. for move
2971         Move linux_find_memory_regions_full & co.
2972         gdbserver build-id attribute generator
2973         Validate symbol file using build-id
2974
2975 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
2976             Jan Kratochvil  <jan.kratochvil@redhat.com>
2977
2978         Validate symbol file using build-id.
2979         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
2980         and 'show validate-build-id'.  Add build-id attribute.
2981         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
2982         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
2983         * solib-frv.c (_initialize_frv_solib): Ditto.
2984         * solib-spu.c (set_spu_solib_ops): Ditto.
2985         * solib-svr4.c: Include rsp-low.h.
2986         (NOTE_GNU_BUILD_ID_NAME): New define.
2987         (svr4_validate): New function.
2988         (svr4_copy_library_list): Duplicate field build_id.
2989         (library_list_start_library): Parse 'build-id' attribute.
2990         (svr4_library_attributes): Add 'build-id' attribute.
2991         (_initialize_svr4_solib): Assign validate value.
2992         * solib-target.c (solib.h): Include.
2993         (_initialize_solib_target): Assign validate value.
2994         * solib.c (validate_build_id, show_validate_build_id): New.
2995         (solib_map_sections): Use ops->validate.
2996         (clear_so): Free build_id.
2997         (default_solib_validate): New function.
2998         (_initialize_solib): Add "validate-build-id".
2999         * solib.h (default_solib_validate): New declaration.
3000         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
3001         (target_so_ops): New field 'validate'.
3002
3003 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3004             Jan Kratochvil  <jan.kratochvil@redhat.com>
3005
3006         gdbserver build-id attribute generator.
3007         * features/library-list-svr4.dtd (library-list-svr4): New
3008         'build-id' attribute.
3009
3010 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3011             Jan Kratochvil  <jan.kratochvil@redhat.com>
3012
3013         Move linux_find_memory_regions_full & co.
3014         * linux-tdep.c (nat/linux-maps.h): Include.
3015         (gdb_regex.h): Remove the include.
3016         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
3017         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
3018         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
3019         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
3020         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
3021         and target/target.h.
3022         (struct smaps_vmflags, read_mapping, decode_vmflags)
3023         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
3024         (linux_find_memory_regions_full): Move from linux-tdep.c.
3025         * nat/linux-maps.h (read_mapping): New declaration.
3026         (linux_find_memory_region_ftype, enum filterflags): Moved from
3027         linux-tdep.c.
3028         (linux_find_memory_regions_full): New declaration.
3029         * target.c (target/target-utils.h): Include.
3030         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
3031         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
3032         definitions to target/target-utils.c.
3033         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
3034         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
3035         from target.c.
3036         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
3037         (read_alloc): New declaration.
3038         (read_stralloc_func_ftype): New typedef.
3039         (read_stralloc): New declaration.
3040         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
3041
3042 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3043             Jan Kratochvil  <jan.kratochvil@redhat.com>
3044
3045         Prepare linux_find_memory_regions_full & co. for move.
3046         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
3047         (linux_find_memory_regions_full): Change signature and prepare
3048         for moving to linux-maps.
3049         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
3050         (linux_find_memory_regions_thunk): New.
3051         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
3052         (linux_find_memory_regions_gdb): New.
3053         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
3054         (linux_make_mappings_corefile_notes): Use
3055         linux_find_memory_regions_gdb.
3056         * target.c (read_alloc_pread_ftype): New typedef.
3057         (target_fileio_read_alloc_1_pread): New function.
3058         (read_alloc): Refactor from target_fileio_read_alloc_1.
3059         (read_stralloc_func_ftype): New typedef.
3060         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
3061         (read_stralloc): Refactored from target_fileio_read_stralloc.
3062         (target_fileio_read_stralloc): New implementation, use read_stralloc.
3063
3064 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3065
3066         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
3067         common/gdb_regex.h.
3068         (COMMON_OBS): Add gdb_regex.o.
3069         (gdb_regex.o): New.
3070         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
3071         --without-included-regex and USE_INCLUDED_REGEX.
3072         * common/gdb_regex.c: New file from utils.c functions.
3073         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
3074         file wrapping define name.
3075         * configure: Rebuilt.
3076         * configure.ac (gdb_use_included_regex, --without-included-regex)
3077         (USE_INCLUDED_REGEX): Move them to common/common.m4.
3078         * gdb_regex.h: Move it to common/gdb_regex.h.
3079         * utils.c: Remove include gdb_regex.h.
3080         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
3081         (compile_rx_or_error): Move them to common/gdb_regex.c.
3082
3083 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
3084             Jan Kratochvil  <jan.kratochvil@redhat.com>
3085
3086         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3087         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
3088         common/target-utils.h.
3089         (COMMON_OBS): Add target-utils.o.
3090         (linux-maps.o, target-utils.o): New.
3091         * target/target-utils.c: New file.
3092         * target/target-utils.h: New file.
3093         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
3094         * config/i386/linux64.mh (NATDEPFILES): Ditto.
3095         * nat/linux-maps.c: New file.
3096         * nat/linux-maps.h: New file.
3097
3098 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
3099             Pedro Alves <palves@redhat.com>
3100
3101         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
3102         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
3103         (perf_event_read_bts): Change the type of SIZE and READ.
3104         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
3105         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
3106         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
3107         mmap page.
3108         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
3109         buffer size to UINT_MAX.
3110         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
3111         DATA_TAIL.
3112         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
3113         <last_head>: Change type.
3114         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
3115         * common/btrace-common.c (btrace_data_append): Change the type of
3116         SIZE.
3117         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
3118         check.
3119
3120 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
3121
3122         * gdbtypes.h (CHECK_TYPEDEF): Remove.
3123         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
3124         with check_typedef.
3125         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
3126         (ada_array_length): Likewise.
3127         (find_parallel_type_by_descriptive_type): Likewise.
3128         (ada_check_typedef): Likewise.
3129         * arm-tdep.c (arm_return_in_memory): Likewise.
3130         * ax-gdb.c (gen_trace_static_fields): Likewise.
3131         (gen_struct_ref_recursive): Likewise.
3132         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3133         (variable: block COLONCOLON name): Likewise.
3134         (qualified_name: TYPENAME COLONCOLON name): Likewise.
3135         * c-lang.c (classify_type): Likewise.
3136         * c-typeprint.c (c_print_type): Likewise.
3137         (c_print_typedef): Likewise.
3138         (c_type_print_base): Likewise.
3139         * c-valprint.c (c_val_print): Likewise.
3140         * compile/compile-c-types.c (convert_type): Likewise.
3141         * compile/compile-object-load.c (get_out_value_type): Likewise.
3142         * completer.c (add_struct_fields): Likewise.
3143         (expression_completer): Likewise.
3144         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
3145         (cp_lookup_nested_symbol_1): Likewise.
3146         (cp_lookup_nested_symbol): Likewise.
3147         * cp-valprint.c (cp_print_value_fields): Likewise.
3148         (cp_print_static_field): Likewise.
3149         * d-valprint.c (d_val_print): Likewise.
3150         * eval.c (evaluate_subexp_standard): Likewise.
3151         (evaluate_subexp_for_sizeof): Likewise.
3152         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3153         * f-typeprint.c (f_type_print_base): Likewise.
3154         * f-valprint.c (f_val_print): Likewise.
3155         * gdbtypes.c (get_discrete_bounds): Likewise.
3156         (create_array_type_with_stride): Likewise.
3157         (type_name_no_tag_or_error): Likewise.
3158         (lookup_struct_elt_type): Likewise.
3159         (get_unsigned_type_max): Likewise.
3160         (internal_type_vptr_fieldno): Likewise.
3161         (set_type_vptr_fieldno): Likewise.
3162         (internal_type_vptr_basetype): Likewise.
3163         (set_type_vptr_basetype): Likewise.
3164         (get_vptr_fieldno): Likewise.
3165         (is_integral_type): Likewise.
3166         (is_scalar_type): Likewise.
3167         (is_scalar_type_recursive): Likewise.
3168         (distance_to_ancestor): Likewise.
3169         (is_unique_ancestor_worker): Likewise.
3170         (check_types_equal): Likewise.
3171         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3172
3173 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
3174
3175         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
3176         also test for language_d.
3177         (dwarf2_compute_name): Likewise.
3178         (read_func_scope): Likewise.
3179         (read_structure_type): Likewise.
3180         (new_symbol_full): Likewise.
3181         (determine_prefix): Likewise.
3182         (read_import_statement): Use dot as the separator for language_d.
3183         (typename_concat): Likewise, but don't prefix the D main function.
3184
3185 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
3186
3187         * nat/linux-namespaces.c (setns): Rename from this ...
3188         (do_setns): ... to this.  Support calling setns if it exists.
3189         (mnsh_handle_setns): Call do_setns.
3190
3191 2015-07-13  Yao Qi  <yao.qi@linaro.org>
3192
3193         * exec.c (exec_file_attach): Add period at the end of error
3194         message.
3195
3196 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3197
3198         * tui/tui-win.c (window_name_completer): New function.
3199         (focus_completer): Call window_name_completer.  All old content
3200         moved into window_name_completer.
3201         (winheight_completer): New function.
3202         (_initialize_tui_win): Rename variable.  Add completer to
3203         winheight command.  Update doc string on winheight.
3204
3205 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
3206
3207         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
3208         all nios2 mach variants.
3209
3210 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
3211
3212         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
3213         of target_read_memory.
3214
3215 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
3216
3217         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
3218         string copy.
3219         (parse_scrolling_args): Likewise.
3220
3221 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
3222
3223         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
3224         names in this function.
3225
3226 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
3227
3228         * tui/tui-data.h (SRC_NAME): Convert to lower case.
3229         (CMD_NAME): Likewise.
3230         (DATA_NAME): Likewise.
3231         (DISASSEM_NAME): Likewise.
3232         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
3233         (tui_set_win_height): Likewise.
3234         (parse_scrolling_args): Likewise.
3235
3236 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
3237
3238         * record-btrace.c (record_btrace_goto_begin)
3239         (record_btrace_goto_end, record_btrace_goto): Move call to
3240         print_stack_frame ...
3241         (record_btrace_set_replay): ... here.  Set stop_pc.
3242         * record-full.c (record_full_goto_entry): Set stop_pc.
3243
3244 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3245
3246         * NEWS: Mention support for tracepoints on aarch64-linux.
3247
3248 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3249
3250         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
3251         function.  Return 1.
3252         (the_low_target): Install it.
3253
3254 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3255
3256         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
3257         * gdb.trace/collection.exp: Likewise.
3258         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3259         * gdb.trace/mi-trace-unavailable.exp: Likewise.
3260         * gdb.trace/report.exp: Likewise.
3261         * gdb.trace/trace-break.exp: Likewise.
3262         * gdb.trace/unavailable.exp: Likewise.
3263         * gdb.trace/while-dyn.exp: Likewise.
3264
3265 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3266
3267         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
3268         (aarch64_gen_return_address): New function.
3269         (aarch64_gdbarch_init): Hook it.
3270
3271 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3272
3273         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
3274         swallow NOT_AVAILABLE_ERROR.
3275         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
3276         available_p is not set.
3277         (aarch64_stub_frame_unwind_stop_reason): New function.
3278         (aarch64_stub_unwind): Install it.
3279
3280 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3281
3282         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
3283         field.
3284         (aarch64_make_prologue_cache_1): New function, factored out from
3285         aarch64_make_prologue_cache.  Do not allocate cache.  Set
3286         available_p.
3287         (aarch64_make_prologue_cache): Reimplement wrapping
3288         aarch64_make_prologue_cache_1, and swallowing
3289         NOT_AVAILABLE_ERROR.
3290         (aarch64_prologue_frame_unwind_stop_reason): New function.
3291         Return UNWIND_UNAVAILABLE if available_p is not set.
3292         (aarch64_prologue_unwind): Install it.
3293         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
3294         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
3295         frame_id_build_unavailable_stack if available_p is not set.
3296
3297 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3298
3299         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
3300         fields.
3301         (aarch64_scan_prologue): Set prev_pc.
3302         (aarch64_make_prologue_cache): Set func.
3303         (aarch64_make_stub_cache): Set prev_pc.
3304         (aarch64_prologue_this_id): Remove local variables id, pc and
3305         func.  Read prev_pc and func from cache.
3306         (aarch64_stub_this_id): Read prev_pc from cache.
3307
3308 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3309
3310         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
3311         argument this_cache.  Remove unused local variables reg and
3312         unwound_fp.  Return early if this_cache is already set.  Set
3313         this_cache.
3314         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
3315
3316 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
3317
3318         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
3319         New argument this_cache.  Return early if this_cache is already
3320         set.  Set this_cache.
3321         (aarch64_prologue_this_id): Update call to
3322         aarch64_make_prologue_cache.
3323         (aarch64_prologue_prev_register): Likewise.
3324         (aarch64_normal_frame_base): Likewise.
3325
3326 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3327
3328         * c-valprint.c (c_val_print): Factor out memberptr printing code
3329         from c_val_print to ...
3330         (c_val_print_memberptr): ... this new function.
3331
3332 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3333
3334         * c-valprint.c (c_val_print): Factor out int printing code to ...
3335         (c_val_print_int): ... this new function.
3336
3337 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3338
3339         * c-valprint.c (c_val_print): Factor out struct and union
3340         printing code to ...
3341         (c_val_print_struct): ... this new function ...
3342         (c_val_print_union): ... and this new function.
3343
3344 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3345
3346         * c-valprint.c (c_val_print): Factor out pointer printing code
3347         to ...
3348         (c_val_print_ptr): ... this new function.
3349
3350 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3351
3352         * c-valprint.c (c_valprint): Factor our array printing code from
3353         c_val_print to ...
3354         (c_val_print_array): ... this new function.
3355
3356 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3357
3358         * c-valprint.c (c_val_print): Factor out pointer printing code
3359         to ...
3360         (print_unpacked_pointer): ... this new function.
3361
3362 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
3363
3364         * c-valprint.c (c_val_print): Remove an assignment to i and move
3365         its declaration.
3366
3367 2015-07-09  Yao Qi  <yao.qi@linaro.org>
3368
3369         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
3370         argument ptid.  Update comments.  Caller update.
3371
3372 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
3373
3374         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
3375         mnt packets.
3376
3377 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
3378
3379         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
3380
3381 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
3382
3383         * progspace.c (delete_program_space): Add missing spaces.
3384
3385 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
3386
3387         * inferior.c (delete_inferior_1): Rename to ...
3388         (delete_inferior): ..., remove 'silent' parameter, delete
3389         program space when unused and remove call to prune_program_spaces.
3390         Remove the old, unused, delete_inferior.
3391         (delete_inferior_silent): Remove.
3392         (prune_inferiors): Change call from delete_inferior_1 to
3393         delete_inferior and remove 'silent' parameter. Remove call to
3394         prune_program_spaces.
3395         (remove_inferior_command): Idem.
3396         * inferior.h (delete_inferior_1): Rename to...
3397         (delete_inferior): ..., remove 'silent' parameter and remove the
3398         original delete_inferior.
3399         (delete_inferior_silent): Remove.
3400         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
3401         delete_inferior_1 to delete_inferior and remove 'silent'
3402         parameter.
3403         * progspace.c (prune_program_spaces): Remove.
3404         (pspace_empty_p): Rename to...
3405         (program_space_empty_p): ... and make non-static.
3406         (delete_program_space): New.
3407         * progspace.h (prune_program_spaces): Remove declaration.
3408         (program_space_empty_p): New declaration.
3409         (delete_program_space): New declaration.
3410         * monitor.c (monitor_close): Replace call to
3411         delete_thread_silent and delete_inferior_silent with
3412         discard_all_inferiors.
3413
3414 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
3415
3416         * defs.h (deprecated_register_changed_hook): Remove prototype.
3417         * interps.c (clear_iterpreter_hooks): Remove reference to
3418         deprecated_register_changed_hook.
3419         * top.c (deprecated_register_changed_hook): Remove prototype.
3420         * valops.c (value_assign): Remove reference to
3421         deprecated_register_changed_hook.
3422         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
3423         Add comment documenting the function.
3424         (tui_register_changed_observer): Define.
3425         (tui_install_hooks): Remove reference to
3426         deprecated_register_changed_hook.  Set
3427         tui_register_changed_observer.
3428         (tui_remove_hooks): Remove reference to
3429         deprecated_register_changed_hook.  Unset
3430         tui_register_changed_observer.
3431
3432 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3433
3434         PR compile/18484
3435         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
3436
3437 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
3438
3439         PR exp/18617
3440         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
3441
3442 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
3443
3444         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
3445
3446 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
3447
3448         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
3449         Use safe_strerror() instead of strerror().
3450
3451 2015-07-07  Yao Qi  <yao.qi@linaro.org>
3452
3453         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
3454         * features/arm-with-m-fpa-layout.c: Regenerated.
3455         * features/arm-with-m-vfp-d16.xml: Likewise.
3456         * features/arm-with-m-vfp-d16.c: Regenerated.
3457         * features/arm-with-m.xml: Likewise.
3458         * features/arm-with-m.c: Regenerated.
3459         * features/arm-with-neon.xml: Likewise.
3460         * features/arm-with-neon.c: Regenerated.
3461         * features/arm-with-vfpv2.xml: Likewise.
3462         * features/arm-with-vfpv2.c: Regenerated.
3463         * features/arm-with-vfpv3.xml: Likewise.
3464         * features/arm-with-vfpv3.c: Regenerated.
3465
3466 2015-07-07  Yao Qi  <yao.qi@linaro.org>
3467
3468         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
3469         arm-linux-nat.c.
3470         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
3471         elf/external.h.
3472         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
3473         if target is 32-bit.
3474         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
3475         if target is 32-bit.
3476         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
3477         if target is 32-bit.
3478         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
3479         if target is 32-bit.
3480         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
3481         (aarch64_linux_read_description): Return the right target
3482         description.
3483         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
3484         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
3485         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
3486         arm-linux-tdep.o.
3487
3488 2015-07-07  Yao Qi  <yao.qi@linaro.org>
3489
3490         * aarch32-linux-nat.c: New file.
3491         * aarch32-linux-nat.h: New file.
3492         * arm-linux-nat.c: Include aarch32-linux-nat.h.
3493         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
3494         aarch32_gp_regcache_supply.
3495         (store_regs): Move code to aarch32-linux-nat.c.  Call
3496         aarch32_gp_regcache_collect.
3497         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
3498         aarch32_vfp_regcache_supply.
3499         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
3500         aarch32_vfp_regcache_collect.
3501         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
3502
3503 2015-07-07  Yao Qi  <yao.qi@linaro.org>
3504
3505         * arm-linux-nat.c (store_fpregister): Remove.
3506         (store_register): Likewise.
3507         (fetch_fpregister): Likewise.
3508         (fetch_register): Likewise.
3509         (arm_linux_store_inferior_registers): Call store_regs and
3510         store_fpregs instead.
3511         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
3512         fetch_regs instead.
3513
3514 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3515
3516         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
3517         and focus commands.
3518
3519 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
3520
3521         * NEWS: Create a new section for the next release branch.
3522         Rename the section of the current branch, now that it has
3523         been cut.
3524
3525 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
3526
3527         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
3528         * version.in: Bump version to 7.10.50.DATE-cvs.
3529
3530 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
3531
3532         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
3533         breakpoints in a special way.
3534         (remove_breakpoint): Likewise.
3535         (mark_breakpoints_out): Likewise.
3536
3537 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3538
3539         * doc/gdb.texinfo (TUI): Add comma after @xref.
3540
3541 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3542
3543         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
3544         instead of casting the structure type.
3545
3546 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
3547
3548         * valops.c (search_struct_field): Remove OFFSET parameter.
3549         (value_cast_structs): Adjust calls to search_struct_field.
3550         (value_struct_elt): Same.
3551         (find_overload_match): Same.
3552
3553 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
3554
3555         * value.c (value_fetch_lazy): Update comment, change return
3556         value to void.
3557         * value.h (value_fetch_lazy): Change return value to void.
3558
3559 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3560
3561         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
3562         (tui_win_name): Make parameter and result const.
3563         * tui/tui-data.h (tui_win_name): Make parameter and result const.
3564
3565 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
3566
3567         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
3568         use printf_unfiltered.
3569         (set_mpx_cmd): Add missing trailing space to command string
3570         literal.
3571         (_initialize_i386_tdep): Give the "mpx" prefix command its
3572         correct name.
3573
3574 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
3575
3576         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
3577         (enum rx_frame_type): New.
3578         (struct rx_prologue): Add new field `frame_type'.
3579         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
3580         parameter in the prologue struct.  Add code for recording
3581         locations of PC and PSW for fast interrupt and exception frames.
3582         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
3583         (rx_analyze_frame_prologue): Add `frame_type' parameter.
3584         (rx_frame_type): New function.
3585         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
3586         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
3587         `this_cache'.
3588         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
3589         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
3590         RX_FRAME_TYPE_FAST_INTERRUPT.
3591         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
3592         (rx_frame_sniffer, rx_exception_sniffer): New functions.
3593         (rx_frame_unwind): Use rx_frame_sniffer instead of
3594         default_frame_sniffer.
3595         (rx_frame_unwind): New unwinder.
3596         (rx_gdbarch_init): Register new unwinder.
3597
3598 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
3599
3600         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
3601         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
3602         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
3603         and RX_FPSW_REGNUM.
3604         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
3605
3606 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3607
3608         Fix GCC false warning.
3609         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
3610
3611 2015-07-02  Yao Qi  <yao.qi@linaro.org>
3612
3613         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
3614         typo in the debugging message.
3615
3616 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
3617
3618         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
3619         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
3620         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
3621         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
3622         (btrace_maint_clear): New.
3623         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
3624         (pt_print_packet, btrace_maint_decode_pt)
3625         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
3626         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
3627         (maint_btrace_packet_history_cmd)
3628         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
3629         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
3630         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
3631         (maint_info_btrace_cmd, _initialize_btrace): New.
3632         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
3633         (btrace_maint_packet_history, btrace_maint_info): New.
3634         (btrace_thread_info) <maint>: New.
3635         * NEWS: Announce it.
3636
3637 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
3638
3639         * btrace.c (btrace_fetch): Append the new trace data.
3640         (btrace_clear): Clear the stored trace data.
3641         * btrace.h (btrace_thread_info) <data>: New.
3642         * common/btrace-common.h (btrace_data_clear)
3643         (btrace_data_append): New.
3644         * common/btrace-common.c (btrace_data_clear)
3645         (btrace_data_append): New.
3646
3647 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
3648
3649         * nat/linux-btrace.c (linux_enable_bts): Check for
3650         PERF_ATTR_SIZE_VER5.
3651         Check for data_offset and data_size fields.  Use them.
3652
3653 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
3654
3655         * NEWS: Announce new commands "record btrace pt" and "record pt".
3656         Announce new options "set|show record btrace pt buffer-size".
3657         * btrace.c: Include "rsp-low.h".
3658         Include "inttypes.h".
3659         (btrace_add_pc): Add forward declaration.
3660         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
3661         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
3662         (btrace_compute_ftrace_pt): New.
3663         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
3664         (check_xml_btrace_version): Update version check.
3665         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
3666         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
3667         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
3668         (btrace_pt_children): New.
3669         (btrace_children): Add support for "pt".
3670         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
3671         (btrace_conf_children): Add support for "pt".
3672         * btrace.h: Include "intel-pt.h".
3673         (btrace_pt_error): New.
3674         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
3675         (btrace_data_empty): Support BTRACE_FORMAT_PT.
3676         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
3677         (struct btrace_config_pt): New.
3678         (struct btrace_config)<pt>: New.
3679         (struct btrace_data_pt_config, struct btrace_data_pt): New.
3680         (struct btrace_data)<pt>: New.
3681         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
3682         (pt): New.
3683         * features/btrace.dtd (btrace)<pt>: New.
3684         (pt, pt-config, cpu): New.
3685         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
3686         (perf_event_pt_event_type, kernel_supports_pt)
3687         (linux_supports_pt): New.
3688         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
3689         (linux_enable_bts): Free tinfo on error.
3690         (linux_enable_pt): New.
3691         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
3692         (linux_disable_pt): New.
3693         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
3694         (linux_fill_btrace_pt_config, linux_read_pt): New.
3695         (linux_read_btrace): Support BTRACE_FORMAT_PT.
3696         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
3697         (struct btrace_target_info)<pt>: New.
3698         * record-btrace.c (set_record_btrace_pt_cmdlist)
3699         (show_record_btrace_pt_cmdlist): New.
3700         (record_btrace_print_pt_conf): New.
3701         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
3702         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
3703         (cmd_record_btrace_pt_start): New.
3704         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
3705         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
3706         (_initialize_record_btrace): Add new commands.
3707         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
3708         (remote_protocol_features): Add "Qbtrace:pt".
3709         Add "Qbtrace-conf:pt:size".
3710         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
3711         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
3712         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
3713         (_initialize_remote): Add new commands.
3714
3715 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
3716
3717         * configure.ac: check for libipt
3718         * configure: Regenerate.
3719         * config.in: Regenerate.
3720         * Makefile.in (LIBIPT): New.
3721         (CLIBS): Add $LIBIPT.
3722         * NEWS: document new configure options
3723
3724 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3725
3726         * compile/compile-object-load.c (compile_object_load): Replace debug
3727         message "lookup undefined ELF symbol" by 3 more specific messages.
3728
3729 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
3730
3731         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
3732         (rl78_register_type): Add case for RL78_PSW_REGNUM.
3733         (rl78_gdbarch_init): Initialize rl78_psw_type.
3734
3735 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
3736
3737         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
3738         Update commentary.  Always refresh the registers when frame
3739         information has changed.
3740         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
3741         Change return type to int.  Return 1 if frame information has
3742         changed, 0 otherwise.
3743         (tui_before_prompt): Update commentary.
3744         * tui/tui-stack.h (tui_show_frame_info): Change return type to
3745         int.
3746
3747 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
3748
3749         PR tui/13378
3750         * frame.c (select_frame): Remove reference to
3751         deprecated_selected_frame_level_changed_hook.
3752         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
3753         declaration.
3754         * stack.c (deprecated_selected_frame_level_changed_hook):
3755         Likewise.
3756         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
3757         Rename to ...
3758         (tui_refresh_frame_and_register_information): ... this.  Bail
3759         out if there is no stack.  Don't update register information
3760         unless registers_too_p is true.
3761         (tui_print_frame_info_listing_hook): Rename to ...
3762         (tui_dummy_print_frame_info_listing_hook): ... this.
3763         (tui_before_prompt): New function.
3764         (tui_normal_stop): New function.
3765         (tui_before_prompt_observer): New observer.
3766         (tui_normal_stop_observer): New observer.
3767         (tui_install_hooks): Set
3768         deprecated_print_frame_info_listing_hook to
3769         tui_dummy_print_frame_info_listing_hook.  Register
3770         tui_before_prompt_observer to call tui_before_prompt and
3771         tui_normal_stop_observer to call tui_normal_stop.  Remove
3772         reference to deprecated_selected_frame_level_changed_hook.
3773         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
3774         and tui_normal_stop_observer.  Remove reference to
3775         deprecated_selected_frame_level_changed_hook.
3776
3777 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
3778
3779         PR tui/13378
3780         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
3781         return an int instead of void.  Return whether the locator
3782         window has changed.
3783         (tui_show_frame_info): If the locator info has not changed, then
3784         bail out early to avoid refreshing the windows.
3785
3786 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
3787
3788         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
3789         LOCATOR_WIN to tui_alloc_content.
3790
3791 2015-06-30  Yao Qi  <yao.qi@linaro.org>
3792
3793         PR tdep/18605
3794         * arm-tdep.c (arm_get_next_pc_raw): Break for media
3795         instructions.
3796
3797 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
3798
3799         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
3800         (rx_dwarf_reg_to_regnum): New function.
3801         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
3802         unwinding.
3803
3804 2015-06-29  Pedro Alves  <palves@redhat.com>
3805
3806         PR threads/18127
3807         * infcall.c (run_inferior_call): On infcall success, if the thread
3808         was marked stopped before, reset it back to stopped.
3809         * infrun.c (resume): Don't suppress the set_running calls when
3810         doing an infcall.
3811         (normal_stop): Only discard the finish_thread_state cleanup if the
3812         infcall succeeded.
3813
3814 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
3815
3816         * MAINTAINERS (Write After Approval): Update my email address.
3817
3818 2015-06-26  Keith Seitz  <keiths@redhat.com>
3819             Doug Evans  <dje@google.com>
3820
3821         PR 16253
3822         * block.c (block_lookup_symbol): For non-function blocks,
3823         continue to search for a symbol with an exact domain match
3824         Otherwise, return any previously found "best domain" symbol.
3825         (block_lookup_symbol_primary): Likewise.
3826
3827 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
3828
3829         * NEWS: Mention the new option "history remove-duplicates".
3830         * top.c (history_remove_duplicates): New static variable.
3831         (show_history_remove_duplicates): New static function.
3832         (gdb_add_history): Conditionally remove duplicate history
3833         entries.
3834         (init_main): Add "history remove-duplicates" option.
3835
3836 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
3837
3838         * tui/tui-win.c (focus_completer): New static function.
3839         (_initialize_tui_win): Set the completion function of the
3840         "focus" command to focus_completer.
3841
3842 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3843
3844         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
3845         and language_asm..
3846         * symtab.c (find_function_start_sal): Likewise.
3847
3848 2015-06-25  Gary Benson  <gbenson@redhat.com>
3849
3850         * solib.c (solib_find_1): Set local variable sysroot to NULL if
3851         it is the empty string after trailing slashes have been stripped.
3852
3853 2015-06-25  Gary Benson  <gbenson@redhat.com>
3854
3855         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
3856         * infrun.c (follow_exec): Likewise.
3857         * remote.c (remote_filesystem_is_local): Likewise.
3858         * solib.c (solib_find_1): Likewise.
3859
3860 2015-06-24  Keith Seitz  <keiths@redhat.com>
3861
3862         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
3863         return value from lrealpath.
3864
3865 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
3866
3867         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
3868
3869 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
3870
3871         * remote-sim.c: Include gdb_bfd.h.
3872         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
3873         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
3874
3875 2015-06-24  Yao Qi  <yao.qi@linaro.org>
3876
3877         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
3878         set_gdbarch_get_siginfo_type.
3879         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
3880         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
3881         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3882         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
3883         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
3884         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3885         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
3886         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
3887         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
3888         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
3889
3890 2015-06-24  Gary Benson  <gbenson@redhat.com>
3891
3892         * common/buffer.c (stdint.h): Do not include.
3893         * common/print-utils.c (stdint.h): Likewise.
3894         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
3895         * compile/compile-c-types.c (gdb_assert.h): Likewise.
3896         * ft32-tdep.c (gdb_assert.h): Likewise.
3897         * guile/scm-utils.c (stdint.h): Likewise.
3898         * i386-linux-tdep.c (stdint.h): Likewise.
3899         * i386-tdep.c (stdint.h): Likewise.
3900         * nat/linux-btrace.c (stdint.h): Likewise.
3901         * nat/linux-btrace.h (stdint.h): Likewise.
3902         * nat/linux-ptrace.c (stdint.h): Likewise.
3903         * nat/mips-linux-watch.h (stdint.h): Likewise.
3904         * ppc-linux-nat.c (stdint.h): Likewise.
3905         * python/python-internal.h (stdint.h): Likewise.
3906         * stub-termcap.c (stdlib.h): Likewise.
3907         * target/target.h (stdint.h): Likewise.
3908         * xtensa-linux-nat.c (stdint.h): Likewise.
3909
3910 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
3911
3912         * top.c (init_history): Look at errno after calling strtol to
3913         properly map large GDBHISTSIZE values to infinity.
3914
3915 2015-06-23  Doug Evans  <dje@google.com>
3916
3917         * inferior.h (struct inferior_suspend_state): Delete, unused.
3918         All references deleted.
3919
3920 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
3921
3922         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
3923         (microblaze_push_dummy_call): Likewise.
3924         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
3925         and set_gdbarch_push_dummy_call.
3926
3927 2015-06-23  Yao Qi  <yao.qi@linaro.org>
3928
3929         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
3930         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
3931         (amd64_linux_store_inferior_registers): Likewise.
3932         * arm-linux-nat.c (fetch_fpregister): Likewise.
3933         (fetch_fpregs, store_fpregister): Likewise.
3934         (store_fpregister, store_fpregs): Likewise.
3935         (fetch_register, fetch_regs): Likewise.
3936         (store_register, store_regs): Likewise.
3937         (fetch_vfp_regs, store_vfp_regs): Likewise.
3938         (arm_linux_read_description): Check have_ptrace_getregset is
3939         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
3940         or TRIBOOL_FALSE.
3941         * i386-linux-nat.c (fetch_xstateregs): Check
3942         have_ptrace_getregset is not TRIBOOL_TRUE.
3943         (store_xstateregs): Likewise.
3944         * linux-nat.c (have_ptrace_getregset): Change its type to
3945         enum tribool.
3946         * linux-nat.h (tribool): New enum.
3947         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
3948         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
3949
3950 2015-06-19  Doug Evans  <dje@google.com>
3951
3952         * NEWS: Mention Sun's version of stabs is no longer supported.
3953         * elfread.c (free_elfinfo): Delete.  All uses updated.
3954         (elfstab_offset_sections): Delete.  All uses updated.
3955         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
3956         * psympriv.h (partial_symtab) <section_offsets>: Delete.
3957         All uses updated.
3958         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
3959         All callers updated.
3960
3961 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
3962
3963         * common/rsp-low.c (needs_escaping): New.
3964         (remote_escape_output): Add unit_size parameter. Refactor to
3965         support multi-byte addressable units.  Rename parameters.
3966         * common/rsp-low.h (remote_escape_output): Add unit_size
3967         parameter and rename others. Update doc.
3968         * remote.c (align_for_efficient_write): New.
3969         (remote_write_bytes_aux): Add unit_size parameter and use it.
3970         Rename some variables.  Update doc.
3971         (remote_xfer_partial): Get unit size and use it.
3972         (remote_read_bytes_1): Add unit_size parameter and use it.
3973         Rename some variables. Update doc.
3974         (remote_write_bytes): Same.
3975         (remote_xfer_live_readonly_partial): Same.
3976         (remote_read_bytes): Same.
3977         (remote_flash_write): Update call to remote_write_bytes_aux.
3978         (remote_write_qxfer): Update call to remote_escape_output.
3979         (remote_search_memory): Same.
3980         (remote_hostio_pwrite): Same.
3981
3982 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
3983
3984         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
3985         locations as inserted.
3986         Update and expand comment about permanent locations.
3987         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
3988         Move comment to add_location_to_breakpoint.
3989         (update_global_location_list): Don't error out if a permanent
3990         breakpoint is not marked inserted.
3991         Don't error out if a non-permanent breakpoint location is inserted on
3992         top of a permanent breakpoint.
3993
3994 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
3995
3996         * breakpoint.c (make_breakpoint_permanent): Remove unused
3997         function.
3998         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
3999
4000 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4001
4002         PR gdb/16999
4003         * NEWS: Mention new GDBHISTSIZE behavior.
4004         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
4005         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
4006
4007 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4008
4009         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
4010         * top.c (init_history): Read from GDBHISTSIZE instead of
4011         HISTSIZE.
4012         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
4013
4014 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
4015
4016         * top.c (gdb_safe_append_history): Do not call
4017         history_truncate_file if the history is not stifled.
4018
4019 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4020
4021         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
4022         * syscalls/s390x-linux.xml: Likewise.
4023
4024 2015-06-16  Michael Eager  <eager@eagercon.com>
4025
4026         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
4027
4028 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
4029
4030         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
4031         target_terminal_ours_for_output() before calling
4032         tui_show_frame_info(), and restore the original terminal
4033         settings afterwards.
4034
4035 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
4036
4037         * arm-linux-nat.c: Include nat/linux-ptrace.h.
4038
4039 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
4040
4041         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
4042         memory unit size.
4043         (mi_cmd_data_write_memory_bytes): Same.
4044
4045 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
4046
4047         * corefile.c (write_memory): Update doc.
4048         * gdbcore.h (write_memory): Same.
4049
4050 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4051
4052         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
4053         (dump_mapping_p): Use it for parameter filterflags.
4054         (linux_find_memory_regions_full): Use it for variable filterflags.
4055
4056 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
4057             Jan Kratochvil  <jan.kratochvil@redhat.com>
4058
4059         Merge multiple hex conversions.
4060         * monitor.c: Include rsp-low.h.
4061         (fromhex): Remove definition.
4062
4063 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
4064             Jan Kratochvil  <jan.kratochvil@redhat.com>
4065
4066         Move utility functions to common/.
4067         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
4068         Move defs to common/common-utils.c.
4069         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
4070         (skip_to_space_const): Move decls to common/common-utils.h.
4071         * common/common-defs.h: Move include of common-types.h before
4072         common-utils.h.
4073         * common/common-utils.c: Include host-defs.h and ctype.h.
4074         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
4075         from utils.c.
4076         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
4077         cli/cli-utils.c.
4078         * common/common-utils.h (strtoulst): Move decl from utils.h.
4079         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
4080         Move from cli/cli-utils.h.
4081         * common/host-defs.h: Include limits.h.
4082         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
4083         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
4084         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
4085         common/common-utils.h.
4086         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
4087         (strtoulst): Move to common/common-utils.c.
4088         * utils.h (strtoulst): Moved decl to common/common-utils.h.
4089
4090 2015-06-15  Yao Qi  <yao.qi@linaro.org>
4091
4092         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
4093
4094 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
4095
4096         * build-id.c: Don't include elf-bfd.h.
4097         (build_id_bfd_get): Use bfd_build_id.
4098         (build_id_verify): Ditto.
4099         * build-id.h: Ditto.
4100         (find_separate_debug_file_by_buildid): Ditto.
4101         * python/py-objfile.c: Don't include elf-bfd.h.
4102         (objfpy_get_build_id) Use bfd_build_id.
4103         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
4104         * coffread.c: Include build-id.h.
4105         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
4106
4107 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
4108
4109         * windows-nat.c (do_windows_fetch_inferior_registers)
4110         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
4111         conditional with __CYGWIN__.
4112
4113 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4114
4115         * completer.c: Add arch-utils.h include.
4116         (enum reg_completer_targets): New enum.
4117         (reg_or_group_completer_1): New function containing old
4118         reg_or_group_completer, add and use new parameter to control what
4119         is completed on.  Use get_current_arch rather than architecture of
4120         currently selected frame.
4121         (reg_or_group_completer): Call new reg_or_group_completer_1.
4122         (reggroup_completer): Call new reg_or_group_completer_1.
4123         * completer.h (reggroup_completer): Add declaration.
4124         * tui/tui-regs.c: Add 'completer.h' include.
4125         (tui_reg_next_command): Renamed to...
4126         (tui_reg_next): ...this.  Adjust parameters and return rather than
4127         display new group.
4128         (tui_reg_prev_command): Renamed to...
4129         (tui_reg_prev): ...this.  Adjust parameters and return rather than
4130         display new group.
4131         (tui_reg_float_command): Delete.
4132         (tui_reg_general_command): Delete.
4133         (tui_reg_system_command): Delete.
4134         (tui_reg_command): Rewrite to perform switching of register group.
4135         Add header comment.
4136         (tuireglist): Remove.
4137         (tui_reggroup_completer): New function.
4138         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
4139         creation of 'tui reg' command.
4140         * NEWS: Add comment about 'tui reg' changes.
4141
4142 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4143
4144         * target.c (target_read): Consider addressable unit size when
4145         reading from a memory object.
4146         (read_memory_robust): Same.
4147         (read_whatever_is_readable): Same.
4148         (target_write_with_progress): Consider addressable unit size
4149         when writing to a memory object.
4150         * target.h (target_read): Update documentation.
4151         (target_write): Add documentation.
4152
4153 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4154
4155         * arch-utils.h (default_addressable_memory_unit_size): New.
4156         * arch-utils.c (default_addressable_memory_unit_size): New.
4157         * gdbarch.sh (addressable_memory_unit_size): New.
4158         * gdbarch.h: Re-generate.
4159         * gdbarch.c: Re-generate.
4160
4161 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
4162
4163         * target.c (target_read): Rename variables and use
4164         TARGET_XFER_E_IO.
4165         (target_read_with_progress): Same.
4166         (read_memory_robust): Constify parameters and rename
4167         variables.
4168         (read_whatever_is_readable): Constify parameters,
4169         rename variables, adjust formatting.
4170         * target.h (read_memory_robust): Constify parameters.
4171
4172 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4173
4174         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
4175         synthetic (non-AltiVec) vector types.
4176         (ppc64_sysv_abi_return_value): Likewise.
4177
4178 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4179
4180         PR breakpoints/16465
4181         * breakpoint.c (create_breakpoint): Save extra_string for
4182         pending breakpoints.
4183
4184 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4185
4186         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
4187         and bt_mask to CORE_ADDR.
4188
4189 2015-06-11  Gary Benson <gbenson@redhat.com>
4190
4191         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
4192         (mnsh_recv_message): Likewise.
4193
4194 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4195
4196         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
4197         long long int and plongest instead of %ll.
4198
4199 2015-06-11  Gary Benson <gbenson@redhat.com>
4200
4201         * nat/linux-namespaces.c (gdb_wait.h): New include.
4202         (sys/wait.h): Do not include.
4203
4204 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
4205
4206         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
4207         end_sequence is true.
4208
4209 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210
4211         Code cleanup.
4212         * solib-target.c (library_list_start_list): Use explicit NULL
4213         comparison.
4214
4215 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4216
4217         * solib-target.c (library_list_start_list): Do not dereference
4218         variable version in its initialization.  Make the VERSION check handle
4219         NULL.
4220         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
4221
4222 2015-06-10  Gary Benson <gbenson@redhat.com>
4223
4224         * NEWS: Announce support for direct access of executable and
4225         shared library files when attaching to inferiors in containers
4226         on GNU/Linux systems.
4227
4228 2015-06-10  Gary Benson <gbenson@redhat.com>
4229
4230         * remote.c (struct remote_state) <fs_pid>: New field.
4231         (new_remote_state): Initialize the above.
4232         (PACKET_vFile_setfs): New enum value.
4233         (remote_hostio_set_filesystem): New function.
4234         (remote_hostio_open): Call the above.
4235         (remote_hostio_unlink): Likewise.
4236         (remote_hostio_readlink): Likewise.
4237         (_initialize_remote): Register new "set/show remote
4238         hostio-setfs-packet" command.
4239         * NEWS: Announce new vFile:setfs packet.
4240
4241 2015-06-10  Gary Benson <gbenson@redhat.com>
4242
4243         * linux-nat.c (nat/linux-namespaces.h): New include.
4244         (fileio.h): Likewise.
4245         (linux_nat_filesystem_is_local): New function.
4246         (linux_nat_fileio_pid_of): Likewise.
4247         (linux_nat_fileio_open): Likewise.
4248         (linux_nat_fileio_readlink): Likewise.
4249         (linux_nat_fileio_unlink): Likewise.
4250         (linux_nat_add_target): Initialize to_filesystem_is_local,
4251         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
4252         (_initialize_linux_nat): New "set/show debug linux-namespaces"
4253         commands.
4254         * NEWS: Mention new "set/show debug linux-namespaces" commands.
4255
4256 2015-06-10  Gary Benson <gbenson@redhat.com>
4257
4258         * target.h (struct inferior): New forward declaration.
4259         (struct target_ops) <to_filesystem_is_local>: Update comment.
4260         (struct target_ops) <to_fileio_open>: New argument inf.
4261         Update comment.  All implementations updated.
4262         (struct target_ops) <to_fileio_unlink>: Likewise.
4263         (struct target_ops) <to_fileio_readlink>: Likewise.
4264         (target_filesystem_is_local): Update comment.
4265         (target_fileio_open): New argument inf.  Update comment.
4266         (target_fileio_unlink): Likewise.
4267         (target_fileio_readlink): Likewise.
4268         (target_fileio_read_alloc): Likewise.
4269         (target_fileio_read_stralloc): Likewise.
4270         * target.c (target_fileio_open): New argument inf.
4271         Pass inf to implementation.  Update debug printing.
4272         (target_fileio_unlink): Likewise.
4273         (target_fileio_readlink): Likewise.
4274         (target_fileio_read_alloc_1): New argument inf. Pass inf
4275         to target_fileio_open.
4276         (target_fileio_read_alloc): New argument inf. Pass inf to
4277         target_fileio_read_alloc_1.
4278         (target_fileio_read_stralloc): Likewise.
4279         * gdb_bfd.c (inferior.h): New include.
4280         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
4281         argument with new argument "inferior".  Pass inferior to
4282         target_fileio_open.
4283         (gdb_bfd_open): Supply inferior argument to
4284         gdb_bfd_iovec_fileio_open.
4285         * linux-tdep.c (linux_info_proc): Supply inf argument to
4286         relevant target_fileio calls.
4287         (linux_find_memory_regions_full): Likewise.
4288         (linux_fill_prpsinfo): Likewise.
4289         * remote.c (remote_filesystem_is_local): Supply inf
4290         argument to remote_hostio_open.
4291         (remote_file_put): Likewise.
4292         (remote_file_get): Likewise.
4293         (remote_file_delete): Supply inf argument to
4294         remote_hostio_unlink.
4295
4296 2015-06-10  Gary Benson <gbenson@redhat.com>
4297
4298         * inf-child.c (inf_child_fileio_open): Replace comment.
4299         (inf_child_fileio_pwrite): Likewise.
4300         (inf_child_fileio_pread): Likewise.
4301         (inf_child_fileio_fstat): Insert blank line before comment.
4302         (inf_child_fileio_close): Replace comment.
4303         (inf_child_fileio_unlink): Likewise.
4304         (inf_child_fileio_readlink): Likewise.
4305         * remote.c (remote_hostio_open): Likewise.
4306         (remote_hostio_pread): Likewise.
4307         (remote_hostio_pwrite): Likewise.
4308         (remote_hostio_close): Likewise.
4309         (remote_hostio_unlink): Likewise.
4310         (remote_hostio_readlink): Likewise.
4311         (remote_hostio_fstat): Likewise.
4312         (remote_filesystem_is_local): Likewise.
4313         * target.c (target_fileio_open): Likewise.
4314         (target_fileio_pwrite): Likewise.
4315         (target_fileio_pread): Likewise.
4316         (target_fileio_fstat): Insert blank line before comment.
4317         (target_fileio_close): Replace comment.
4318         (target_fileio_unlink): Likewise.
4319         (target_fileio_readlink): Likewise.
4320         (target_fileio_read_alloc): Likewise.
4321         (target_fileio_read_stralloc): Likewise.
4322
4323 2015-06-10  Gary Benson <gbenson@redhat.com>
4324
4325         * linux-thread-db.c (nat/linux-namespaces.h): New include.
4326         (check_pid_namespace_match): Use linux_ns_same rather than
4327         linux_proc_pid_get_ns to spot PID namespace mismatches.
4328         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
4329         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
4330
4331 2015-06-10  Gary Benson <gbenson@redhat.com>
4332
4333         * configure.ac (AC_CHECK_FUNCS): Add setns.
4334         * config.in: Regenerate.
4335         * configure: Likewise.
4336         * nat/linux-namespaces.h: New file.
4337         * nat/linux-namespaces.c: Likewise.
4338         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
4339         (linux-namespaces.o): New rule.
4340         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
4341         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4342         * config/arm/linux.mh (NATDEPFILES): Likewise.
4343         * config/i386/linux.mh (NATDEPFILES): Likewise.
4344         * config/i386/linux64.mh (NATDEPFILES): Likewise.
4345         * config/ia64/linux.mh (NATDEPFILES): Likewise.
4346         * config/m32r/linux.mh (NATDEPFILES): Likewise.
4347         * config/m68k/linux.mh (NATDEPFILES): Likewise.
4348         * config/mips/linux.mh (NATDEPFILES): Likewise.
4349         * config/pa/linux.mh (NATDEPFILES): Likewise.
4350         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4351         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4352         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4353         * config/s390/linux.mh (NATDEPFILES): Likewise.
4354         * config/sparc/linux.mh (NATDEPFILES): Likewise.
4355         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4356         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4357         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4358
4359 2015-06-10  Gary Benson <gbenson@redhat.com>
4360
4361         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
4362         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
4363         (make_cleanup_close): Likewise.
4364         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
4365         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
4366         (make_cleanup_close): Likewise.
4367
4368 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
4369
4370         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
4371         from SuspendThread().
4372
4373 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
4374
4375         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
4376         from OutputDebugString.
4377
4378 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4379                         Mircea Gherzan  <mircea.gherzan@intel.com>
4380
4381         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
4382         MPX_BT_MASK_32): New macros.
4383         (i386_mpx_set_bounds): New function that implements
4384         the command "set-mpx-bound".
4385         (i386_mpx_enabled): Helper function to test MPX availability.
4386         (i386_mpx_bd_base): Helper function to calculate the base directory
4387         address.
4388         (i386_mpx_get_bt_entry): Helper function to access a bound
4389         table entry.
4390         (i386_mpx_print_bounds): Effectively display bound information.
4391         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
4392         "show mpx".
4393         (_initialize_i386_tdep):
4394         Add "bound" to the commands "show mpx" and "set mpx" commands.
4395         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
4396         and "show mpx" commands.
4397         * NEWS: List new commands for MPX support.
4398
4399 2015-06-09  Gary Benson <gbenson@redhat.com>
4400
4401         * common/fileio.h (fileio_to_host_mode): New declaration.
4402         * common/fileio.c (fileio_to_host_mode): New Function.
4403         * inf-child.c (inf_child_fileio_open): Process mode argument
4404         with fileio_to_host_mode.
4405
4406 2015-06-09  Gary Benson <gbenson@redhat.com>
4407
4408         * common/fileio.c (fileio_mode_pack): Fix preprocessor
4409         conditional.
4410
4411 2015-06-05  Gary Benson <gbenson@redhat.com>
4412
4413         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
4414         * remote.c (remote_filesystem_is_local): ...here.
4415
4416 2015-06-04  Yao Qi  <yao.qi@linaro.org>
4417
4418         * gdbarch.c: Regenerate it.
4419
4420 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4421
4422         * arch-utils.c (default_infcall_munmap): New.
4423         * arch-utils.h (default_infcall_munmap): New declaration.
4424         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
4425         (munmap_list_free, munmap_listp_free_cleanup): New.
4426         (struct setup_sections_data): Add field munmap_list_headp.
4427         (setup_sections): Call munmap_list_add.
4428         (compile_object_load): New variable munmap_list_head, initialize
4429         setup_sections_data.munmap_list_headp, return munmap_list_head.
4430         * compile/compile-object-load.h (struct munmap_list): New declaration.
4431         (struct compile_module): Add field munmap_list_head.
4432         (munmap_list_free): New declaration.
4433         * compile/compile-object-run.c (struct do_module_cleanup): Add field
4434         munmap_list_head.
4435         (do_module_cleanup): Call munmap_list_free.
4436         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
4437         * gdbarch.c: Regenerate.
4438         * gdbarch.h: Regenerate.
4439         * gdbarch.sh (infcall_munmap): New.
4440         * linux-tdep.c (linux_infcall_munmap): New.
4441         (linux_init_abi): Install it.
4442
4443 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
4444
4445         PR gdb/15564
4446         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
4447
4448 2015-06-02  Yao Qi  <yao.qi@linaro.org>
4449
4450         * i386-linux-nat.c: Include linux-nat.h.
4451
4452 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
4453             Jan Kratochvil  <jan.kratochvil@redhat.com>
4454
4455         PR symtab/18392
4456         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
4457         assertion.
4458         * dwarf2loc.c (chain_candidate): Likewise.
4459
4460 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4461
4462         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
4463         (store_vfp_regs): Use PTRACE_SETREGSET.
4464
4465 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4466
4467         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
4468         (fetch_fpregs): Likewise.
4469         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
4470         (store_fpregs): Likewise.
4471
4472 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4473
4474         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
4475         (fetch_regs): Likewise.
4476         (store_regs): Use PTRACE_SETREGSET.
4477         (store_register): Likewise.
4478
4479 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4480
4481         * arm-linux-nat.c (arm_linux_read_description): Check whether
4482         kernel supports PTRACE_GETREGSET.
4483
4484 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4485
4486         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
4487         * linux-nat.c: ... here.
4488         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
4489         to ...
4490         * linux-nat.h: ... here.
4491
4492 2015-06-01  Yao Qi  <yao.qi@linaro.org>
4493
4494         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
4495         * i386-linux-nat.c: Likewise.
4496         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
4497         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
4498         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
4499         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
4500         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
4501
4502 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
4503
4504         * go32-nat.c (go32_xfer_memory): Fix the return value to be
4505         compatible to what read_child and write_child return.  This
4506         unbreaks that DJGPP build of GDB which was broken since v7.7.
4507
4508 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
4509
4510         * MAINTAINERS (Write After Approval): Add Martin Galvan.
4511
4512 2015-05-29  Roland McGrath  <mcgrathr@google.com>
4513
4514         PR gdb/18464
4515         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
4516         rather than internal_error for an unrecognized value.
4517
4518 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
4519
4520         * xtensa-tdep.c (xtensa_pseudo_register_read)
4521         (xtensa_pseudo_register_write): Don't alias last pseudo register
4522         to a1.
4523
4524 2015-05-28  Don Breazeal  <donb@codesourcery.com>
4525
4526         * infrun.c (follow_fork_inferior): Ensure the use of
4527         process-style ptids (pid,0,0) in verbose/debug "Detaching"
4528         messages.
4529
4530 2015-05-28  Doug Evans  <dje@google.com>
4531
4532         * dwarf2read.c (record_line_ftype): Remove, duplicate.
4533
4534 2015-05-28  Yao Qi  <yao.qi@linaro.org>
4535
4536         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
4537         (arm_linux_fetch_inferior_registers): Use
4538         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
4539         (arm_linux_store_inferior_registers): Likewise.
4540         (arm_linux_read_description): Don't set
4541         arm_linux_has_wmmx_registers.
4542         * arm-tdep.c (arm_gdbarch_init): Set
4543         tdep->have_wmmx_registers according target descriptions.
4544         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
4545         field.
4546
4547 2015-05-28  Yao Qi  <yao.qi@linaro.org>
4548
4549         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
4550         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
4551         instead of arm_linux_vfp_register_count.
4552         (store_vfp_regs): Likewise.
4553         (arm_linux_fetch_inferior_registers): Likewise.
4554         (arm_linux_store_inferior_registers): Likewise.
4555         (arm_linux_read_description): Don't set
4556         arm_linux_vfp_register_count.
4557         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
4558         Adjust.
4559         * arm-tdep.c (arm_gdbarch_init): Add assert on
4560         vfp_register_count.
4561         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
4562         field to vfp_register_count.  All users updated.
4563
4564 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
4565
4566         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
4567         ELFOSABI_GNU binaries.
4568
4569 2015-05-27  Doug Evans  <dje@google.com>
4570
4571         * dwarf2read.c (lnp_state_machine): New typedef.
4572         (lnp_reader_state): New typedef.
4573         (dwarf_record_line_1): Renamed from dwarf_record_line.
4574         All callers updated.
4575         (dwarf_record_line): New function.
4576         (init_lnp_state_machine): New function.
4577         (check_line_address): Replace p_record_line parameter with state.
4578         All callers updated.
4579         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
4580         Update to record state in lnp_state_machine.
4581
4582 2015-05-27  Doug Evans  <dje@google.com>
4583
4584         * dwarf2read.c (record_line_ftype): New typedef.
4585         (check_line_address): New function.
4586         (dwarf_decode_lines_1): Call it.
4587
4588 2015-05-27  Doug Evans  <dje@google.com>
4589
4590         * NEWS: Mention "set debug dwarf-line".
4591         * dwarf2read.c (dwarf_line_debug): New static global.
4592         (add_include_dir): Add debug dwarf-line support.
4593         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
4594         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
4595
4596 2015-05-27  Doug Evans  <dje@google.com>
4597
4598         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
4599         All callers updated.
4600         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
4601         * cp-support.h (cp_lookup_nested_symbol): Update.
4602
4603 2015-05-27  Doug Evans  <dje@google.com>
4604
4605         PR symtab/18258
4606         * block.c (block_find_symbol): New function.
4607         (block_find_non_opaque_type): Ditto.
4608         (block_find_non_opaque_type_preferred): Ditto.
4609         * block.h (block_symbol_matcher_ftype): New typedef.
4610         (block_find_symbol): Declare.
4611         (block_find_non_opaque_type): Ditto.
4612         (block_find_non_opaque_type_preferred): Ditto.
4613         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
4614         * psymtab.c (psym_lookup_symbol): Ditto.
4615         * symtab.c (basic_lookup_transparent_type_1): New function.
4616         (basic_lookup_transparent_type): Call it.
4617
4618 2015-05-27  Yao Qi  <yao.qi@linaro.org>
4619
4620         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
4621         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
4622
4623 2015-05-27  Yao Qi  <yao.qi@linaro.org>
4624
4625         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
4626         before operator &&.
4627         (aarch64_record_load_store): Likewise.
4628
4629 2015-05-26  Doug Evans  <dje@google.com>
4630
4631         PR c++/18141, c++/18417.
4632         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
4633         a typedef.
4634
4635 2015-05-26  Doug Evans  <dje@google.com>
4636
4637         * NEWS: Add entries for command renamings.
4638         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
4639         All uses updated.
4640         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
4641         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
4642         All uses updated.
4643         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
4644         All callers updated.  Fix spelling of DWARF in help text.
4645         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
4646         All uses updated.
4647         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
4648         All uses updated.
4649         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
4650         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
4651         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
4652         All uses updated.
4653         (show_dwarf_always_disassemble): Renamed from
4654         show_dwarf2_always_disassemble.  All callers updated.
4655         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
4656         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
4657         "set/show dwarf max-cache-age".  Rename
4658         "set/show dwarf2 always-disassemble" to
4659         "set/show dwarf always-disassemble".  Rename
4660         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
4661         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
4662
4663 2015-05-26  Doug Evans  <dje@google.com>
4664
4665         PR python/18438
4666         * python/py-lazy-string.c (stpy_convert_to_value): Use
4667         gdbpy_gdb_memory_error not PyExc_MemoryError.
4668         (gdbpy_create_lazy_string_object): Ditto.
4669
4670 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
4671
4672         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
4673
4674 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
4675
4676         * tui/tui-regs.c (tui_reg_prev_command): New function.
4677         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
4678         * reggroups.c (reggroup_prev): New function.
4679         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
4680
4681 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
4682             Yao Qi  <yao.qi@linaro.org>
4683
4684         * aarch64-linux-tdep.c: Include linux-record.h and
4685         record-full.h.
4686         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
4687         (aarch64_syscall): New enum.
4688         (aarch64_canonicalize_syscall): New function.
4689         (aarch64_all_but_pc_registers_record): New function.
4690         (aarch64_linux_syscall_record): New function.
4691         (aarch64_linux_init_abi): Install AArch64 process record
4692         handler.  Update to handle syscall recording.
4693         * aarch64-tdep.c: Include record.h and record-full.h.
4694         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
4695         (struct aarch64_mem_r): Define.
4696         (aarch64_record_result): New enum.
4697         (struct insn_decode_record): Define.
4698         (insn_decode_record): New typedef.
4699         (aarch64_record_data_proc_reg): New function.
4700         (aarch64_record_data_proc_imm): New function.
4701         (aarch64_record_branch_except_sys): New function.
4702         (aarch64_record_load_store): New function.
4703         (aarch64_record_data_proc_simd_fp): New function.
4704         (aarch64_record_asimd_load_store): New function.
4705         (aarch64_record_decode_insn_handler): New function.
4706         (deallocate_reg_mem): New function.
4707         (aarch64_process_record): New function.
4708         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
4709         New field.
4710         (aarch64_process_record): New extern declaration.
4711         * configure.tgt: Add linux-record.o to gdb_target_obs.
4712         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
4713
4714 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
4715
4716         * NEWS: Add a note on process record-replay support on aarch64*-linux*
4717         targets.
4718
4719 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
4720
4721         * amd64-tdep.c: Replace in_function_epilogue_p with
4722         stack_frame_destroyed_p throughout.
4723         * arch-utils.c: Ditto.
4724         * arch-utils.h: Ditto.
4725         * arm-tdep.c: Ditto.
4726         * breakpoint.c: Ditto.
4727         * gdbarch.sh: Ditto.
4728         * hppa-tdep.c: Ditto.
4729         * i386-tdep.c: Ditto.
4730         * mips-tdep.c: Ditto.
4731         * nios2-tdep.c: Ditto.
4732         * rs6000-tdep.c: Ditto.
4733         * s390-linux-tdep.c: Ditto.
4734         * score-tdep.c: Ditto.
4735         * sh-tdep.c: Ditto.
4736         * sparc-tdep.c: Ditto.
4737         * sparc-tdep.h: Ditto.
4738         * sparc64-tdep.c: Ditto.
4739         * spu-tdep.c: Ditto.
4740         * tic6x-tdep.c: Ditto.
4741         * tilegx-tdep.c: Ditto.
4742         * xstormy16-tdep.c: Ditto.
4743         * gdbarch.c, gdbarch.h: Re-generated.
4744
4745 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
4746
4747         * NEWS: Mention 'tui enable' and 'tui disable'.
4748         * tui/tui.c (tui_enable_command): New function.
4749         (tui_disable_command): New function.
4750         (_initialize_tui): New function.
4751
4752 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
4753
4754         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
4755
4756 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
4757
4758         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
4759         buf_ptr is freed.
4760
4761 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
4762
4763         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
4764         into ...
4765         (tui_set_layout_for_display_command): ...here, before calling
4766         tui_set_layout.  Only set the layout if gdb has not already
4767         entered the TUI_FAILURE state.
4768
4769 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
4770
4771         * tui/tui-layout.c (layout_completer): New function.
4772         (_initialize_tui_layout): Set completer on layout command.
4773
4774 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
4775
4776         * tui/tui-layout.c (tui_set_layout): Remove
4777         tui_register_display_type parameter.  Remove all checking of this
4778         parameter, and reindent function.  Update header comment.
4779         (tui_set_layout_for_display_command): Rename to...
4780         (tui_set_layout_by_name): ...this, and don't check for different
4781         register class types, don't pass a tui_register_display_type to
4782         tui_set_layout.  Update header comment.
4783         (layout_names): Remove register set specific names.
4784         * tui/tui-layout.h (tui_set_layout): Remove
4785         tui_register_display_type parameter.
4786         * tui/tui.c (tui_rl_change_windows): Don't pass a
4787         tui_register_display_type to tui_set_layout.
4788         (tui_rl_delete_other_windows): Likewise.
4789         (tui_enable): Likewise.
4790         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
4791         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
4792         (TUI_GENERAL_REGS_NAME): Remove.
4793         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
4794         (TUI_SPECIAL_REGS_NAME): Remove.
4795         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
4796         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
4797         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
4798         (enum tui_register_display_type): Remove.
4799         (struct tui_layout_def): Remove regs_display_type and
4800         float_regs_display_type fields.
4801         (struct tui_data_info): Remove regs_display_type field.
4802         (tui_layout_command): Use new name for
4803         tui_set_layout_for_display_command.
4804         * tui/tui-data.c (layout_def): Don't initialise removed fields.
4805         (tui_clear_win_detail): Don't initialise removed fields of
4806         win_info.
4807         * tui/tui-regs.c (tui_show_registers): Use new name for
4808         tui_set_layout_for_display_command.
4809         * tui/tui.h (tui_set_layout_for_display_command): Rename
4810         declaration to...
4811         (tui_set_layout_by_name): ...this.
4812         * printcmd.c (display_command): Remove tui related layout call,
4813         and reindent.
4814
4815 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
4816
4817         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
4818         (handle_inferior_event): New function.
4819
4820 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
4821
4822         * ada-lang.c (to_fixed_array_type): Rename local variable
4823         typename into type_name.
4824
4825 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4826
4827         Fix ASAN crash for gdb.compile/compile.exp.
4828         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
4829
4830 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4831
4832         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
4833         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
4834         * compile/compile-object-load.c (setup_sections, compile_object_load):
4835         Likewise.
4836         * compile/compile.c (compile_to_object): Likewise.
4837
4838 2015-05-16  Doug Evans  <xdje42@gmail.com>
4839
4840         * NEWS: Mention support for unbuffered Guile memory ports.
4841         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
4842         (ioscm_lseek_address): Improve overflow calculation.
4843         (gdbscm_memory_port_fill_input): Add assert.
4844         (gdbscm_memory_port_write): Handle unbuffered ports.
4845         Handle large writes identical to Guile's fport_write.
4846         (gdbscm_memory_port_seek): Fix seeking past end check.
4847         (gdbscm_memory_port_close): Handle closing unbuffered port.
4848         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
4849         (ioscm_init_memory_port): Handle unbuffered ports.
4850         (ioscm_reinit_memory_port): Ditto.
4851         (ioscm_init_memory_port): Update size calculation.
4852         (gdbscm_open_memory): Support zero sized ports.
4853
4854 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4855
4856         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
4857         variable compiler warnings.
4858
4859 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4860
4861         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
4862
4863 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4864             Phil Muldoon  <pmuldoon@redhat.com>
4865
4866         * NEWS (Changes since GDB 7.9): Add compile print.
4867         * compile/compile-c-support.c (add_code_header, add_code_footer)
4868         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
4869         COMPILE_I_PRINT_VALUE_SCOPE.
4870         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
4871         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
4872         New.
4873         * compile/compile-object-load.c: Include block.h.
4874         (get_out_value_type): New function.
4875         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
4876         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
4877         OUT_VALUE_TYPE.
4878         * compile/compile-object-load.h (struct compile_module): Add fields
4879         out_value_addr and out_value_type.
4880         * compile/compile-object-run.c: Include valprint.h and compile.h.
4881         (struct do_module_cleanup): Add fields out_value_addr and
4882         out_value_type.
4883         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
4884         COMPILE_I_PRINT_VALUE_SCOPE.
4885         (compile_object_run): Propagate out_value_addr and out_value_type.
4886         Pass OUT_VALUE_ADDR.
4887         * compile/compile.c: Include valprint.h.
4888         (compile_print_value, compile_print_command): New functions.
4889         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
4890         (_initialize_compile): Update compile code help text.  Install
4891         compile_print_command.
4892         * compile/compile.h (compile_print_value): New prototype.
4893         * defs.h (enum compile_i_scope_types): Add
4894         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
4895
4896 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4897
4898         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
4899         Rely on its parameter count.
4900         (compile_object_load): Replace lookup_minimal_symbol_text by
4901         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
4902         return value.
4903         * compile/compile-object-load.h (struct compile_module): Replace
4904         func_addr by func_sym.
4905         * compile/compile-object-run.c: Include block.h.
4906         (compile_object_run): Reset module variable after it is freed.  Use
4907         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
4908
4909 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4910
4911         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
4912         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
4913         (c_compute_program): Call generate_register_struct after typedefs.
4914         * compile/compile-loc2c.c (push, pushf_register_address)
4915         (pushf_register): Cast to GCC_UINTPTR.
4916         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
4917         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
4918         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
4919         * compile/compile.c (_initialize_compile): Enable warnings for
4920         COMPILE_ARGS.
4921
4922 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4923
4924         * cli/cli-script.c (execute_control_command): Update
4925         eval_compile_command caller.
4926         * compile/compile-object-load.c (compile_object_load): Add parameters
4927         scope and scope_data.  Set them.
4928         * compile/compile-object-load.h (struct compile_module): Add fields
4929         scope and scope_data.
4930         (compile_object_load): Add parameters scope and scope_data.
4931         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
4932         scope and scope_data.
4933         (compile_object_run): Propagate the fields scope and scope_data.
4934         * compile/compile.c (compile_file_command, compile_code_command):
4935         Update eval_compile_command callers.
4936         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
4937         * compile/compile.h (eval_compile_command): Add parameter scope_data.
4938         * defs.h (struct command_line): Add field scope_data.
4939
4940 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4941
4942         * printcmd.c (struct format_data): Move it to valprint.h.
4943         (print_command_parse_format, print_value): New functions from ...
4944         (print_command_1): ... here.  Call them.
4945         * valprint.h (struct format_data): Move it here from printcmd.c.
4946         (print_command_parse_format, print_value): New declarations.
4947
4948 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4949
4950         * compile/compile-object-load.c (compile_object_load): Add
4951         COMPILE_DEBUG message.
4952
4953 2015-05-15  Jerome Guitton  <guitton@adacore.com>
4954
4955         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
4956         index to get element instead of enum value.
4957         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
4958         of index to compute length, but enum values to compute bounds.
4959         (ada_array_length): Use enum position of index instead of enum value.
4960         (pos_atr): Move position computation to...
4961         (ada_evaluate_subexp): Use enum values to compute bounds.
4962         * gdbtypes.c (discrete_position): ...this new function.
4963         * gdbtypes.h (discrete_position): New function declaration.
4964         * valprint.c (val_print_array_elements): Call discrete_position
4965         to handle array indexed by non-contiguous enumeration types.
4966
4967 2015-05-15  Jerome Guitton  <guitton@adacore.com>
4968
4969         * ada-lang.c (find_parallel_type_by_descriptive_type):
4970         Go through typedefs during lookup.
4971         (to_fixed_array_type): Add support for non-bit packed arrays
4972         as variable-length fields.
4973
4974 2015-05-15  Pedro Alves  <palves@redhat.com>
4975             Simon Marchi  <simon.marchi@ericsson.com>
4976
4977         * event-loop.c (gdb_notifier) <next_file_handler,
4978         next_poll_fds_index>: New fields.
4979         (get_next_file_handler_to_handle_and_advance): New function.
4980         (delete_file_handler): If deleting the next file handler to
4981         handle, advance to the next file handler.
4982         (gdb_wait_for_event): Bail early if no event fired.  Poll file
4983         handlers in round-robin fashion.
4984
4985 2015-05-15  Pedro Alves  <palves@redhat.com>
4986
4987         * linux-tdep.c (linux_find_memory_regions_full): Rename local
4988         'private' to 'priv'.
4989
4990 2015-05-15  Pedro Alves  <palves@redhat.com>
4991
4992         * nat/linux-nat.h: Include "target/waitstatus.h".
4993
4994 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
4995
4996         * python/py-unwind.c (struct reg_info): Move out of ...
4997         (struct cached_frame_info): ... this scope.
4998         (pending_frame_object_type, unwind_info_object_type): Make extern.
4999
5000 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
5001
5002         * ada-lang.c (ada_value_primitive_packed_val): Make sure
5003         accumSize is never negative.
5004
5005 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
5006
5007         * tui/tui-command.c: Remove include of <ctype.h>.
5008         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
5009
5010 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
5011
5012         * dwarf2read.c (die_needs_namespace): Return 1 for
5013         DW_TAG_inlined_subroutine.
5014
5015 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5016
5017         * regcache.c (regcache_cpy_no_passthrough): New declaration.
5018         (regcache_cpy_no_passthrough): Make it static, add function comment.
5019         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
5020         (regcache_cpy_no_passthrough): Remove declaration.
5021
5022 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5023
5024         * gdbthread.h (struct thread_control_state): Update comment for
5025         proceed_to_finish.
5026         * infcall.c (run_inferior_call): Update comment about
5027         proceed_to_finish.
5028         * infcmd.c (get_return_value): Update comment about stop_registers.
5029         (finish_forward): Update comment about proceed_to_finish.
5030         * infrun.c (stop_registers): Remove.
5031         (clear_proceed_status, normal_stop): Remove stop_registers handling.
5032         * infrun.h (stop_registers): Remove.
5033
5034 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5035
5036         * infcall.c (struct dummy_frame_context_saver)
5037         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
5038         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5039         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5040         New.
5041         (call_function_by_hand_dummy): Move discard_cleanups of
5042         inf_status_cleanup before dummy_frame_push.  Call
5043         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
5044         Use dummy_frame_context_saver_get_regs instead of stop_registers.
5045         * infcall.h (struct dummy_frame_context_saver)
5046         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5047         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5048         New declarations.
5049         * infcmd.c: Include infcall.h.
5050         (get_return_value): Add parameter ctx_saver, use it instead of
5051         stop_registers.
5052         (print_return_value): Add parameter ctx_saver, pass it.
5053         (struct finish_command_continuation_args): Add field ctx_saver.
5054         (finish_command_continuation): Update print_return_value caller.
5055         (finish_command_continuation_free_arg): Free also ctx_saver.
5056         (finish_forward): Call dummy_frame_context_saver_setup.
5057         * inferior.h (struct dummy_frame_context_saver): New declaration.
5058         (get_return_value): Add parameter ctx_saver.
5059         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
5060         get_return_value caller.
5061
5062 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5063
5064         * dummy-frame.c (struct dummy_frame_dtor_list): New.
5065         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
5066         (remove_dummy_frame): Process dtor_list.
5067         (pop_dummy_frame): Process dtor_list.
5068         (register_dummy_frame_dtor): Maintain dtor_list.
5069         (find_dummy_frame_dtor): Handle dtor_list.
5070         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
5071         Update comments.
5072
5073 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5074
5075         * compile/compile-object-run.c (do_module_cleanup): Add parameter
5076         registers_valid.
5077         (compile_object_run): Update do_module_cleanup caller.
5078         * dummy-frame.c: Include infcall.h.
5079         (struct dummy_frame): Update dtor comment.
5080         (remove_dummy_frame): Call dtor.
5081         (pop_dummy_frame): Update dtor caller.
5082         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
5083         registers_valid.
5084
5085 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
5086
5087         GDB 7.9.1 released.
5088
5089 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
5090
5091         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
5092         Xmethods now being able to specify a result type to that new
5093         sectioin.
5094
5095 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
5096
5097         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
5098         first before resizing the window.
5099         * tui/tui.c (tui_enable): Likewise.
5100
5101 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5102
5103         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
5104         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
5105         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
5106         dummy_dtor parameter.
5107         * infcall.h: Include dummy-frame.h.
5108         (call_function_by_hand_dummy_dtor_ftype): Remove.
5109         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
5110         parameter.
5111
5112 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
5113
5114         PR gdb/17820
5115         * top.c (history_size_setshow_var): Change type to signed.
5116         Initialize to -2.  Update documentation.
5117         (set_readline_history_size): Define.
5118         (set_history_size_command): Use it.  Remove logic for handling
5119         out-of-range sizes.
5120         (init_history): Use set_readline_history_size().  Test for a
5121         value of -2 instead of 0 when determining whether to set a
5122         default history size.
5123         (init_main): Decode the argument of the "size" command as a
5124         zuinteger_unlimited.
5125
5126 2015-05-12  Doug Evans  <dje@google.com>
5127
5128         * dwarf2read.c (struct file_entry): Tweak comments.
5129         (get_debug_line_section): Tweak comments.
5130
5131 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5132
5133         * NEWS: Announce fork support in the RSP and support
5134         for fork debugging in extended mode.
5135
5136 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5137
5138         * remote.c (remote_insert_fork_catchpoint): New function.
5139         (remote_remove_fork_catchpoint): New function.
5140         (remote_insert_vfork_catchpoint): New function.
5141         (remote_remove_vfork_catchpoint): New function.
5142         (pending_fork_parent_callback): New function.
5143         (remove_new_fork_child): New function.
5144         (remote_update_thread_list): Call remote_notif_get_pending_events
5145         and remove_new_fork_child.
5146         (extended_remote_kill): Kill fork child when killing the
5147         parent before follow_fork completes.
5148         (init_extended_remote_ops): Initialize target vector with
5149         new fork catchpoint functions.
5150
5151 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5152
5153         * remote.c (remove_vfork_event_p): New function.
5154         (remote_follow_fork): Add vfork event type to event checking.
5155         (remote_parse_stop_reply): New stop reasons "vfork" and
5156         "vforkdone" for RSP 'T' Stop Reply Packet.
5157
5158 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5159
5160         * linux-nat.c (linux_nat_ptrace_options): New function.
5161         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
5162         Call linux_nat_ptrace_options and use different argument to
5163         linux_enable_event_reporting.
5164         (_initialize_linux_nat): Delete call to
5165         linux_ptrace_set_additional_flags.
5166         * nat/linux-ptrace.c (current_ptrace_options): Rename to
5167         supported_ptrace_options.
5168         (additional_flags): Delete variable.
5169         (linux_check_ptrace_features): Use supported_ptrace_options.
5170         (linux_test_for_tracesysgood, linux_test_for_tracefork):
5171         Likewise, and remove additional_flags check.
5172         (linux_enable_event_reporting): Change 'attached' argument to
5173         'options'.  Use supported_ptrace_options.
5174         (ptrace_supports_feature): Change comment.  Use
5175         supported_ptrace_options.
5176         (linux_ptrace_set_additional_flags): Delete function.
5177         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
5178         Delete function prototype.
5179         * remote.c (remote_fork_event_p): New function.
5180         (remote_detach_pid): New function.
5181         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
5182         if doing detach-on-fork.
5183         (remote_follow_fork): New function.
5184         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
5185         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
5186         (init_extended_remote_ops): Initialize to_follow_fork.
5187
5188 2015-05-12  Don Breazeal  <donb@codesourcery.com>
5189
5190         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
5191         from static to extern.
5192         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
5193         * remote.c (anonymous enum): <PACKET_fork_event_feature,
5194         * PACKET_vfork_event_feature>: New enumeration constants.
5195         (remote_protocol_features): Add table entries for new packets.
5196         (remote_query_supported): Add new feature queries to qSupported
5197         packet.
5198
5199 2015-05-12  Gary Benson <gbenson@redhat.com>
5200
5201         * remote.c (remote_add_inferior): Call exec_file_locate_attach
5202         for fake PIDs as well as real ones.
5203         (remote_pid_to_exec_file): Send empty annex if PID is fake.
5204
5205 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
5206
5207         * NEWS (Python Scripting): Mention the new gdb.Value methods.
5208         * python/py-value.c (valpy_reference_value): New function.
5209         (valpy_const_value): Likewise.
5210         (value_object_methods): Add new methods.
5211         * value.c (make_cv_value): New function.
5212         * value.h (make_cv_value): Declare.
5213
5214 2015-05-08  Yao Qi  <yao@codesourcery.com>
5215             Sandra Loosemore  <sandra@codesourcery.com>
5216
5217         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
5218         to 'lh->include_dirs' before accessing to it.
5219         (psymtab_include_file_name): Likewise.
5220         (dwarf_decode_lines_1): Likewise.
5221         (dwarf_decode_lines): Likewise.
5222         (file_file_name): Likewise.
5223
5224 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
5225
5226         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
5227         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
5228         (nios2_linux_rt_sigreturn_init): Adjust base address of
5229         register save area.
5230
5231 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
5232
5233         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
5234         "trap 31" as the breakpoint instruction on all targets.
5235
5236 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5237
5238         * infcmd.c (print_return_value): Remove unused declaration.
5239
5240 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
5241
5242         * dwarf2read.c (attr_to_dynamic_prop)
5243         <DW_AT_data_member_location>: Use read_type_die isntead of
5244         get_die_type.
5245
5246 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
5247
5248         * ada-lang.c (ada_convert_actual): Add handling of formals
5249         passed inside an aligner type.
5250
5251 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
5252
5253         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
5254
5255 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
5256
5257         PR python/18291
5258         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
5259         Print xmethod matcher status.
5260
5261 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5262
5263         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
5264         register in the regcache when treating the PSWM register, and vice
5265         versa.
5266
5267 2015-05-07  Gary Benson <gbenson@redhat.com>
5268
5269         * linux-thread-db.c (struct thread_db_info)
5270         <td_ta_map_id2thr_p>: Remove field.
5271         (try_thread_db_load_1): Remove initialization for the above.
5272
5273 2015-05-07  Gary Benson <gbenson@redhat.com>
5274
5275         * linux-thread-db.c (struct thread_db_info)
5276         <td_thr_validate_p>: Remove field.
5277         (try_thread_db_load_1): Remove initialization for the above.
5278
5279 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5280
5281         * compile/compile-object-load.c (compile_object_load): Support
5282         mst_text_gnu_ifunc.
5283
5284 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5285
5286         * compile/compile.c (compile_to_object): Make the cmd_string parameter
5287         const.  Use new variables for the const compatibility.
5288         (eval_compile_command): Make the cmd_string parameter const.
5289         * compile/compile.h (eval_compile_command): Make the cmd_string
5290         parameter const.
5291
5292 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
5293
5294         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
5295         comment.
5296         * top.c (deprecated_init_ui_hook): Delete.
5297         (gdb_init): Remove handling of deprecated_init_ui_hook.
5298         * interps.c (clear_interpreter_hooks): Remove handling of
5299         deprecated_init_ui_hook.
5300         * main.c (captured_main): Update comment.
5301
5302 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
5303
5304         * solib.c (_initialize_solib): Add "info dll" alias creation.
5305         * windows-nat.c (set_windows_aliases): Delete.
5306         (_initialize_windows_nat): Remove deprecated_init_ui_hook
5307         assignment.
5308         * NEWS: Add news entry about "info dll" now being available
5309         on all platforms.
5310
5311 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5312
5313         * ada-lang.c (value_assign_to_component): Reformat and improve
5314         documentation. Remove all trailing spaces.
5315
5316 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5317
5318         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
5319         Stop counting inlined frames as soon as an out-of-line function
5320         is found.
5321
5322 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
5323
5324         * dwarf2read.c (inherit_abstract_dies): Skip
5325         DW_TAG_GNU_call_site dies while inheriting children of an
5326         abstract DIE into a scope.
5327         (read_lexical_block_scope): Inherit abstract DIE's for
5328         lexical scopes.
5329
5330 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5331
5332         * ada-valprint.c (val_print_packed_array_elements): Delete
5333         variable "len".  Add a type-length check when comparing two
5334         consecutive elements of the array.  Use the element's actual
5335         length in call to value_contents_eq.
5336         * ada-lang.c (ada_value_primitive_packed_val): Always return
5337         a value whose type has been resolved.
5338
5339 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5340
5341         * ada-lang.c (ada_value_primitive_packed_val): Recompute
5342         BIT_SIZE and LEN if the size of the resolved type is smaller
5343         than BIT_SIZE * HOST_CHAR_BIT.
5344
5345 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5346
5347         * ada-lang.c (ada_value_primitive_packed_val): Use a more
5348         correct address in call to value_at.  Adjust call to
5349         value_address accordingly.
5350
5351 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5352
5353         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
5354         to print it.
5355
5356 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5357
5358         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
5359         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
5360         pinfo->valaddr.
5361         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
5362         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
5363         (resolve_dynamic_type_internal): Set pinfo.valaddr.
5364         Add handling of addr_stack->valaddr.
5365         (resolve_dynamic_type): Add "valaddr" parameter.
5366         Set pinfo.valaddr field.
5367         * ada-lang.c (ada_discrete_type_high_bound): Update call to
5368         resolve_dynamic_type.
5369         (ada_discrete_type_low_bound): Likewise.
5370         * findvar.c (default_read_var_value): Likewise.
5371         * value.c (value_from_contents_and_address): Likewise.
5372
5373 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
5374
5375         * gdbtypes.c (resolve_dynamic_array): Use
5376         create_array_type_with_stride instead of create_array_type.
5377
5378 2015-04-30  DJ Delorie  <dj@redhat.com>
5379
5380         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
5381         rl78_decode_opcode
5382
5383 2015-04-29  Doug Evans  <dje@google.com>
5384
5385         PR python/18285
5386         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
5387         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
5388         EVAL_AVOID_SIDE_EFFECTS for xmethods.
5389         * extension-priv.h (struct extension_language_ops)
5390         <get_xmethod_result_type>: New member.
5391         * extension.c (get_xmethod_result_type): New function.
5392         * extension.h (get_xmethod_result_type): Declare.
5393         * python/py-xmethods.c (get_result_type_method_name): New static
5394         global.
5395         (py_get_result_type_method_name): Ditto.
5396         (gdbpy_get_xmethod_result_type): New function.
5397         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
5398         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
5399         * python/python.c (python_extension_ops): Add
5400         gdbpy_get_xmethod_result_type.
5401         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
5402         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
5403         xmethods.
5404         (value_x_unop): Ditto.
5405         * value.c (result_type_of_xmethod): New function.
5406         * value.h (result_type_of_xmethod): Declare.
5407
5408 2015-04-29  Gary Benson <gbenson@redhat.com>
5409
5410         * solib.c (solib_find_1): Allow fd argument to be NULL.
5411         (exec_file_find): Update comment.
5412         (solib_find): Likewise.
5413         * exec.c (exec_file_locate_attach): Use NULL as fd
5414         argument to exec_file_find to avoid having to close
5415         the opened file.
5416         * infrun.c (follow_exec): Likewise.
5417
5418 2015-04-28  Doug Evans  <dje@google.com>
5419
5420         PR python/18299
5421         * python/lib/gdb/printing.py (register_pretty_printer): Handle
5422         name or __name__ attributes.  Handle gdb module as first argument.
5423
5424 2015-04-28  Doug Evans  <dje@google.com>
5425
5426         PR python/18089
5427         * python/py-prettyprint.c (print_children): Verify result of children
5428         iterator.  Provide better error message.
5429         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
5430         * python/python.c (gdbpy_print_python_errors_p): New function.
5431
5432 2015-04-28  Doug Evans  <dje@google.com>
5433
5434         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
5435
5436 2015-04-28  Sasha Smundak  <asmundak@google.com>
5437
5438         * NEWS: Mention gdb.Type.optimized_out method.
5439         * python/py-type.c (typy_optimized_out):  New function.
5440
5441 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
5442
5443         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
5444
5445 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5446
5447         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
5448         (initialize_utils): Move call of init_page_info() to ...
5449         * top.c (gdb_init): ... here.
5450
5451 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5452
5453         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
5454         (tui_sigwinch_handler): Still update our idea of
5455         the terminal's width and height even when TUI is not active.
5456
5457 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5458
5459         * utils.h (set_screen_width_and_height): Declare.
5460         * utils.c (set_screen_width_and_height): Define.
5461         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
5462
5463 2015-04-28  Gary Benson <gbenson@redhat.com>
5464
5465         * infrun.c (solist.h): New include.
5466         (follow_exec): Use exec_file_find to prefix execd_pathname
5467         with gdb_sysroot.
5468
5469 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5470
5471         * tui/tui-source.c (tui_set_source_content): Avoid calling
5472         strcpy() when offset is 0.
5473
5474 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5475
5476         PR gdb/18155
5477         * tui/tui-data.c (tui_free_window): Don't free the locator
5478         window when passed an SRC_WIN or a DISASSEM_WIN.
5479
5480 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
5481
5482         * tui/tui-data.h (struct tui_win_element): Forward-declare.
5483         (tui_win_content): Move declaration.
5484         (struct tui_gen_win_info): Give 'content' field the
5485         type tui_win_content.
5486         * tui/tui-data.c (init_content_element): Remove redundant and
5487         erroneous casts.
5488         (tui_add_content_elements): Remove erroneous cast.
5489         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
5490         casts.
5491         (tui_get_begin_asm_address): Likewise.
5492         * tui/tui-regs.c (tui_show_registers): Likewise.
5493         (tui_show_register_group): Likewise.
5494         (tui_display_registers_from): Likewise.
5495         (tui_check_register_values): Likewise.
5496         * tui/tui-source.c (tui_set_source_content): Likewise.
5497         (tui_set_source_content_nil): Likewise.
5498         (tui_source_is_displayed): Likewise.
5499         * tui/tui-stack.c (tui_show_locator_content): Likewise.
5500         (tui_set_locator_fullname): Likewise.
5501         (tui_set_locator_info): Likewise.
5502         (tui_show_frame_info): Likewise.
5503         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
5504         (tui_show_source_line): Likewise.
5505         (tui_horizontal_source_scroll): Likewise.
5506         (tui_update_breakpoint_info): Likewise.
5507         (tui_set_exec_info_content): Likewise.
5508         (tui_show_exec_info_content): Likewise.
5509         (tui_alloc_source_buffer): Likewise.
5510         (tui_line_is_displayed): Likewise.
5511         (tui_addr_is_displayed): Likewise.
5512
5513 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
5514
5515         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
5516         event if PL_FLAG_EXEC is set.
5517         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
5518         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
5519         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
5520         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
5521         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
5522
5523 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
5524
5525         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
5526         [TDP_RFPPWAIT] New variable fbsd_pending_children.
5527         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
5528         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
5529         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
5530         [PT_LWPINFO] (fbsd_wait): New function.
5531         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
5532         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
5533         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
5534         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
5535         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
5536         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
5537         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
5538         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
5539         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
5540         "fbsd_wait".
5541         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
5542         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
5543         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
5544         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
5545         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
5546         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
5547         Set "to_post_attach" to "fbsd_post_attach".
5548
5549 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
5550
5551         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
5552         (fbsd_find_memory_regions): Mark static.
5553         (fbsd_nat_add_target): New function.
5554         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
5555         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
5556         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
5557         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
5558         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
5559         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
5560
5561 2015-04-27  Gary Benson <gbenson@redhat.com>
5562
5563         * objfiles.c (allocate_objfile): Do not attempt to expand name
5564         if name is a "target:" filename.
5565         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
5566         to load auto-load scripts for objfiles with "target:" filenames.
5567
5568 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5569
5570         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
5571         (enum s390_vector_abi_kind): New enum.
5572         (struct gdbarch_tdep)<vector_abi>: New field.
5573         (s390_effective_inner_type): Add parameter min_size.  Stop
5574         unwrapping if the inner type is smaller than min_size.
5575         (s390_function_arg_float): Adjust call to
5576         s390_effective_inner_type.
5577         (s390_function_arg_vector): New function.
5578         (s390_function_arg_integer): Adjust comment.
5579         (struct s390_arg_state)<vr>: New field.
5580         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
5581         arguments according to vector ABI when appropriate.
5582         (s390_push_dummy_call): Initialize the argument state's field
5583         'vr'.  Adjust calls to s390_handle_arg.
5584         (s390_register_return_value): Handle vector return values.
5585         (s390_return_value): Apply the "register" return value convention
5586         to a vector when appropriate.
5587         (s390_gdbarch_init): Initialize tdep->vector_abi.
5588         * NEWS: Announce S390 vector ABI support.
5589
5590 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5591
5592         * s390-linux-tdep.c (s390_return_value_convention): Remove
5593         function.  Inline its logic...
5594         (s390_return_value): ...here.  Instead, move the handling of the
5595         "register" return value convention...
5596         (s390_register_return_value): ...here.  New function.
5597
5598 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5599
5600         * s390-linux-tdep.c
5601         (is_float_singleton): Remove function.  Move the "singleton" part
5602         of the logic...
5603         (s390_effective_inner_type): ...here.  New function.
5604         (is_float_like): Remove function.  Inline its logic...
5605         (s390_function_arg_float): ...here.
5606         (is_pointer_like, is_integer_like, is_struct_like): Remove
5607         functions.  Inline their logic...
5608         (s390_function_arg_integer): ...here.
5609         (s390_function_arg_pass_by_reference): Remove function.
5610         (extend_simple_arg): Remove function.
5611         (alignment_of): Remove function.
5612         (struct s390_arg_state): New structure.
5613         (s390_handle_arg): New function.
5614         (s390_push_dummy_call): Move parameter placement logic to the new
5615         function s390_handle_arg.  Call it for calculating the stack area
5616         sizes first, and again for actually writing the parameters.
5617
5618 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5619
5620         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
5621           false if the argument is zero.
5622
5623 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
5624
5625         * ada-lang.c (template_to_static_fixed_type): Return input type
5626         when it is already fixed.  Cache the input type itself when not
5627         creating a static fixed copy.  Make it explicit that we never
5628         molestate the input type.
5629         * gdbtypes.c (resolve_dynamic_struct): Reset the
5630         TYPE_TARGET_TYPE field for resolved copies.
5631
5632 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
5633
5634         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
5635         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
5636         (template_to_static_fixed_type): Call ada_check_typedef only
5637         when necessary.
5638
5639 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
5640
5641         * cli/cli-dump.c (srec_dump_command): Add internationalization
5642         mark ups.
5643         (ihex_dump_command): Likewise.
5644         (tekhex_dump_command): Likewise.
5645         (binary_dump_command): Likewise.
5646         (binary_append_command): Likewise.
5647
5648 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
5649
5650         * cli/cli-dump.c (verilog_cmdlist): New variable.
5651         (dump_verilog_memory): New function.
5652         (dump_verilog_value): New function.
5653         (verilog_dump_command): New function.
5654         (_initialize_cli_dump): Add new commands to support verilog dump
5655         format.
5656         * NEWS: Add entry for "dump verilog".
5657
5658 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
5659
5660         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
5661         descriptive type when there is none.
5662
5663 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
5664
5665         * tui/tui-win.c (tui_async_resize_screen): Call
5666         rl_resize_terminal().
5667
5668 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
5669
5670         * windows-nat.c (handle_output_debug_string): Don't change
5671         current_event.dwThreadId.
5672         (get_windows_debug_event): Use thread_id, rather than relying on
5673         current_event.dwThreadId being changed.
5674
5675 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
5676
5677         * windows-nat.c (windows_continue): Report an error if
5678         ContinueDebugEvent() fails.
5679
5680 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
5681
5682         * windows-nat.c (windows_resume): Fix misspelling in debug output.
5683
5684 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
5685
5686         * windows-nat.c (get_windows_debug_event): Replace retval with
5687         thread_id throughout.  Update stale comment.
5688
5689 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
5690
5691         * windows-nat.c (get_windows_debug_event): Don't use ternary
5692         conditional operator.
5693
5694 2015-04-21  Pierre Muller  <muller@sourceware.org>
5695
5696         PR pascal/17815
5697         p-exp.y (yylex): Reorganize code to return the matched pattern
5698         for a field of this.
5699
5700 2015-04-21  Gary Benson <gbenson@redhat.com>
5701
5702         * common/fileio.h (fileio_to_host_openflags): New declaration.
5703         * common/fileio.c (fcntl.h): New include.
5704         (fileio_to_host_openflags): New function, factored out from...
5705         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
5706         Single use updated.
5707
5708 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
5709
5710         * rl78-tdep.c (RL78_SP_ADDR): Define.
5711         (opc_reg_to_gdb_regnum): New static function.
5712         (rl78_analyze_prologue): Recognize instructions forming slightly
5713         more interesting prologues.
5714
5715 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5716
5717         Revert:
5718         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5719         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
5720         TYPE_CODE_REF types so that they are not considered as dynamic
5721         depending on the referenced type.
5722         (resolve_dynamic_type_internal): Likewise.
5723
5724 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5725
5726         Revert:
5727         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5728         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
5729         "top_level" parameter.
5730         (resolve_dynamic_type_internal): Remove the unused "top_level"
5731         parameter.  Update call to is_dynamic_type_internal.
5732         (is_dynamic_type): Update call to is_dynamic_type_internal.
5733         (resolve_dynamic_range): Update call to
5734         resolve_dynamic_type_internal.
5735         (resolve_dynamic_union): Likewise.
5736         (resolve_dynamic_struct): Likewise.
5737         (resolve_dynamic_type): Likewise.
5738
5739 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
5740
5741         * breakpoint.c (update_dprintf_command_list): Remove duplicated
5742         xmalloc.
5743
5744 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
5745
5746         * reply_mig_hack.awk: Robustify parsing.
5747
5748         * reply_mig_hack.awk: Don't bother to declare an intermediate
5749         function pointer variable.
5750
5751 2015-04-17  Doug Evans  <dje@google.com>
5752
5753         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
5754         to "exec_displacement" to avoid confusion with inner use of the name.
5755
5756 2015-04-17  Pedro Alves  <palves@redhat.com>
5757
5758         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
5759         if HW point of TYPE isn't supported.
5760
5761 2015-04-17  Yao Qi  <yao.qi@linaro.org>
5762             Pedro Alves  <palves@redhat.com>
5763
5764         * target.h (target_can_use_hardware_watchpoint): Update comments.
5765         Remove trailing ";".
5766
5767 2015-04-17  Gary Benson <gbenson@redhat.com>
5768
5769         * remote.c (remote_add_inferior): New argument try_open_exec.
5770         If nonzero, attempt to open the inferior's executable file as
5771         the main executable if no main executable is open already.
5772         All callers updated.
5773         * NEWS: Mention that GDB now supports automatic location and
5774         retrieval of executable + files from remote targets.
5775
5776 2015-04-17  Gary Benson <gbenson@redhat.com>
5777
5778         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
5779         * remote.c (PACKET_qXfer_exec_file): Likewise.
5780         (remote_protocol_features): Register the
5781         "qXfer:exec-file:read" feature.
5782         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
5783         (remote_pid_to_exec_file): New function.
5784         (init_remote_ops): Initialize to_pid_to_exec_file.
5785         (_initialize_remote): Register new "set/show remote
5786         pid-to-exec-file-packet" command.
5787         * NEWS: Announce new qXfer:exec-file:read packet.
5788
5789 2015-04-17  Gary Benson <gbenson@redhat.com>
5790
5791         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
5792         New declaration.
5793         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
5794         New function, factored out from...
5795         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
5796
5797 2015-04-17  Gary Benson <gbenson@redhat.com>
5798
5799         * exec.c (solist.h): New include.
5800         (exec_file_locate_attach): Prefix absolute executable
5801         paths with gdb_sysroot if set.
5802         * NEWS: Mention that executable paths may be prepended
5803         with sysroot.
5804
5805 2015-04-17  Gary Benson <gbenson@redhat.com>
5806
5807         * solist.h (exec_file_find): New declaration.
5808         * solib.c (solib_find_1): New function, factored out from...
5809         (solib_find): ...here.
5810         (exec_file_find): New function.
5811
5812 2015-04-17  Gary Benson <gbenson@redhat.com>
5813
5814         * gdbcore.h (exec_file_locate_attach): New declaration.
5815         * exec.c (exec_file_locate_attach): New function, factored
5816         out from...
5817         * infcmd.c (attach_command_post_wait): ...here.
5818
5819 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
5820
5821         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
5822
5823 2015-04-16  Yao Qi  <yao.qi@linaro.org>
5824
5825         * infrun.c (maybe_software_singlestep): Declare.
5826         (displaced_step_fixup): Call maybe_software_singlestep.
5827
5828 2015-04-15  Doug Evans  <dje@google.com>
5829
5830         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
5831
5832 2015-04-15  Doug Evans  <dje@google.com>
5833
5834         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
5835
5836 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
5837
5838         * python/lib/gdb/command/unwinders.py: Add parentheses.
5839
5840 2015-04-15  Yao Qi  <yao.qi@linaro.org>
5841
5842         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
5843
5844 2015-04-15  Yao Qi  <yao.qi@linaro.org>
5845
5846         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
5847
5848 2015-04-15  Yao Qi  <yao.qi@linaro.org>
5849
5850         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
5851         dsc->insn_size instead of 4.
5852
5853 2015-04-14  Gary Benson <gbenson@redhat.com>
5854
5855         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
5856         * minidebug.c (lzma_stat): Likewise.
5857         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
5858         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
5859
5860 2015-04-13  Stan Shebs  <stanshebs@google.com>
5861
5862         * MAINTAINERS: Update my email address.
5863
5864 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
5865
5866         * amd64-tdep.c (amd64_target_description): New function.
5867         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
5868         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
5869         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
5870         x86 extended save area.
5871         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
5872         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
5873         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
5874         (_initialize_amd64fbsd_nat): Set "to_read_description" to
5875         "amd64fbsd_read_description".
5876         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
5877         (amd64fbsd_supply_xstateregset): New function.
5878         (amd64fbsd_collect_xstateregset): New function.
5879         Add "amd64fbsd_xstateregset".
5880         (amd64fbsd_iterate_over_regset_sections): New function.
5881         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
5882         "I386_FBSD_XSAVE_XCR0_OFFSET".
5883         Add "iterate_over_regset_sections" gdbarch method.
5884         Add "core_read_description" gdbarch method.
5885         * i386-tdep.c (i386_target_description): New function.
5886         * i386-tdep.h: Export i386_target_description and tdesc_i386.
5887         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
5888         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
5889         x86 extended save area.
5890         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
5891         * i386bsd-nat.h: Export i386bsd_xsave_len.
5892         * i386fbsd-nat.c (i386fbsd_read_description): New function.
5893         (_initialize_i386fbsd_nat): Set "to_read_description" to
5894         "i386fbsd_read_description".
5895         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
5896         (i386fbsd_core_read_description): New function.
5897         (i386fbsd_supply_xstateregset): New function.
5898         (i386fbsd_collect_xstateregset): New function.
5899         Add "i386fbsd_xstateregset".
5900         (i386fbsd_iterate_over_regset_sections): New function.
5901         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
5902         "I386_FBSD_XSAVE_XCR0_OFFSET".
5903         Add "iterate_over_regset_sections" gdbarch method.
5904         Add "core_read_description" gdbarch method.
5905         * i386fbsd-tdep.h: New file.
5906
5907 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5908
5909         * NEWS (Changes since GDB 7.9): Add removed -xdb.
5910         * breakpoint.c (command_line_is_silent): Remove xdb_commands
5911         conditional.
5912         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
5913         and lb.
5914         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
5915         va.
5916         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
5917         conditional.
5918         * defs.h (xdb_commands): Remove declaration.
5919         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
5920         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
5921         * infcmd.c (run_no_args_command, go_command): Remove.
5922         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
5923         * infrun.c (xdb_handle_command): Remove.
5924         (_initialize_infrun): Remove xdb_commands for lz and z.
5925         * main.c (xdb_commands): Remove variable.
5926         (captured_main): Remove "xdb" from long_options.
5927         (print_gdb_help): Remove --xdb from help.
5928         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
5929         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
5930         * stack.c (backtrace_full_command, args_plus_locals_info)
5931         (current_frame_command): Remove.
5932         (_initialize_stack): Remove xdb_commands for t, T and l.
5933         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
5934         * thread.c (_initialize_thread): Remove xdb_commands condition.
5935         * tui/tui-layout.c (tui_toggle_layout_command)
5936         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
5937         (_initialize_tui_layout): Remove xdb_commands for td and ts.
5938         * tui/tui-regs.c (tui_scroll_regs_forward_command)
5939         (tui_scroll_regs_backward_command): Remove.
5940         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
5941         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
5942         (_initialize_tui_win): Remove xdb_commands for U and w.
5943         * utils.c (pagination_on_command, pagination_off_command): Remove.
5944         (initialize_utils): Remove xdb_commands for am and sm.
5945
5946 2015-04-10  Pedro Alves  <palves@redhat.com>
5947
5948         * infrun.c (displaced_step_fixup): Switch to the event ptid
5949         earlier.  If the thread stopped for a watchpoint and the
5950         target/arch has non-continuable watchpoints, cancel the displaced
5951         step.
5952         (resume): Don't start a displaced step if in-line step-over info
5953         is valid.
5954
5955 2015-04-10  Pedro Alves  <palves@redhat.com>
5956
5957         * infrun.c (displaced_step_in_progress): New function.
5958         (do_target_resume): Advise target to report all signals if
5959         displaced stepping.
5960
5961 2015-04-10  Pedro Alves  <palves@redhat.com>
5962
5963         PR gdb/18216
5964         * infrun.c (process_event_stop_test): Don't assume a step-resume
5965         is set if tp->stepped_breakpoint is true.
5966
5967 2015-04-10  Yao Qi  <yao.qi@linaro.org>
5968
5969         * arm-tdep.c (install_alu_reg): Update comment.
5970         (thumb_copy_alu_reg): Remove local variable rn.  Update
5971         debugging message.  Use r2 instead of r1 in the modified
5972         instruction.
5973
5974 2015-04-10  Pedro Alves  <palves@redhat.com>
5975
5976         PR gdb/13858
5977         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
5978         linux_displaced_step_location as gdbarch_displaced_step_location
5979         hook.
5980         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
5981         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
5982         * linux-tdep.c (linux_displaced_step_location): New function,
5983         based on ppc_linux_displaced_step_location.
5984         * linux-tdep.h (linux_displaced_step_location): New declaration.
5985         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
5986         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
5987         Delete.
5988         (ppc_linux_init_abi): Install linux_displaced_step_location as
5989         gdbarch_displaced_step_location hook, even without Cell/B.E..
5990         (_initialize_ppc_linux_tdep): Don't install
5991         ppc_linux_inferior_created as inferior_created observer.
5992         * s390-linux-tdep.c (s390_gdbarch_init): Install
5993         linux_displaced_step_location as gdbarch_displaced_step_location
5994         hook.
5995
5996 2015-04-09  Gary Benson <gbenson@redhat.com>
5997
5998         * common/common-remote-fileio.h: Rename to...
5999         * common/fileio.h: ...this.  Update all references.
6000         (remote_fileio_to_fio_error): Rename to...
6001         (host_to_fileio_error): ...this.
6002         (remote_fileio_to_be): Rename to...
6003         (host_to_bigendian): ...this.  Update all callers.
6004         (remote_fileio_to_fio_uint): Rename to...
6005         (host_to_fileio_uint): ...this.  Update all callers.
6006         (remote_fileio_to_fio_time): Rename to...
6007         (host_to_fileio_time): ...this.  Update all callers.
6008         (remote_fileio_to_fio_stat): Rename to...
6009         (host_to_fileio_stat): ...this.
6010         Update all references.
6011         * common/common-remote-fileio.c: Rename to...
6012         * common/fileio.c: ...this.  Update all references.
6013         (remote_fileio_to_fio_error): Rename to...
6014         (host_to_fileio_error): ...this.  Update all callers.
6015         (remote_fileio_mode_to_target): Rename to...
6016         (fileio_mode_pack): ...this.  Update all callers.
6017         (remote_fileio_to_fio_mode): Rename to...
6018         (host_to_fileio_mode): ...this.  Update all callers.
6019         (remote_fileio_to_fio_ulong): Rename to...
6020         (host_to_fileio_ulong): ...this.  Update all callers.
6021         (remote_fileio_to_fio_stat): Rename to...
6022         (host_to_fileio_stat): ...this.  Update all callers.
6023
6024 2015-04-09  Andy Wingo  <wingo@igalia.com>
6025
6026         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
6027         (frame_functions): Bind gdbscm_frame_read_register to
6028         frame-read-register.
6029         * guile/lib/gdb.scm (frame-read-register): Export.
6030
6031 2015-04-09  Gary Benson <gbenson@redhat.com>
6032
6033         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
6034         New declaration.
6035         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
6036         New function, factored out the named functions below.
6037         * inf-child.c (gdb/fileio.h): Remove include.
6038         (common-remote-fileio.h): New include.
6039         (inf_child_errno_to_fileio_error): Remove function.  Update
6040         all callers to use remote_fileio_to_fio_error.
6041         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
6042
6043 2015-04-09  Andy Wingo  <wingo@igalia.com>
6044
6045         * MAINTAINERS (Write After Approval): Add Andy Wingo.
6046
6047 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6048
6049         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
6050         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
6051         * configure: Regenerated.
6052
6053 2015-04-09  Pedro Alves  <palves@redhat.com>
6054
6055         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
6056         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
6057         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
6058         * gnulib/import/Makefile.am: Update.
6059         * gnulib/import/Makefile.in: Update.
6060         * gnulib/import/m4/gnulib-cache.m4: Update.
6061         * gnulib/import/m4/gnulib-comp.m4: Update.
6062         * gnulib/import/m4/strtok_r.m4: New file.
6063         * gnulib/import/strtok_r.c: New file.
6064
6065 2015-04-09  Pedro Alves  <palves@redhat.com>
6066
6067         * gnulib/update-gnulib.sh (aclocal version check): Filter out
6068         "called too early to check prototype".
6069
6070 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6071
6072         PR python/16699
6073         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
6074         use a caching mechanism.  Adjust comments and code to reflect
6075         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
6076         (cmdpy_completer_handle_brkchars): Adjust call to
6077         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
6078         (cmdpy_completer): Likewise.
6079
6080 2015-04-08  Yao Qi  <yao.qi@linaro.org>
6081
6082         * spu-tdep.c (spu_gdbarch_init): Don't call
6083         set_gdbarch_cannot_step_breakpoint.
6084
6085 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6086
6087         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
6088
6089 2015-04-07  Pedro Alves  <palves@redhat.com>
6090
6091         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
6092         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
6093         (delete_exited_threads): New declaration.
6094         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
6095         * linux-nat.c (linux_nat_update_thread_list): New function.
6096         (linux_nat_add_target): Install it.
6097         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
6098         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
6099         (delete_exited_threads): New function.
6100
6101 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
6102
6103         * infrun.c (resume) <displaced stepping debug output>: Get the
6104         leader thread's regcache, not resume_ptid's.
6105
6106 2015-04-06  Doug Evans  <xdje42@gmail.com>
6107
6108         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
6109         VAR_DOMAIN.
6110         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
6111         Include symbol domain in debugging output.
6112
6113 2015-04-06  Pedro Alves  <palves@redhat.com>
6114             Bernd Edlinger  <bernd.edlinger@hotmail.de>
6115
6116         * configure.ac: Remove the mingw32-specific stub-termcap.o
6117         fallback, and instead fallback to the stub termcap on all hosts.
6118         * configure: Regenerate.
6119         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
6120         symbols.
6121
6122 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6123
6124         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6125         "top_level" parameter.
6126         (resolve_dynamic_type_internal): Remove the unused "top_level"
6127         parameter.  Update call to is_dynamic_type_internal.
6128         (is_dynamic_type): Update call to is_dynamic_type_internal.
6129         (resolve_dynamic_range): Update call to
6130         resolve_dynamic_type_internal.
6131         (resolve_dynamic_union): Likewise.
6132         (resolve_dynamic_struct): Likewise.
6133         (resolve_dynamic_type): Likewise.
6134
6135 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6136
6137         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6138         TYPE_CODE_REF types so that they are not considered as dynamic
6139         depending on the referenced type.
6140         (resolve_dynamic_type_internal): Likewise.
6141
6142 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
6143
6144         * Makefile.in (top_srcdir): New.
6145         * configure: Regenerated.
6146
6147 2015-04-02  Gary Benson <gbenson@redhat.com>
6148
6149         * NEWS: Announce the new default sysroot of "target:".
6150
6151 2015-04-02  Gary Benson <gbenson@redhat.com>
6152
6153         * main.c (captured_main): Set gdb_sysroot to "target:"
6154         if not otherwise set.
6155
6156 2015-04-02  Gary Benson <gbenson@redhat.com>
6157
6158         * exec.c (exec_file_attach): Support "target:" filenames.
6159
6160 2015-04-02  Gary Benson <gbenson@redhat.com>
6161
6162         * solib.c (solib_find): Strip "target:" prefix from sysroot
6163         if accessing local files.
6164
6165 2015-04-02  Gary Benson <gbenson@redhat.com>
6166
6167         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
6168         checks and error messages.
6169
6170 2015-04-02  Gary Benson <gbenson@redhat.com>
6171
6172         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
6173         (remote_filename_p): Remove declaration.
6174         (remote_bfd_open): Likewise.
6175         * remote.c (remote_bfd_iovec_open): Remove function.
6176         (remote_bfd_iovec_close): Likewise.
6177         (remote_bfd_iovec_pread): Likewise.
6178         (remote_bfd_iovec_stat): Likewise.
6179         (remote_filename_p): Likewise.
6180         (remote_bfd_open): Likewise.
6181         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
6182         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
6183         (gdb_bfd_open_maybe_remote): Remove function.
6184         (symfile_bfd_open):  Replace remote filename check with
6185         target filename check.
6186         (reread_symbols): Use gdb_bfd_open.
6187         * build-id.c (gdbcore.h): New include.
6188         (build_id_to_debug_bfd): Use gdb_bfd_open.
6189         * infcmd.c (attach_command_post_wait): Remove remote filename
6190         check.
6191         * solib.c (solib_find): Replace remote-specific handling with
6192         target-specific handling.  Update comments where necessary.
6193         (solib_bfd_open): Replace remote-specific handling with
6194         target-specific handling.
6195         (gdb_sysroot_changed): New function.
6196         (_initialize_solib): Call the above when gdb_sysroot changes.
6197         * windows-tdep.c (gdbcore.h): New include.
6198         (windows_xfer_shared_library): Use gdb_bfd_open.
6199
6200 2015-04-02  Gary Benson <gbenson@redhat.com>
6201
6202         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
6203         (is_target_filename): New declaration.
6204         (gdb_bfd_has_target_filename): Likewise.
6205         (gdb_bfd_open): Update documentation comment.
6206         * gdb_bfd.c (target.h): New include.
6207         (gdb/fileio.h): Likewise.
6208         (is_target_filename): New function.
6209         (gdb_bfd_has_target_filename): Likewise.
6210         (fileio_errno_to_host): Likewise.
6211         (gdb_bfd_iovec_fileio_open): Likewise.
6212         (gdb_bfd_iovec_fileio_pread): Likewise.
6213         (gdb_bfd_iovec_fileio_close): Likewise.
6214         (gdb_bfd_iovec_fileio_fstat): Likewise.
6215         (gdb_bfd_open): Use target fileio to access paths prefixed
6216         with "target:" where necessary.
6217
6218 2015-04-02  Gary Benson <gbenson@redhat.com>
6219
6220         * target.h (struct target_ops) <to_filesystem_is_local>:
6221         New field.
6222         (target_filesystem_is_local): New macro.
6223         * target-delegates.c: Regenerate.
6224         * remote.c (remote_filesystem_is_local): New function.
6225         (init_remote_ops): Initialize to_filesystem_is_local.
6226
6227 2015-04-02  Gary Benson <gbenson@redhat.com>
6228
6229         * target.h (struct target_ops) <to_fileio_fstat>: New field.
6230         (target_fileio_fstat): New declaration.
6231         * target.c (target_fileio_fstat): New function.
6232         * inf-child.c (inf_child_fileio_fstat): Likewise.
6233         (inf_child_target): Initialize to_fileio_fstat.
6234         * remote.c (init_remote_ops): Likewise.
6235
6236 2015-04-01  Sasha Smundak  <asmundak@google.com>
6237
6238         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
6239         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
6240         (py-unwind.o): New recipe.
6241         * NEWS: mention Python frame unwinding.
6242         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
6243         gdb/unwinder.py and gdb/command/unwinder.py
6244         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
6245         list.
6246         (execute_unwinders): New function.
6247         * python/lib/gdb/command/unwinders.py: New file.
6248         * python/lib/gdb/unwinder.py: New file.
6249         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
6250         (objfpy_dealloc): Decrement frame_unwinders reference count.
6251         (objfpy_initialize): Create frame_unwinders list.
6252         (objfpy_get_frame_unwinders): New function.
6253         (objfpy_set_frame_unwinders): Ditto.
6254         (objfile_getset): Add frame_unwinders attribute to Objfile.
6255         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
6256         (pspy_dealloc): Decrement frame_unwinders reference count.
6257         (pspy_initialize): Create frame_unwinders list.
6258         (pspy_get_frame_unwinders): New function.
6259         (pspy_set_frame_unwinders): Ditto.
6260         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
6261         * python/py-unwind.c: New file.
6262         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
6263         (objpy_get_frame_unwinders): New prototype.
6264         (gdbpy_initialize_unwind): New prototype.
6265         * python/python.c (gdbpy_apply_type_printers): Call
6266         gdbpy_initialize_unwind.
6267
6268 2015-04-01  Pedro Alves  <palves@redhat.com>
6269
6270         * infrun.c (resume): Check currently_stepping after clearing
6271         stepped_breakpoint, not before.
6272
6273 2015-04-01  Pedro Alves  <palves@redhat.com>
6274
6275         * infrun.c (print_target_wait_results): Print all the ptid
6276         elements.
6277
6278 2015-04-01  Pedro Alves  <palves@redhat.com>
6279
6280         * infrun.c (keep_going): Also discard cleanups if inserting
6281         breakpoints fails.
6282
6283 2015-04-01  Pedro Alves  <palves@redhat.com>
6284
6285         * infrun.c (wait_for_inferior): Install the
6286         finish_thread_state_cleanup cleanup across the whole function, not
6287         just around handle_inferior_event.
6288
6289 2015-04-01  Pedro Alves  <palves@redhat.com>
6290
6291         * infrun.c (resume) <step past permanent breakpoint>: Use
6292         do_target_resume.
6293
6294 2015-04-01  Pedro Alves  <palves@redhat.com>
6295
6296         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
6297
6298 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6299
6300         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
6301
6302 2015-04-01  Pedro Alves  <palves@redhat.com>
6303
6304         * linux-thread-db.c (record_thread): Readd the thread to gdb's
6305         list if it was marked exited.
6306
6307 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
6308
6309         * configure: Regenerated.
6310
6311 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
6312             Jan Kratochvil  <jan.kratochvil@redhat.com>
6313             Oleg Nesterov  <oleg@redhat.com>
6314
6315         PR corefiles/16092
6316         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
6317         New enum identifying the various options of the coredump_filter
6318         file.
6319         (struct smaps_vmflags): New struct.
6320         (use_coredump_filter): New variable.
6321         (decode_vmflags): New function.
6322         (mapping_is_anonymous_p): Likewise.
6323         (dump_mapping_p): Likewise.
6324         (linux_find_memory_regions_full): New variables
6325         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
6326         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
6327         parsing of its information.  Implement memory mapping filtering
6328         based on its contents.
6329         (show_use_coredump_filter): New function.
6330         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
6331         * NEWS: Mention the possibility of using the
6332         '/proc/PID/coredump_filter' file when generating a corefile.
6333         Mention new command 'set use-coredump-filter'.
6334
6335 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
6336
6337         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
6338         read_memory_unsigned_integer.
6339
6340 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
6341
6342         * Makefile.in (ZLIB): New.
6343         (ZLIBINC): Likewise.
6344         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
6345         (CLIBS): Add $(ZLIB).
6346         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
6347         Add -lz to LIBS.
6348         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
6349         * top.c (print_gdb_configuration): Remove --with-zlib and
6350         --without-zlib.
6351         * config.in: Regenerated.
6352         * configure: Likewise.
6353
6354 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6355
6356         * NEWS: Mention info os cpus support.
6357         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
6358         (struct osdata_type): Add cpus entry, reorder the entries in
6359         alphabetical order.
6360
6361 2015-03-31  Matthias Klose  <doko@ubuntu.com>
6362
6363         * compile/compile.c (compile_to_object): Allow triplets with or
6364         without vendor set.
6365
6366 2015-03-30  Doug Evans  <dje@google.com>
6367
6368         PR c++/18141
6369         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
6370         klass in VAR_DOMAIN.
6371
6372 2015-03-30  Gary Benson <gbenson@redhat.com>
6373
6374         * remote.c (remote_mourn_1): Remove function.  Update all callers
6375         to use remote_mourn.
6376         (extended_remote_mourn_1): Remove function.  Update all callers
6377         to use extended_remote_mourn.
6378         (extended_remote_attach_1): Remove function.  Update all callers
6379         to use extended_remote_attach.
6380
6381 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
6382
6383         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
6384         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
6385         (ALLDEPFILES): Add ft32-tdep.c.
6386         * configure.tgt: Add FT32 entry.
6387         * ft32-tdep.c: New file, FT32 target-dependent code.
6388         * ft32-tdep.h: New file, FT32 target-dependent code.
6389
6390 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
6391
6392         Revert:
6393         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6394         Code cleanup.
6395         * printcmd.c (print_command_1): Move expr variable scope.
6396
6397 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
6398
6399         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
6400
6401 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
6402
6403         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
6404         sections.
6405
6406 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
6407
6408         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
6409         exception raised while parsing the probe arguments.
6410         Force parsing to be done using the C language parser.
6411         * expression.h (parse_expression_with_language): Declare.
6412         * parse.c (parse_expression_with_language): New function.
6413
6414 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
6415
6416         * MAINTAINERS (Write After Approval): Add "Jon Turney".
6417
6418 2015-03-26  Andy Wingo  <wingo@igalia.com>
6419
6420         PR symtab/18148
6421         * dwarf2read.c (struct partial_die_info): Add has_const_value
6422         member.
6423         (add_partial_symbol): Don't punt on symbols that have const_value
6424         attributes.
6425         (read_partial_die): Detect DW_AT_const_value.
6426
6427 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6428
6429         Code cleanup.
6430         * printcmd.c (print_command_1): Move expr variable scope.
6431
6432 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6433
6434         Code cleanup.
6435         * printcmd.c (validate_format): Make the parameter cmdname const.
6436
6437 2015-03-26  Don Breazeal  <donb@codesourcery.com>
6438
6439         * remote.c (_initialize_remote): Update comment.
6440
6441 2015-03-26  Pedro Alves  <palves@redhat.com>
6442             Jon TURNEY  <jon.turney@dronecode.org.uk>
6443
6444         * coffread.c (coff_symfile_read): When constructing the name of an
6445         import stub symbol from import symbol for amd64, only skip the
6446         char after _imp_ if the target is underscored (like i386) and the
6447         char is indeed the target's leading char.
6448
6449 2015-03-25  Pedro Alves  <palves@redhat.com>
6450
6451         * target.h <to_async>: Replace 'callback' and 'context' parameters
6452         with boolean 'enable' parameter.
6453         (target_async): Replace CALLBACK and CONTEXT parameters with
6454         boolean ENABLE parameter.
6455         * inf-loop.c (inferior_event_handler): Adjust.
6456         * linux-nat.c (linux_nat_attach, linux_nat_resume)
6457         (linux_nat_resume): Adjust.
6458         (async_client_callback, async_client_context): Delete.
6459         (handle_target_event): Call inferior_event_handler directly.
6460         (linux_nat_async): Replace 'callback' and 'context' parameters
6461         with boolean 'enable' parameter.  Adjust.  Remove references to
6462         async_client_callback and async_client_context.
6463         (linux_nat_close): Adjust.
6464         * record-btrace.c (record_btrace_async): Replace 'callback' and
6465         'context' parameters with boolean 'enable' parameter.  Adjust.
6466         (record_btrace_resume): Adjust.
6467         * record-full.c (record_full_async): Replace 'callback' and
6468         'context' parameters with boolean 'enable' parameter.  Adjust.
6469         (record_full_resume, record_full_core_resume): Adjust.
6470         * remote.c (struct remote_state) <async_client_callback,
6471         async_client_context>: Delete fields.
6472         (remote_start_remote, extended_remote_attach_1, remote_resume)
6473         (extended_remote_create_inferior): Adjust.
6474         (remote_async_serial_handler): Call inferior_event_handler
6475         directly.
6476         (remote_async): Replace 'callback' and 'context' parameters with
6477         boolean 'enable' parameter.  Adjust.
6478         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
6479         Adjust.
6480         * target-delegates.c: Regenerate.
6481
6482 2015-03-25  Gary Benson <gbenson@redhat.com>
6483             Pedro Alves  <palves@redhat.com>
6484
6485         * target.c (fileio_ft_t): New typedef, define object vector.
6486         (fileio_fhandles): New static variable.
6487         (is_closed_fileio_fh): New macro.
6488         (lowest_closed_fd): New static variable.
6489         (acquire_fileio_fd): New function.
6490         (release_fileio_fd): Likewise.
6491         (fileio_fd_to_fh): New macro.
6492         (target_fileio_open): Wrap the file descriptor on success.
6493         (target_fileio_pwrite): Updated to use wrapped file descriptor.
6494         (target_fileio_pread): Likewise.
6495         (target_fileio_close): Likewise.
6496
6497 2015-03-24  Pedro Alves  <palves@redhat.com>
6498
6499         * thread.c (thread_apply_all_command): Take exited threads into
6500         account.
6501
6502 2015-03-24  Pedro Alves  <palves@redhat.com>
6503
6504         * infrun.c (resume, proceed): Mention
6505         switch_back_to_stepped_thread, not switch_back_to_stepping.
6506
6507 2015-03-24  Pedro Alves  <palves@redhat.com>
6508
6509         * infrun.c (user_visible_resume_ptid): Rewrite going from
6510         most-locked to unlocked instead of the opposite.  Move comment ...
6511         * infrun.h (user_visible_resume_ptid): ... here.
6512
6513 2015-03-24  Pedro Alves  <palves@redhat.com>
6514
6515         * linux-nat.c (linux_nat_resume): Output debug logs before trying
6516         to resume the event lwp.  Use the lwp's ptid instead of the passed
6517         in (maybe wildcard) ptid.
6518         (stop_wait_callback): Tweak debug log output.
6519         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
6520         TRAP_TRACE.
6521         (linux_nat_filter_event): In debug output, distinguish a
6522         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
6523         before trying to resume the lwp.
6524
6525 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
6526
6527         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
6528         pointer indirection.
6529         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
6530         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
6531
6532 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
6533
6534         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
6535         Renames DYN_ATTR_DATA_LOCATION.
6536         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
6537         DYN_ATTR_DATA_LOCATION.
6538         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
6539         instead of DYN_ATTR_DATA_LOCATION.
6540
6541 2015-03-24  Pedro Alves  <palves@redhat.com>
6542
6543         * breakpoint.c (until_break_command): Adjust call to proceed.
6544         * gdbthread.h (struct thread_control_state) <stepping_command>:
6545         New field.
6546         * infcall.c (run_inferior_call): Adjust call to proceed.
6547         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
6548         Adjust calls to proceed.
6549         (set_step_frame): Set the current thread's step_start_function
6550         here.
6551         (step_once): Adjust calls to proceed.
6552         (jump_command, signal_command, until_next_command)
6553         (finish_backward, finish_forward, proceed_after_attach_callback)
6554         (attach_command_post_wait): Adjust calls to proceed.
6555         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
6556         (do_target_resume): New function, factored out from ...
6557         (resume): ... here.  Remove 'step' parameter.  Instead, check
6558         currently_stepping to determine whether the thread should be
6559         single-stepped.
6560         (proceed): Remove 'step' parameter and don't set the thread's
6561         step_start_function here.  Adjust call to 'resume'.
6562         (handle_inferior_event): Adjust calls to 'resume'.
6563         (switch_back_to_stepped_thread): Use do_target_resume instead of
6564         'resume'.
6565         (keep_going): Adjust calls to 'resume'.
6566         * infrun.h (proceed): Remove 'step' parameter.
6567         (resume): Likewise.
6568         * windows-nat.c (do_initial_windows_stuff): Adjust call to
6569         'resume'.
6570         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
6571
6572 2015-03-24  Pedro Alves  <palves@redhat.com>
6573
6574         * gdbthread.h (struct thread_control_state) <stepping_command>:
6575         New field.
6576         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
6577         the thread's stepping_command field.
6578         * infrun.c (resume): Check the thread's stepping_command flag to
6579         determine which threads should be resumed.  Rename 'entry_step'
6580         local to user_step.
6581         (clear_proceed_status_thread): Clear 'stepping_command'.
6582         (schedlock_applies): Change parameter type to struct thread_info
6583         pointer.  Adjust.
6584         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
6585         (switch_back_to_stepped_thread): Adjust calls to
6586         'schedlock_applies'.
6587         (_initialize_infrun): Adjust "set scheduler-locking step" help.
6588
6589 2015-03-24  Pedro Alves  <palves@redhat.com>
6590
6591         * infrun.c (step_start_function): Delete and ...
6592         * gdbthread.h (struct thread_control_state) <step_start_function>:
6593         ... now a field here.
6594         * infrun.c (clear_proceed_status_thread): Clear the thread's
6595         step_start_function.
6596         (proceed, process_event_stop_test, print_stop_event): Adjust.
6597
6598 2015-03-24  Pedro Alves  <palves@redhat.com>
6599
6600         * infrun.c (proceed): No longer handle negative step.
6601
6602 2015-03-24  Gary Benson  <gbenson@redhat.com>
6603
6604         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
6605         (x86_linux_prepare_to_resume): Likewise.
6606         * x86-linux-nat.c (x86_linux_new_thread):
6607         Moved to nat/x86-linux.c.
6608         (x86_linux_prepare_to_resume): Likewise.
6609         * nat/x86-linux.c (x86_linux_new_thread): New function.
6610         (x86_linux_prepare_to_resume): Likewise.
6611
6612 2015-03-24  Gary Benson  <gbenson@redhat.com>
6613
6614         * nat/x86-linux-dregs.h: New file.
6615         * nat/x86-linux-dregs.c: Likewise.
6616         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
6617         (x86-linux-dregs.o): New rule.
6618         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
6619         * config/i386/linux64.mh (NATDEPFILES): Likewise.
6620         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
6621         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
6622         (x86_linux_dr_get): Likewise.
6623         (x86_linux_dr_set): Likewise.
6624         (x86_linux_dr_get_addr): Likewise.
6625         (x86_linux_dr_get_control): Likewise.
6626         (x86_linux_dr_get_status): Likewise.
6627         (update_debug_registers_callback): Likewise.
6628         (x86_linux_dr_set_control): Likewise.
6629         (x86_linux_dr_set_addr): Likewise.
6630         (x86_linux_update_debug_registers): Likewise.
6631
6632 2015-03-24  Gary Benson  <gbenson@redhat.com>
6633
6634         * x86-linux-nat.c (x86_linux_update_debug_registers):
6635         New function, factored out from...
6636         (x86_linux_prepare_to_resume): ...this.
6637
6638 2015-03-24  Gary Benson  <gbenson@redhat.com>
6639
6640         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
6641         (x86_linux_dr_set): Likewise.
6642         (x86_linux_dr_get_addr): Likewise.
6643         (x86_linux_dr_get_control): Likewise.
6644         (x86_linux_dr_get_status): Likewise.
6645         (update_debug_registers_callback): Likewise.
6646         (x86_linux_dr_set_control): Likewise.
6647         (x86_linux_dr_set_addr): Likewise.
6648         (x86_linux_prepare_to_resume): Likewise.
6649         (x86_linux_new_thread): Likewise.
6650
6651 2015-03-24  Gary Benson  <gbenson@redhat.com>
6652
6653         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
6654         (x86_linux_new_thread): Rename argument.
6655
6656 2015-03-24  Gary Benson  <gbenson@redhat.com>
6657
6658         * nat/x86-linux.h: New file.
6659         * nat/x86-linux.c: Likewise.
6660         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
6661         (x86-linux.o): New rule.
6662         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
6663         * config/i386/linux64.mh (NATDEPFILES): Likewise.
6664         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
6665         (lwp_set_arch_private_info): New declaration.
6666         (lwp_arch_private_info): Likewise.
6667         * linux-nat.c (lwp_set_arch_private_info): New function.
6668         (lwp_arch_private_info): Likewise.
6669         * x86-linux-nat.c: Include nat/x86-linux.h.
6670         (arch_lwp_info): Removed structure.
6671         (update_debug_registers_callback):
6672         Use lwp_set_debug_registers_changed.
6673         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
6674         and lwp_set_debug_registers_changed.
6675         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
6676
6677 2015-03-24  Gary Benson  <gbenson@redhat.com>
6678
6679         * nat/linux-nat.h (ptid_of_lwp): New declaration.
6680         (lwp_is_stopped): Likewise.
6681         (lwp_stop_reason): Likewise.
6682         * linux-nat.c (ptid_of_lwp): New function.
6683         (lwp_is_stopped): Likewise.
6684         (lwp_is_stopped_by_watchpoint): Likewise.
6685         * x86-linux-nat.c (update_debug_registers_callback):
6686         Use lwp_is_stopped.
6687         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
6688         lwp_stop_reason.
6689
6690 2015-03-24  Gary Benson  <gbenson@redhat.com>
6691
6692         * linux-nat.h (linux_stop_lwp): Move declaration to...
6693         * nat/linux-nat.h (linux_stop_lwp): New declaration.
6694
6695 2015-03-24  Gary Benson  <gbenson@redhat.com>
6696
6697         * linux-nat.h: Include nat/linux-nat.h.
6698         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
6699         * nat/linux-nat.h (struct lwp_info): New forward declaration.
6700         (iterate_over_lwps_ftype): New typedef.
6701         (iterate_over_lwps): New declaration.
6702         * linux-nat.h (iterate_over_lwps): Update comment.  Use
6703         iterate_over_lwps_ftype.  Update callback return value check.
6704
6705 2015-03-24  Gary Benson  <gbenson@redhat.com>
6706
6707         * x86-nat.h (x86_debug_reg_state): Move declaration to...
6708         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
6709
6710 2015-03-24  Gary Benson  <gbenson@redhat.com>
6711
6712         * nat/linux-nat.h (current_lwp_ptid): New declaration.
6713         * linux-nat.c (current_lwp_ptid): New function.
6714         * x86-linux-nat.c: Include nat/linux-nat.h.
6715         (x86_linux_dr_get_addr): Use current_lwp_ptid.
6716         (x86_linux_dr_get_control): Likewise.
6717         (x86_linux_dr_get_status): Likewise.
6718         (x86_linux_dr_set_control): Likewise.
6719         (x86_linux_dr_set_addr): Likewise.
6720
6721 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6722
6723         PR breakpoints/16466
6724         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
6725
6726 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
6727
6728         * ser-mingw.c (ser_windows_setparity): Fix indentation.
6729         * ser-unix.c (hardwire_setparity): Likewise.
6730
6731 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
6732
6733         * NEWS: Mention set/show serial parity command.
6734         * monitor.c (monitor_open): Call serial_setparity.
6735         * remote.c (remote_open_1): Likewise.
6736         * ser-base.c (ser_base_serparity): New function.
6737         * ser-base.h (ser_base_setparity): Add  declaration.
6738         * ser-go32.c (dos_ops): Set "setparity" field.
6739         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
6740         state.Parity.
6741         (ser_windows_setparity): New function.
6742         (hardwire_ops): Add ser_windows_setparity.
6743         (tty_ops): Add NULL for setparity field.
6744         (pipe_ops): Add ser_base_setparity.
6745         (tcp_ops): Likewise.
6746         * ser-pipe.c (pipe_ops): Likewise.
6747         * ser-tcp.c (tcp_ops): Likewise.
6748         * ser-unix.c (hardwire_setparity): Add declaration.
6749         (hardwire_raw): Don't reset PARENB flag.
6750         (hardwire_setparity): New function.
6751         (hardwire_ops): Add hardwire_setparity.
6752         * serial.c (serial_setparity): New function.
6753         (serial_parity): New global.
6754         (parity_none, parity_odd, parity_even, parity_enums, parity):
6755         New static globals.
6756         (set_parity): New function.
6757         (_initialize_serial): Add set/show serial parity commands.
6758         * serial.h (GDBPARITY_NONE): Define.
6759         (GDBPARITY_ODD): Define.
6760         (GDBPARITY_EVEN): Define.
6761         (serial_setparity) Add declaration.
6762         (struct serial_ops): Add setparity field.
6763         * target.h (serial_parity): Add declaration.
6764
6765 2015-03-23  Keith Seitz  <keiths@redhat.com>
6766
6767         * linespec.c (linespec_lexer_lex_keyword): Update comment.
6768
6769 2015-03-23  Keith Seitz  <keiths@redhat.com>
6770
6771         * breakpoint.c (parse_breakpoint_sals): Use
6772         linespec_lexer_lex_keyword to ascertain if the user specified
6773         a NULL location.
6774         * linespec.c [IF_KEYWORD_INDEX]: Define.
6775         (linespec_lexer_lex_keyword): Export.
6776         (struct ls_parser) <keyword_ok>: Remove.
6777         A keyword is only a keyword if not followed by another keyword.
6778         (linespec_lexer_lex_one): Remove keyword_ok handling.
6779         Add comment explaining why the parsing stream is not advanced
6780         when a keyword is seen.
6781         (parse_linespec): Remove parser->keyword_ok.
6782         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
6783
6784 2015-03-23  Keith Seitz  <keiths@redhat.com>
6785
6786         PR gdb/18021
6787         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
6788         if we find a static method with DW_AT_vtable_elem_location.
6789
6790 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
6791
6792         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
6793         before the second loop, to avoid undefined behavior.  Reported by
6794         Anton Blanchard <anton@samba.org>.
6795
6796 2015-03-20  Keven Boell  <keven.boell@intel.com>
6797
6798         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
6799         data_location usage to linked list.
6800         (resolve_dynamic_type_internal): Adapt data_location to
6801         linked list.
6802         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
6803         (copy_type_recursive, copy_type): Add copy of linked list.
6804         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
6805         (struct dynamic_prop_list): New struct.
6806         * dwarf2read.c (set_die_type): Set data_location data.
6807
6808 2015-03-20  Pedro Alves  <palves@redhat.com>
6809
6810         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
6811         inner block and make it const.
6812         * machoread.c (get_archive_prefix_len): Make "lparen" const.
6813
6814 2015-03-20  Pedro Alves  <palves@redhat.com>
6815
6816         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
6817         * breakpoint.h (set_breakpoint_condition): Update declaration.
6818
6819 2015-03-20  Pedro Alves  <palves@redhat.com>
6820
6821         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
6822
6823 2015-03-20  Pedro Alves  <palves@redhat.com>
6824
6825         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
6826
6827 2015-03-20  Pedro Alves  <palves@redhat.com>
6828
6829         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
6830
6831 2015-03-20  Pedro Alves  <palves@redhat.com>
6832
6833         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
6834         (nto_init_solib_absolute_prefix): Likewise.
6835
6836 2015-03-20  Pedro Alves  <palves@redhat.com>
6837
6838         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
6839         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
6840
6841 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6842
6843         * config/djgpp/README: Remove gdb.hp.
6844
6845 2015-03-20  Yao Qi  <yao.qi@linaro.org>
6846
6847         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
6848         set_gdbarch_cannot_step_breakpoint.
6849
6850 2015-03-19  Pedro Alves  <palves@redhat.com>
6851
6852         * linux-nat.c (linux_resume_one_lwp): Rename to ...
6853         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
6854         instead call perror_with_name.
6855         (check_ptrace_stopped_lwp_gone): New function.
6856         (linux_resume_one_lwp): Reimplement as wrapper around
6857         linux_resume_one_lwp_throw that swallows errors if the LWP is
6858         gone.
6859         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
6860         swallows errors if the LWP is gone.  Use
6861         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
6862
6863 2015-03-19  Pedro Alves  <palves@redhat.com>
6864
6865         * linux-nat.c (status_callback): Return early if the LWP has no
6866         status pending.
6867
6868 2015-03-19  Pedro Alves  <palves@redhat.com>
6869
6870         * linux-nat.c (select_event_lwp_callback): Update comment to no
6871         longer mention SIGTRAP.
6872
6873 2015-03-18  Tristan Gingold  <gingold@adacore.com>
6874
6875         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
6876         redirection code to ...
6877         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
6878         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
6879
6880 2015-03-18  Gary Benson <gbenson@redhat.com>
6881
6882         (remote_protocol_features): Remove the "vFile:fstat" feature.
6883         (remote_hostio_fstat): Probe for "vFile:fstat" support.
6884
6885 2015-03-11  Yao Qi  <yao.qi@linaro.org>
6886
6887         PR tdep/18107
6888         * aarch64-linux-tdep.c: Include xml-syscall.h
6889         (aarch64_linux_get_syscall_number): New function.
6890         (aarch64_linux_init_abi): Call
6891         set_gdbarch_get_syscall_number.
6892         * syscalls/aarch64-linux.xml: New file.
6893
6894 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
6895
6896         * ser-base.h (ser_base_setstopbits): Change second argument name
6897         from "rate" to "num".
6898
6899 2015-03-17  Gary Benson <gbenson@redhat.com>
6900             Luke Allardyce <lukeallardyce@gmail.com>
6901
6902         PR gdb/18131
6903         * common/common-remote-fileio.h (sys/stat.h): New include.
6904         (stuct stat): Remove forward declaration.
6905
6906 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
6907
6908         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
6909         before writing core register notes.
6910
6911 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
6912             Pedro Alves  <palves@redhat.com>
6913
6914         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
6915         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
6916         (tgoto): Wrap with extern "C".
6917
6918 2015-03-16  Pedro Alves  <palves@redhat.com>
6919             Yuanhui Zhang  <asmwarrior@gmail.com>
6920
6921         * stub-termcap.c (tputs): Change prototype.
6922
6923 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
6924             Pedro Alves  <palves@redhat.com>
6925
6926         * windows-nat.c (struct thread_info_struct): Rename to ...
6927         (struct windows_thread_info_struct): ... this.
6928         (thread_info): Rename to ...
6929         (windows_thread_info): ... this.
6930         All users updated.
6931
6932 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6933             Pedro Alves  <palves@redhat.com>
6934
6935         * NEWS: New Removed targets and native configurations.
6936
6937 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6938
6939         Remove HPUX.
6940         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
6941         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
6942         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
6943         ia64-hpux-tdep.h, solib-ia64-hpux.h.
6944         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
6945         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
6946         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
6947         hppa-hpux-tdep.c.
6948         * config/ia64/hpux.mh: Remove file.
6949         * config/pa/hpux.mh: Remove file.
6950         * configure: Rebuilt.
6951         * configure.ac (dlgetmodinfo, somread.o): Remove.
6952         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
6953         (ia64-*-hpux*): Remove its float format exception.
6954         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
6955         * hppa-hpux-nat.c: Remove file.
6956         * hppa-hpux-tdep.c: Remove file.
6957         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
6958         Move them here from hppa-tdep.h
6959         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
6960         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
6961         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
6962         Move them to hppa-tdep.c.
6963         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
6964         declarations.
6965         * ia64-hpux-nat.c: Remove file.
6966         * ia64-hpux-tdep.c: Remove file.
6967         * ia64-hpux-tdep.h: Remove file.
6968         * inf-ttrace.c: Remove file.
6969         * inf-ttrace.h: Remove file.
6970         * solib-ia64-hpux.c: Remove file.
6971         * solib-ia64-hpux.h: Remove file.
6972         * solib-pa64.c: Remove file.
6973         * solib-pa64.h: Remove file.
6974         * solib-som.c: Remove file.
6975         * solib-som.h: Remove file.
6976         * somread.c: Remove file.
6977
6978 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
6979
6980         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
6981         * config.in: Regenerate.
6982         * configure: Regenerate.
6983         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
6984         define.
6985         (fbsd_find_memory_regions): Use kinfo_getvmmap to
6986         enumerate memory regions if present.
6987
6988 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
6989
6990         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
6991         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
6992         expressions.
6993         (i386fbsd_sigtramp_p): Likewise.
6994
6995 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
6996
6997         * MAINTAINERS (Write After Approval): Add John Baldwin.
6998
6999 2015-03-12  Gary Benson <gbenson@redhat.com>
7000
7001         * solib.c (_initialize_solib): Make "set/show sysroot" use
7002         add_setshow_optional_filename_cmd so it can be restored to
7003         empty after being set.
7004
7005 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7006
7007         * Makefile.in (SFILES): New source break-catch-syscall.c.
7008         (COMMON_OBS): New object break-catch-syscall.o.
7009         * break-catch-syscall.c: New file.
7010         * breakpoint.c: Remove inclusion of "xml-syscall.h".
7011         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
7012         (struct syscall_catchpoint): Likewise.
7013         (dtor_catch_syscall): Likewise.
7014         (catch_syscall_inferior_data): Likewise.
7015         (struct catch_syscall_inferior_data): Likewise.
7016         (get_catch_syscall_inferior_data): Likewise.
7017         (catch_syscall_inferior_data_cleanup): Likewise.
7018         (insert_catch_syscall): Likewise.
7019         (remove_catch_syscall): Likewise.
7020         (breakpoint_hit_catch_syscall): Likewise.
7021         (print_it_catch_syscall): Likewise.
7022         (print_one_catch_syscall): Likewise.
7023         (print_mention_catch_syscall): Likewise.
7024         (print_recreate_catch_syscall): Likewise.
7025         (catch_syscall_breakpoint_ops): Likewise.
7026         (syscall_catchpoint_p): Likewise.
7027         (create_syscall_event_catchpoint): Likewise.
7028         (catch_syscall_split_args): Likewise.
7029         (catch_syscall_command_1): Likewise.
7030         (is_syscall_catchpoint_enabled): Likewise.
7031         (catch_syscall_enabled): Likewise.
7032         (catching_syscall_number): Likewise.
7033         (catch_syscall_completer): Likewise.
7034         (clear_syscall_counts): Likewise.
7035         (initialize_breakpoint_ops): Move initialization of syscall
7036         catchpoints to break-catch-syscall.c.
7037         (_initialize_breakpoint): Move code related to syscall catchpoints
7038         to break-catch-syscall.c.
7039
7040 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7041
7042         * breakpoint.c (breakpoint_find_if): New function.
7043         * breakpoint.h (breakpoint_find_if): New prototype.
7044
7045 2015-03-11  Gary Benson <gbenson@redhat.com>
7046
7047         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
7048         * remote-fileio.c (remote_fileio_to_host_uint): New function.
7049         (remote_fileio_to_host_ulong): Likewise.
7050         (remote_fileio_to_host_mode): Likewise.
7051         (remote_fileio_to_host_time): Likewise.
7052         (remote_fileio_to_host_stat): Likewise.
7053         * remote.c (PACKET_vFile_fstat): New enum value.
7054         (remote_protocol_features): Register the "vFile:fstat" feature.
7055         (remote_hostio_fstat): New function.
7056         (remote_bfd_iovec_stat): Use the above.
7057         (_initialize_remote): Register new "set/show remote
7058         hostio-fstat-packet" command.
7059         * symfile.c (separate_debug_file_exists): Update comment.
7060         * NEWS: Announce new vFile:fstat packet.
7061
7062 2015-03-11  Gary Benson <gbenson@redhat.com>
7063
7064         * common/common-remote-fileio.h: New file.
7065         * common/common-remote-fileio.c: Likewise.
7066         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
7067         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
7068         (COMMON_OBS): Add common-remote-fileio.o.
7069         (common-remote-fileio.o): New rule.
7070         * remote-fileio.h (common-remote-fileio.h): New include.
7071         * remote-fileio.c (gdb/fileio.h): Do not include.
7072         (remote_fileio_to_be): Moved to common-remote-fileio.h.
7073         (remote_fileio_to_fio_uint): Likewise.
7074         (remote_fileio_to_fio_time): Likewise.
7075         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
7076         (remote_fileio_to_fio_mode): Likewise.
7077         (remote_fileio_to_fio_ulong): Likewise.
7078         (remote_fileio_to_fio_stat): Likewise.
7079
7080 2015-03-11  Andy Wingo  <wingo@igalia.com>
7081
7082         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
7083         we were checking the cached type, not the cached dynamic type.
7084
7085 2015-03-11  Andy Wingo  <wingo@igalia.com>
7086
7087         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
7088         other strings, as these are on the GC'd heap, and will be
7089         collected along with the smob.
7090
7091 2015-03-11  Andy Wingo  <wingo@igalia.com>
7092
7093         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
7094         (objfile_functions): Bind gdbscm_objfile_progspace to
7095         objfile-progspace.
7096         * guile/lib/gdb.scm: Add objfile-progspace to exports.
7097
7098 2015-03-11  Andy Wingo  <wingo@igalia.com>
7099
7100         * guile/guile.c (_initialize_guile): Disable automatic
7101         finalization, if Guile offers us that possibility.
7102         * guile/guile.c (call_initialize_gdb_module):
7103         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
7104         finalizers in appropriate places.
7105         * configure.ac (AC_TRY_LIBGUILE): Add a check for
7106         scm_set_automatic_finalization_enabled.
7107         * configure: Regenerated.
7108
7109 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7110
7111         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
7112         SAL, if possible.
7113
7114 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7115
7116         * s390-linux-nat.c (struct arch_lwp_info): New.
7117         (s390_fix_watch_points): Rename to...
7118         (s390_prepare_to_resume): ...this.  Skip the PER info update
7119         unless the watch points have changed.
7120         (s390_refresh_per_info, s390_new_thread): New functions.
7121         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
7122         s390_fix_watch_points.
7123         (s390_remove_watchpoint): Likewise.
7124         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
7125         Register s390_prepare_to_resume.
7126
7127 2015-03-09  Pedro Alves  <palves@redhat.com>
7128
7129         Revert:
7130         2015-03-07  Pedro Alves  <palves@redhat.com>
7131         * common/gdb_socket.h: New file.
7132         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
7133         sys/socket.h.
7134         (net_open): Use union gdb_sockaddr_u.
7135
7136 2015-03-07  Pedro Alves  <palves@redhat.com>
7137
7138         * configure.ac (build_warnings): Move -Wmissing-prototypes
7139         -Wdeclaration-after-statement -Wmissing-parameter-type
7140         -Wold-style-declaration -Wold-style-definition to the C-specific
7141         set.
7142         * configure: Regenerate.
7143
7144 2015-03-07  Pedro Alves  <palves@redhat.com>
7145
7146         * common/gdb_socket.h: New file.
7147         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
7148         sys/socket.h.
7149         (net_open): Use union gdb_sockaddr_u.
7150
7151 2015-03-07  Pedro Alves  <palves@redhat.com>
7152
7153         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
7154         (exceptions_state_mc_action_iter)
7155         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7156         Don't define.
7157         [__cplusplus] (try_scope_depth): New global.
7158         [__cplusplus] (exception_try_scope_entry)
7159         (exception_try_scope_exit, gdb_exception_sliced_copy)
7160         (exception_rethrow): New functions.
7161         (throw_exception): In C++ mode, throw
7162         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
7163         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
7164         (throw_it): In C++ mode, use try_scope_depth.
7165         * common/common-exceptions.h [!__cplusplus]
7166         (exceptions_state_mc_action_iter)
7167         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7168         Don't declare.
7169         [__cplusplus] (exception_try_scope_entry)
7170         (exception_try_scope_exit, exception_rethrow): Declare.
7171         [__cplusplus] (struct exception_try_scope): New struct.
7172         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
7173         C++ exceptions.
7174         (struct gdb_exception_RETURN_MASK_ALL)
7175         (struct gdb_exception_RETURN_MASK_ERROR)
7176         (struct gdb_exception_RETURN_MASK_QUIT): New types.
7177
7178 2015-03-07  Pedro Alves  <palves@redhat.com>
7179
7180         * main.c (handle_command_errors): Remove volatile qualifier from
7181         parameter.
7182
7183 2015-03-07  Pedro Alves  <palves@redhat.com>
7184
7185         * breakpoint.c (save_breakpoints): Adjust to avoid code between
7186         TRY and CATCH.
7187         * gdbtypes.c (safe_parse_type): Remove empty line.
7188         (types_deeply_equal):
7189         * guile/scm-frame.c (gdbscm_frame_name):
7190         * linux-thread-db.c (find_new_threads_once):
7191         * python/py-breakpoint.c (bppy_get_commands):
7192         * record-btrace.c (record_btrace_insert_breakpoint)
7193         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
7194         (record_btrace_start_replaying): Adjust to avoid code between TRY
7195         and CATCH.
7196
7197 2015-03-07  Pedro Alves  <palves@redhat.com>
7198
7199         * common/common-exceptions.c (struct catcher) <exception>: No
7200         longer a pointer to volatile exception.  Now an exception value.
7201         <mask>: Delete field.
7202         (exceptions_state_mc_init): Remove all parameters.  Adjust.
7203         (exceptions_state_mc): No longer pop the catcher here.
7204         (exceptions_state_mc_catch): New function.
7205         (throw_exception): Adjust.
7206         * common/common-exceptions.h (exceptions_state_mc_init): Remove
7207         all parameters.
7208         (exceptions_state_mc_catch): Declare.
7209         (TRY_CATCH): Rename to ...
7210         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
7211         (CATCH, END_CATCH): New.
7212         All callers adjusted.
7213
7214 2015-03-07  Tom Tromey  <tromey@redhat.com>
7215
7216         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
7217
7218 2015-03-07  Pedro Alves  <palves@redhat.com>
7219
7220         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
7221         (amd64_epilogue_frame_cache): Normal exception handling code.
7222         * break-catch-throw.c (check_status_exception_catchpoint)
7223         (re_set_exception_catchpoint): Ditto.
7224         * cli/cli-interp.c (safe_execute_command):
7225         * cli/cli-script.c (script_from_file): Ditto.
7226         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
7227         Ditto.
7228         * compile/compile-object-run.c (compile_object_run): Ditto.
7229         * cp-abi.c (baseclass_offset): Ditto.
7230         * cp-valprint.c (cp_print_value): Ditto.
7231         * exceptions.c (catch_exceptions_with_msg):
7232         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
7233         * frame.c (get_frame_address_in_block_if_available): Ditto.
7234         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
7235         (i386_sigtramp_frame_cache): Ditto.
7236         * infcmd.c (post_create_inferior): Ditto.
7237         * linespec.c (parse_linespec, find_linespec_symbols):
7238         * p-valprint.c (pascal_object_print_value): Ditto.
7239         * parse.c (parse_expression_for_completion): Ditto.
7240         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7241         * remote.c (remote_get_noisy_reply): Ditto.
7242         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
7243         * solib-svr4.c (solib_svr4_r_map): Ditto.
7244
7245 2015-03-06  Gary Benson  <gbenson@redhat.com>
7246
7247         * common/common-utils.h (startswith): New inline function.
7248         All places where this logic was used updated to use the above.
7249
7250 2015-03-05  Pedro Alves  <palves@redhat.com>
7251
7252         PR gdb/18002
7253         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
7254         after reading the breakpoint's shadow memory.
7255
7256 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
7257
7258         * hppabsd-nat.c: Remove file.
7259         * hppaobsd-nat.c: New file.
7260         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
7261         hppaobsd-nat.c.
7262         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
7263         hppaobsd-nat.o.
7264
7265 2015-03-04  Pedro Alves  <palves@redhat.com>
7266
7267         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
7268         (target_decr_pc_after_break): Delete declaration.
7269         * target.c (default_target_decr_pc_after_break)
7270         (target_decr_pc_after_break): Delete.
7271         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
7272         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
7273         * linux-thread-db.c (check_event): Likewise.
7274         * infrun.c (adjust_pc_after_break): Likewise.
7275         * darwin-nat.c (cancel_breakpoint): Likewise.
7276         * aix-thread.c (aix_thread_wait): Likewise.
7277         * target-delegates.c: Regenerate.
7278
7279 2015-03-04  Pedro Alves  <palves@redhat.com>
7280
7281         * linux-nat.c (save_sigtrap): Check for breakpoints before
7282         checking watchpoints.
7283         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
7284         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
7285         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
7286         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
7287         (linux_nat_stopped_by_sw_breakpoint)
7288         (linux_nat_supports_stopped_by_sw_breakpoint)
7289         (linux_nat_stopped_by_hw_breakpoint)
7290         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
7291         (linux_nat_wait_1): Don't re-increment the PC if relying on
7292         SIGTRAP's siginfo->si_code.
7293         (linux_nat_add_target): Install new target methods.
7294         * linux-thread-db.c (check_event): Don't account for breakpoint PC
7295         offset if the target already adjusted the PC.
7296         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
7297         (GDB_ARCH_TRAP_BRKPT): New.
7298         (TRAP_HWBKPT): Define if not already defined.
7299
7300 2015-03-04  Pedro Alves  <palves@redhat.com>
7301
7302         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
7303         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
7304         Delete field.
7305         <stop_reason>: New field.
7306         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
7307         (packet_set_cmd_state): New function.
7308         (remote_protocol_features): Register the "swbreak" and "hwbreak"
7309         features.
7310         (remote_query_supported): If not disabled with the corresponding
7311         "set remote foo-packet" command, report support for the swbreak
7312         and hwbreak features.
7313         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
7314         field.
7315         <stop_reason>: New field.
7316         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
7317         (remote_wait_as): Adjust.
7318         (remote_stopped_by_sw_breakpoint)
7319         (remote_supports_stopped_by_sw_breakpoint)
7320         (remote_stopped_by_hw_breakpoint)
7321         (remote_supports_stopped_by_hw_breakpoint): New functions.
7322         (remote_stopped_by_watchpoint): New function.
7323         (init_remote_ops): Install them.
7324         (_initialize_remote): Register new "set/show remote
7325         swbreak-feature-packet" and "set/show remote
7326         swbreak-feature-packet" commands.
7327
7328 2015-03-04  Pedro Alves  <palves@redhat.com>
7329
7330         * btrace.h: Include target/waitstatus.h.
7331         (struct btrace_thread_info) <stop_reason>: New field.
7332         * record-btrace.c (record_btrace_step_thread): Use
7333         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
7334         (record_btrace_decr_pc_after_break): Delete.
7335         (record_btrace_stopped_by_sw_breakpoint)
7336         (record_btrace_supports_stopped_by_sw_breakpoint)
7337         (record_btrace_stopped_by_hw_breakpoint)
7338         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
7339         (init_record_btrace_ops): Install them.
7340         * record-full.c (record_full_hw_watchpoint): Delete and replace
7341         with ...
7342         (record_full_stop_reason): ... this throughout.
7343         (record_full_exec_insn): Adjust.
7344         (record_full_wait_1): Adjust.  No longer re-increment the PC.
7345         (record_full_wait_1): Adjust.  Use
7346         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
7347         (record_full_stopped_by_watchpoint): Adjust.
7348         (record_full_stopped_by_sw_breakpoint)
7349         (record_full_supports_stopped_by_sw_breakpoint)
7350         (record_full_supports_stopped_by_sw_breakpoint)
7351         (record_full_stopped_by_hw_breakpoint)
7352         (record_full_supports_stopped_by_hw_breakpoint): New functions.
7353         (init_record_full_ops, init_record_full_core_ops): Install them.
7354         * record.c (record_check_stopped_by_breakpoint): New function.
7355         * record.h: Include target/waitstatus.h.
7356         (record_check_stopped_by_breakpoint): New declaration.
7357
7358 2015-03-04  Pedro Alves  <palves@redhat.com>
7359
7360         enum lwp_stop_reason -> enum target_stop_reason
7361         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
7362         (linux_nat_stopped_by_watchpoint, status_callback)
7363         (linux_nat_wait_1): Adjust.
7364         * linux-nat.h (enum lwp_stop_reason): Delete.
7365         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
7366         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
7367         * target/waitstatus.h (enum target_stop_reason): New.
7368
7369 2015-03-04  Pedro Alves  <palves@redhat.com>
7370
7371         * breakpoint.c (need_moribund_for_location_type): New function.
7372         (bpstat_stop_status): Don't skipping checking moribund locations
7373         of breakpoint types which the target tell caused a stop.
7374         (program_breakpoint_here_p): New function, factored out from ...
7375         (bp_loc_is_permanent): ... this.
7376         (update_global_location_list): Don't create a moribund location if
7377         the target supports reporting stops of the type of the removed
7378         breakpoint.
7379         * breakpoint.h (program_breakpoint_here_p): New declaration.
7380         * infrun.c (adjust_pc_after_break): Return early if the target has
7381         already adjusted the PC.  Add comments.
7382         (handle_signal_stop): If nothing explains a signal, and the target
7383         tells us the stop was caused by a software breakpoint, check if
7384         there's a breakpoint instruction in the memory.  If so, adjust the
7385         PC before presenting the stop to the user.  Otherwise, ignore the
7386         trap.  If nothing explains a signal, and the target tells us the
7387         stop was caused by a hardware breakpoint, ignore the trap.
7388         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
7389         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
7390         to_supports_stopped_by_hw_breakpoint>: New fields.
7391         (target_stopped_by_sw_breakpoint)
7392         (target_supports_stopped_by_sw_breakpoint)
7393         (target_stopped_by_hw_breakpoint)
7394         (target_supports_stopped_by_hw_breakpoint): Define.
7395         * target-delegates.c: Regenerate.
7396
7397 2015-03-04  Pedro Alves  <palves@redhat.com>
7398
7399         * infrun.c (follow_fork_inferior): Use the whole of the
7400         inferior_ptid and pending_follow.related_pid ptids instead of
7401         building ptids from the process components.  Adjust verbose output
7402         to use target_pid_to_str.
7403         * linux-nat.c (linux_child_follow_fork): Use the whole of the
7404         inferior_ptid and pending_follow.related_pid ptids instead of
7405         building ptids from the process components.
7406
7407 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
7408
7409         * inf-ptrace.c [PT_GET_PROCESS_STATE]
7410         (inf_ptrace_insert_fork_catchpoint): New function.
7411         (inf_ptrace_remove_fork_catchpoint): New function.
7412         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
7413
7414 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7415
7416         * s390-linux-tdep.c (s390_register_name): Return empty string
7417         instead of NULL for registers that shouldn't be visible.
7418
7419 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7420
7421         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
7422         XML file for 64-bit targets.
7423
7424 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
7425
7426         * target.h (find_default_create_inferior): Remove declaration.
7427         (find_default_attach): Likewise.
7428
7429 2015-03-03  Pedro Alves  <palves@redhat.com>
7430
7431         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
7432         Use ptid_get_pid to get the overall process id when resuming all
7433         threads.
7434
7435 2015-03-03  Pedro Alves  <palves@redhat.com>
7436
7437         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
7438         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
7439         * inf-ptrace.c (get_ptrace_pid): New function.
7440         (inf_ptrace_resume): Use it.
7441         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
7442         to the lower layer.
7443
7444 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
7445
7446         * nat/linux-btrace.c: Include sys/utsname.h.
7447         (linux_determine_kernel_ptr_bits): New.
7448         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
7449         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
7450         ptr_bits.
7451
7452 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
7453
7454         * btrace.c (ftrace_update_function): Treat return as tailcall for
7455         "_dl_runtime_resolve".
7456
7457 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
7458
7459         * btrace.h (btrace_function) <lbegin, lend>: Remove.
7460         * btrace.c (ftrace_debug): Do not print the line range.
7461         (ftrace_skip_file, ftrace_update_lines): Remove.
7462         (ftrace_new_function): Remove lbegin and lend initialization.
7463         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
7464         * record-btrace.c (btrace_compute_src_line_range): New.
7465         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
7466
7467 2015-03-02  Pedro Alves  <palves@redhat.com>
7468
7469         * infrun.c (follow_exec): Delete all threads of the process except
7470         the event thread.  Extended comments.
7471
7472 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
7473
7474         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
7475
7476 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
7477
7478         * utils.h: Remove <stdbool.h> #include.
7479         (producer_is_gcc): Change return type to "int".
7480         * utils.c (producer_is_gcc): Change return type to int.
7481         Return 1 instead of true, and 0 instead of false.
7482         Adjust function documentation accordingly.
7483
7484 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7485
7486         * s390-linux-nat.c (have_regset_vxrs): New static variable.
7487         (s390_linux_fetch_inferior_registers): Handle vector registers, if
7488         present.
7489         (s390_linux_store_inferior_registers): Likewise.
7490         (s390_get_hwcap): Remove function.  Embed its logic...
7491         (s390_read_description): ...here.  Yield a target description with
7492         vector registers if applicable.
7493         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
7494         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
7495         "features/s390x-tevx-linux64.c".
7496         (struct gdbarch_tdep) <v0_full_regnum>: New field.
7497         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
7498         for "GNU/Linux-specific registers".
7499         (s390_dwarf_reg_r0l): New enum value.
7500         (s390_dwarf_reg_to_regnum): Support vector registers.
7501         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
7502         of GPR lower halves.
7503         (regnum_is_vxr_full): New function.
7504         (s390_register_name): New function.
7505         (s390_pseudo_register_name): Handle v0-v15, which are composed of
7506         f0-f15 and v0l-v15l.
7507         (s390_pseudo_register_type): Likewise.
7508         (s390_pseudo_register_read): Likewise.
7509         (s390_pseudo_register_write): Likewise.
7510         (s390_value_from_register): Account for the fact that values are
7511         placed left-justified in vector registers.
7512         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
7513         the vector reggroup and omit them from the general reggroup.
7514         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
7515         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
7516         (s390_iterate_over_regset_sections): Add iterations for the two
7517         new vector regsets.
7518         (s390_core_read_description): Yield a target description with
7519         vector registers if applicable.
7520         (s390_gdbarch_init): Handle target descriptions with vector
7521         registers.  Add "register_name" gdbarch method.
7522         (_initialize_s390_tdep): Call new tdesc initialization functions.
7523         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
7524         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
7525         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
7526         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
7527         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
7528         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
7529         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
7530         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
7531         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
7532         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
7533         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
7534         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
7535         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
7536         (S390_NUM_REGS): Adjust value.
7537         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
7538         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
7539         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
7540         * NEWS: Announce S/390 vector register support.
7541
7542 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7543
7544         * features/s390-tevx-linux64.xml: New file.
7545         * features/s390-vx-linux64.xml: New file.
7546         * features/s390-vx.xml: New file.
7547         * features/s390x-tevx-linux64.xml: New file.
7548         * features/s390x-vx-linux64.xml: New file.
7549         * features/Makefile (WHICH): Add s390-vx-linux64,
7550         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
7551         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
7552         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
7553         macros.
7554         * features/s390-tevx-linux64.c: New generated file.
7555         * features/s390-vx-linux64.c: Likewise.
7556         * features/s390x-tevx-linux64.c: Likewise.
7557         * features/s390x-vx-linux64.c: Likewise.
7558         * regformats/s390-tevx-linux64.dat: Likewise.
7559         * regformats/s390-vx-linux64.dat: Likewise.
7560         * regformats/s390x-tevx-linux64.dat: Likewise.
7561         * regformats/s390x-vx-linux64.dat: Likewise.
7562
7563 2015-02-28  Doug Evans  <xdje42@gmail.com>
7564
7565         * symtab.h (struct symtab) <next>: Fix comment.
7566
7567 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
7568
7569         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
7570         python_GdbMethods.
7571
7572 2015-02-27  Pedro Alves  <palves@redhat.com>
7573
7574         * dtrace-probe.c (dtrace_probe_ops): Make extern.
7575
7576 2015-02-27  Pedro Alves  <palves@redhat.com>
7577
7578         * common/common-exceptions.h (exception_none): Declare.
7579         * common/common-exceptions.c (exception_none): Moved from
7580         exceptions.c.
7581         (exceptions_state_mc_init): Use exception_none.
7582         * exceptions.c (exception_none): Move to
7583         common/common-exceptions.c.
7584         * exceptions.h (exception_none): Move to
7585         common/common-exceptions.h.
7586
7587 2015-02-27  Pedro Alves  <palves@redhat.com>
7588
7589         * main.c (catch_command_errors, catch_command_errors_const):
7590         Remove 'mask' argument.  Adjust.
7591         (captured_main): Adjust callers.
7592
7593 2015-02-27  Pedro Alves  <palves@redhat.com>
7594
7595         * python/python-internal.h: Include "extension-priv.h".
7596
7597 2015-02-27  Pedro Alves  <palves@redhat.com>
7598
7599         * breakpoint.h (enum print_stop_action): Move further up in the
7600         file.
7601
7602 2015-02-27  Pedro Alves  <palves@redhat.com>
7603
7604         * gdbarch.sh: Include regcache.h.
7605         * gdbarch.h: Regenerate.
7606
7607 2015-02-27  Pedro Alves  <palves@redhat.com>
7608
7609         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
7610         Remove duplicate const.
7611         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
7612         duplicate const.
7613
7614 2015-02-27  Pedro Alves  <palves@redhat.com>
7615
7616         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
7617         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
7618         * features/feature_to_c.sh: Tag the generated xml_builtin array
7619         with extern const in C++ mode.
7620
7621 2015-02-27  Tom Tromey  <tromey@redhat.com>
7622
7623         * minidebug.c (struct lzma_stream): Rename to ...
7624         (struct gdb_lzma_stream): ... this.
7625         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
7626
7627 2015-02-27  Pedro Alves  <palves@redhat.com>
7628
7629         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
7630         function.
7631         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7632         (mi_cmd_stack_list_variables): Use it.
7633
7634 2015-02-27  Pedro Alves  <palves@redhat.com>
7635
7636         * x86-linux-nat.c (u_debugreg_offset): New function.
7637         (x86_linux_dr_get, x86_linux_dr_set): Use it.
7638
7639 2015-02-27  Pedro Alves  <palves@redhat.com>
7640
7641         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
7642         declaration.
7643         Include break-common.h.
7644
7645 2015-02-27  Tom Tromey  <tromey@redhat.com>
7646             Pedro Alves <palves@redhat.com>
7647
7648         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
7649         local used to iterate over enums.
7650         * completer.c (signal_completer): Likewise.
7651         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
7652         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
7653         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
7654         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
7655         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
7656         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
7657         * tui-wingeneral.c (tui_refresh_all):  Likewise.
7658
7659 2015-02-27  Pedro Alves  <palves@redhat.com>
7660
7661         * target.h: Include "infrun.h".
7662
7663 2015-02-27  Pedro Alves  <palves@redhat.com>
7664
7665         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
7666
7667 2015-02-27  Pedro Alves  <palves@redhat.com>
7668
7669         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
7670         (IPA_SYM): Use it.
7671         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
7672
7673 2015-02-27  Pedro Alves  <palves@redhat.com>
7674
7675         * cli-out.c (_rl_erase_entire_line): Move declaration out of
7676         cli_mld_erase_entire_line, and make it extern "C".
7677         * common/common-defs.h (EXTERN_C): New.
7678         * completer.c (_rl_completion_prefix_display_length)
7679         (_rl_print_completions_horizontally, QSFUNC): Move declarations
7680         out of gdb_display_match_list_1.
7681         (_rl_qsort_string_compare): Move declaration out of
7682         gdb_display_match_list_1, and make it extern "C".
7683         * defs.h (re_comp): Use EXTERN_C.
7684         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
7685         and make it extern "C".
7686         (monstartup): Move declaration out of maintenance_set_profile_cmd,
7687         and make it extern "C".
7688         (main): Move declaration out of maintenance_set_profile_cmd.
7689         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
7690         EXTERN_C.
7691
7692 2015-02-27  Pedro Alves  <palves@redhat.com>
7693
7694         * python/python.c (GdbMethods): Rename to ...
7695         (python_GdbMethods): ... this and make extern.
7696         (GdbModuleDef): Rename to ...
7697         (python_GdbModuleDef): ... this and make extern.
7698
7699 2015-02-27  Pedro Alves  <palves@redhat.com>
7700
7701         * record-btrace.c (set_record_btrace_cmdlist)
7702         (show_record_btrace_cmdlist): Remove redefinitions.
7703
7704 2015-02-27  Tom Tromey  <tromey@redhat.com>
7705             Pedro Alves  <palves@redhat.com>
7706
7707         * dwarf2-frame.c (enum cfa_how_kind, struct
7708         dwarf2_frame_state_reg_info): Move out of struct
7709         dwarf2_frame_state.
7710         * dwarf2read.c (struct tu_stats): Move out of struct
7711         dwarf2_per_objfile.
7712         (struct file_entry): Move out of struct line_header.
7713         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
7714         typedef_field_list): Move out of struct field_info.
7715         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
7716         Move out of struct dynamic_prop.
7717         (union type_owner, union field_location, struct field, struct
7718         range_bounds, union type_specific): Move out of struct main_type.
7719         (struct fn_fieldlist, struct fn_field, struct typedef_field)
7720         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
7721         (struct call_site_target, union call_site_parameter_u, struct
7722         call_site_parameter): Move out of struct call_site.
7723         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
7724         m32c_prologue.
7725         (enum srcdest_kind): Move out of struct srcdest.
7726         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
7727         * prologue-value.h (enum prologue_value_kind): Move out of struct
7728         prologue_value.
7729         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
7730         gdbarch_tdep.
7731         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
7732         out of struct field_info.
7733         * symfile.h (struct other_sections): Move out of struct
7734         section_addr_info.
7735         * symtab.c (struct symbol_cache_slot): Move out struct
7736         block_symbol_cache.
7737         * target-descriptions.c (enum tdesc_type_kind): Move out of
7738         typedef struct tdesc_type.
7739         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
7740         struct tui_line_or_address.
7741         * value.c (enum internalvar_kind, union internalvar_data): Move
7742         out of struct internalvar.
7743         * xtensa-tdep.h (struct ctype_cache): Move out of struct
7744         gdbarch_tdep.
7745
7746 2015-02-27  Tom Tromey  <tromey@redhat.com>
7747             Pedro Alves  <palves@redhat.com>
7748
7749         Rename symbols whose names are reserved C++ keywords throughout.
7750
7751 2015-02-27  Pedro Alves  <palves@redhat.com>
7752
7753         * Makefile.in (COMPILER): New, get it from autoconf.
7754         (COMPILE.pre, CC_LD): Use COMPILER.
7755         (CXX): Get from autoconf instead.
7756         (CXX_FOR_TARGET): Default to g++ instead of gcc.
7757         * acinclude.m4: Include build-with-cxx.m4.
7758         * build-with-cxx.m4: New file.
7759         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
7760         Disable -Werror by default if building in C++ mode.
7761         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
7762         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
7763         Run supported-warning-flags tests with the C++ compiler.
7764         Save/restore CXXFLAGS too.
7765         * configure: Regenerate.
7766
7767 2015-02-27  Pedro Alves  <palves@redhat.com>
7768
7769         * libiberty.m4: New file.
7770         * acinclude.m4: Include libiberty.m4.
7771         * configure.ac: Call libiberty_INIT.
7772         * config.in, configure: Regenerate.
7773
7774 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7775
7776         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
7777         31-bit targets, but 64-bit targets as well.
7778         (s390_gnu_triplet_regexp): New function.
7779         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
7780         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
7781         method.
7782
7783 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
7784
7785         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
7786         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
7787         from CONTEXT_DEBUGGER.
7788
7789 2015-02-26  Doug Evans  <dje@google.com>
7790
7791         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
7792         CHECK_TYPEDEF.
7793         (set_type_vptr_fieldno): Ditto.
7794         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
7795         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
7796
7797 2015-02-26  Pedro Alves  <palves@redhat.com>
7798
7799         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
7800         * complaints.c (vcomplaint): Pass argument FMT directly to
7801         printf-like functions instead of complaint->fmt.
7802         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
7803         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
7804         * compile/compile-loc2c.c (pushf, unary, binary): Add
7805         ATTRIBUTE_PRINTF.
7806         (do_compile_dwarf_expr_to_c): Pass string literal as format string
7807         to pushf.
7808         (BINARY): Pass string literal as format string to 'binary'.
7809         * compile/compile-object-load.c (link_callbacks_einfo): Add
7810         ATTRIBUTE_PRINTF.
7811         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
7812
7813 2015-02-26  Pedro Alves  <palves@redhat.com>
7814
7815         * windows-termcap.c: Rename to ...
7816         * stub-termcap.c: ... this.  Adjust header line.
7817         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
7818         windows-termcap.c.
7819         * configure: Regenerate.
7820         * configure.ac: Refer to stub-termcap.o instead of
7821         windows-termcap.o.
7822         * gdb_curses.h: Mention stub-termcap.c instead of
7823         windows-termcap.c.
7824
7825 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7826
7827         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
7828         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
7829
7830 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7831
7832         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
7833
7834 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7835
7836         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
7837         bfd_canonicalize_symtab.
7838
7839 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
7840
7841         * amd64fbsd-nat.c: Include sys/user.h.
7842         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
7843         instead of KERN_PS_STRINGS to locate the signal trampoline.
7844         * i386fbsd-nat.c: Include sys/user.h.
7845         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
7846         instead of KERN_PS_STRINGS to locate the signal trampoline.
7847         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
7848         (amd64fbsd_sigtramp_p): New.
7849         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
7850         longer set default values.
7851         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
7852         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
7853         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
7854         (i386fbsd_freebsd4_sigtramp_start)
7855         (i386fbsd_freebsd4_sigtramp_middle)
7856         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
7857         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
7858         (i386fbsd_sigtramp_p): New.
7859         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
7860         longer set default values.
7861         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
7862
7863 2015-02-25  John Baldwin  <jhb@freebsd.org>
7864
7865         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
7866         get_frame_register instead of frame_unwind_register_unsigned.
7867
7868 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7869
7870         PR build/18033
7871         * compile/compile-c-support.c (c_compute_program): Change // comment.
7872         * compile/compile-object-load.c (setup_sections): Change // comment.
7873
7874 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
7875
7876         PR build/18033:
7877         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
7878
7879 2015-02-23  Pedro Alves  <palves@redhat.com>
7880
7881         * remote.c (skip_to_semicolon): New function.
7882         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
7883         special case the stop reasons that look like hex numbers
7884         upfront.  Instead handle real register numbers after matching
7885         all the known stop reasons.
7886
7887 2015-02-21  Doug Evans  <dje@google.com>
7888
7889         PR c++/17976, symtab/17821
7890         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
7891         is_in_anonymous.  All callers updated.
7892         (find_symbol_in_baseclass): Ditto.
7893         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
7894         for symbols in an anonymous namespace.
7895         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
7896         DW_AT_name directly.
7897         (dwarf2_name): Convert missing namespace name to
7898         CP_ANONYMOUS_NAMESPACE_STR.
7899
7900 2015-02-20  Pedro Alves  <palves@redhat.com>
7901
7902         * linux-nat.c (linux_handle_extended_wait): Call
7903         thread_db_notice_clone whenever a new clone LWP is detected.
7904         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
7905         functions.
7906         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
7907         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
7908         (linux_unstop_all_lwps): Declare.
7909         * linux-thread-db.c (struct thread_get_info_inout): Delete.
7910         (thread_get_info_callback): Delete.
7911         (thread_from_lwp): Use td_thr_get_info and record_thread.
7912         (thread_db_attach_lwp): Delete.
7913         (thread_db_notice_clone): New function.
7914         (try_thread_db_load_1): If /proc is mounted and shows the
7915         process'es task list, walk over all LWPs and call thread_from_lwp
7916         instead of relying on td_ta_thr_iter.
7917         (attach_thread): Don't call check_thread_signals here.  Split the
7918         tail part of the function (which adds the thread to the core GDB
7919         thread list) to ...
7920         (record_thread): ... this function.  Call check_thread_signals
7921         here.
7922         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
7923         call thread_from_lwp.
7924         (thread_db_update_thread_list): Rename to ...
7925         (thread_db_update_thread_list_org): ... this.
7926         (thread_db_update_thread_list): New function.
7927         (thread_db_find_thread_from_tid): Delete.
7928         (thread_db_get_ada_task_ptid): Simplify.
7929         * nat/linux-procfs.c: Include <sys/stat.h>.
7930         (linux_proc_task_list_dir_exists): New function.
7931         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
7932
7933 2015-02-20  Pedro Alves  <palves@redhat.com>
7934
7935         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
7936         main LWP.  Handle the case of waitpid returning 0 if we're already
7937         attached to the LWP.  Don't set the LWP's last_resume_kind to
7938         resume_stop if we already knew about the LWP.
7939         (linux_nat_filter_event): Add debug logs.
7940
7941 2015-02-20  Pedro Alves  <palves@redhat.com>
7942
7943         * target.h (forward_target_decr_pc_after_break): Delete
7944         declaration.
7945
7946 2015-02-20  Pedro Alves  <palves@redhat.com>
7947
7948         PR threads/18006
7949         * linux-thread-db.c (thread_get_info_callback): Return early if
7950         the thread's lwp id is -1.
7951
7952 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
7953
7954         GDB 7.9 released.
7955
7956 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
7957
7958         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
7959         (dtrace_get_probes) Change type of variable 'dof'.
7960
7961 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7962
7963         PR breakpoints/16812
7964         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
7965         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
7966         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
7967
7968 2015-02-19  David Taylor  <dtaylor@emc.com>
7969
7970         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
7971
7972 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
7973
7974         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
7975         function.
7976         (tui_putc): Don't call tui_handle_resize_during_io.
7977         (tui_getc): Likewise.
7978         (tui_mld_getc): Likewise.
7979         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
7980         (tui_sigwinch_token): New static variable.
7981         (tui_initialize_win): Adjust documentation.  Set
7982         tui_sigwinch_token.
7983         (tui_async_resize_screen): New asynchronous callback.
7984         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
7985         invoke tui_async_resize_screen.
7986
7987 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
7988
7989         * configure: Regenerated.
7990         * configure.ac: Use GDB_AC_TRANSFORM.
7991         * Makefile.in (aclocal_m4_deps): Added transform.m4.
7992         * acinclude.m4: sinclude transform.m4.
7993         * transform.m4: New file.
7994         (GDB_AC_TRANSFORM): New macro.
7995
7996 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7997
7998         * NEWS: Announce the support for DTrace SDT probes.
7999
8000 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8001
8002         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
8003         (amd64_dtrace_parse_probe_argument): New function.
8004         (amd64_dtrace_probe_is_enabled): Likewise.
8005         (amd64_dtrace_enable_probe): Likewise.
8006         (amd64_dtrace_disable_probe): Likewise.
8007         (amd64_linux_init_abi): Register the
8008         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
8009         `gdbarch_dtrace_disable_probe' and
8010         `gdbarch_dtrace_probe_is_enabled' hooks.
8011         (amd64_dtrace_disabled_probe_sequence_1): New constant.
8012         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
8013         (amd64_dtrace_enable_probe_sequence): Likewise.
8014         (amd64_dtrace_disable_probe_sequence): Likewise.
8015
8016 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8017
8018         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
8019         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
8020         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
8021         handle ELF files.
8022         * Makefile.in (SFILES): dtrace-probe.c added.
8023         * configure: Regenerate.
8024         * dtrace-probe.c: New file.
8025         (SHT_SUNW_dof): New constant.
8026         (dtrace_probe_type): New enum.
8027         (dtrace_probe_arg): New struct.
8028         (dtrace_probe_arg_s): New typedef.
8029         (struct dtrace_probe_enabler): New struct.
8030         (dtrace_probe_enabler_s): New typedef.
8031         (dtrace_probe): New struct.
8032         (dtrace_probe_is_linespec): New function.
8033         (dtrace_dof_sect_type): New enum.
8034         (dtrace_dof_dofh_ident): Likewise.
8035         (dtrace_dof_encoding): Likewise.
8036         (DTRACE_DOF_ENCODE_LSB): Likewise.
8037         (DTRACE_DOF_ENCODE_MSB): Likewise.
8038         (dtrace_dof_hdr): New struct.
8039         (dtrace_dof_sect): Likewise.
8040         (dtrace_dof_provider): Likewise.
8041         (dtrace_dof_probe): Likewise.
8042         (DOF_UINT): New macro.
8043         (DTRACE_DOF_PTR): Likewise.
8044         (DTRACE_DOF_SECT): Likewise.
8045         (dtrace_process_dof_probe): New function.
8046         (dtrace_process_dof): Likewise.
8047         (dtrace_build_arg_exprs): Likewise.
8048         (dtrace_get_arg): Likewise.
8049         (dtrace_get_probes): Likewise.
8050         (dtrace_get_probe_argument_count): Likewise.
8051         (dtrace_can_evaluate_probe_arguments): Likewise.
8052         (dtrace_evaluate_probe_argument): Likewise.
8053         (dtrace_compile_to_ax): Likewise.
8054         (dtrace_probe_destroy): Likewise.
8055         (dtrace_gen_info_probes_table_header): Likewise.
8056         (dtrace_gen_info_probes_table_values): Likewise.
8057         (dtrace_probe_is_enabled): Likewise.
8058         (dtrace_probe_ops): New variable.
8059         (info_probes_dtrace_command): New function.
8060         (_initialize_dtrace_probe): Likewise.
8061         (dtrace_type_name): Likewise.
8062
8063 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8064
8065         * gdbarch.sh (dtrace_parse_probe_argument): New.
8066         (dtrace_probe_is_enabled): Likewise.
8067         (dtrace_enable_probe): Likewise.
8068         (dtrace_disable_probe): Likewise.
8069         * gdbarch.c: Regenerate.
8070         * gdbarch.h: Regenerate.
8071
8072 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8073
8074         * stap-probe.c (stap_probe_ops): Add NULLs in the static
8075         stap_probe_ops for `enable_probe' and `disable_probe'.
8076         * probe.c (enable_probes_command): New function.
8077         (disable_probes_command): Likewise.
8078         (_initialize_probe): Define the cli commands `enable probe' and
8079         `disable probe'.
8080         (parse_probe_linespec): New function.
8081         (info_probes_for_ops): Use parse_probe_linespec.
8082         * probe.h (probe_ops): New hooks `enable_probe' and
8083         `disable_probe'.
8084
8085 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8086
8087         * probe.c (compute_probe_arg): Moved from stap-probe.c
8088         (compile_probe_arg): Likewise.
8089         (probe_funcs): Likewise.
8090         * stap-probe.c (compute_probe_arg): Moved to probe.c.
8091         (compile_probe_arg): Likewise.
8092         (probe_funcs): Likewise.
8093
8094 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
8095
8096         * probe.c (print_ui_out_not_applicables): New function.
8097         (exists_probe_with_pops): Likewise.
8098         (info_probes_for_ops): Do not include column headers for probe
8099         types for which no probe has been actually found on any object.
8100         Also invoke `print_ui_out_not_applicables' in order to match the
8101         column rows with the header when probes of several types are
8102         listed.
8103         Print the "Type" column.
8104         * probe.h (probe_ops): Added a new probe operation `type_name'.
8105         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
8106         (stap_type_name): New function.
8107
8108 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
8109
8110         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
8111         (key_is_command_char): Delete.
8112
8113 2015-02-17  Pedro Alves  <palves@redhat.com>
8114
8115         * tui/tui.c (tui_enable): Resize windows before anything
8116         might show a window.
8117
8118 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
8119
8120         PR gdb/17984
8121         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
8122         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
8123         call.
8124         * aarch64-tdep.h (tdesc_aarch64): Declare.
8125
8126 2015-02-12  Mark Wielaard  <mjw@redhat.com>
8127
8128         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
8129
8130 2015-02-13  Doug Evans  <dje@google.com>
8131
8132         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
8133         anonymous_namespace to is_in_anonymous for consistency with the rest
8134         of the file.
8135         (cp_lookup_bare_symbol): Fix typo in comment.
8136         (cp_search_static_and_baseclasses): Ditto.
8137         (search_symbol_list): Use vertical space in comment better.
8138         (reset_directive_searched): Ditto. Fix typo.
8139         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
8140
8141 2015-02-13  Yao Qi  <yao.qi@arm.com>
8142
8143         * MAINTAINERS: Update my email address.
8144
8145 2015-02-12  Doug Evans  <dje@google.com>
8146
8147         * symtab.c (completion_list_add_name): Fix memory leak.
8148
8149 2015-02-12  Doug Evans  <dje@google.com>
8150
8151         * completer.c (complete_line): Remove incorrect comment.
8152
8153 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8154
8155         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
8156         (py_print_frame): Use RETURN_MASK_ERROR.
8157
8158 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8159
8160         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
8161         function comment.  Wrap all function that can throw in cleanups.
8162         (gdbpy_apply_frame_filter): Wrap all function that can throw in
8163         cleanups.
8164
8165 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8166
8167         * python/py-framefilter.c (py_print_frame): Substitute goto error.
8168         Remove the error label.
8169
8170 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8171
8172         * python/py-framefilter.c (py_print_frame): Put conditional code paths
8173         with goto first, indent the former else codepath left.  Put variable
8174         'elided' to a new inner block.
8175
8176 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8177
8178         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
8179
8180 2015-02-11  Pedro Alves  <palves@redhat.com>
8181
8182         * xcoffread.c (within_function): Delete.
8183
8184 2015-02-11  Tom Tromey  <tromey@redhat.com>
8185             Pedro Alves <palves@redhat.com>
8186
8187         * breakpoint.c (base_breakpoint_ops): Delete.
8188         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
8189         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
8190         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
8191         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
8192         * python/py-arch.c (arch_object_type): Make extern.
8193         * python/py-block.c (block_syms_iterator_object_type): Make extern.
8194         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
8195         * python/py-cmd.c (cmdpy_object_type): Make extern.
8196         * python/py-continueevent.c (continue_event_object_type)
8197         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
8198         parameter.  Update all callers.
8199         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
8200         * python/py-exitedevent.c (exited_event_object_type): Make extern.
8201         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
8202         * python/py-function.c (fnpy_object_type): Make extern.
8203         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
8204         * python/py-infevents.c (call_pre_event_object_type)
8205         (inferior_call_post_event_object_type).
8206         (memory_changed_event_object_type): Make extern.
8207         * python/py-infthread.c (thread_object_type): Make extern.
8208         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
8209         * python/py-linetable.c (linetable_entry_object_type)
8210         (linetable_object_type, ltpy_iterator_object_type): Make extern.
8211         * python/py-newobjfileevent.c (new_objfile_event_object_type)
8212         (clear_objfiles_event_object_type): Make extern.
8213         * python/py-objfile.c (objfile_object_type): Make extern.
8214         * python/py-param.c (parmpy_object_type): Make extern.
8215         * python/py-progspace.c (pspace_object_type): Make extern.
8216         * python/py-signalevent.c (signal_event_object_type): Make extern.
8217         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
8218         * python/py-type.c (type_object_type, field_object_type)
8219         (type_iterator_object_type): Make extern.
8220         * python/python.c (python_extension_script_ops)
8221         (python_extension_ops): Make extern.
8222         * stap-probe.c (stap_probe_ops): Make extern.
8223
8224 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
8225
8226         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
8227         because the event thread is not the current thread.
8228
8229 2015-02-11  Doug Evans  <xdje42@gmail.com>
8230
8231         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
8232         been initialized yet, return NULL.
8233
8234 2015-02-11  Doug Evans  <dje@google.com>
8235
8236         * symfile.h (new_symfile_objfile): Delete.
8237         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
8238         All callers updated.
8239
8240 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
8241
8242         * tui/tui-io.c (tui_handle_resize_during_io): Call
8243         tui_update_gdb_sizes() after resizing the screen.
8244         * tui/tui.c (tui_enable): Resize the terminal before
8245         calling tui_update_gdb_sizes().
8246
8247 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
8248
8249         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
8250         line before printing a newline.
8251
8252 2015-02-11  Mark Wielaard  <mjw@redhat.com>
8253
8254         * utils.c (producer_is_gcc): Return true or false.
8255
8256 2015-02-10  Mark Wielaard  <mjw@redhat.com>
8257
8258         * utils.h (producer_is_gcc): Change return type to bool. Add major
8259         argument.
8260         * utils.c (producer_is_gcc): Likewise.
8261         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
8262         * dwarf2read.c (check_producer): Likewise.
8263
8264 2015-02-10  Pedro Alves  <palves@redhat.com>
8265
8266         * infrun.c (displaced_step_fixup): Switch to the event thread
8267         before calling gdbarch_displaced_step_fixup.
8268
8269 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
8270
8271         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
8272
8273 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
8274
8275         * ada-varobj.c (ada_name_of_child): Constify parent.
8276         (ada_path_expr_of_child): Same.
8277         (ada_value_of_child): Same.
8278         (ada_type_of_child): Same.
8279         * c-varobj.c (c_is_path_expr_parent): Same.
8280         (c_describe_child): Same.
8281         (c_name_of_child): Same.
8282         (c_value_of_child): Same.
8283         (c_type_of_child): Same.
8284         (cplus_number_of_children): Same.
8285         (cplus_describe_child): Constify var.
8286         (cplus_name_of_child): Constify parent.
8287         (cplus_value_of_child): Same.
8288         (cplus_type_of_child): Same.
8289         * jv-varobj.c (java_name_of_child): Same.
8290         (java_value_of_child): Same.
8291         (java_type_of_child): Same.
8292         * varobj.c (value_of_child): Same.
8293         (varobj_default_is_path_expr_parent): Constify var, parent and return
8294         value.
8295         (varobj_get_path_expr): Constify var, modify path_expr through
8296         mutable_var.
8297         (install_new_value): Constify parent.
8298         (value_of_child): Constify parent.
8299         * varobj.h (struct varobj): Constify parent.
8300         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
8301         type_of_child.
8302         (varobj_get_path_expr): Constify var.
8303         (varobj_get_path_expr_parent): Constify var and return value.
8304
8305 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
8306
8307         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
8308         (arm_prologue_this_id): Move PC and SP limit checks to
8309         arm_prologue_unwind_stop_reason.
8310         (arm_prologue_unwind) <stop_reason> : Set to
8311         arm_prologue_unwind_stop_reason.
8312
8313 2015-02-09  Mark Wielaard  <mjw@redhat.com>
8314
8315         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
8316         DW_LANG_Fortran08 as language_fortran.
8317
8318 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
8319
8320         PR remote/17946
8321         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
8322         of pointer against char.
8323
8324 2015-02-09  Mark Wielaard  <mjw@redhat.com>
8325
8326         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
8327         (c_type_print_modifier): Likewise.
8328         * dwarf2read.c (read_tag_atomic_type): New function.
8329         (read_type_die_1): Handle DW_TAG_atomic_type.
8330         * gdbtypes.c (make_atomic_type): New function.
8331         (recursive_dump_type): Handle TYPE_ATOMIC.
8332         * gdbtypes.h (enum type_flag_values): Renumber.
8333         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
8334         (TYPE_ATOMIC): New macro.
8335         (make_atomic_type): Declare.
8336
8337 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8338
8339         * btrace.c (ftrace_find_call): Skip gaps.
8340         (ftrace_new_function): Initialize level.
8341         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
8342         (ftrace_new_switch): Update
8343         level computation.
8344         (ftrace_new_gap): New.
8345         (ftrace_update_function): Create new function after gap.
8346         (btrace_compute_ftrace_bts): Create gap on error.
8347         (btrace_stitch_bts): Update parameters.  Clear trace if it
8348         becomes empty.
8349         (btrace_stitch_trace): Update parameters.  Update callers.
8350         (btrace_clear): Reset the number of gaps.
8351         (btrace_insn_get): Return NULL if the iterator points to a gap.
8352         (btrace_insn_number): Return zero if the iterator points to a gap.
8353         (btrace_insn_end): Allow gaps at the end.
8354         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
8355         (btrace_find_insn_by_number): Assert that the found iterator does
8356         not point to a gap.
8357         (btrace_call_next, btrace_call_prev): Assert that the last function
8358         is not a gap.
8359         * btrace.h (btrace_bts_error): New.
8360         (btrace_function): Update comment.
8361         (btrace_function) <insn, insn_offset, number>: Update comment.
8362         (btrace_function) <errcode>: New.
8363         (btrace_thread_info) <ngaps>: New.
8364         (btrace_thread_info) <replay>: Update comment.
8365         (btrace_insn_get): Update comment.
8366         * record-btrace.c (btrace_ui_out_decode_error): New.
8367         (record_btrace_info): Print number of gaps.
8368         (btrace_insn_history, btrace_call_history): Call
8369         btrace_ui_out_decode_error for gaps.
8370         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
8371
8372 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8373
8374         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
8375         * nat/linux-btrace.c: (btrace_this_cpu): New.
8376         (cpu_supports_bts): Call btrace_this_cpu.
8377         (intel_supports_bts): Add cpu parameter.
8378
8379 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8380
8381         * btrace.h (btrace_insn_class): New.
8382         (btrace_insn) <size, iclass>: New.
8383         * btrace.c (ftrace_find_call): Update parameters.  Update users.
8384         Use instruction classification.
8385         (ftrace_new_return): Update parameters.  Update users.
8386         (ftrace_update_function): Update parameters.  Update users.  Use
8387         instruction classification.
8388         (ftrace_update_insns): Update parameters.  Update users.
8389         (ftrace_classify_insn): New.
8390         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
8391         TRY_CATCH around call to gdb_insn_length.
8392
8393 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8394
8395         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
8396         Update parameters.  Update users.
8397
8398 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8399
8400         * btrace.c (parse_xml_btrace_conf_bts): Add size.
8401         (btrace_conf_bts_attributes): New.
8402         (btrace_conf_children): Add attributes.
8403         * common/btrace-common.h (btrace_config_bts): New.
8404         (btrace_config)<bts>: New.
8405         (btrace_config): Update comment.
8406         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
8407         Use config.
8408         * features/btrace-conf.dtd: Increment version.  Add size
8409         attribute to bts element.
8410         * record-btrace.c (set_record_btrace_bts_cmdlist,
8411         show_record_btrace_bts_cmdlist): New.
8412         (record_btrace_adjust_size, record_btrace_print_bts_conf,
8413         record_btrace_print_conf, cmd_set_record_btrace_bts,
8414         cmd_show_record_btrace_bts): New.
8415         (record_btrace_info): Call record_btrace_print_conf.
8416         (_initialize_record_btrace): Add commands.
8417         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
8418         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
8419         (btrace_sync_conf): Synchronize bts size.
8420         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
8421         * NEWS: Announce new commands and new packets.
8422
8423 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8424
8425         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
8426         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
8427         (x86_linux_btrace_conf): New.
8428         (x86_linux_create_target): Initialize to_btrace_conf.
8429         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
8430         Check format.  Split into this and ...
8431         (linux_enable_bts): ... this.
8432         (linux_btrace_conf): New.
8433         (perf_event_skip_record): Renamed into ...
8434         (perf_event_skip_bts_record): ... this.  Updated users.
8435         (linux_disable_btrace): Split into this and ...
8436         (linux_disable_bts): ... this.
8437         (linux_read_btrace): Check format.
8438         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
8439         (linux_btrace_conf): New.
8440         (btrace_target_info)<ptid>: Moved.
8441         (btrace_target_info)<conf>: New.
8442         (btrace_target_info): Split into this and ...
8443         (btrace_tinfo_bts): ... this.  Updated users.
8444         * btrace.c (btrace_enable): Update parameters.
8445         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
8446         (btrace_conf_children, btrace_conf_attributes)
8447         (btrace_conf_elements): New.
8448         * btrace.h (btrace_enable): Update parameters.
8449         (btrace_conf, parse_xml_btrace_conf): New.
8450         * common/btrace-common.h (btrace_config): New.
8451         * feature/btrace-conf.dtd: New.
8452         * record-btrace.c (record_btrace_conf): New.
8453         (record_btrace_cmdlist): New.
8454         (record_btrace_enable_warn, record_btrace_open): Pass
8455         &record_btrace_conf.
8456         (record_btrace_info): Print recording format.
8457         (cmd_record_btrace_bts_start): New.
8458         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
8459         (_initialize_record_btrace): Add "record btrace bts" subcommand.
8460         Add "record bts" alias command.
8461         * remote.c (remote_state)<btrace_config>: New.
8462         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
8463         (remote_protocol_features): Add qXfer:btrace-conf:read.
8464         (remote_open_1): Call remote_btrace_reset.
8465         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
8466         (btrace_target_info)<conf>: New.
8467         (btrace_sync_conf, btrace_read_config): New.
8468         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
8469         btrace_read_conf.
8470         (remote_btrace_conf): New.
8471         (init_remote_ops): Initialize to_btrace_conf.
8472         (_initialize_remote): Add qXfer:btrace-conf packet.
8473         * target.c (target_enable_btrace): Update parameters.
8474         (target_btrace_conf): New.
8475         * target.h (target_enable_btrace): Update parameters.
8476         (target_btrace_conf): New.
8477         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
8478         (target_ops)<to_enable_btrace>: Update parameters and comment.
8479         (target_ops)<to_btrace_conf>: New.
8480         * target-delegates: Regenerate.
8481         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
8482         (target_debug_print_const_struct_btrace_target_info_p): New.
8483         * NEWS: Announce new command and new packet.
8484
8485 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8486
8487         * nat/linux-btrace.h (perf_event_buffer): New.
8488         (btrace_target_info) <buffer, size, data_head>: Replace with ...
8489         <bts>: ... this.
8490         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
8491         (perf_event_buffer_size, perf_event_buffer_begin)
8492         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
8493         Updated users.
8494         (perf_event_new_data): New.
8495
8496 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8497
8498         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
8499         * record-btrace.c (record_btrace_open): Remove call to
8500         target_supports_btrace.
8501         * remote.c (remote_supports_btrace): Update parameters.
8502         * target.c (target_supports_btrace): Update parameters.
8503         * target.h (to_supports_btrace, target_supports_btrace): Update
8504         parameters.
8505         * target-delegates.c: Regenerate.
8506         * target-debug.h (target_debug_print_enum_btrace_format): New.
8507         * nat/linux-btrace.c
8508         (kernel_supports_btrace): Rename into ...
8509         (kernel_supports_bts): ... this.  Update users.  Update warning text.
8510         (intel_supports_btrace): Rename into ...
8511         (intel_supports_bts): ... this.  Update users.
8512         (cpu_supports_btrace): Rename into ...
8513         (cpu_supports_bts): ... this.  Update users.
8514         (linux_supports_btrace): Update parameters.  Split into this and ...
8515         (linux_supports_bts): ... this.
8516         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
8517
8518 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
8519
8520         * Makefile.in (SFILES): Add common/btrace-common.c.
8521         (COMMON_OBS): Add common/btrace-common.o.
8522         (btrace-common.o): Add build rules.
8523         * btrace.c (parse_xml_btrace): Update parameters.
8524         (parse_xml_btrace_block): Set format field.
8525         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
8526         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
8527         (btrace_compute_ftrace): Split into this and...
8528         (btrace_compute_ftrace_bts): ...this.
8529         (btrace_stitch_trace): Split into this and...
8530         (btrace_stitch_bts): ...this.
8531         * btrace.h (parse_xml_btrace): Update parameters.
8532         (make_cleanup_btrace_data): New.
8533         * common/btrace-common.c: New.
8534         * common/btrace-common.h: Include common-defs.h.
8535         (btrace_block_s): Update comment.
8536         (btrace_format): New.
8537         (btrace_format_string): New.
8538         (btrace_data_bts): New.
8539         (btrace_data): New.
8540         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
8541         * remote.c (remote_read_btrace): Update parameters.
8542         * target.c (target_read_btrace): Update parameters.
8543         * target.h (target_read_btrace): Update parameters.
8544         (target_ops)<to_read_btrace>: Update parameters.
8545         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
8546         * target-delegates.c: Regenerate.
8547         * target-debug (target_debug_print_struct_btrace_data_p): New.
8548         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
8549         (linux_read_bts): ...this.
8550         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
8551
8552 2015-02-06  Doug Evans  <dje@google.com>
8553
8554         * remote-m32r-sdi.c: Include symfile.h.
8555
8556 2015-02-06  Doug Evans  <dje@google.com>
8557
8558         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
8559         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
8560         to here.
8561
8562 2015-02-06  Pedro Alves  <palves@redhat.com>
8563
8564         * linux-thread-db.c (find_new_threads_callback): Add debug output.
8565
8566 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
8567
8568         PR gdb/15678
8569         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
8570         (enable_count_command): Check args for NULL value.
8571
8572 2015-02-05  Doug Evans  <xdje42@gmail.com>
8573
8574         * guile/scm-frame.c: Fix spelling errors in a comment.
8575
8576 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8577
8578         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
8579         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
8580         return type.
8581
8582 2015-02-04  Pedro Alves  <palves@redhat.com>
8583
8584         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
8585         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
8586         returns true.
8587         (resume_stopped_resumed_lwps): Don't check whether the thread is
8588         marked as executing.
8589         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
8590
8591 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8592
8593         * regset.h (struct regset): Add flags field.
8594         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
8595         * corelow.c (get_core_register_section): Add warning if the size
8596         exceeds the requested size and the regset does not have the
8597         REGSET_VARIABLE_SIZE flag set.
8598         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
8599         flag.
8600         * armbsd-tdep.c (armbsd_gregset): Likewise.
8601         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
8602         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
8603         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
8604         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
8605
8606 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8607
8608         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
8609         For ".reg-xstate", explicitly specify the requested section size
8610         via X86_XSTATE_SIZE instead of just 0 on input and
8611         X86_XSTATE_MAX_SIZE on output.
8612         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
8613         Likewise.
8614
8615 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8616
8617         PR corefiles/17808:
8618         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
8619         function type, particularly its SIZE parameter.
8620         * gdbarch.h: Regenerate.
8621         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
8622         actual against required size using ">=" instead of "==".
8623         (amd64_collect_fpregset): Likewise.
8624         * i386-tdep.c (i386_supply_gregset): Likewise.
8625         (i386_collect_gregset): Likewise.
8626         (i386_supply_fpregset): Likewise.
8627         (i386_collect_fpregset): Likewise.
8628         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
8629         (mips_fill_gregset_wrapper): Likewise.
8630         (mips_supply_fpregset_wrapper): Likewise.
8631         (mips_fill_fpregset_wrapper): Likewise.
8632         (mips64_supply_gregset_wrapper): Likewise.
8633         (mips64_fill_gregset_wrapper): Likewise.
8634         (mips64_supply_fpregset_wrapper): Likewise.
8635         (mips64_fill_fpregset_wrapper): Likewise.
8636         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
8637         (am33_supply_fpregset_method): Likewise.
8638         (am33_collect_gregset_method): Likewise.
8639         (am33_collect_fpregset_method): Likewise.
8640
8641 2015-02-04  Doug Evans  <dje@google.com>
8642             Pedro Alves  <palves@redhat.com>
8643             Eli Zaretskii  <eliz@gnu.org>
8644
8645         PR tui/17810
8646         * tui/tui-command.c (tui_refresh_cmd_win): New function.
8647         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
8648         * tui/tui-file.c: #include tui/tui-command.h.
8649         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
8650         (tui_file_flush): Refresh command window if stream is gdb_stdout.
8651         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
8652
8653 2015-02-04  Pedro Alves  <palves@redhat.com>
8654
8655         Fix build breakage.
8656         * event-loop.c (gdb_do_one_event): Add default switch case.
8657
8658 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8659
8660         Filter out inferior gcc option -fpreprocessed.
8661         * compile/compile.c (filter_args): New function.
8662         (get_args): Use it.
8663
8664 2015-02-03  Pedro Alves  <palves@redhat.com>
8665
8666         * event-loop.c: Don't declare nor define a queue type for
8667         gdb_event_p.
8668         (event_queue): Delete.
8669         (create_event, create_file_event, gdb_event_xfree)
8670         (initialize_event_loop, process_event): Delete.
8671         (gdb_do_one_event): Return as soon as one event is handled.
8672         (handle_file_event): Change prototype.  Used the passed in
8673         file_handler pointer and ready_mask instead of looping over all
8674         file handlers.
8675         (gdb_wait_for_event): Update the poll/select timeouts before
8676         blocking.  Run event handlers directly instead of queueing events.
8677         Return as soon as one event is handled.
8678         (struct async_event_handler_data): Delete.
8679         (invoke_async_event_handler): Delete.
8680         (check_async_event_handlers): Change return type to int.  Run
8681         event handlers directly instead of queueing events.  Return as
8682         soon as one event is handled.
8683         (handle_timer_event): Delete.
8684         (update_wait_timeout): New function, factored out from
8685         poll_timers.
8686         (poll_timers): Reimplement.
8687         * event-loop.h (initialize_event_loop): Delete declaration.
8688         * top.c (gdb_init): Don't call initialize_event_loop.
8689
8690 2015-02-03  Pedro Alves  <palves@redhat.com>
8691
8692         * event-loop.c (clear_async_event_handler): New function.
8693         * event-loop.h (clear_async_event_handler): New declaration.
8694         * record-btrace.c (record_btrace_async): New function.
8695         (init_record_btrace_ops): Install record_btrace_async.
8696         * record-full.c (record_full_async): New function.
8697         (record_full_resume): Don't mark the async event source here.
8698         (init_record_full_ops): Install record_full_async.
8699         (record_full_core_resume): Don't mark the async event source here.
8700         (init_record_full_core_ops): Install record_full_async.
8701         * remote.c (remote_async): Mark and clear the async stop reply
8702         queue event-loop token as appropriate.
8703
8704 2015-02-03  Pedro Alves  <palves@redhat.com>
8705
8706         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
8707         target_is_async_p instead of target_can_async.
8708         (linux_nat_wait): Use target_is_async_p instead of
8709         target_can_async.  Don't enable async here.
8710         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
8711         target_is_async_p instead of target_can_async.
8712
8713 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
8714
8715         * varobj.h (lang_varobj_ops): Mention which return values need
8716         to be freed.
8717
8718 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
8719
8720         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
8721
8722 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
8723
8724         PR gdb/17856:
8725         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
8726         results found in the cache.
8727
8728 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
8729
8730         PR gdb/17854:
8731         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
8732         when allocating a new one.
8733
8734 2015-02-01  Tom Tromey  <tom@tromey.com>
8735
8736         * MAINTAINERS: Remove myself.
8737
8738 2015-01-31  Doug Evans  <xdje42@gmail.com>
8739
8740         * dwarf2read.c (process_structure_scope): Update setting of
8741         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
8742         * gdbtypes.c (internal_type_vptr_fieldno): New function.
8743         (set_type_vptr_fieldno): New function.
8744         (internal_type_vptr_basetype): New function.
8745         (set_type_vptr_basetype): New function.
8746         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
8747         TYPE_VPTR_BASETYPE.
8748         (allocate_cplus_struct_type): Initialize vptr_fieldno.
8749         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
8750         (print_cplus_stuff): ... moved here.
8751         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
8752         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
8753         moved to ...
8754         (struct cplus_struct_type): ... here.  All uses updated.
8755         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
8756         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
8757         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
8758         * stabsread.c (read_tilde_fields): Update setting of
8759         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
8760
8761 2015-01-31  Doug Evans  <xdje42@gmail.com>
8762
8763         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
8764         to self_p.
8765         (cp_print_class_member): Rename local domain to self_type.
8766         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
8767         domain_type to self_type.
8768         (set_die_type) <need_gnat_info>: Handle
8769         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
8770         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
8771         TYPE_SPECIFIC_SELF_TYPE.
8772         * gdbtypes.c (internal_type_self_type): New function.
8773         (set_type_self_type): New function.
8774         (smash_to_memberptr_type): Rename parameter domain to self_type.
8775         Update setting of TYPE_SELF_TYPE.
8776         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
8777         (smash_to_method_type): Rename parameter domain to self_type.
8778         Update setting of TYPE_SELF_TYPE.
8779         (check_stub_method): Call smash_to_method_type.
8780         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
8781         (copy_type_recursive): Ditto.
8782         * gdbtypes.h (enum type_specific_kind): New value
8783         TYPE_SPECIFIC_SELF_TYPE.
8784         (struct main_type) <type_specific>: New member self_type.
8785         (struct cplus_struct_type) <fn_field.type>: Update comment.
8786         (TYPE_SELF_TYPE): Rewrite.
8787         (internal_type_self_type, set_type_self_type): Declare.
8788         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
8789         self_type.
8790         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
8791         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
8792         TYPE_TARGET_TYPE.
8793         * stabsread.c (read_member_functions): Mark methods with
8794         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
8795         TYPE_SELF_TYPE.
8796
8797 2015-01-31  Doug Evans  <xdje42@gmail.com>
8798
8799         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
8800         All uses updated.
8801
8802 2015-01-31  Doug Evans  <xdje42@gmail.com>
8803
8804         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
8805         or unions.  Return zero if union.
8806         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
8807         (gnuv3_rtti_type): Pass already-check_typedef'd value to
8808         gnuv3_get_vtable.
8809         (compute_vtable_size): Assert only passed structs.
8810         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
8811
8812 2015-01-31  Doug Evans  <xdje42@gmail.com>
8813
8814         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
8815         kinds.
8816
8817 2015-01-31  Gary Benson <gbenson@redhat.com>
8818             Doug Evans  <dje@google.com>
8819
8820         PR cli/9007
8821         PR cli/11920
8822         PR cli/15548
8823         * cli/cli-cmds.c (complete_command): Notify user if max-completions
8824         reached.
8825         * common/common-exceptions.h (enum errors)
8826         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
8827         * completer.h (get_max_completions_reached_message): New declaration.
8828         (max_completions): Likewise.
8829         (completion_tracker_t): New typedef.
8830         (new_completion_tracker): New declaration.
8831         (make_cleanup_free_completion_tracker): Likewise.
8832         (maybe_add_completion_enum): New enum.
8833         (maybe_add_completion): New declaration.
8834         (throw_max_completions_reached_error): Likewise.
8835         * completer.c (max_completions): New global variable.
8836         (new_completion_tracker): New function.
8837         (free_completion_tracker): Likewise.
8838         (make_cleanup_free_completion_tracker): Likewise.
8839         (maybe_add_completions): Likewise.
8840         (throw_max_completions_reached_error): Likewise.
8841         (complete_line): Remove duplicates and limit result to max_completions
8842         entries.
8843         (get_max_completions_reached_message): New function.
8844         (gdb_display_match_list): Handle max_completions.
8845         (_initialize_completer): New declaration and function.
8846         * symtab.c: Include completer.h.
8847         (completion_tracker): New static variable.
8848         (completion_list_add_name): Call maybe_add_completion.
8849         (default_make_symbol_completion_list_break_on_1): Renamed from
8850         default_make_symbol_completion_list_break_on.  Maintain
8851         completion_tracker across calls to completion_list_add_name.
8852         (default_make_symbol_completion_list_break_on): New function.
8853         * top.c (init_main): Set rl_completion_display_matches_hook.
8854         * tui/tui-io.c: Include completer.h.
8855         (tui_old_rl_display_matches_hook): New static global.
8856         (tui_rl_display_match_list): Notify user if max-completions reached.
8857         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
8858         * NEWS (New Options): Mention set/show max-completions.
8859
8860 2015-01-31  Gary Benson  <gbenson@redhat.com>
8861
8862         * symtab.c (struct add_name_data) <code>: New field.
8863         Updated comments.
8864         (add_symtab_completions): New function.
8865         (symtab_expansion_callback): Likewise.
8866         (default_make_symbol_completion_list_break_on): Set datum.code.
8867         Move minimal symbol scan before calling expand_symtabs_matching.
8868         Scan known primary symtabs for externs and statics before calling
8869         expand_symtabs_matching.  Pass symtab_expansion_callback as
8870         expansion_notify argument to expand_symtabs_matching.  Do not scan
8871         primary symtabs for externs and statics after calling
8872         expand_symtabs_matching.
8873
8874 2015-01-31  Gary Benson  <gbenson@redhat.com>
8875
8876         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
8877         (struct quick_symbol_functions) <expand_symtabs_matching>:
8878         New argument expansion_notify.  All uses updated.
8879         (expand_symtabs_matching): New argument expansion_notify.
8880         All uses updated.
8881         * symfile-debug.c (debug_qf_expand_symtabs_matching):
8882         Also print expansion notify.
8883         * symtab.c (expand_symtabs_matching_via_partial): Call
8884         expansion_notify whenever a partial symbol table is expanded.
8885         * dwarf2read.c (dw2_expand_symtabs_matching): Call
8886         expansion_notify whenever a symbol table is instantiated.
8887
8888 2015-01-31  Doug Evans  <xdje42@gmail.com>
8889
8890         * cli-out.c: #include completer.h, readline/readline.h.
8891         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
8892         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
8893         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
8894         * cli-out.h (cli_display_match_list): Declare.
8895         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
8896         (ELLIPSIS_LEN): Ditto.
8897         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
8898         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
8899         (gdb_fnprint, gdb_print_filename): Ditto.
8900         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
8901         (gdb_display_match_list): Ditto.
8902         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
8903         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
8904         (mld_beep_ftype, mld_read_key_ftype): Ditto.
8905         (match_list_displayer): New struct.
8906         (gdb_display_match_list): Declare.
8907         * top.c (init_main): Set rl_completion_display_matches_hook.
8908         * tui/tui-io.c: #include completer.h.
8909         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
8910         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
8911         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
8912         (tui_mld_getc, tui_mld_read_key): Ditto.
8913         (tui_rl_display_match_list): Rewrite.
8914         (tui_handle_resize_during_io): New arg for_completion.  All callers
8915         updated.
8916
8917 2015-01-31  Doug Evans  <xdje42@gmail.com>
8918
8919         Add symbol lookup cache.
8920         * NEWS: Document new options and commands.
8921         * symtab.c (symbol_cache_key): New static global.
8922         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
8923         (SYMBOL_LOOKUP_FAILED): New macro.
8924         (symbol_cache_slot_state): New enum.
8925         (block_symbol_cache): New struct.
8926         (symbol_cache): New struct.
8927         (new_symbol_cache_size, symbol_cache_size): New static globals.
8928         (hash_symbol_entry, eq_symbol_entry): New functions.
8929         (symbol_cache_byte_size, resize_symbol_cache): New functions.
8930         (make_symbol_cache, free_symbol_cache): New functions.
8931         (get_symbol_cache, symbol_cache_cleanup): New function.
8932         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
8933         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
8934         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
8935         (symbol_cache_flush, symbol_cache_dump): New functions.
8936         (maintenance_print_symbol_cache): New function.
8937         (maintenance_flush_symbol_cache): New function.
8938         (symbol_cache_stats): New function.
8939         (maintenance_print_symbol_cache_statistics): New function.
8940         (symtab_new_objfile_observer): New function.
8941         (symtab_free_objfile_observer): New function.
8942         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
8943         (_initialize_symtab): Init symbol_cache_key.  New parameter
8944         maint symbol-cache-size.  New maint commands print symbol-cache,
8945         print symbol-cache-statistics, flush-symbol-cache.
8946         Install new_objfile, free_objfile observers.
8947
8948 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
8949
8950         PR symtab/17855
8951         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
8952         to end.
8953
8954 2015-01-31  Doug Evans  <xdje42@gmail.com>
8955
8956         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
8957         * auto-load.c: #include ctype.h.
8958         (struct auto_load_pspace_info): Replace member loaded_scripts with
8959         new members loaded_script_files, loaded_script_texts.
8960         (auto_load_pspace_data_cleanup): Update.
8961         (init_loaded_scripts_info): Update.
8962         (get_auto_load_pspace_data_for_loading): Update.
8963         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
8964         updated.
8965         (maybe_add_script_text): New function.
8966         (clear_section_scripts): Update.
8967         (source_script_file, execute_script_contents): New functions.
8968         (source_section_scripts): Add support for
8969         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
8970         (print_scripts): New function.
8971         (auto_load_info_scripts): Also print inlined scripts.
8972         (maybe_print_unsupported_script_warning): Renamed from
8973         unsupported_script_warning_print.  All callers updated.
8974         (maybe_print_script_not_found_warning): Renamed from
8975         script_not_found_warning_print.  All callers updated.
8976         * extension-priv.h (struct extension_language_script_ops): New member
8977         objfile_script_executor.
8978         * extension.c (ext_lang_objfile_script_executor): New function.
8979         * extension.h (objfile_script_executor_func): New typedef.
8980         (ext_lang_objfile_script_executor): Declare.
8981         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
8982         * guile/guile.c (guile_extension_script_ops): Update.
8983         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
8984         * python/python.c (python_extension_script_ops): Update.
8985         (gdbpy_execute_objfile_script): New function.
8986
8987 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
8988
8989         * tui/tui-io.c (tui_expand_tabs): New function.
8990         (tui_puts, tui_redisplay_readline): Expand TABs into the
8991         appropriate number of spaces.
8992         * tui/tui-regs.c: Include tui-io.h.
8993         (tui_register_format): Call tui_expand_tabs to expand TABs into
8994         the appropriate number of spaces.
8995         * tui/tui-io.h: Add prototype for tui_expand_tabs.
8996
8997 2015-01-30  Doug Evans  <dje@google.com>
8998
8999         * NEWS: "info source" command now display producer string if present.
9000         * source.c (source_info): Print producer string if present.
9001
9002 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9003
9004         * varobj.c (varobj_delete): Fix comment.
9005
9006 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9007
9008         * varobj.c (create_child): Modify comment.
9009
9010 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9011
9012         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
9013         parameter.
9014         (ada_name_of_variable): Same.
9015         (ada_path_expr_of_child): Same.
9016         (ada_value_of_variable): Same.
9017         (ada_value_is_changeable_p): Same.
9018         (ada_value_has_mutated): Same.
9019         * c-varobj.c (varobj_is_anonymous_child): Same.
9020         (c_is_path_expr_parent): Same.
9021         (c_number_of_children): Same.
9022         (c_name_of_variable): Same.
9023         (c_path_expr_of_child): Same.
9024         (get_type): Same.
9025         (c_value_of_variable): Same.
9026         (cplus_number_of_children): Same.
9027         (cplus_name_of_variable): Same.
9028         (cplus_path_expr_of_child): Same.
9029         (cplus_value_of_variable): Same.
9030         * jv-varobj.c (java_number_of_children): Same.
9031         (java_name_of_variable): Same.
9032         (java_path_expr_of_child): Same.
9033         (java_value_of_variable): Same.
9034         * varobj.c (number_of_children): Same.
9035         (name_of_variable): Same.
9036         (is_root_p): Same.
9037         (varobj_ensure_python_env): Same.
9038         (varobj_get_objname): Same.
9039         (varobj_get_expression): Same.
9040         (varobj_get_display_format): Same.
9041         (varobj_get_display_hint): Same.
9042         (varobj_has_more): Same.
9043         (varobj_get_thread_id): Same.
9044         (varobj_get_frozen): Same.
9045         (dynamic_varobj_has_child_method): Same.
9046         (varobj_get_gdb_type): Same.
9047         (is_path_expr_parent): Same.
9048         (varobj_default_is_path_expr_parent): Same.
9049         (varobj_get_language): Same.
9050         (varobj_get_attributes): Same.
9051         (varobj_is_dynamic_p): Same.
9052         (varobj_get_child_range): Same.
9053         (varobj_value_has_mutated): Same.
9054         (varobj_get_value_type): Same.
9055         (number_of_children): Same.
9056         (name_of_variable): Same.
9057         (check_scope): Same.
9058         (varobj_editable_p): Same.
9059         (varobj_value_is_changeable_p): Same.
9060         (varobj_floating_p): Same.
9061         (varobj_default_value_is_changeable_p): Same.
9062
9063 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9064
9065         * varobj.c (varobj_get_path_expr): Set var->path_expr.
9066         * c-varobj.c (c_path_expr_of_child): Set local var instead of
9067         child->path_expr.
9068         (cplus_path_expr_of_child): Same.
9069
9070 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9071
9072         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
9073         result.
9074         (mi_cmd_var_info_expression): Same.
9075         * varobj.c (varobj_get_expression): Mention in the comment that
9076         the result must by freed by the caller.
9077
9078 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
9079
9080         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
9081         varobj_get_type.
9082         (varobj_update_one): Same.
9083         * varobj.c (update_type_if_necessary): Free curr_type_str and
9084         new_type_str.
9085         (varobj_get_type): Specify in comment that the result needs to be
9086         freed by the caller.
9087
9088 2015-01-29  Doug Evans  <dje@google.com>
9089
9090         PR symtab/17890
9091         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
9092
9093 2015-01-25  Mark Wielaard  <mjw@redhat.com>
9094
9095         * dwarf2read.c (checkproducer): Call producer_is_gcc.
9096         * utils.c (producer_is_gcc_ge_4): Likewise.
9097         (producer_is_gcc): New function.
9098         * utils.h (producer_is_gcc): New declaration.
9099
9100 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9101
9102         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
9103         kind.
9104         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
9105         parameter by "addr_stack" parameter.
9106         (resolve_dynamic_range): Replace "addr" parameter by
9107         "stack_addr" parameter.  Update function documentation.
9108         Update code accordingly.
9109         (resolve_dynamic_array, resolve_dynamic_union)
9110         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
9111         (resolve_dynamic_type): Update code, following the changes made
9112         to resolve_dynamic_type_internal's interface.
9113         * dwarf2loc.h (struct property_addr_info): New.
9114         (dwarf2_evaluate_property): Replace "address" parameter
9115         by "addr_stack" parameter.  Adjust function documentation.
9116         (struct dwarf2_offset_baton): New.
9117         (struct dwarf2_property_baton): Update documentation of
9118         field "referenced_type" to be more general. New field
9119         "offset_info" in union data field.
9120         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
9121         parameter by "addr_stack" parameter.  Adjust code accordingly.
9122         Add support for PROP_ADDR_OFFSET properties.
9123         * dwarf2read.c (attr_to_dynamic_prop): Add support for
9124         DW_AT_data_member_location attributes as well.  Use case
9125         statements instead of if/else condition.
9126
9127 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9128
9129         * ada-varobj.c (ada_varobj_get_array_number_of_children):
9130         Return zero if PARENT_VALUE is NULL and parent_type's
9131         range type is dynamic.
9132
9133 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
9134
9135         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
9136         nonzero if the type's subtype is dynamic.
9137         (resolve_dynamic_range): Also resolve the range's subtype.
9138
9139 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
9140
9141         Pushed by Joel Brobecker  <brobecker@adacore.com>.
9142         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
9143
9144 2015-01-27  Doug Evans  <dje@google.com>
9145
9146         * NEWS: Mention gdb.Objfile.username.
9147         * python/py-objfile.c (objfpy_get_username): New function.
9148         (objfile_getset): Add "username".
9149
9150 2015-01-24  Mark Wielaard  <mjw@redhat.com>
9151
9152         * stack.c (return_command): Markup warning message with _.
9153
9154 2015-01-24  Doug Evans  <xdje42@gmail.com>
9155
9156         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
9157
9158 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9159
9160         Fix 100x slowdown regression on DWZ files.
9161         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
9162         (struct line_header): Add offset and offset_in_dwz.
9163         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
9164         (free_line_header_voidp): New declaration.
9165         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
9166         functions.
9167         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
9168         (handle_DW_AT_stmt_list): Use line_header_hash.
9169         (free_line_header_voidp): New function.
9170         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
9171         (dwarf_decode_lines): New parameter decode_mapping, use it.
9172         (dwarf2_free_objfile): Free line_header_hash.
9173
9174 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
9175
9176         PR gdb/17416
9177         * valops.c (value_rtti_indirect_type): Catch exception thrown by
9178         value_ind.
9179
9180 2015-01-15  Mark Wielaard  <mjw@redhat.com>
9181
9182         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
9183         DW_AT_noreturn.
9184         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
9185         calling_convention an 8 bit bit field.
9186         (TYPE_NO_RETURN): New macro.
9187         * infcmd.c (finish_command): Query if function does not return
9188         normally.
9189         * stack.c (return_command): Likewise.
9190
9191 2015-01-23  Pedro Alves  <palves@redhat.com>
9192
9193         * linux-nat.c (linux_is_async_p): New macro.
9194         (linux_nat_is_async_p):
9195         (linux_nat_terminal_inferior): Check whether the target can async
9196         instead of whether it is already async.
9197         (linux_nat_terminal_ours): Don't check whether the target is
9198         async.
9199         (linux_async_pipe): Use linux_is_async_p.
9200
9201 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9202
9203         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
9204         '-ascending'.
9205         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
9206         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
9207         Sort tp_array using tp_array_compar.
9208         (_initialize_thread): Extend thread_apply_all_command help.
9209
9210 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9211
9212         * corelow.c (core_open): Call also thread_command.
9213         * gdbthread.h (thread_command): New prototype moved from ...
9214         * thread.c (thread_command): ... here.
9215         (thread_command): Make it global.
9216
9217 2015-01-22  Pedro Alves  <palves@redhat.com>
9218
9219         * configure.ac [*mingw32*]: Check $curses_found instead of
9220         $prefer_curses.
9221         * configure: Regenerate.
9222         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
9223         HAVE_NCURSES_NCURSES_H checks.
9224
9225 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
9226
9227         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
9228         fails with the 1st arg NULL, try again with "unknown".  Don't test
9229         the "cup" capability: it isn't supported by the Windows port of
9230         ncurses, but the Windows console driver is still capable of
9231         supporting TUI.
9232
9233 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9234
9235         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
9236
9237 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
9238
9239         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
9240         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
9241         reason that "make TAGS" is broken.
9242
9243 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
9244
9245         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
9246         and check additional store instructions.
9247
9248 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
9249
9250         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
9251
9252 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
9253
9254         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
9255         ppc_canonicalize_syscall, ppc_linux_syscall_record,
9256         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
9257         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
9258         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
9259         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
9260         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
9261         ppc_process_record_op19, ppc_process_record_op31,
9262         ppc_process_record_op59, ppc_process_record_op60,
9263         ppc_process_record_op63): Likewise.
9264
9265 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
9266
9267         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
9268         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
9269         strerror.
9270
9271 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
9272
9273         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
9274         ppc_process_record_op31, ppc_process_record_op59,
9275         ppc_process_record_op60, ppc_process_record_op63,
9276         ppc_process_record): Fix -Wformat warning.
9277         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
9278         Remove unused variables.
9279
9280 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
9281
9282         * MAINTAINERS (Write After Approval): Add "Chen Gang".
9283
9284 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
9285
9286         * configure.ac [*mingw32*]: Only add windows-termcap.o to
9287         CONFIG_OBS if not building with a curses library.
9288         * configure: Regenerate.
9289
9290         * windows-termcap.c: Include defs.h.  Make the whole body empty if
9291         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
9292         HAVE_NCURSES_NCURSES_H is defined.
9293
9294 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
9295
9296         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
9297         from end of line to start of next line.
9298
9299 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
9300
9301         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
9302         Scan PLT stub backward for reverse debugging.
9303         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
9304
9305 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
9306             Ulrich Weigand  <uweigand@de.ibm.com>
9307
9308         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
9309         gdb_target_obs.
9310         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
9311         record.
9312         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
9313         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
9314         (ppc_linux_init_abi): Set process_record, process_record_signal.
9315         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
9316         ppc_linux_record_tdep to gdbarch_tdep.
9317         (ppc_process_record): New declaration.
9318         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
9319         ppc_process_record_op19, ppc_process_record_op31,
9320         ppc_process_record_op59, ppc_process_record_op60,
9321         ppc_process_record_op63, ppc_process_record): New functions.
9322
9323 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
9324
9325         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
9326         rs6000_in_function_epilogue_frame_p and add an argument
9327         for frame_info.
9328         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
9329         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
9330         New functions.
9331         (rs6000_epilogue_frame_unwind): New.
9332         (rs6000_gdbarch_init): Append epilogue unwinder.
9333
9334 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
9335
9336         * nat/linux-personality.c: Replace "#ifndef
9337         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
9338         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
9339         systems.
9340
9341 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
9342
9343         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
9344         functions.
9345         (_initialize_tui_win) <border-kind, border-mode>:
9346         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
9347         (tui_set_tab_width_command): Fix the commentary.
9348
9349         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
9350
9351         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
9352         Doc fix.
9353         (tui_set_tab_width_command): Delete and recreate the source and
9354         the disassembly windows, to show the effect of the changed tab
9355         size immediately.
9356
9357         * tui/tui-data.h (LINE_PREFIX): Make shorter
9358         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
9359         "Thread NNNNN.XXXX" thread ID notation on Windows.
9360
9361 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9362
9363         Fix gcc-5 compilation.
9364         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
9365
9366 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
9367
9368         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
9369         (linux-personality.o): New rule.
9370         * common/common-defs.h: Include <stdint.h>.
9371         * config/aarch64/linux.mh (NATDEPFILES): Include
9372         linux-personality.o.
9373         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
9374         * config/arm/linux.mh (NATDEPFILES): Likewise.
9375         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9376         * config/i386/linux.mh (NATDEPFILES): Likewise.
9377         * config/ia64/linux.mh (NATDEPFILES): Likewise.
9378         * config/m32r/linux.mh (NATDEPFILES): Likewise.
9379         * config/m68k/linux.mh (NATDEPFILES): Likewise.
9380         * config/mips/linux.mh (NATDEPFILES): Likewise.
9381         * config/pa/linux.mh (NATDEPFILES): Likewise.
9382         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
9383         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
9384         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
9385         * config/s390/linux.mh (NATDEPFILES): Likewise.
9386         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
9387         * config/sparc/linux.mh (NATDEPFILES): Likewise.
9388         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
9389         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
9390         * defs.h: Remove #include <stdint.h> (moved to
9391         common/common-defs.h).
9392         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
9393         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
9394         nat/linux-personality.c).
9395         (linux_nat_create_inferior): Remove code to disable address space
9396         randomization (moved to nat/linux-personality.c).  Create cleanup
9397         to disable address space randomization.
9398         * nat/linux-personality.c: New file.
9399         * nat/linux-personality.h: Likewise.
9400
9401 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
9402
9403         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
9404         common/posix-strerror.c.
9405         (posix-strerror.o): New rule.
9406         (mingw-strerror.o): Likewise.
9407         * common/common-utils.h (safe_strerror): Move prototype to here,
9408         from utils.h.
9409         * common/common.host: New file.
9410         * common/mingw-strerror.c: Likewise.
9411         * common/posix-strerror.c: Likewise.
9412         * configure: Regenerated.
9413         * configure.ac: Source common/common.host.  Add variable
9414         common_host_obs to gdb_host_obs.
9415         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
9416         gdb/common/posix-strerror.c when warning about the use of
9417         strerror.
9418         * mingw-hdep.c (safe_strerror): Remove definition; move it to
9419         common/mingw-strerror.c.
9420         * posix-hdep.c (safe_strerror): Remove definition; move it to
9421         common/posix-hdep.c.
9422         * utils.h (safe_strerror): Remove prototype; move to
9423         common/common-utils.h.
9424
9425 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
9426
9427         GDB 7.8.2 released.
9428
9429 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
9430
9431         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
9432         ___XA type if the array has already been fixed.
9433
9434 2015-01-14  Yao Qi  <yao@codesourcery.com>
9435
9436         * Makefile.in (ppc-linux.o): New rule.
9437         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
9438         * configure.ac: AC_CHECK_FUNCS(getauxval).
9439         * config.in: Re-generated.
9440         * configure: Re-generated.
9441         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
9442         Declare.
9443         * nat/ppc-linux.c: New file.
9444         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
9445         Call ppc64_64bit_inferior_p.
9446
9447 2015-01-14  Yao Qi  <yao@codesourcery.com>
9448
9449         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
9450         nat/ppc-linux.h.
9451         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
9452         (PPC_FEATURE_HAS_DFP): Likewise.
9453         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
9454         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
9455         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
9456         Include "nat/ppc-linux.h".
9457         * nat/ppc-linux.h: New file.
9458         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
9459
9460 2015-01-14  Pedro Alves  <palves@redhat.com>
9461
9462         PR gdb/17525
9463         * breakpoint.c: Include "interps.h".
9464         (bpstat_do_actions_1): Also check whether the interpreter is
9465         async.
9466
9467 2015-01-14  Pedro Alves  <palves@redhat.com>
9468
9469         PR cli/17828
9470         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
9471         reinstall if the interpreter is sync.
9472
9473 2015-01-13  Doug Evans  <dje@google.com>
9474
9475         * objfiles.c (objfile_filename): New function.
9476         * objfiles.h (objfile_filename): Declare it.
9477         (objfile_name): Add function comment.
9478         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
9479         bfd file name (which may be realpath'd), and the original name.
9480
9481 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
9482
9483         * NEWS: Create a new section for the next release branch.
9484         Rename the section of the current branch, now that it has
9485         been cut.
9486
9487 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
9488
9489         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
9490         * version.in: Bump version to 7.9.50.DATE-cvs.
9491
9492 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
9493
9494         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
9495         Remove trailing new-line in argument of call to warning.
9496
9497 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
9498
9499         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
9500         new-line in argument of call to "warning".
9501
9502 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
9503
9504         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
9505         in static block, then try searching for primitive types.
9506
9507 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
9508
9509         * top.h (gdb_add_history): Declare.
9510         * top.c (command_count): New variable.
9511         (gdb_add_history): New function.
9512         (gdb_safe_append_history): New static function.
9513         (quit_force): Call it.
9514         (command_line_input): Use gdb_add_history instead of
9515         add_history.
9516         * event-top.c (command_line_handler): Likewise.
9517
9518 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
9519
9520         PR gdb/17046
9521         * darwin-nat.c: Replace <machine/setjmp.h> #include by
9522         <setjmp.h> #include.
9523
9524 2015-01-11  Doug Evans  <xdje42@gmail.com>
9525
9526         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
9527
9528 2015-01-11  Doug Evans  <xdje42@gmail.com>
9529
9530         PR gdb/15830
9531         * NEWS: The "maint demangle" command is renamed as "demangle".
9532         * demangle.c: #include cli/cli-utils.h, language.h.
9533         (demangle_command): New function.
9534         (_initialize_demangle): Add new command "demangle".
9535         * maint.c (maintenance_demangle): Stub out.
9536         (_initialize_maint_cmds): Update help text for "maint demangle",
9537         and mark as deprecated.
9538
9539 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
9540
9541         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
9542         inferior_thread is a function.
9543
9544 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
9545
9546         * Makefile.in (.y.c): Don't munge yacc's #line
9547         directives.
9548
9549 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
9550
9551         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
9552         to prompt for input.
9553         * tui/tui-hooks.c (tui_query_hook): Remove.
9554         (tui_install_hooks): Don't set deprecated_query_hook.
9555         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
9556         height calculation.  Always update the command window's cur_line.
9557
9558 2015-01-09  Pedro Alves  <palves@redhat.com>
9559
9560         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
9561         function.
9562         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
9563         declaration.
9564         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
9565         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
9566         stop_reason.
9567         (check_stopped_by_watchpoint): New function.
9568         (save_sigtrap): Reimplement.
9569         (linux_nat_stopped_by_watchpoint): Adjust.
9570         (linux_nat_lp_status_is_event): Delete.
9571         (stop_wait_callback): Only call save_sigtrap after storing the
9572         pending status.
9573         (status_callback): If the thread had been stopped for a breakpoint
9574         that has since been removed, discard the event and resume the LWP.
9575         (count_events_callback, select_event_lwp_callback): Use
9576         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
9577         (cancel_breakpoint): Rename to ...
9578         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
9579         stopped for a software breakpoint or hardware breakpoint.
9580         (select_event_lwp): Only give preference to the stepping LWP in
9581         all-stop mode.  Adjust comments.
9582         (stop_and_resume_callback): Remove references to new_pending_p.
9583         (linux_nat_filter_event): Likewise.  Leave exit events of the
9584         leader thread pending here.  Handle signal short circuiting here.
9585         Only call save_sigtrap after storing the pending waitstatus.
9586         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
9587         new_pending.  Don't handle leaving events the caller is not
9588         interested in pending here, nor handle signal short-circuiting
9589         here.  Also give equal priority to all LWPs that have had events
9590         in non-stop mode.  If reporting a software breakpoint event,
9591         unadjust the LWP's PC.
9592         * linux-nat.h (enum lwp_stop_reason): New.
9593         (struct lwp_info) <stop_pc>: New field.
9594         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
9595         (struct lwp_info) <stop_reason>: New field.
9596         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
9597
9598 2015-01-09  Pedro Alves  <palves@redhat.com>
9599
9600         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
9601         Set the LWP's 'resumed' flag.
9602
9603 2015-01-09  Pedro Alves  <palves@redhat.com>
9604
9605         * linux-nat.c (linux_resume_one_lwp): New function.
9606         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
9607         (linux_nat_resume): Use lwp_status_pending_p and
9608         linux_resume_one_lwp.
9609         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
9610         (linux_handle_extended_wait): Use linux_resume_one_lwp.
9611         (status_callback, running_callback): Use lwp_status_pending_p.
9612         (lwp_status_pending_p): New function.
9613         (stop_and_resume_callback): Use lwp_status_pending_p.
9614         (linux_nat_filter_event): Use linux_resume_one_lwp.
9615         (linux_nat_wait_1): Always use status_callback to look for an LWP
9616         with a pending status.  Use linux_resume_one_lwp.
9617         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
9618         linux_resume_one_lwp.
9619
9620 2015-01-09  Pedro Alves  <palves@redhat.com>
9621
9622         * breakpoint.c (bp_location_inserted_here_p): New function,
9623         factored out from ...
9624         (breakpoint_inserted_here_p): ... here.  Use
9625         ALL_BP_LOCATIONS_AT_ADDR.
9626         (software_breakpoint_inserted_here_p): Use
9627         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
9628
9629 2014-01-09  Pedro Alves  <palves@redhat.com>
9630
9631         Skip enabling event reporting if the kernel supports
9632         PTRACE_EVENT_CLONE.
9633         * linux-thread-db.c: Include "nat/linux-ptrace.h".
9634         (thread_db_use_events): New function.
9635         (try_thread_db_load_1): Check thread_db_use_events before enabling
9636         event reporting.
9637         (update_thread_state): New function.
9638         (attach_thread): Use it.  Check thread_db_use_events before
9639         enabling event reporting.
9640         (thread_db_detach): Check thread_db_use_events before disabling
9641         event reporting.
9642         (find_new_threads_callback): Check thread_db_use_events before
9643         enabling event reporting.  Update the thread's state if not using
9644         libthread_db events.
9645
9646 2015-01-09  Pedro Alves  <palves@redhat.com>
9647
9648         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
9649         about to wait for is > 0.
9650         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
9651         the kernel thread ID is -1.
9652
9653 2015-01-09  Pedro Alves  <palves@redhat.com>
9654
9655         * linux-nat.c (attach_proc_task_lwp_callback): New function.
9656         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
9657         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
9658         ptrace option flags.
9659         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
9660         field.
9661         * nat/linux-procfs.c: Include <dirent.h>.
9662         (linux_proc_get_int): New parameter "warn".  Handle it.
9663         (linux_proc_get_tgid): Adjust.
9664         (linux_proc_get_tracerpid): Rename to ...
9665         (linux_proc_get_tracerpid_nowarn): ... this.
9666         (linux_proc_pid_get_state): New function, factored out from
9667         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
9668         and handle it.
9669         (linux_proc_pid_is_gone): New function.
9670         (linux_proc_pid_is_stopped): Adjust.
9671         (linux_proc_pid_is_zombie_maybe_warn)
9672         (linux_proc_pid_is_zombie_nowarn): New functions.
9673         (linux_proc_pid_is_zombie): Use
9674         linux_proc_pid_is_zombie_maybe_warn.
9675         (linux_proc_attach_tgid_threads): New function.
9676         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
9677         (linux_proc_get_tracerpid): Rename to ...
9678         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
9679         (linux_proc_pid_is_gone): New declaration.
9680         (linux_proc_pid_is_zombie): Update comment.
9681         (linux_proc_pid_is_zombie_nowarn): New declaration.
9682         (linux_proc_attach_lwp_func): New typedef.
9683         (linux_proc_attach_tgid_threads): New declaration.
9684         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
9685         use nowarn functions.
9686         (linux_ptrace_attach_fail_reason_string): Move here from
9687         gdbserver/linux-low.c and rename.
9688         (ptrace_supports_feature): If the current ptrace options are not
9689         known yet, check them now, instead of asserting.
9690         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
9691         Declare.
9692
9693 2015-01-09  Pedro Alves  <palves@redhat.com>
9694
9695         * linux-thread-db.c (thread_db_find_new_threads_silently)
9696         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
9697         (find_new_threads_once): Print debug output on gdb_stdlog.
9698
9699 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
9700             Pedro Alves  <palves@redhat.com>
9701
9702         * compile/compile.c: Include "gdb_wait.h".
9703         (do_rmdir): Check return value, and free 'zap'.
9704
9705 2015-01-08  Pedro Alves  <palves@redhat.com>
9706             Yao Qi  <yao@codesourcery.com>
9707
9708         * dwarf2loc.c (indirect_pieced_value): Don't call
9709         gdb_sign_extend.  Call extract_signed_integer instead.
9710         * utils.c (gdb_sign_extend): Remove.
9711         * utils.h (gdb_sign_extend): Remove declaration.
9712
9713 2015-01-07  Pierre Muller  <muller@sourceware.org>
9714
9715         PR symtab/17811
9716         * stabsread.c (define_symbol): Set language for C++ special symbols.
9717
9718 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
9719
9720         * inflow.c (initial_gdb_ttystate): Tweak comment.
9721
9722 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
9723
9724         * inflow.c (set_initial_gdb_ttystate): Add empty line after
9725         comment documenting function.
9726
9727 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
9728
9729         * terminal.h (set_initial_gdb_ttystate): Declare.
9730         * inflow.c (initial_gdb_ttystate): New static variable.
9731         (set_initial_gdb_ttystate): New setter.
9732         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
9733         instead of our current terminal state.
9734         * top.c (gdb_init): Call set_initial_gdb_ttystate.
9735
9736 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
9737
9738         * guile/scm-type.c (tyscm_array_1): Add comment.
9739         * python/py-type.c (typy_array_1): Add comment.
9740
9741 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
9742
9743         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
9744         error if N2 is equal to N1 - 1.
9745
9746 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
9747
9748         * python/py-type.c (typy_array_1): Do not raise negative-length
9749         exception if N2 is equal to N1 - 1.
9750
9751 2015-01-03  Doug Evans  <xdje42@gmail.com>
9752
9753         * c-exp.y: Whitespace cleanup.
9754         (classify_inner_name): Remove extra ;.
9755
9756 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
9757
9758         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
9759         offset signed.
9760
9761 2015-01-02  Doug Evans  <dje@google.com>
9762
9763         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
9764
9765 2015-01-02  Doug Evans  <dje@google.com>
9766
9767         * symtab.h (struct symbol): Fix typo in comment.
9768
9769 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
9770
9771         Update year range in copyright notice of all files.
9772
9773 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
9774
9775         * top.c (print_gdb_version): Update copyright year to 2015.
9776
9777 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
9778
9779         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
9780
9781 For older changes see ChangeLog-2014.
9782 \f
9783 Local Variables:
9784 mode: change-log
9785 left-margin: 8
9786 fill-column: 74
9787 version-control: never
9788 coding: utf-8
9789 End: