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