Return unique_xmalloc_ptr from target_fileio_read_stralloc
[external/binutils.git] / gdb / ChangeLog
1 2017-10-16  Tom Tromey  <tom@tromey.com>
2
3         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
4         (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
5         * target.c (target_fileio_read_stralloc): Update.
6         * sparc64-tdep.c (adi_is_addr_mapped): Update.
7         * target.h (target_fileio_read_stralloc): Return
8         unique_xmalloc_ptr.
9
10 2017-10-16  Tom Tromey  <tom@tromey.com>
11
12         * xml-syscall.c (xml_init_syscalls_info): Update.
13         * xml-support.c (xinclude_start_include): Update.
14         (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
15         * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
16         (xml_fetch_content_from_file): Likewise.
17         * osdata.c (get_osdata): Update.
18         * target.h (target_read_stralloc, target_get_osdata): Return
19         unique_xmalloc_ptr.
20         * solib-aix.c (solib_aix_get_library_list): Update.
21         * solib-target.c (solib_target_current_sos): Update.
22         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
23         * xml-tdesc.c (fetch_available_features_from_target): Update.
24         (target_fetch_description_xml): Update.
25         (file_read_description_xml): Update.
26         * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
27         (remote_traceframe_info, btrace_read_config, remote_read_btrace)
28         (remote_pid_to_exec_file): Update.
29         * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
30         (target_get_osdata): Likewise.
31
32 2017-10-16  Tom Tromey  <tom@tromey.com>
33
34         * remote.c (remote_register_number_and_offset): Use std::vector.
35         (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
36         (putpkt_binary): Use gdb::def_vector.
37         (compare_sections_command): Use gdb::byte_vector.
38
39 2017-10-16  Tom Tromey  <tom@tromey.com>
40
41         * ppc-linux-nat.c (hwdebug_insert_point): Use
42         gdb::unique_xmalloc_ptr, XDUP.
43
44 2017-10-16  Tom Tromey  <tom@tromey.com>
45
46         * probe.c (parse_probes): Use std::string.
47         (info_probes_for_ops, enable_probes_command)
48         (disable_probes_command): Remove cleanups.
49
50 2017-10-16  Tom Tromey  <tom@tromey.com>
51
52         * buildsym.c (block_compar): Remove.
53         (end_symtab_get_static_block): Use std::vector.
54
55 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
56
57         * memrange.h (struct mem_range): Define operator< and operator==.
58         (mem_range_s): Remove.
59         (DEF_VEC_O (mem_range_s)): Remove.
60         (normalize_mem_ranges): Change parameter type to std::vector.
61         * memrange.c (compare_mem_ranges): Remove.
62         (normalize_mem_ranges): Change parameter type to std::vector,
63         adjust to vector change.
64         * exec.c (section_table_available_memory): Return vector, remove
65         parameter.
66         (section_table_read_available_memory): Adjust to std::vector
67         change.
68         * remote.c (remote_read_bytes): Adjust to std::vector
69         change.
70         * tracepoint.h (traceframe_available_memory): Change parameter
71         type to std::vector.
72         * tracepoint.c (traceframe_available_memory): Change parameter
73         type to std::vector, adjust.
74         * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
75         std::vector change.
76         * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
77         unittests/memrange-selftests.c.
78         (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
79         * gdb/unittests/memrange-selftests.c: New file.
80
81 2017-10-16  Pedro Alves  <palves@redhat.com>
82
83         * elfread.c (probe_key_free): Rename range-for variable.
84         * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
85         (find_probe_by_pc, collect_probes): Rename range-for variable.
86
87 2017-10-16  Yao Qi  <yao.qi@linaro.org>
88
89         * features/Makefile (XMLTOC): Remove tic6x-*.xml.
90         * features/tic6x-c62x.c: Remove.
91         * features/tic6x-c64x-linux.c: Remove.
92         * features/tic6x-c64x.c: Remove.
93         * features/tic6x-c64xp-linux.c: Remove.
94         * features/tic6x-c64xp.c: Remove.
95         * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
96         initialize_tdesc_tic6x_*_linux functions.
97         * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
98         initialize_tdesc_tic6x_* functions.
99
100 2017-10-16  Yao Qi  <yao.qi@linaro.org>
101
102         * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
103         tic6x-c62x.
104         * regformats/tic6x-c62x.dat: Remove.
105         * regformats/tic6x-c64x.dat: Remove.
106         * regformats/tic6x-c64xp.dat: Remove.
107
108 2017-10-15  Simon Marchi  <simon.marchi@ericsson.com>
109
110         * tracepoint.c (parse_traceframe_info): Return a unique_ptr
111         (the !HAVE_LIBEXPAT version).
112
113 2017-10-14  Simon Marchi  <simon.marchi@ericsson.com>
114
115         * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
116         const.
117
118 2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
119
120         * target.h: Include tracepoint.h.
121         (enum trace_find_type): Move to tracepoint.h.
122         (struct target_ops) <to_traceframe_info>: Return a unique ptr.
123         * tracepoint.h: Don't include target.h
124         (enum trace_find_type): Move from target.h.
125         (parse_traceframe_info): Return a unique ptr.
126         * tracepoint.c (current_traceframe_info): Change type to unique
127         ptr.
128         (free_traceframe_info): Remove.
129         (clear_traceframe_info): Don't manually free
130         current_traceframe_info.
131         (free_result): Remove.
132         (parse_traceframe_info): Return a unique ptr.
133         (get_traceframe_info): Adjust to unique ptr.
134         * ctf.c (ctf_traceframe_info): Return a unique ptr.
135         * remote.c (remote_traceframe_info): Return a unique ptr.
136         * tracefile-tfile.c (tfile_traceframe_info): Return a unique
137         ptr.
138         * target-debug.h (target_debug_print_traceframe_info_up): New
139         macro.
140         * target-delegates.c: Regenerate.
141
142 2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
143
144         * memrange.h (struct mem_range): Add constructors.
145         * tracepoint.h (struct traceframe_info) <memory>: Change type to
146         std::vector<mem_range>.
147         * tracepoint.c (free_traceframe_info): Don't manually free
148         vector.
149         (traceframe_info_start_memory): Adjust to vector change.
150         (traceframe_available_memory): Likewise.
151         * tracefile-tfile.c (build_traceframe_info): Likewise.
152         * ctf.c (ctf_traceframe_info): Likewise.
153
154 2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
155
156         * tracepoint.h (struct traceframe_info) <tvars>: Change type to
157         std::vector<int>.
158         * tracepoint.c (free_traceframe_info): Deallocate with delete.
159         (traceframe_info_start_tvar): Adjust to vector change.
160         (parse_traceframe_info): Allocate with new.
161         * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
162         vector change.
163         * tracefile-tfile.c (build_traceframe_info): Adjust to vector
164         change.
165         tfile_traceframe_info): Allocate with new.
166         * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
167         change.
168
169 2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
170
171         * tracepoint.c (traceframe_info): Rename to...
172         (current_traceframe_info): ...this.
173         (clear_traceframe_info): Adjust.
174         (get_traceframe_info): Adjust.
175
176 2017-10-14  Simon Marchi  <simon.marchi@ericsson.com>
177
178         * nat/linux-osdata.c: Include algorithm.
179         (compare_processes): Remove.
180         (struct pid_pgid_entry): New struct.
181         (linux_xfer_osdata_processgroups): Use std::vector instead of
182         XNEWVEC.
183
184 2017-10-14  Simon Marchi  <simon.marchi@ericsson.com>
185
186         * objfiles.h: Don't include symfile.h.
187         (struct partial_symbol): Remove forward-declaration.
188         (struct objfile) <global_psymbols, static_psymbols>: Change type
189         to std::vector<partial_symbol *>.
190         * objfiles.c (objfile::objfile): Don't memset those fields.
191         (objfile::~objfile): Don't free those fields.
192         * psympriv.h (struct psymbol_allocation_list): Remove
193         forward-declaration.
194         (add_psymbol_to_list): Change psymbol_allocation_list parameter
195         to std::vector.
196         (start_psymtab_common): Change parameters to std::vector.
197         * psymtab.c: Include algorithm.
198         (require_partial_symbols): Call shrink_to_fit.
199         (find_pc_sect_psymbol): Adjust to vector change.
200         (match_partial_symbol): Likewise.
201         (lookup_partial_symbol): Likewise.
202         (psym_relocate): Likewise.
203         (dump_psymtab): Likewise.
204         (recursively_search_psymtabs): Likewise.
205         (compare_psymbols): Remove.
206         (sort_pst_symbols): Adjust to vector change.
207         (start_psymtab_common): Likewise.
208         (end_psymtab_common): Likewise.
209         (psymbol_bcache_full): De-constify return value.
210         (add_psymbol_to_bcache): Likewise.
211         (extend_psymbol_list): Remove.
212         (append_psymbol_to_list): Adjust to vector change.
213         (add_psymbol_to_list): Likewise.
214         (init_psymbol_list): Likewise.
215         (maintenance_info_psymtabs): Likewise.
216         (maintenance_check_psymtabs): Likewise.
217         * symfile.h (struct psymbol_allocation_list): Remove.
218         * symfile.c (reread_symbols): Adjust to vector change.
219         * dbxread.c (start_psymtab): Change type of parameters.
220         (dbx_symfile_read): Adjust to vector change.
221         (read_dbx_symtab): Likewise.
222         (start_psymtab): Change type of parameters.
223         * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
224         (create_partial_symtab): Likewise.
225         (add_partial_symbol): Likewise.
226         (write_one_signatured_type): Likewise.
227         (recursively_write_psymbols): Likewise.
228         * mdebugread.c (parse_partial_symbols): Likewise.
229         * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
230         (scan_xcoff_symtab): Adjust to vector change.
231         (xcoff_initial_scan): Likewise.
232
233 2017-10-13  Simon Marchi  <simon.marchi@ericsson.com>
234
235         * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
236
237 2017-10-13  Yao Qi  <yao.qi@linaro.org>
238
239         * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
240         Remove s390x-*-expedite, add s390x-expedite.
241
242 2017-10-13  Yao Qi  <yao.qi@linaro.org>
243
244         * features/s390-gs-linux64.c: Regenerated.
245         * features/s390x-gs-linux64.c: Regenerated.
246
247 2017-10-13  Tom Tromey  <tom@tromey.com>
248
249         * compile/compile-object-run.c (do_module_cleanup): Use delete.
250         * solib.c (update_solib_list, reload_shared_libraries_1): Use
251         delete.
252         * symfile.c (symbol_file_add_with_addrs): Use new.
253         (symbol_file_add_separate): Update comment.
254         (syms_from_objfile_1, remove_symbol_file_command): Use delete.
255         * jit.c (jit_object_close_impl): Use new.
256         (jit_unregister_code): Use delete.
257         * objfiles.c (objfile::objfile): Rename from allocate_objfile.
258         (~objfile): Rename from free_objfile.
259         (free_objfile_separate_debug, do_free_objfile_cleanup)
260         (free_all_objfiles, objfile_purge_solibs): Use delete.
261         * objfiles.h (struct objfile): Add constructor and destructor.
262         Use DISABLE_COPY_AND_ASSIGN.  Add initializers to data members.
263         (allocate_objfile, free_objfile): Don't declare.
264         (struct objstats): Add initializers.
265
266 2017-10-12  Simon Marchi  <simon.marchi@ericsson.com>
267
268         * arch-utils.h (simple_displaced_step_copy_insn): Remove.
269         * arch-utils.c (simple_displaced_step_copy_insn): Remove.
270         * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
271         * gdbarch.h: Regenerate.
272         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
273         Adjust comment.
274         * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
275         (i386_displaced_step_fixup): Adjust comment.
276         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
277
278 2017-10-12  Tom Tromey  <tom@tromey.com>
279
280         * prologue-value.h (pv_area::store_would_trash): Return bool.
281         (pv_area::find_reg): Likewise.
282         * prologue-value.c (pv_area::store_would_trash): Return bool.
283         (pv_area::find_reg): Likewise.
284
285 2017-10-12  Tom Tromey  <tom@tromey.com>
286
287         * s390-linux-tdep.c (s390_store, s390_load)
288         (s390_check_for_saved, s390_analyze_prologue): Update.
289         * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
290         * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
291         * prologue-value.h (class pv_area): Move from prologue-value.c.
292         Change names of members.  Add constructor, destructor, member
293         functions.
294         (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
295         (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
296         (pv_area_fetch, pv_area_scan): Don't declare.
297         * prologue-value.c (struct pv_area::area_entry): Now member of
298         pv_area.
299         (struct pv_area): Move to prologue-value.h.
300         (pv_area::pv_area): Rename from make_pv_area.
301         (pv_area::~pv_area): Rename from free_pv_area.
302         (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
303         (clear_entries, find_entry, overlaps, store_would_trash, store)
304         (fetch, find_reg, scan): Now member of pv_area.
305         Remove "area" argument.  Update.
306         * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
307         Update.
308         * mn10300-tdep.c (push_reg, check_for_saved)
309         (mn10300_analyze_prologue): Update.
310         * mep-tdep.c (is_arg_spill, check_for_saved)
311         (mep_analyze_prologue): Update.
312         * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
313         (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
314         (m32c_is_struct_return, m32c_analyze_prologue): Update.
315         * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
316         Update.
317         * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
318         * aarch64-tdep.c (aarch64_analyze_prologue): Update.
319
320 2017-10-12  Simon Marchi  <simon.marchi@ericsson.com>
321
322         * linux-nat.h (linux_nat_set_delete_thread): New declaration.
323         * linux-nat.c (linux_nat_delete_thread): New variable.
324         (lwp_free): Invoke linux_nat_delete_thread if set.
325         (linux_nat_set_delete_thread): New function.
326         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
327         thread delete callback.
328         * arm-linux-nat.c (arm_linux_delete_thread): New function.
329         (_initialize_arm_linux_nat): Assign thread delete callback.
330         * s390-linux-nat.c (s390_delete_thread): New function.
331         (_initialize_s390_nat): Assign thread delete callback.
332         * x86-linux-nat.c (x86_linux_add_target): Likewise.
333         * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
334         function.
335         * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
336         declaration.
337         * nat/x86-linux.c (x86_linux_delete_thread): New function.
338         * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
339
340 2017-10-09  Tom Tromey  <tom@tromey.com>
341
342         * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
343         std::string.
344         * tui/tui-layout.c (enum tui_status): Use std::string.
345
346 2017-10-11  Tom Tromey  <tom@tromey.com>
347
348         * gdbthread.h (thread_command): Constify.
349         * inferior.h (detach_command): Constify.
350         * top.h (set_history, show_history): Constify.
351         * arm-tdep.c (set_arm_command, show_arm_command): Constify.
352         * serial.c (serial_set_cmd, serial_show_cmd): Constify.
353         * bsd-kvm.c (bsd_kvm_cmd): Constify.
354         * printcmd.c (set_command): Constify.
355         (non_const_set_command): New function.
356         * dcache.c (set_dcache_command, show_dcache_command): Constify.
357         * breakpoint.c (enable_command, disable_command, delete_command)
358         (catch_command, tcatch_command, set_breakpoint_cmd)
359         (show_breakpoint_cmd): Constify.
360         * macrocmd.c (macro_command): Constify.
361         * infcmd.c (unset_command, kill_command, detach_command)
362         (info_proc_cmd): Constify.
363         * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
364         * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
365         (info_auto_load_cmd): Constify.
366         * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
367         (unset_tdesc_cmd): Constify.
368         * ada-lang.c (set_ada_command, show_ada_command)
369         (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
370         * guile/guile.c (set_guile_command, show_guile_command)
371         (info_guile_command): Constify.
372         * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
373         Constify.
374         * skip.c (skip_command): Constify.
375         * compile/compile.c (_initialize_compile): Constify.
376         * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
377         * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
378         (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
379         (maint_btrace_pt_show_cmd): Constify.
380         * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
381         Constify.
382         * python/python.c (user_show_python, user_set_python): Constify.
383         * mips-tdep.c (set_mips_command, show_mips_command)
384         (set_mipsfpu_command): Constify.
385         * record-btrace.c (cmd_record_btrace_start)
386         (cmd_set_record_btrace, cmd_show_record_btrace)
387         (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
388         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
389         * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
390         Constify.
391         * symfile.c (overlay_command): Constify.
392         * spu-tdep.c (set_spu_command, show_spu_command): Constify.
393         * cli/cli-logging.c (set_logging_command, show_logging_command):
394         Constify.
395         * cli/cli-dump.c (dump_command, append_command)
396         (srec_dump_command, ihex_dump_command, verilog_dump_command)
397         (tekhex_dump_command, binary_dump_command)
398         (binary_append_command): Constify.
399         * cli/cli-decode.c (struct cmd_list_element): Change type of
400         "fun".
401         * cli/cli-cmds.c (info_command, show_command, set_debug)
402         (show_debug): Constify.
403         (show_command): Add non-const overload.
404         * top.c (set_history, show_history): Constify.
405         * sh-tdep.c (set_sh_command, show_sh_command): Constify.
406         * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
407         * target.c (target_command): Constify.
408         * sparc64-tdep.c (info_adi_command): Constify.
409         * record-full.c (cmd_record_full_start): Constify.
410         (set_record_full_command): Constify.  Fix typo.
411         (show_record_full_command): Constify.
412         * thread.c (thread_command, thread_apply_command): Constify.
413         * memattr.c (dummy_cmd): Constify.
414         * value.c (function_command): Constify.
415         * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
416         * probe.c (info_probes_command): Constify.
417         * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
418         * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
419         (show_thread_cmd, set_thread_default_cmd)
420         (show_thread_default_cmd): Constify.
421         (check_empty): Constify.
422         * tracepoint.c (tfind_command): Constify.
423         * cp-support.c (maint_cplus_command): Constify.
424         * windows-tdep.c (info_w32_command): Constify.
425         * record.c (cmd_record_start, set_record_command)
426         (show_record_command, info_record_command, cmd_record_goto):
427         Constify.
428         * ravenscar-thread.c (set_ravenscar_command)
429         (show_ravenscar_command): Constify.
430         * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
431         Constify.
432         (add_internal_problem_command): Remove casts.
433         * arc-tdep.c (maintenance_print_arc_command): Constify.
434         * valprint.c (set_print, show_print, set_print_raw)
435         (show_print_raw): Constify.
436         * maint.c (maintenance_command, maintenance_info_command)
437         (maintenance_print_command, maintenance_set_cmd)
438         (maintenance_show_cmd, set_per_command_cmd)
439         (show_per_command_cmd, maintenance_check_command): Constify.
440         * language.c (set_check, show_check): Constify.
441         * typeprint.c (show_print_type, set_print_type): Constify.
442         * go32-nat.c (go32_info_dos_command): Constify.
443
444 2017-10-11  Tom Tromey  <tom@tromey.com>
445
446         * breakpoint.c (prepare_re_set_context): Remove.
447         (breakpoint_re_set_one): Update.  Don't use cleanups.
448         (breakpoint_re_set): Use scoped_restore, std::string, and
449         scoped_restore_current_language.
450
451 2017-10-11  Tom Tromey  <tom@tromey.com>
452
453         * breakpoint.c (commands_command_1): Use std::string.
454         (cleanup_executing_breakpoints): Remove.
455         (bpstat_do_actions_1): Use scoped_restore.
456         (bpstat_check_watchpoint): Use std::string.
457         (decode_static_tracepoint_spec): Likewise.
458         (break_range_command): Likewise.
459         (watch_command_1): Likewise.
460         (compare_breakpoints): Change argument types.
461         (clear_command): Use std::vector.
462         (cleanup_executing_breakpoints): Remove.
463         (update_global_location_list): Use unique_xmalloc_ptr.
464         (strace_command): Remove unused declaration.
465
466 2017-10-11  John Baldwin  <jhb@FreeBSD.org>
467
468         * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
469         * NEWS: Mention new FreeBSD/arm native configuration.
470         * configure.host: Add arm*-*-freebsd*.
471         * configure.nat: Likewise.
472         * arm-fbsd-nat.c: New file.
473
474 2017-10-11  John Baldwin  <jhb@FreeBSD.org>
475
476         * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
477         (ALLDEPFILES): Add arm-fbsd-tdep.c.
478         * NEWS: Mention new FreeBSD/arm target.
479         * configure.tgt: Add arm*-*-freebsd*.
480         * arm-fbsd-tdep.c: New file.
481         * arm-fbsd-tdep.h: New file.
482
483 2017-10-11  Maciej W. Rozycki  <macro@imgtec.com>
484
485         * linux-tdep.c (linux_make_corefile_notes): Remove call to
486         `gdbarch_elfcore_write_linux_prpsinfo'.
487         * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
488         method.
489         (elf_internal_linux_prpsinfo): Remove declaration.
490         * gdbarch.h: Regenerate.
491         * gdbarch.c: Regenerate.
492
493 2017-10-11  Maciej W. Rozycki  <macro@imgtec.com>
494
495         * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
496         `set_gdbarch_elfcore_write_linux_prpsinfo'.
497
498 2017-10-11  Pedro Alves  <palves@redhat.com>
499
500         * breakpoint.c (reattach_breakpoints): Delete.
501         * breakpoint.h (reattach_breakpoints): Delete.
502
503 2017-10-11  Simon Marchi  <simon.marchi@ericsson.com>
504
505         * symfile.c (registered_sym_fns): Make struct, not typedef.
506         (DEF_VEC_O (registered_sym_fns)): Remove.
507         (symtab_fns): Change type to std::vector.
508         (add_symtab_fns): Adjust.
509         (find_sym_fns): Adjust.
510
511 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
512
513         * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
514         * arc-tdep.h (arc_arch_is_em): New function.
515         (arc_arch_is_hs): Likewise.
516
517 2017-10-11  Egeyar Bagcioglu  <egeyar.bagcioglu@oracle.com>
518
519         * macrotab.h (macro_lookup_inclusion): Remove unnecessary
520         parentheses in the declaration.
521         (macro_lookup_inclusion): Likewise.
522         (macro_lookup_definition): Likewise.
523         * p-lang.h (pascal_builtin_types): Likewise.
524         * tui/tui-data.c (tui_win_list): Likewise.
525         * tui/tui-data.h (tui_win_list): Likewise.
526         * utils.h (make_cleanup_free_section_addr_info): Likewise.
527
528 2017-10-11  Mark Rages  <markrages@gmail.com>
529
530         * target-memory.c (block_boundaries): Fix for block address not
531         aligned on block size.
532
533 2017-10-10  Pedro Alves <palves@redhat.com>
534             Tom Tromey  <tom@tromey.com>
535
536         * breakpoint.c (struct captured_breakpoint_query_args)
537         (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
538         (print_breakpoint): New.
539         * breakpoint.h (print_breakpoint): Declare.
540         * common/common-exceptions.h (enum return_reason): Remove
541         references to catch_exceptions.
542         * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
543         Delete.
544         * exceptions.h (catch_exceptions_ftype, catch_exceptions)
545         (catch_exception_ftype, catch_exceptions_with_msg): Delete.
546         * gdb.h: Delete.
547         * gdbthread.h (thread_select): Declare.
548         * mi/mi-cmd-break.c: Don't include gdb.h.
549         (breakpoint_notify): Use print_breakpoint.
550         * mi/mi-cmd-catch.c: Don't include gdb.h.
551         * mi/mi-interp.c: Don't include gdb.h.
552         (mi_print_breakpoint_for_event): New.
553         (mi_breakpoint_created, mi_breakpoint_modified): Use
554         mi_print_breakpoint_for_event.
555         * mi/mi-main.c: Don't include gdb.h.
556         (mi_cmd_thread_select): Parse the global thread ID here.  Use
557         thread_select instead of gdb_thread_select.
558         (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
559         of using gdb_list_thread_ids.
560         * remote-fileio.c (do_remote_fileio_request): Change type.  Reply
561         FILEIO_ENOSYS here.
562         (remote_fileio_request): Use TRY/CATCH instead of
563         catch_exceptions.
564         * symfile-mem.c (struct symbol_file_add_from_memory_args)
565         (symbol_file_add_from_memory_wrapper): Delete.
566         (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
567         * thread.c: Don't include gdb.h.
568         (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
569         (thread_alive): Use thread_select.
570         (do_captured_thread_select): Delete, parts salvaged as ...
571         (thread_select): ... this new function.
572         (gdb_thread_select): Delete.
573
574 2017-10-10  Pedro Alves  <palves@redhat.com>
575             Tom Tromey  <tom@tromey.com>
576
577         * breakpoint.c (breakpoint_cond_eval): Change return type to bool
578         and reverse logic.
579         (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
580         No longer macros.  Instead ...
581         (enum wp_check_result): They're now values of this new
582         enumeration.
583         (watchpoint_check): Change return type to wp_check_result and
584         parameter type to bpstat.
585         (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
586         (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
587         catch_errors.  Reverse logic of watchpoint_check call.
588         (breakpoint_re_set_one): Now returns void and takes a breakpoint
589         pointer as parameter.
590         (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
591         * common/common-exceptions.c (throw_exception_sjlj): Update
592         comments to avoid mentioning catch_errors.
593         * exceptions.c (catch_errors): Delete.
594         * exceptions.h: Update comments to avoid mentioning catch_errors.
595         (catch_errors_ftype, catch_errors): Delete.
596         * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
597         (hook_stop_stub): Delete.
598         (restore_selected_frame): Change return type to void, and
599         parameter type to const frame_id &.
600         (restore_infcall_control_state): Use TRY/CATCH instead of
601         catch_errors.
602         * main.c (captured_command_loop): Return void and remove
603         parameter.  Remove references to catch_errors.
604         (captured_main): Use TRY/CATCH instead of catch_errors.
605         * objc-lang.c (objc_submethod_helper_data)
606         (find_objc_msgcall_submethod_helper): Delete.
607         (find_objc_msgcall_submethod): Use TRY/CATCH instead of
608         catch_errors.
609         * record-full.c (record_full_message): Return void.
610         (record_full_message_args, record_full_message_wrapper): Delete.
611         (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
612         instead of catch_errors.
613         * solib-aix.c (solib_aix_open_symbol_file_object): Change
614         parameter type to int.
615         * solib-darwin.c (open_symbol_file_object): Ditto.
616         * solib-dsbt.c (open_symbol_file_object): Ditto.
617         * solib-frv.c (open_symbol_file_object): Ditto.
618         * solib-svr4.c (open_symbol_file_object): Ditto.
619         * solib-target.c (solib_target_open_symbol_file_object): Ditto.
620         * solib.c (update_solib_list): Use TRY/CATCH instead of
621         catch_errors.
622         * solist.h (struct target_so_ops) <open_symbol_file_object>:
623         Change type.
624         * symmisc.c (struct print_symbol_args): Remove.
625         (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
626         (print_symbol): Change type.
627         * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
628         and remove parameters.
629         (catch_errors): New.
630         (get_windows_debug_event): Adjust.
631
632 2017-10-09  Tom Tromey  <tom@tromey.com>
633
634         * mi/mi-main.c (free_splay_tree): Remove.
635         (list_available_thread_groups): Use splay_tree_up.
636         * common/gdb_splay_tree.h: New file.
637
638 2017-10-09  Tom Tromey  <tom@tromey.com>
639
640         * mi/mi-main.c (do_nothing): Remove.
641         (list_available_thread_groups): Update.
642
643 2017-10-09  Pedro Alves  <palves@redhat.com>
644
645         * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
646         reading registers when switching context.
647
648 2017-10-09  John Baldwin  <jhb@FreeBSD.org>
649
650         * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
651         (fbsd_convert_siginfo): Likewise.
652         * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
653
654 2017-10-09  Simon Marchi  <simon.marchi@polymtl.ca>
655
656         * configure.ac (try_guile_versions): Remove guile-2.2.
657         * configure: Regenerate.
658
659 2017-10-09  Tom Tromey  <tom@tromey.com>
660
661         * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
662         (COMPILE.pre): Use $(CXX).
663
664 2017-10-09  Pedro Alves  <palves@redhat.com>
665
666         * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
667         Use bool.
668         (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
669         * cp-support.h (cp_remove_params): Now returns a
670         gdb::unique_xmalloc_ptr.
671         * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
672         Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
673         * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
674         returning a gdb::unique_xmalloc_ptr.
675         (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
676         * stack.c (find_frame_funname): Adjust to cp_remove_params
677         returning a gdb::unique_xmalloc_ptr.
678
679 2017-10-08  Tom Tromey  <tom@tromey.com>
680
681         * dwarf2read.c (dwarf2_get_dwz_file): Use
682         gdb::unique_xmalloc_ptr.
683         (find_slot_in_mapped_hash): Likewise.
684         (dwarf2_physname): Likewise.
685         (create_dwo_unit_in_dwp_v1): Use std::string.
686         (create_dwo_unit_in_dwp_v2): Likewise.
687         (lookup_dwo_cutu): Likewise.
688         (inherit_abstract_dies): Use std::vector.
689         (read_array_type): Likewise.
690         (dwarf_decode_macros): Remove unused declaration.
691         (unsigned_int_compar): Remove.
692         (dwarf2_build_psymtabs_hard): Use scoped_restore.
693         (psymtabs_addrmap_cleanup): Remove.
694
695 2017-10-08  Tom Tromey  <tom@tromey.com>
696
697         * frame-unwind.c (frame_unwind_try_unwinder): Update.
698         * frame.h (frame_cleanup_after_sniffer): Declare.
699         (frame_prepare_for_sniffer): Return void.
700         * frame.c (frame_cleanup_after_sniffer): No longer static.  Change
701         type of argument.
702         (frame_prepare_for_sniffer): Return void.
703
704 2017-10-08  Tom Tromey  <tom@tromey.com>
705
706         * utils.h (make_cleanup_value_free): Remove.
707         * utils.c (do_value_free, struct cleanup): Remove.
708         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
709         Use gdb_value_up.
710         * value.h (struct value_deleter): New.
711         (gdb_value_up): New typedef.
712
713 2017-10-08  Tom Tromey  <tom@tromey.com>
714
715         * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
716         (make_cleanup_free_search_symbols): Remove.
717         (search_symbols): Return std::vector.
718         (symbol_search::compare_search_syms): Now member of
719         symbol_search.  Change arguments.
720         (sort_search_symbols_remove_dups): Change arguments.  Rewrite.
721         (symtab_symbol_info, rbreak_command): Update.
722         * symtab.h (struct symbol_search) <next>: Remove.
723         Add constructors.
724         (symbol_search::operator<): New function.
725         (symbol_search::operator==): New function.
726         (search_symbols): Remove std::vector.
727         (free_search_symbols, make_cleanup_free_search_symbols): Remove.
728         (symbol_search::compare_search_syms): Declare.
729
730 2017-10-06  Yao Qi  <yao.qi@linaro.org>
731
732         * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
733         arch/aarch64-insn.o.
734         Remove one rule.
735         * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
736
737 2017-10-06  Yao Qi  <yao.qi@linaro.org>
738
739         * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
740         and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
741         arch/arm-linux.o respectively.
742         * configure.tgt: Likewise.
743
744 2017-10-06  Yao Qi  <yao.qi@linaro.org>
745
746         * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
747         * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
748
749 2017-10-06  Pedro Alves  <palves@redhat.com>
750
751         * windows-nat.c: Include <algorithm>.
752
753 2017-10-06  Yao Qi  <yao.qi@linaro.org>
754
755         * configure.tgt (i386_tobjs): New variable.
756         (amd64_tobjs): New variable.
757         Set $cpu_obs and $os_obs.
758
759 2017-10-06  Yao Qi  <yao.qi@linaro.org>
760
761         * Makefile.in (CONFIG_SRC_SUBDIR): New.
762         (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
763         (clean): Remove object files and dependency files.
764         (distclean): Remove the directory.
765         * configure.ac: Invoke AC_CONFIG_COMMANDS.
766         * configure: Re-generated.
767         * configure.tgt: Replace amd64.o with arch/amd64.o.
768
769 2017-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
770
771         PR build/22188
772         * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
773         and SETEND.
774
775 2017-10-05  Pedro Alves  <palves@redhat.com>
776
777         * linux-nat.c (linux_child_follow_fork): When following the parent
778         and detaching the child, consult the parent thread's architecture
779         instead of the child's.
780
781 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
782
783         * ax.h: Do not include "doublest.h".
784         (union agent_val): Remove.
785
786 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
787
788         * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
789         (decimal_to_string): Return std::string object.
790         (decimal_from_string): Accept std::string object.  Return bool.
791         (decimal_from_integral, decimal_from_doublest): Remove.
792         (decimal_from_longest): Add prototype.
793         (decimal_from_ulongest): Likewise.
794         (decimal_to_longest): Likewise.
795         (decimal_from_doublest): Likewise.
796         * dfp.c: Do not include "gdbtypes.h" or "value.h".
797         (MAX_DECIMAL_STRING): Move here.
798         (decimal_to_string): Return std::string object.
799         (decimal_from_string): Accept std::string object.  Return bool.
800         (decimal_from_integral): Remove, replace by ...
801         (decimal_from_longest, decimal_from_ulongest): ... these new functions.
802         (decimal_to_longest): New function.
803         (decimal_from_floating): Remove, replace by ...
804         (decimal_from_doublest): ... this new function.
805         (decimal_to_doublest): Update to new decimal_to_string interface.
806
807         * value.c (unpack_long): Use decimal_to_longest.
808         * valops.c (value_cast): Use decimal_from_doublest instead of
809         decimal_from_floating.  Use decimal_from_[u]longest isntead of
810         decimal_from_integral.
811         * valarith.c (value_args_as_decimal): Likewise.
812         * valprint.c (print_decimal_floating): Update to new
813         decimal_to_string interface.
814         * printcmd.c (printf_decfloat): Likewise.
815         * c-exp.y (parse_number): Update to new decimal_from_string interface.
816
817 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
818
819         * doublest.h: Do not include "floatformat.h".  Remove stale comments.
820         * gdbtypes.c: Include "floatformat.h".
821         * value.c: Likewise.
822         * m68k-tdep.c: Likewise.
823
824         * findvar.c: Do not include "floatformat.h".
825         * amd64-darwin-tdep.c: Likewise.
826         * arm-linux-tdep.c: Likewise.
827         * i386-darwin-tdep.c: Likewise.
828         * i387-tdep.c: Likewise.
829         * m68k-linux-tdep.c: Likewise.
830         * mep-tdep.c: Likewise.
831         * mips-tdep.c: Likewise.
832         * nios2-tdep.c: Likewise.
833         * s390-linux-tdep.c: Likewise.
834         * sparc-obsd-tdep.c: Likewise.
835         * sparc-tdep.c: Likewise.
836         * sparc64-tdep.c: Likewise.
837         * spu-tdep.c: Likewise.
838         * tic6x-tdep.c: Likewise.
839         * tilegx-tdep.c: Likewise.
840         * vax-tdep.c: Likewise.
841         * xstormy16-tdep.c: Likewise.
842         * xtensa-tdep.c: Likewise.
843
844         * top.c: Do not include "doublest.h".
845         * aarch64-tdep.c: Likewise.
846         * alpha-tdep.c: Likewise.
847         * arm-linux-tdep.c: Likewise.
848         * m68k-linux-tdep.c: Likewise.
849         * tilegx-tdep.c: Likewise.
850         * xstormy16-tdep.c: Likewise.
851
852 2017-10-05  John Baldwin  <jhb@FreeBSD.org>
853
854         * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
855         (mipsn32_fbsd_sigframe): Define.
856         (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
857         for FreeBSD/mipsn32.
858
859 2017-10-05  John Baldwin  <jhb@FreeBSD.org>
860
861         * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
862         AT_HWCAP.
863
864 2017-10-05  Tristan Gingold  <tgingold@free.fr>
865
866         * MAINTAINERS (Misc): Update my email address.
867
868 2017-10-04  Pedro Alves  <palves@redhat.com>
869
870         * remote.c (get_remote_arch_state): New 'gdbarch' parameter.  Use
871         it instead of target_gdbarch.
872         (get_remote_state, get_remote_packet_size): Adjust
873         get_remote_arch_state calls, passing down target_gdbarch
874         explicitly.
875         (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
876         'gdbarch' and use it instead of target_gdbarch.
877         (get_memory_packet_size): Adjust get_remote_arch_state calls,
878         passing down target_gdbarch explicitly.
879         (struct stop_reply) <arch>: New field.
880         (remote_parse_stop_reply): Use the stopped thread's architecture,
881         not the current inferior's.  Save the architecture in the
882         stop_reply.
883         (process_stop_reply): Use the stop reply's architecture.
884         (process_g_packet, remote_fetch_registers)
885         (remote_prepare_to_store, store_registers_using_G)
886         (remote_store_registers): Adjust get_remote_arch_state calls,
887         using the regcache's architecture.
888         (remote_get_trace_status): Adjust get_remote_arch_state calls,
889         passing down target_gdbarch explicitly.
890         * spu-multiarch.c (spu_thread_architecture): Defer to the target
891         beneath instead of calling target_gdbarch.
892         * target.c (default_thread_architecture): Use the specified
893         inferior's architecture, instead of the current inferior's
894         architecture (via target_gdbarch).
895
896 2017-10-04  Pedro Alves  <palves@redhat.com>
897
898         * regcache.c (get_thread_arch_regcache): Remove null_ptid special
899         case.
900         (regcache_print): Handle !target_has_registers here instead.
901
902 2017-10-04  Pedro Alves  <palves@redhat.com>
903
904         * frame.c (create_test_frame): Delete.
905         * frame.h (create_test_frame): Delete.
906         * gdbarch-selftests.c: Include gdbthread.h and target.h.
907         (class regcache_test): Delete.
908         (test_target_has_registers, test_target_has_stack)
909         (test_target_has_memory, test_target_prepare_to_store)
910         (test_target_store_registers): New functions.
911         (test_target_ops): New class.
912         (register_to_value_test): Error out if there's already a
913         process_stratum (or higher) target pushed.  Create a fuller mock
914         environment, with mock target_ops, inferior, address space, thread
915         and inferior_ptid.
916         * progspace.c (struct address_space): Move to ...
917         * progspace.h (struct address_space): ... here.
918         * regcache.h (regcache::~regcache, regcache::raw_write)
919         [GDB_SELF_TEST]: No longer virtual.
920
921 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
922
923         * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
924
925 2017-10-04  Pedro Alves  <palves@redhat.com>
926
927         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
928         out of 'between TRY and CATCH'.
929
930 2017-10-04  Pedro Alves  <palves@redhat.com>
931
932         * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
933         * common/common-exceptions.h (TRY): Open an outermost scope.
934         Expand intro comment.
935         (CATCH): Reindent.
936         (END_CATCH): Close the outermost scope.
937         * completer.c (complete_line_internal): Add missing END_CATCH.
938
939 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
940
941         * NEWS (Changes since GDB 8.0): Add entry about new
942         'set-cwd-on-gdbserver' feature.
943         (New remote packets): Add entry for QSetWorkingDir.
944         * common/common-inferior.h (set_inferior_cwd): New prototype.
945         * infcmd.c (set_inferior_cwd): Remove "static".
946         (show_cwd_command): Expand text to include remote debugging.
947         * remote.c: Add PACKET_QSetWorkingDir.
948         (remote_protocol_features) <QSetWorkingDir>: New entry for
949         PACKET_QSetWorkingDir.
950         (extended_remote_set_inferior_cwd): New function.
951         (extended_remote_create_inferior): Call
952         "extended_remote_set_inferior_cwd".
953         (_initialize_remote): Call "add_packet_config_cmd" for
954         QSetWorkingDir.
955
956 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
957
958         * NEWS (New commands): Mention "set/show cwd".
959         * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
960         "cd" command's help text.
961         * common/common-inferior.h (get_inferior_cwd): New prototype.
962         * infcmd.c (inferior_cwd_scratch): New global variable.
963         (set_inferior_cwd): New function.
964         (get_inferior_cwd): Likewise.
965         (set_cwd_command): Likewise.
966         (show_cwd_command): Likewise.
967         (_initialize_infcmd): Add "set/show cwd" commands.
968         * inferior.h (class inferior) <cwd>: New field.
969         * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
970         (fork_inferior): Change inferior's cwd before its execution.
971         * windows-nat.c (windows_create_inferior): Pass inferior's cwd
972         to CreateProcess.
973
974 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
975
976         * Makefile.in (SFILES): Add gdb_tilde_expand.c.
977         (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
978         (COMMON_OBS): Add gdb_tilde_expand.o.
979         * common/gdb_tilde_expand.c: New file.
980         * common/gdb_tilde_expand.h: Likewise.
981
982 2017-10-03  Maciej W. Rozycki  <macro@imgtec.com>
983
984         * gdbarch.sh (objfile): Remove duplicate declaration.
985         * gdbarch.h: Regenerate.
986
987 2017-10-03  Tom Tromey  <tom@tromey.com>
988
989         * utils.c (internal_vproblem): Use string_vprintf.
990
991 2017-10-03  Tom Tromey  <tom@tromey.com>
992
993         * printcmd.c (info_symbol_command): Use std::string.
994
995 2017-10-03  Tom Tromey  <tom@tromey.com>
996
997         * top.c (gdb_safe_append_history): Use std::string.
998
999 2017-10-03  Tom Tromey  <tom@tromey.com>
1000
1001         * event-top.c (stdin_event_handler): Update.
1002         * main.c (captured_main_1): Update.
1003         * top.h (make_delete_ui_cleanup): Remove.
1004         (struct ui): Add constructor and destructor.
1005         (new_ui, delete_ui): Remove.
1006         * top.c (make_delete_ui_cleanup): Remove.
1007         (new_ui_command): Use std::unique_ptr.
1008         (delete_ui_cleanup): Remove.
1009         (ui::ui): Rename from new_ui.  Update.
1010         (free_ui): Remove.
1011         (ui::~ui): Rename from delete_ui.  Update.
1012
1013 2017-10-03  Tom Tromey  <tom@tromey.com>
1014
1015         * symfile.c (load_progress): Use gdb::byte_vector.
1016
1017 2017-10-03  Tom Tromey  <tom@tromey.com>
1018
1019         * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
1020         declaration.
1021         * printcmd.c (x_command): Remove unused declaration.
1022         * symfile.c (symbol_file_command): Remove unused declaration.
1023
1024 2017-10-03  Tom Tromey  <tom@tromey.com>
1025
1026         * utils.c (internal_vproblem): Use std::string.
1027         (defaulted_query): Likewise.
1028
1029 2017-10-03  Tom Tromey  <tom@tromey.com>
1030
1031         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
1032         * top.c (execute_command_to_string): Update.
1033         * utils.c (make_cleanup_restore_page_info): Remove.
1034         (do_restore_page_info_cleanup): Remove.
1035         (set_batch_flag_and_restore_page_info):
1036         New.
1037         (make_cleanup_restore_page_info): Remove.
1038         (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
1039         (~set_batch_flag_and_restore_page_info): New
1040         (make_cleanup_restore_uinteger): Remove.
1041         (make_cleanup_restore_integer): Remove.
1042         (struct restore_integer_closure): Remove.
1043         (restore_integer): Remove.
1044         * utils.h (struct set_batch_flag_and_restore_page_info): New
1045         class.
1046         (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
1047         (make_cleanup_restore_page_info): Remove.
1048         (make_cleanup_restore_uinteger) Remove.
1049         (make_cleanup_restore_integer) Remove.
1050
1051 2017-10-03  Tom Tromey  <tom@tromey.com>
1052
1053         * record-full.h (record_full_gdb_operation_disable_set): Return
1054         scoped_restore_tmpl<int>.
1055         * infrun.c (adjust_pc_after_break): Update.
1056         (handle_signal_stop): Update.
1057         * record-full.c (record_full_gdb_operation_disable_set): Return
1058         scoped_restore_tmpl<int>.
1059         (record_full_wait_1, record_full_insert_breakpoint)
1060         (record_full_remove_breakpoint, record_full_save)
1061         (record_full_goto_insn): Update.
1062
1063 2017-10-02  Tom Tromey  <tom@tromey.com>
1064
1065         PR rust/22236:
1066         * rust-lang.c (rust_val_print_str): New function.
1067         (val_print_struct): Call it.
1068         (rust_subscript): Preserve name of slice type.
1069
1070 2017-10-02  Tom Tromey  <tom@tromey.com>
1071
1072         * rust-lang.c (rust_subscript): Handle slices in
1073         EVAL_AVOID_SIDE_EFFECTS case.
1074
1075 2017-10-02  Tom Tromey  <tom@tromey.com>
1076
1077         * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
1078
1079 2017-10-02  Tom Tromey  <tom@tromey.com>
1080
1081         * rust-lang.h (rust_slice_type): Add "extern".
1082
1083 2017-10-02  Tom Tromey  <tom@tromey.com>
1084             Pedro Alves  <palves@redhat.com>
1085
1086         * ada-lang.h (ada_exc_info::operator<): Make const.
1087         (ada_exc_info::operator==): Make const.
1088         * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
1089         Make const.
1090
1091 2017-09-29  Tom Tromey  <tom@tromey.com>
1092
1093         * target.c (read_whatever_is_readable): Change type of "result".
1094         Update.
1095         (free_memory_read_result_vector): Remove.
1096         (read_memory_robust): Change return type.  Update.
1097         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.  Use
1098         bin2hex, std::string.
1099         * target.h (memory_read_result_s): Remove typedef.
1100         (free_memory_read_result_vector): Remove.
1101         (read_memory_robust): Return std::vector.
1102
1103 2017-09-29  Tom Tromey  <tom@tromey.com>
1104
1105         * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
1106
1107 2017-09-29  Tom Tromey  <tom@tromey.com>
1108
1109         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
1110         * ada-lang.h (struct ada_exc_info): Remove typedef.  Declare
1111         operator< and operator==.
1112         (ada_exceptions_list): Return a std::vector.
1113         * ada-lang.c (ada_exc_info::operator<): Rename from
1114         compare_ada_exception_info.
1115         (ada_exc_info::operator==): New.
1116         (sort_remove_dups_ada_exceptions_list): Change type of
1117         "exceptions".
1118         (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
1119         (ada_add_global_exceptions): Likewise.
1120         (ada_exceptions_list_1): Return a std::vector.
1121         (ada_exceptions_list): Likewise.
1122
1123 2017-09-29  Tom Tromey  <tom@tromey.com>
1124
1125         * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
1126         'std::set *'.
1127         (print_one_inferior): Update.
1128         (free_vector_of_ints): Remove.
1129         (list_available_thread_groups): Change "ids" to std::set.
1130         (mi_cmd_list_thread_groups): Update.
1131         (struct collect_cores_data) <core>: Now a std::set.
1132         (collect_cores): Update.
1133         (unique): Remove.
1134         (print_one_inferior): Update.
1135
1136 2017-09-29  Tom Tromey  <tom@tromey.com>
1137
1138         * mi/mi-main.c (mi_execute_cli_command): Use std::string.
1139         (mi_execute_async_cli_command): Likewise.
1140         (mi_cmd_trace_frame_collected): Use field_fmt.
1141
1142 2017-09-29  Tom Tromey  <tom@tromey.com>
1143
1144         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
1145         gdb::byte_vector.
1146
1147 2017-09-29  Tom Tromey  <tom@tromey.com>
1148
1149         * mi/mi-parse.c (mi_parse): Remove unused declaration.
1150
1151 2017-09-29  Tom Tromey  <tom@tromey.com>
1152
1153         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
1154
1155 2017-09-29  Tom Tromey  <tom@tromey.com>
1156
1157         * varobj.h (varobj_gen_name): Return std::string.
1158         * varobj.c (varobj_gen_name): Return std::string.
1159         * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
1160         (mi_cmd_var_delete): Don't copy "name".
1161
1162 2017-09-29  Tom Tromey  <tom@tromey.com>
1163
1164         * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
1165         (mi_cmd_break_insert_1): Update.
1166
1167 2017-09-29  Tom Tromey  <tom@tromey.com>
1168
1169         * target.h (make_scoped_defer_target_commit_resume): Update.
1170         * target.c (make_scoped_defer_target_commit_resume): Rename from
1171         make_cleanup_defer_target_commit_resume.  Return a
1172         scoped_restore.
1173         * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
1174
1175 2017-09-29  Tom Tromey  <tom@tromey.com>
1176
1177         * main.c (captured_main_1): Remove unused declaration.
1178         * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
1179
1180 2017-09-29  Tom Tromey  <tom@tromey.com>
1181
1182         * symtab.c (search_symbols): Remove unused outer cleanup.
1183         (make_source_files_completion_list): Remove unused declaration.
1184
1185 2017-09-29  Tom Tromey  <tom@tromey.com>
1186
1187         * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
1188
1189 2017-09-29  Tom Tromey  <tom@tromey.com>
1190
1191         * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
1192         gdb::byte_vector.
1193
1194 2017-09-29  Tom Tromey  <tom@tromey.com>
1195
1196         * complaints.c (vcomplaint): Use std::string.
1197
1198 2017-09-29  Tom Tromey  <tom@tromey.com>
1199
1200         * tracepoint.c (trace_variable_command): Use std::string.
1201         (encode_actions_1): Remove unused declarations.
1202         (create_tsv_from_upload): Use std::string.
1203
1204 2017-09-29  Tom Tromey  <tom@tromey.com>
1205
1206         * cp-support.c (gdb_demangle): Use std::string.
1207
1208 2017-09-29  Tom Tromey  <tom@tromey.com>
1209
1210         * stack.c (parse_frame_specification): Use std::string
1211         (info_frame_command): Use gdb::unique_xmalloc_ptr.
1212
1213 2017-09-29  Tom Tromey  <tom@tromey.com>
1214
1215         * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
1216
1217 2017-09-29  Tom Tromey  <tom@tromey.com>
1218
1219         * utils.c (vfprintf_maybe_filtered): Use std::string.
1220         (vfprintf_unfiltered): Likewise.
1221
1222 2017-09-29  Tom Tromey  <tom@tromey.com>
1223
1224         * event-top.c (top_level_prompt): Return std::string.
1225         (display_gdb_prompt): Update.
1226
1227 2017-09-29  Tom Tromey  <tom@tromey.com>
1228
1229         * unittests/common-utils-selftests.c (format): New function.
1230         (string_vprintf_tests): New function.
1231         (_initialize_common_utils_selftests): Register new tests.
1232         * common/common-utils.c (string_vprintf): New function.
1233         * common/common-utils.h (string_vprintf): Declare.
1234
1235 2017-09-29  Pedro Alves  <palves@redhat.com>
1236
1237         * common/rsp-low.c (unpack_varlen_hex): Constify.
1238         * common/rsp-low.h (unpack_varlen_hex): Constify.
1239         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1240         Constify.
1241         * remote.c (remote_set_permissions, read_ptid)
1242         (remote_current_thread, remote_get_threads_with_qthreadinfo)
1243         (remote_static_tracepoint_marker_at)
1244         (remote_static_tracepoint_markers_by_strid)
1245         (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
1246         * tracepoint.c (parse_trace_status, parse_tracepoint_status)
1247         (parse_tracepoint_definition, parse_tsv_definition)
1248         (parse_static_tracepoint_marker_definition): Constify.
1249         * tracepoint.h (parse_static_tracepoint_marker_definition)
1250         (parse_trace_status, parse_tracepoint_status)
1251         (parse_tracepoint_definition, parse_tsv_definition): Constify.
1252
1253 2017-09-29  Pedro Alves  <palves@redhat.com>
1254
1255         * remote.c (target_buf, target_buf_size): Delete.
1256         (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
1257         Use the connection's packet buffer instead.
1258         All callers adjusted.
1259         (_initialize_remote): Remove references to target_buf and
1260         target_buf_size.
1261
1262 2017-09-28  Pedro Alves  <palves@redhat.com>
1263
1264         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1265         unittests/common-utils-selftests.c.
1266         (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
1267         (COMMON_OBS): Remove utils-selftests.o.
1268         * utils-selftests.c: Move to ...
1269         * unittests/common-utils-selftests.c: ... here and rename self
1270         test to "string_printf".
1271
1272 2017-09-28  Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
1273
1274         * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
1275         having NULL cus or tus.
1276
1277 2017-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1278
1279         * arm-tdep.c: (convert_from_extended): Remove.
1280         (convert_to_extended): Likewise.
1281         (arm_extract_return_value): Use convert_typed_floating.
1282         (arm_store_return_value): Likewise.
1283
1284         * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
1285         * sh-tdep.c: Do not include "floatformat.h".
1286         (sh_littlebyte_bigword_type): New function.
1287         (sh_register_convert_to_virtual): Use convert_typed_floating.
1288         (sh_register_convert_to_raw): Likewise.
1289         * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
1290         (sh64_littlebyte_bigword_type): New function.
1291         (sh64_extract_return_value): Use convert_typed_floating.
1292         (sh64_register_convert_to_virtual): Likewise.
1293         (sh64_register_convert_to_raw): Likewise.
1294
1295 2017-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1296
1297         * doublest.h (floatformat_from_type): Move to gdbtypes.h.
1298         * doublest.c (floatformat_from_type): Move to gdbtypes.c.
1299
1300         * gdbtypes.h (union type_specific): Make field floatformat hold
1301         just a single struct floatformat, not an array.
1302         (floatformat_from_type): Move here.
1303         * gdbtypes.c (floatformat_from_type): Move here.  Update to
1304         changed TYPE_FLOATFORMAT definition.
1305         (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
1306         (recursive_dump_type): Likewise.
1307         (init_float_type): Install correct floatformat for byte order.
1308         (arch_float_type): Likewise.
1309
1310 2017-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1311
1312         * gdbtypes.c (init_type): Change incoming argument from
1313         length-in-bytes to length-in-bits.  Assert length is a
1314         multiple of TARGET_CHAR_BITS.
1315         (arch_type, arch_flags_type): Likewise.
1316         (init_integer_type): Update call to init_type.
1317         (init_character_type): Likewise.
1318         (init_boolean_type): Likewise.
1319         (init_float_type): Likewise.
1320         (init_decfloat_type): Likewise.
1321         (init_complex_type): Likewise.
1322         (init_pointer_type): Likewise.
1323         (objfile_type): Likewise.
1324         (arch_integer_type): Update call to arch_type.
1325         (arch_character_type): Likewise.
1326         (arch_boolean_type): Likewise.
1327         (arch_float_type): Likewise.
1328         (arch_decfloat_type): Likewise.
1329         (arch_complex_type): Likewise.
1330         (arch_pointer_type): Likewise.
1331         (gdbtypes_post_init): Likewise.
1332
1333         * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
1334         (read_base_type): Likewise.
1335         * mdebugread.c (basic_type): Likewise.
1336         * stabsread.c (dbx_init_float_type): Likewise.
1337         (rs6000_builtin_type): Likewise.
1338         (read_range_type): Likewise.  Also, fix call to init_integer_type
1339         with erroneous length argument.
1340
1341         * ada-lang.c (ada_language_arch_info): Update call to arch_type.
1342         * d-lang.c (build_d_types): Likewise.
1343         * f-lang.c (build_fortran_types): Likewise.
1344         * go-lang.c (build_go_types): Likewise.
1345         * opencl-lang.c (build_opencl_types): Likewise.
1346         * jit.c (finalize_symtab): Likewise.
1347         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
1348         (build_std_type_info_type): Likewise.
1349         * target-descriptions.c (tdesc_gdb_type): Likewise.  Also,
1350         update call to arch_flags_type.
1351
1352         * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
1353         arch_type.
1354         * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
1355         * windows-tdep.c (windows_get_tlb_type): Likewise.
1356
1357         * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
1358         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
1359         * m32c-tdep.c (make_types): Likewise.
1360         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
1361         (rl78_psw_type): Update call to arch_flags_type.
1362         * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
1363         * rx-tdep.c (rx_psw_type): Likewise.
1364         (rx_fpsw_type): Likewise.
1365         * sparc-tdep.c (sparc_psr_type): Likewise.
1366         (sparc_fsr_type): Likewise.
1367         * sparc64-tdep.c (sparc64_pstate_type): Likewise.
1368         (sparc64_ccr_type): Likewise.
1369         (sparc64_fsr_type): Likewise.
1370         (sparc64_fprs_type): Likewise.
1371
1372 2017-09-27  Tom Tromey  <tom@tromey.com>
1373
1374         * findcmd.c (find_command): Constify.
1375
1376 2017-09-27  Tom Tromey  <tom@tromey.com>
1377
1378         * ada-tasks.c (task_command_1, task_command): Constify.
1379
1380 2017-09-27  Tom Tromey  <tom@tromey.com>
1381
1382         * symtab.c (maintenance_print_symbol_cache)
1383         (maintenance_flush_symbol_cache)
1384         (maintenance_print_symbol_cache_statistics): Constify.
1385
1386 2017-09-27  Tom Tromey  <tom@tromey.com>
1387
1388         * inferior.c (detach_inferior_command, kill_inferior_command)
1389         (inferior_command): Constify.
1390
1391 2017-09-27  Tom Tromey  <tom@tromey.com>
1392
1393         * regcache.c (regcache_print, maintenance_print_registers)
1394         (maintenance_print_raw_registers)
1395         (maintenance_print_cooked_registers)
1396         (maintenance_print_register_groups)
1397         (maintenance_print_remote_registers): Constify.
1398
1399 2017-09-27  Tom Tromey  <tom@tromey.com>
1400
1401         * printcmd.c (map_display_numbers, undisplay_command)
1402         (enable_disable_display_command, enable_display_command)
1403         (disable_display_command): Constify.
1404
1405 2017-09-27  Tom Tromey  <tom@tromey.com>
1406
1407         * breakpoint.h (delete_command): Don't declare.
1408         * breakpoint.c (delete_command, enable_once_command)
1409         (enable_count_command, enable_delete_command, breakpoint_1)
1410         (maintenance_info_breakpoints, stopin_command, stopat_command)
1411         (delete_command, delete_trace_command, save_breakpoints)
1412         (save_breakpoints_command, save_tracepoints_command): Constify.
1413
1414 2017-09-27  Tom Tromey  <tom@tromey.com>
1415
1416         * macrocmd.c (macro_expand_command, macro_expand_once_command)
1417         (skip_ws, extract_identifier, macro_define_command)
1418         (macro_undef_command, macro_list_command): Constify.
1419
1420 2017-09-27  Tom Tromey  <tom@tromey.com>
1421
1422         * infcmd.c (environment_info, set_environment_command)
1423         (unset_environment_command, path_info, info_proc_cmd_1)
1424         (info_proc_cmd_mappings, info_proc_cmd_stat)
1425         (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
1426         (info_proc_cmd_exe, info_proc_cmd_all): Constify.
1427
1428 2017-09-27  Tom Tromey  <tom@tromey.com>
1429
1430         * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
1431         Constify.
1432
1433 2017-09-27  Tom Tromey  <tom@tromey.com>
1434
1435         * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
1436
1437 2017-09-27  Tom Tromey  <tom@tromey.com>
1438
1439         * demangle.c (demangle_command): Constify.
1440
1441 2017-09-27  Tom Tromey  <tom@tromey.com>
1442
1443         * progspace.c (maintenance_info_program_spaces_command):
1444         Constify.
1445
1446 2017-09-27  Tom Tromey  <tom@tromey.com>
1447
1448         * compile/compile.c (check_raw_argument, compile_file_command)
1449         (compile_code_command, compile_print_command): Constify.
1450
1451 2017-09-27  Tom Tromey  <tom@tromey.com>
1452
1453         * reggroups.c (maintenance_print_reggroups): Constify.
1454
1455 2017-09-27  Tom Tromey  <tom@tromey.com>
1456
1457         * dwarf2read.c (save_gdb_index_command): Constify.
1458
1459 2017-09-27  Tom Tromey  <tom@tromey.com>
1460
1461         * stap-probe.c (info_probes_stap_command): Constify.
1462
1463 2017-09-27  Tom Tromey  <tom@tromey.com>
1464
1465         * fork-child.c (unset_exec_wrapper_command): Constify.
1466
1467 2017-09-27  Tom Tromey  <tom@tromey.com>
1468
1469         * btrace.c (get_uint, get_context_size, no_chunk)
1470         (maint_btrace_packet_history_cmd)
1471         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
1472         (maint_info_btrace_cmd): Constify.
1473
1474 2017-09-27  Tom Tromey  <tom@tromey.com>
1475
1476         * reverse.c (delete_bookmark_command): Constify.
1477
1478 2017-09-27  Tom Tromey  <tom@tromey.com>
1479
1480         * remote.c (set_memory_packet_size)
1481         (set_memory_write_packet_size, show_memory_write_packet_size)
1482         (set_memory_read_packet_size, show_memory_read_packet_size)
1483         (compare_sections_command, packet_command, remote_put_command)
1484         (remote_get_command, remote_delete_command): Constify.
1485
1486 2017-09-27  Tom Tromey  <tom@tromey.com>
1487
1488         * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
1489         (set_mipsfpu_double_command, set_mipsfpu_none_command)
1490         (set_mipsfpu_auto_command): Constify.
1491
1492 2017-09-27  Tom Tromey  <tom@tromey.com>
1493
1494         * cli/cli-cmds.h (cd_command): Constify.
1495         * cli/cli-cmds.c (cd_command): Constify.
1496
1497 2017-09-27  Tom Tromey  <tom@tromey.com>
1498
1499         * thread.c (thread_name_command, thread_find_command): Constify.
1500
1501 2017-09-27  Tom Tromey  <tom@tromey.com>
1502
1503         * probe.c (enable_probes_command, disable_probes_command):
1504         Constify.
1505
1506 2017-09-27  Tom Tromey  <tom@tromey.com>
1507
1508         * symfile.c (symbol_file_command): Constify.
1509         * gdbcore.h (deprecated_file_changed_hook): Constify.
1510         * exec.c (deprecated_file_changed_hook, exec_file_command)
1511         (file_command): Constify.
1512         * defs.h (symbol_file_command): Constify.
1513
1514 2017-09-27  Tom Tromey  <tom@tromey.com>
1515
1516         * remote-fileio.c (set_system_call_allowed)
1517         (show_system_call_allowed): Constify.
1518
1519 2017-09-27  Tom Tromey  <tom@tromey.com>
1520
1521         * tracepoint.c (delete_trace_variable_command)
1522         (tfind_end_command, tfind_start_command, tfind_pc_command)
1523         (tfind_tracepoint_command, tfind_line_command)
1524         (tfind_range_command, tfind_outside_command): Constify.
1525
1526 2017-09-27  Tom Tromey  <tom@tromey.com>
1527
1528         * ax-gdb.c (maint_agent_printf_command, agent_command)
1529         (agent_eval_command): Constify.
1530
1531 2017-09-27  Tom Tromey  <tom@tromey.com>
1532
1533         * tracepoint.c (info_scope_command): Constify.
1534         * python/python.c (gdbpy_decode_line): Constify.
1535         * python/py-breakpoint.c (bppy_init): Constify.
1536         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
1537         * location.h: (new_linespec_location)
1538         (string_to_event_location_basic, string_to_event_location):
1539         Constify.
1540         * location.c (new_linespec_location)
1541         (string_to_event_location_basic, string_to_event_location):
1542         Constify.
1543         * linespec.h (decode_line_with_current_source)
1544         (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
1545         * linespec.c (linespec_lex_to_end)
1546         (decode_line_with_current_source)
1547         (decode_line_with_last_displayed): Constify.
1548         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
1549         Constify.
1550         * cli/cli-cmds.c (edit_command, list_command): Constify.
1551         * breakpoint.h (until_break_command, watch_command_wrapper)
1552         (awatch_command_wrapper, rwatch_command_wrapper)
1553         (init_ada_exception_breakpoint): Constify.
1554         * breakpoint.c (break_command_1, dprintf_command)
1555         (break_range_command, watch_command_wrapper)
1556         (rwatch_command_wrapper, awatch_command_wrapper)
1557         (until_break_command, init_ada_exception_breakpoint)
1558         (strace_marker_create_sals_from_location, trace_command)
1559         (ftrace_command, strace_command, struct tracepoint): Constify.
1560         * ax-gdb.c (agent_command_1): Constify.
1561         * ada-lang.c (ada_exception_sal): Constify.
1562
1563 2017-09-27  Tom Tromey  <tom@tromey.com>
1564
1565         * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
1566         (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
1567         (get_context_size, no_chunk, get_insn_history_modifiers)
1568         (cmd_record_insn_history, get_call_history_modifiers)
1569         (cmd_record_call_history): Constify.
1570
1571 2017-09-27  Tom Tromey  <tom@tromey.com>
1572
1573         * source.c (show_substitute_path_command)
1574         (unset_substitute_path_command, set_substitute_path_command):
1575         Constify.
1576
1577 2017-09-27  Tom Tromey  <tom@tromey.com>
1578
1579         * typeprint.c (maintenance_print_type): Constify.
1580         * maint.c (maintenance_dump_me, maintenance_demangle)
1581         (maintenance_time_display, maintenance_info_sections)
1582         (maintenance_print_statistics, maintenance_deprecate)
1583         (maintenance_undeprecate): Constify.
1584         (maintenance_do_deprecate): Constify.  Use std::string.
1585         (maintenance_selftest): Constify.
1586         * gdbtypes.h (maintenance_print_type): Constify.
1587
1588 2017-09-27  Tom Tromey  <tom@tromey.com>
1589
1590         * hppa-tdep.c (unwind_command): Constify.
1591
1592 2017-09-27  Tom Tromey  <tom@tromey.com>
1593
1594         * target-descriptions.c (unset_tdesc_filename_cmd)
1595         (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
1596         Constify.
1597
1598 2017-09-27  Tom Tromey  <tom@tromey.com>
1599
1600         * dummy-frame.c (maintenance_print_dummy_frames): Constify.
1601
1602 2017-09-27  Tom Tromey  <tom@tromey.com>
1603
1604         * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
1605
1606 2017-09-27  Tom Tromey  <tom@tromey.com>
1607
1608         * tui/tui-regs.c (tui_reg_command): Constify.
1609
1610 2017-09-27  Tom Tromey  <tom@tromey.com>
1611
1612         * skip.c (skip_file_command, skip_function_command)
1613         (skip_enable_command, skip_disable_command, skip_delete_command):
1614         Constify.
1615
1616 2017-09-27  Tom Tromey  <tom@tromey.com>
1617
1618         * record-btrace.c (cmd_record_btrace_bts_start)
1619         (cmd_record_btrace_pt_start): Constify.
1620
1621 2017-09-27  Tom Tromey  <tom@tromey.com>
1622
1623         * symmisc.c (maintenance_print_symbols)
1624         (maintenance_print_msymbols, maintenance_print_objfiles)
1625         (maintenance_info_symtabs, maintenance_check_symtabs)
1626         (maintenance_expand_symtabs, maintenance_info_line_tables):
1627         Constify.
1628
1629 2017-09-27  Tom Tromey  <tom@tromey.com>
1630
1631         * top.c (new_ui_command): Constify.
1632
1633 2017-09-27  Tom Tromey  <tom@tromey.com>
1634
1635         * symfile.c (add_symbol_file_command)
1636         (remove_symbol_file_command, list_overlays_command)
1637         (map_overlay_command, unmap_overlay_command)
1638         (overlay_auto_command, overlay_manual_command)
1639         (overlay_off_command, overlay_load_command): Constify.
1640
1641 2017-09-27  Tom Tromey  <tom@tromey.com>
1642
1643         * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1644         (info_spu_mailbox_command, info_spu_dma_command)
1645         (info_spu_proxydma_command): Constify.
1646
1647 2017-09-27  Tom Tromey  <tom@tromey.com>
1648
1649         * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
1650
1651 2017-09-27  Tom Tromey  <tom@tromey.com>
1652
1653         * cli/cli-script.c (user_defined_command): Constify.
1654
1655 2017-09-27  Tom Tromey  <tom@tromey.com>
1656
1657         * cli/cli-dump.c (dump_memory_command, dump_value_command)
1658         (dump_srec_memory, dump_srec_value, dump_ihex_memory)
1659         (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
1660         (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
1661         (dump_binary_value, append_binary_memory, append_binary_value):
1662         Constify.
1663         (struct dump_context) <func>: Constify.
1664         (add_dump_command): Update.
1665
1666 2017-09-27  Tom Tromey  <tom@tromey.com>
1667
1668         * cli/cli-cmds.c (show_version, show_configuration)
1669         (source_command, show_user): Constify.
1670
1671 2017-09-27  Tom Tromey  <tom@tromey.com>
1672
1673         * target.c (maintenance_print_target_stack): Constify.
1674
1675 2017-09-27  Tom Tromey  <tom@tromey.com>
1676
1677         * interps.c (interpreter_exec_cmd): Constify.
1678
1679 2017-09-27  Tom Tromey  <tom@tromey.com>
1680
1681         * record-full.c (cmd_record_full_restore): Constify.
1682
1683 2017-09-27  Tom Tromey  <tom@tromey.com>
1684
1685         * memattr.c (enable_mem_command, disable_mem_command)
1686         (delete_mem_command): Constify.
1687
1688 2017-09-27  Tom Tromey  <tom@tromey.com>
1689
1690         * value.c (show_convenience): Constify.
1691
1692 2017-09-27  Tom Tromey  <tom@tromey.com>
1693
1694         * gdbcore.h (core_file_command): Update.
1695         * corefile.c (core_file_command): Constify.
1696
1697 2017-09-27  Tom Tromey  <tom@tromey.com>
1698
1699         * user-regs.c (maintenance_print_user_registers): Constify.
1700
1701 2017-09-27  Tom Tromey  <tom@tromey.com>
1702
1703         * cp-namespace.c (maintenance_cplus_namespace): Constify.
1704
1705 2017-09-27  Tom Tromey  <tom@tromey.com>
1706
1707         * cp-support.c (first_component_command): Constify.
1708
1709 2017-09-27  Tom Tromey  <tom@tromey.com>
1710
1711         * psymtab.c (maintenance_print_psymbols)
1712         (maintenance_info_psymtabs, maintenance_check_psymtabs):
1713         Constify.
1714
1715 2017-09-27  Tom Tromey  <tom@tromey.com>
1716
1717         * windows-tdep.c (display_tib): Constify.
1718
1719 2017-09-27  Tom Tromey  <tom@tromey.com>
1720
1721         * linux-fork.c (delete_checkpoint_command)
1722         (detach_checkpoint_command): Constify.
1723
1724 2017-09-27  Tom Tromey  <tom@tromey.com>
1725
1726         * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
1727
1728 2017-09-27  Tom Tromey  <tom@tromey.com>
1729
1730         * arc-tdep.c (dump_arc_instruction_command): Constify.
1731
1732 2017-09-27  Tom Tromey  <tom@tromey.com>
1733
1734         * valprint.c (set_radix, show_radix): Constify.
1735
1736 2017-09-27  Tom Tromey  <tom@tromey.com>
1737
1738         * dtrace-probe.c (info_probes_dtrace_command): Constify.
1739
1740 2017-09-27  Tom Tromey  <tom@tromey.com>
1741
1742         * command.h (not_just_help_class_command): Update.
1743         * cli/cli-decode.h (not_just_help_class_command): Update.
1744         * cli/cli-decode.c (not_just_help_class_command): Constify.
1745
1746 2017-09-27  Tom Tromey  <tom@tromey.com>
1747
1748         * gdb_bfd.c (maintenance_info_bfds): Constify.
1749
1750 2017-09-27  Tom Tromey  <tom@tromey.com>
1751
1752         * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
1753         overloads.
1754         (do_add_cmd): Rename from add_cmd.  Don't call set_cmd_cfunc.
1755         (do_const_cfunc): New function.
1756         (cmd_cfunc_eq): New overload.
1757         (cli_user_command_p): Check do_const_cfunc.
1758         * cli/cli-decode.h (struct cmd_list_element) <function>: New field
1759         const_cfunc.
1760         * command.h (add_cmd): Add const overload and no-function
1761         overload.
1762         (set_cmd_cfunc): Add const overload.
1763         (cmd_const_cfunc_ftype): Declare.
1764         (cmd_cfunc_eq): Add const overload.
1765         * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
1766         python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
1767         overload.
1768
1769 2017-09-27  Tom Tromey  <tom@tromey.com>
1770
1771         * macroexp.c (get_next_token_for_substitution): New function.
1772         (substitute_args): Call it.  Check for __VA_OPT__.
1773
1774 2017-09-26  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1775             Pedro Alves <palves@redhat.com>
1776
1777         * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
1778         producer_is_icc_lt_14.
1779         (producer_is_icc_lt_14): New function.
1780         (check_producer): Add code for checking version of ICC.
1781         (producer_is_icc): Move to producer.c.
1782         (read_structure_type): Restrict ICC workaround to ICC<14.
1783         * producer.c: Include selftest.h.
1784         (producer_is_icc, producer_parsing_tests, _initialize_producer):
1785         New functions.
1786         * producer.h (producer_is_icc): New declaration.
1787
1788 2017-09-26  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1789
1790         * Makefile.in (SFILES): Add producer.c.
1791         (COMMON_OBS): Add producer.o
1792         * amd64-tdep.c (producer.h): Add new include.
1793         * dwarf2read.c (producer.h): Add new include.
1794         * producer.c: New file.
1795         * producer.h: New file.
1796         * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
1797         producer.c.
1798         * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
1799         producer.h.
1800
1801 2017-09-26  Matthias Klose  <doko@ubuntu.com>
1802
1803         * configure.ac: Search ncursesw before ncurses.
1804         Check ncursesw/ncurses.h before ncurses/ncurses.h.
1805         * gdb_curses.h: Include <ncursesw/ncurses.h>
1806         * config.in, configure: Regenerate.
1807
1808 2017-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1809
1810         PR gdb/22185
1811         * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
1812         obsolete.
1813         Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
1814         Remove i386sol2 support.
1815         * configure.nat <i386sol2>: Remove.
1816         <sol2-64>: Fold into ...
1817         <sol2>: ... this.
1818         Move common settings to default section.
1819         Add sol-thread.o.
1820         * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
1821         x86_64-*-solaris2.1[0-9]*>: Rename to ...
1822         <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
1823         <i[34567]86-*-solaris*>: Remove.
1824         <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
1825
1826         * configure.ac: Remove wctype in libw check.
1827         (_MSE_INT_H): Don't define on Solaris 7-9.
1828         <solaris*>: Remove libthread_db.so.1 check.
1829         * configure: Regenerate.
1830         * config.in: Regenerate.
1831
1832         * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
1833         (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
1834         (gdb_ps_size_t): Remove.
1835         Use base types in users.
1836         * sol-thread.c: Likewise, also for gdb_ps_addr_t.
1837
1838         * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
1839
1840 2017-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1841
1842         PR build/22206
1843         * sparc64-tdep.c (adi_tag_fd): Print pid as long.
1844         (adi_is_addr_mapped): Likewise.
1845         (PSR_ICC): Don't redefine.
1846         (PSR_IMPL): Likewise.
1847
1848 2017-09-25  Tom Tromey  <tom@tromey.com>
1849
1850         * regcache.c (regcache::dump): Use string_printf.
1851
1852 2017-09-25  Tom Tromey  <tom@tromey.com>
1853
1854         * regcache.c (class regcache_invalidator): New.
1855         (struct register_to_invalidate): Remove.
1856         (make_cleanup_regcache_invalidate): Remove.
1857         (regcache::raw_write): Use regcache_invalidator.
1858
1859 2017-09-25  Tom Tromey  <tom@tromey.com>
1860
1861         * spu-tdep.c (spu2ppu_sniffer): Update.
1862         * regcache.h (make_cleanup_regcache_xfree): Don't declare.
1863         * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
1864         Remove.
1865         * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
1866         * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
1867         * frame.h (frame_save_as_regcache): Return std::unique_ptr.
1868         * frame.c (frame_save_as_regcache): Return std::unique_ptr.
1869         (frame_pop): Update.
1870
1871 2017-09-25  Tom Tromey  <tom@tromey.com>
1872
1873         * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
1874         * regcache.h (regcache_xfree): Don't declare.
1875         * regcache.c (regcache_xfree): Remove.
1876         (do_regcache_xfree): Use delete.
1877         * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
1878         * linux-fork.c (free_fork): Use delete.
1879         (fork_save_infrun_state): Likewise.
1880         * jit.c (jit_dealloc_cache): Use delete.
1881         * infrun.c (discard_infcall_suspend_state): Use delete.
1882
1883 2017-09-25  Tom Tromey  <tom@tromey.com>
1884
1885         * regcache.h (regcache_xmalloc): Don't declare.
1886         (regcache_raw_set_cached_value): Update comment.
1887         * regcache.c (regcache_xmalloc): Remove.
1888         * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
1889         * jit.c (jit_frame_sniffer): Use new.
1890         * frame.c (frame_save_as_regcache): Use new.
1891
1892 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1893
1894         * NEWS: Advertise support for guarded-storage registers on IBM z.
1895
1896 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1897
1898         * s390-linux-nat.c (have_regset_gs): New static variable.
1899         (s390_linux_fetch_inferior_registers): Handle guarded-storage
1900         control block and guarded-storage broadcast control regsets.
1901         (s390_read_description): Detect whether the target has
1902         guarded-storage support, return appropriate tdesc.
1903         * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
1904         (features/s390x-gs-linux64.c): Likewise.
1905         (struct gdbarch_tdep) <have_gs>: New field.
1906         (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
1907         (s390_gsbc_regset): New variables.
1908         (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
1909         and s390_gsbc_regset, if applicable.
1910         (s390_core_read_description): Check whether core file was from a
1911         target with guarded-storage support; include appropriate regsets.
1912         (s390_gdbarch_init): Add registers for guarded-storage support.
1913         (_initialize_s390_tdep): Initialize new target descriptions that
1914         include registers for guarded-storage support.
1915         * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
1916         (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
1917         (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
1918         (S390_NUM_REGS): Adjust macro definition.
1919         (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
1920         (tdesc_s390x_gs_linux64): New declarations.
1921
1922 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1923
1924         * features/s390-gs-linux64.xml: New file.
1925         * features/s390-gs.xml: New file.
1926         * features/s390-gsbc.xml: New file.
1927         * features/s390x-gs-linux64.xml: New file.
1928         * features/Makefile (WHICH): Add s390-gs-linux64 and
1929         s390x-gs-linux64.
1930         (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
1931         (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
1932         * features/s390-gs-linux64.c: New generated file.
1933         * features/s390x-gs-linux64.c: New file.
1934         * regformats/s390-gs-linux64.dat: New file.
1935         * regformats/s390x-gs-linux64.dat: New file.
1936
1937 2017-09-23  Tom Tromey  <tom@tromey.com>
1938
1939         * defs.h (make_cleanup_override_quit_handler): Don't declare.
1940
1941 2017-09-22  Tom Tromey  <tom@tromey.com>
1942
1943         * utils.c (class scoped_input_handler) <m_quit_handler>: Change
1944         type to scoped_restore_tmpl.
1945         <scoped_input_handler>: Initialize m_quit_handler directly.
1946
1947 2017-09-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1948
1949         * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
1950         (cd_command): Likewise.  Free "current_directory" before
1951         assigning to it.
1952         * main.c (captured_main_1): Use "getcwd (NULL, 0)".
1953         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
1954         * top.c (gdb_dirbuf): Remove global declaration.
1955         * top.h (gdb_dirbuf): Likewise.
1956
1957 2017-09-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1958
1959         * gnulib/aclocal.m4: Regenerate.
1960         * gnulib/config.in: Regenerate.
1961         * gnulib/configure: Regenerate.
1962         * gnulib/import/Makefile.am: Regenerate.
1963         * gnulib/import/Makefile.in: Regenerate.
1964         * gnulib/import/assure.h: New file.
1965         * gnulib/import/at-func.c: Likewise
1966         * gnulib/import/chdir-long.c: New file.
1967         * gnulib/import/chdir-long.h: New file.
1968         * gnulib/import/cloexec.c: New file.
1969         * gnulib/import/cloexec.h: New file.
1970         * gnulib/import/close.c: New file.
1971         * gnulib/import/closedir.c: New file.
1972         * gnulib/import/dirent-private.h: New file.
1973         * gnulib/import/dup-safer.c: New file.
1974         * gnulib/import/dup.c: New file.
1975         * gnulib/import/dup2.c: New file.
1976         * gnulib/import/error.c: New file.
1977         * gnulib/import/error.h: New file.
1978         * gnulib/import/exitfail.c: New file.
1979         * gnulib/import/exitfail.h: New file.
1980         * gnulib/import/fchdir.c: New file.
1981         * gnulib/import/fcntl.c: New file.
1982         * gnulib/import/fcntl.in.h: New file.
1983         * gnulib/import/fd-hook.c: New file.
1984         * gnulib/import/fd-hook.h: New file.
1985         * gnulib/import/fd-safer.c: New file.
1986         * gnulib/import/fdopendir.c: New file.
1987         * gnulib/import/filename.h: New file.
1988         * gnulib/import/filenamecat-lgpl.c: New file.
1989         * gnulib/import/filenamecat.h: New file.
1990         * gnulib/import/fstat.c: New file.
1991         * gnulib/import/fstatat.c: New file.
1992         * gnulib/import/getcwd-lgpl.c: New file.
1993         * gnulib/import/getcwd.c: New file.
1994         * gnulib/import/getdtablesize.c: New file.
1995         * gnulib/import/getlogin_r.c: New file.
1996         * gnulib/import/getprogname.c: New file.
1997         * gnulib/import/getprogname.h: New file.
1998         * gnulib/import/gettext.h: New file.
1999         * gnulib/import/glob-libc.h: New file.
2000         * gnulib/import/glob.c: New file.
2001         * gnulib/import/glob.in.h: New file.
2002         * gnulib/import/intprops.h: New file.
2003         * gnulib/import/m4/chdir-long.m4: New file.
2004         * gnulib/import/m4/close.m4: New file.
2005         * gnulib/import/m4/closedir.m4: New file.
2006         * gnulib/import/m4/d-ino.m4: New file.
2007         * gnulib/import/m4/d-type.m4: New file.
2008         * gnulib/import/m4/dup.m4: New file.
2009         * gnulib/import/m4/dup2.m4: New file.
2010         * gnulib/import/m4/error.m4: New file.
2011         * gnulib/import/m4/fchdir.m4: New file.
2012         * gnulib/import/m4/fcntl.m4: New file.
2013         * gnulib/import/m4/fcntl_h.m4: New file.
2014         * gnulib/import/m4/fdopendir.m4: New file.
2015         * gnulib/import/m4/filenamecat.m4: New file.
2016         * gnulib/import/m4/fstat.m4: New file.
2017         * gnulib/import/m4/fstatat.m4: New file.
2018         * gnulib/import/m4/getcwd-abort-bug.m4: New file.
2019         * gnulib/import/m4/getcwd-path-max.m4: New file.
2020         * gnulib/import/m4/getcwd.m4: New file.
2021         * gnulib/import/m4/getdtablesize.m4: New file.
2022         * gnulib/import/m4/getlogin_r.m4: New file.
2023         * gnulib/import/m4/getprogname.m4: New file.
2024         * gnulib/import/m4/glob.m4: New file.
2025         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2026         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2027         * gnulib/import/m4/mempcpy.m4: New file.
2028         * gnulib/import/m4/memrchr.m4: New file.
2029         * gnulib/import/m4/mode_t.m4: New file.
2030         * gnulib/import/m4/msvc-inval.m4: New file.
2031         * gnulib/import/m4/msvc-nothrow.m4: New file.
2032         * gnulib/import/m4/open.m4: New file.
2033         * gnulib/import/m4/openat.m4: New file.
2034         * gnulib/import/m4/opendir.m4: New file.
2035         * gnulib/import/m4/readdir.m4: New file.
2036         * gnulib/import/m4/realloc.m4: New file.
2037         * gnulib/import/m4/rewinddir.m4: New file.
2038         * gnulib/import/m4/save-cwd.m4: New file.
2039         * gnulib/import/m4/strdup.m4: New file.
2040         * gnulib/import/m4/strerror.m4: New file.
2041         * gnulib/import/m4/unistd-safer.m4: New file.
2042         * gnulib/import/mempcpy.c: New file.
2043         * gnulib/import/memrchr.c: New file.
2044         * gnulib/import/msvc-inval.c: New file.
2045         * gnulib/import/msvc-inval.h: New file.
2046         * gnulib/import/msvc-nothrow.c: New file.
2047         * gnulib/import/msvc-nothrow.h: New file.
2048         * gnulib/import/open.c: New file.
2049         * gnulib/import/openat-die.c: New file.
2050         * gnulib/import/openat-priv.h: New file.
2051         * gnulib/import/openat-proc.c: New file.
2052         * gnulib/import/openat.c: New file.
2053         * gnulib/import/openat.h: New file.
2054         * gnulib/import/opendir.c: New file.
2055         * gnulib/import/pipe-safer.c: New file.
2056         * gnulib/import/readdir.c: New file.
2057         * gnulib/import/realloc.c: New file.
2058         * gnulib/import/rewinddir.c: New file.
2059         * gnulib/import/save-cwd.c: New file.
2060         * gnulib/import/save-cwd.h: New file.
2061         * gnulib/import/strdup.c: New file.
2062         * gnulib/import/strerror-override.c: New file.
2063         * gnulib/import/strerror-override.h: New file.
2064         * gnulib/import/strerror.c: New file.
2065         * gnulib/import/unistd--.h: New file.
2066         * gnulib/import/unistd-safer.h: New file.
2067         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
2068         "getcwd" and "glob".
2069         * ser-tcp.c: Undefine "close" before redefining it.
2070
2071 2017-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2072
2073         * guile/scm-value.c (gdbscm_value_address): Initialize address,
2074         get rid of res_val.
2075
2076 2017-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2077
2078         * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
2079         <sol2,sparc>: Likewise.
2080         <sol2-64,i386>: Likewise.
2081
2082         * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
2083         -Wdeprecated-declarations on *-*-solaris*.
2084         * configure: Regenerate.
2085
2086         * procfs.c: Include "nat/inferior.h".
2087         (procfs_info_proc): Fix typo.
2088
2089 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2090
2091         * remote.c (vector): Include.
2092         (struct private_thread_info): Add field, thread_handle.
2093         (free_private_thread_info): Deallocate storage associated with
2094         thread handle.
2095         (get_private_info_thread): Initialize `thread_handle' field.
2096         (struct thread_item): Add field, thread_handle.
2097         (clear_threads_listing_context): Deallocate storage associated
2098         with thread handle.
2099         (start_thread): Add support for "handle" attribute.
2100         (thread_attributes): Add "handle".
2101         (remote_get_threads_with_qthreadinfo): Initialize thread_handle
2102         field.
2103         (remote_update_thread_list): Update thread_handle.
2104         (remote_thread_handle_to_thread_info): New function.
2105         (init_remote_ops): Initialize to_thread_handle_to_thread_info.
2106
2107 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2108
2109         * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
2110         function.
2111         (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
2112         * python/python-internal.h (thread_object_type): Declare.
2113
2114 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2115
2116         * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
2117         (target_thread_handle_to_thread_info): Declare.
2118         * target.c (target_thread_handle_to_thread_info): New function.
2119         * target-delegates.c: Regenerate.
2120         * gdbthread.h (find_thread_by_handle): Declare.
2121         * thread.c (find_thread_by_handle): New function.
2122         * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
2123         function.
2124         (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
2125
2126 2017-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2127
2128         * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
2129
2130 2017-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2131
2132         * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
2133
2134 2017-09-21  Yao Qi  <yao.qi@linaro.org>
2135
2136         * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
2137         to gdb_target_obs.
2138
2139 2017-09-20  Tom Tromey  <tom@tromey.com>
2140
2141         * breakpoint.c (struct counted_command_line): Remove.
2142         (breakpoint_commands): Update.
2143         (alloc_counted_command_line, incref_counted_command_line)
2144         (decref_counted_command_line, do_cleanup_counted_command_line)
2145         (make_cleanup_decref_counted_command_line): Remove.
2146         (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
2147         (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
2148         (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
2149         (save_breakpoints): Update.
2150         * breakpoint.h (counted_command_line): Now a typedef to
2151         shared_ptr.
2152         (struct breakpoint) <commands>: Now a counted_command_line.
2153         (struct bpstats) <command>: Likewise.
2154
2155 2017-09-20  Tom Tromey  <tom@tromey.com>
2156
2157         * breakpoint.c (struct commands_info, do_map_commands_command):
2158         Remove.
2159         (commands_command_1): Update.
2160         (iterate_over_related_breakpoints): Take a function_view.
2161         (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
2162         (delete_command): Update.
2163         (map_breakpoint_numbers): Take a function_view.
2164         (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
2165         (disable_command): Update.
2166         (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
2167         (enable_command): Update.
2168         (struct disp_data, do_enable_breakpoint_disp)
2169         (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
2170         (do_map_enable_delete_breakpoint): Remove.
2171         (enable_once_command, enable_count_command, enable_delete_command)
2172         (delete_trace_variable_command): Update.
2173
2174 2017-09-20  Tom Tromey  <tom@tromey.com>
2175
2176         * breakpoint.c (~bpstats): Rename from bpstat_free.  Update.
2177         (bpstat_clear): Use delete.
2178         (bpstats): New constructors.
2179         (bpstat_copy, bpstat_stop_status): Use new.
2180         (dprintf_after_condition_true): Update.
2181         * breakpoint.h (bpstats::bpstats): Add constructors.
2182         (bpstats::~bpstats): Add destructor.
2183
2184 2017-09-20  Pedro Alves  <palves@redhat.com>
2185
2186         * eval.c (make_params): Delete, refactored as ...
2187         (class fake_method): ... this new type's ctor.
2188         (fake_method::~fake_method): New.
2189         (evaluate_subexp_standard): Use 'fake_method'.
2190
2191 2017-09-20  Tom Tromey  <tom@tromey.com>
2192
2193         * windows-nat.c (get_windows_debug_event, windows_wait)
2194         (do_initial_windows_stuff, windows_attach): Update.
2195         * utils.c (vwarning, internal_vproblem): Update.
2196         (ui_unregister_input_event_handler_cleanup)
2197         (prepare_to_handle_input): Remove.
2198         (class scoped_input_handler): New.
2199         (defaulted_query, prompt_for_continue): Update.
2200         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
2201         Update.
2202         * top.c (undo_terminal_modifications_before_exit): Update.
2203         * target/target.h (target_terminal_init, target_terminal_inferior)
2204         (target_terminal_ours): Don't declare.
2205         (class target_terminal): New.
2206         * target.h (target_terminal_is_inferior, target_terminal_is_ours)
2207         (target_terminal_ours_for_output)
2208         (make_cleanup_restore_target_terminal): Don't declare.
2209         (target_terminal_info): Remove.
2210         * target.c (enum terminal_state, terminal_state): Remove.
2211         (target_terminal::terminal_state): Define.
2212         (target_terminal::init): Rename from target_terminal_init.
2213         (target_terminal::inferior): Rename from
2214         target_terminal_inferior.
2215         (target_terminal::ours): Rename from target_terminal_ours.
2216         (target_terminal::ours_for_output): Rename from
2217         target_terminal_ours_for_output.
2218         (target_terminal::info): New method.
2219         (cleanup_restore_target_terminal)
2220         (make_cleanup_restore_target_terminal): Remove.
2221         * solib.c (handle_solib_event): Update.
2222         * remote.c (remote_serial_quit_handler): Update.
2223         (remote_terminal_inferior, remote_wait_as): Update.
2224         * record-full.c (record_full_wait_1): Update.
2225         * nto-procfs.c (procfs_create_inferior): Update.
2226         * nat/fork-inferior.c (startup_inferior): Update.
2227         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2228         (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
2229         (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
2230         (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
2231         (mi_breakpoint_created, mi_breakpoint_deleted)
2232         (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
2233         (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
2234         (mi_user_selected_context_changed, report_initial_inferior):
2235         Update.
2236         * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
2237         (linux_nat_terminal_inferior): Update.
2238         * infrun.c (follow_fork_inferior)
2239         (handle_vfork_child_exec_or_exit, do_target_resume)
2240         (check_curr_ui_sync_execution_done, handle_inferior_event_1)
2241         (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
2242         Update.
2243         * inflow.c (child_terminal_init, info_terminal_command): Update.
2244         * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
2245         (attach_command): Update.
2246         * infcall.c (call_thread_fsm_should_stop): Update.
2247         * gnu-nat.c (gnu_attach): Update.
2248         * extension.c (struct active_ext_lang_state)
2249         (restore_active_ext_lang): Update.
2250         * exceptions.c (print_flush): Update.
2251         * event-top.c (async_enable_stdin, default_quit_handler): Update.
2252         (struct quit_handler_cleanup_data, restore_quit_handler)
2253         (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
2254         Remove.
2255         * cp-support.c (gdb_demangle): Update.
2256         * breakpoint.c (update_inserted_breakpoint_locations)
2257         (insert_breakpoint_locations, handle_jit_event)
2258         (disable_breakpoints_in_unloaded_shlib): Update.
2259         * annotate.c (annotate_breakpoints_invalid)
2260         (annotate_frames_invalid): Update.
2261
2262 2017-09-20  Tom Tromey  <tom@tromey.com>
2263
2264         * main.c (catch_command_errors): Rename from
2265         catch_command_errors_const.
2266         (captured_main_1): Update.
2267
2268 2017-09-20  Pedro Alves  <palves@redhat.com>
2269
2270         * cli/cli-cmds.c (list_command): Use print_sal_location.
2271         (print_sal_location): New function.
2272         (ambiguous_line_spec): Use print_sal_location.
2273         * linespec.c (symbol_to_sal): Record the symbol in the sal.
2274         * symtab.c (find_function_start_sal): Likewise.
2275         * symtab.h (symtab_and_line::symbol): New field.
2276
2277 2017-09-20  Pedro Alves  <palves@redhat.com>
2278
2279         * linespec.c (minsym_found): Handle non-text minsyms.
2280         (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
2281
2282 2017-09-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2283
2284         * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
2285         backslash.
2286
2287 2017-09-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2288
2289         * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
2290         vmovups instead vmovaps.
2291         (move_zmm_data_to_memory): Use vmovups instead vmovaps.
2292
2293 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
2294
2295         * NEWS (Changes since GDB 8.0): Add starti.
2296         * infcmd.c (enum run_break): New.
2297         (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
2298         case.
2299         (run_command): Use enum run_how.
2300         (start_command): Likewise.
2301         (starti_command): New function.
2302         (RUN_ARGS_HELP): New macro.
2303         (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
2304         commands.  Add starti command.
2305
2306 2017-09-19  Yao Qi  <yao.qi@linaro.org>
2307
2308         * Makefile.in (monitor.o): Remove the rule.
2309
2310 2017-09-19  Yao Qi  <yao.qi@linaro.org>
2311
2312         * annotate.h (struct annotate_arg_emitter): Use
2313         DISABLE_COPY_AND_ASSIGN.
2314         * common/refcounted-object.h (refcounted_object): Likewise.
2315         * completer.h (struct completion_result): Likewise.
2316         * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
2317         * filename-seen-cache.h (filename_seen_cache): Likewise.
2318         * gdbcore.h (thread_section_name): Likewise.
2319         * gdb_regex.h (compiled_regex): Likewise.
2320         * gdbthread.h (scoped_restore_current_thread): Likewise.
2321         * inferior.h (scoped_restore_current_inferior): Likewise.
2322         * jit.c (jit_reader): Likewise.
2323         * linespec.h (struct linespec_result): Likewise.
2324         * mi/mi-parse.h (struct mi_parse): Likewise.
2325         * nat/fork-inferior.c (execv_argv): Likewise.
2326         * progspace.h (scoped_restore_current_program_space): Likewise.
2327         * python/python-internal.h (class gdbpy_enter): Likewise.
2328         * regcache.h (regcache): Likewise.
2329         * target-descriptions.c (struct tdesc_reg): Likewise.
2330         (struct tdesc_type): Likewise.
2331         (struct tdesc_feature): Likewise.
2332         * ui-out.h (ui_out_emit_type): Likewise.
2333
2334 2017-09-18  Simon Marchi  <simon.marchi@ericsson.com>
2335
2336         * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
2337         label abort_expression.
2338
2339 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
2340
2341         * common/buffer.c (buffer_xml_printf): Adjust.
2342         * common/xml-utils.c (xml_escape_text): Change return type to
2343         std::string, update code accordingly.
2344         * common/xml-utils.h (xml_escape_text): Change return type to
2345         std::string.
2346         * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
2347         * windows-tdep.c (windows_xfer_shared_library): Adjust.
2348         * unittests/xml-utils-selftests.c (test_xml_escape_text):
2349         Adjust.
2350
2351 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
2352
2353         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
2354         (SUBDIR_UNITTESTS_OBS): Add new object file.
2355         * unittests/xml-utils-selftests.c: New file.
2356
2357 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
2358
2359         * common/selftest.h (selftest): New struct/interface.
2360         (register_test): Add name parameter, add new overload.
2361         (run_tests): Add filter parameter.
2362         (for_each_selftest_ftype): New typedef.
2363         (for_each_selftest): New declaration.
2364         * common/selftest.c (tests): Change type to
2365         map<string, unique_ptr<selftest>>.
2366         (simple_selftest): New struct.
2367         (register_test): New function.
2368         (register_test): Add name parameter and use it.
2369         (run_tests): Add filter parameter and use it.  Add prints.
2370         Adjust to vector -> map change.
2371         * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
2372         registering selftests.
2373         * arm-tdep.c (_initialize_arm_tdep): Likewise.
2374         * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
2375         * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
2376         * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
2377         * findvar.c (_initialize_findvar): Likewise.
2378         * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
2379         * maint.c (maintenance_selftest): Update call to run_tests.
2380         (maintenance_info_selftests): New function.
2381         (_initialize_maint_cmds): Register "maintenance info selftests"
2382         command.  Update "maintenance selftest" doc.
2383         * regcache.c (_initialize_regcache): Add names when registering
2384         selftests.
2385         * rust-exp.y (_initialize_rust_exp): Likewise.
2386         * selftest-arch.c (gdbarch_selftest): New struct.
2387         (gdbarch_tests): Remove.
2388         (register_test_foreach_arch): Add name parameter.  Call
2389         register_test.
2390         (tests_with_arch): Remove, move most content to
2391         gdbarch_selftest::operator().
2392         (_initialize_selftests_foreach_arch): Remove.
2393         * selftest-arch.h (register_test_foreach_arch): Add name
2394         parameter.
2395         (run_tests_with_arch): New declaration.
2396         * utils-selftests.c (_initialize_utils_selftests): Add names
2397         when registering selftests.
2398         * utils.c (_initialize_utils): Likewise.
2399         * unittests/array-view-selftests.c
2400         (_initialize_array_view_selftests): Likewise.
2401         * unittests/environ-selftests.c (_initialize_environ_selftests):
2402         Likewise.
2403         * unittests/function-view-selftests.c
2404         (_initialize_function_view_selftests): Likewise.
2405         * unittests/offset-type-selftests.c
2406         (_initialize_offset_type_selftests): Likewise.
2407         * unittests/optional-selftests.c
2408         (_initialize_optional_selftests): Likewise.
2409         * unittests/scoped_restore-selftests.c
2410         (_initialize_scoped_restore_selftests): Likewise.
2411         * NEWS: Document "maintenance selftest" and "maint info
2412         selftests".
2413
2414 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
2415
2416         * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
2417         scoped_restore.
2418
2419 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
2420
2421         * mi/mi-main.c (mi_load_progress): Make uiout variable
2422         a unique_ptr.
2423
2424 2017-09-15  Pedro Alves  <palves@redhat.com>
2425
2426         * compile/compile-c-types.c (convert_enum, convert_int)
2427         (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
2428
2429 2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
2430
2431         * dwarf2read.c (copy_string): Remove.
2432         (parse_macro_definition): Replace copy_string with savestring.
2433
2434 2017-09-15  Yao Qi  <yao.qi@linaro.org>
2435
2436         * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
2437         gdb_target_obs.
2438         (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
2439         Likewise.
2440         (i[34567]86-*-linux*): Likewise.
2441
2442 2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
2443
2444         * dwarf2expr.h (dwarf_stack_value): Add constructor.
2445         (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
2446         <stack>: Change type to std::vector.
2447         <stack_len, stack_allocated>: Remove.
2448         <grow_stack>: Remove.
2449         * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
2450         (dwarf_expr_context::~dwarf_expr_context): Remove.
2451         (dwarf_expr_context::grow_stack): Remove.
2452         (dwarf_expr_context::push): Adjust.
2453         (dwarf_expr_context::pop): Adjust.
2454         (dwarf_expr_context::fetch): Adjust.
2455         (dwarf_expr_context::fetch_in_stack_memory): Adjust.
2456         (dwarf_expr_context::stack_empty_p): Adjust.
2457         (dwarf_expr_context::execute_stack_op): Adjust.
2458
2459 2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
2460
2461         * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
2462         return type to bool.
2463         * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
2464
2465 2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
2466
2467         * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
2468         Change type to bool.
2469         (dwarf_stack_value) <in_stack_memory>: Likewise.
2470         (dwarf_expr_context) <push_address>: Change parameter type to
2471         bool.
2472         <fetch_in_stack_memory>: Change return type to bool.
2473         <push>: Change parameter type to bool.
2474         * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
2475         to bool.
2476         (dwarf_expr_context::push_address): Likewise.
2477         (dwarf_expr_context::fetch_in_stack_memory): Change return type
2478         to bool.
2479         (dwarf_expr_context::execute_stack_op): Adjust.
2480         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
2481
2482 2017-09-14  Simon Marchi  <simon.marchi@ericsson.com>
2483
2484         * dwarf2expr.h (struct dwarf_expr_piece): Move up.
2485         (struct dwarf_expr_context) <n_pieces>: Remove.
2486         <pieces>: Change type to std::vector.
2487         * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
2488         (dwarf_expr_context::~dwarf_expr_context): Don't manually free
2489         pieces.
2490         (dwarf_expr_context::add_piece): Adjust.
2491         * dwarf2loc.c (struct piece_closure): Initialize fields.
2492         <n_pieces>: Remove.
2493         <pieces>: Change type to std::vector.
2494         (allocate_piece_closure): Adjust, change parameter to
2495         std::vector rvalue and std::move it to piece_closure.
2496         (rw_pieced_value): Adjust.
2497         (check_pieced_synthetic_pointer): Adjust.
2498         (indirect_synthetic_pointer): Adjust.
2499         (coerce_pieced_ref): Adjust.
2500         (free_pieced_value_closure):  Adjust.  Use delete to free
2501         piece_closure.
2502         (dwarf2_evaluate_loc_desc_full): Adjust.  std::move ctx.pieces
2503         to allocate_piece_closure.
2504         (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
2505
2506 2017-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2507
2508         * probe.h (probe_ops_cp): Remove typedef.
2509         (DEF_VEC_P (probe_ops_cp)): Remove.
2510         (all_probe_ops): Change type to std::vector.
2511         * probe.c (info_probes_for_ops): Adjust to vector change.
2512         (probe_linespec_to_ops): Likewise.
2513         (all_probe_ops): Change type to std::vector.
2514         (_initialize_probe): Adjust to vector change.
2515         * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
2516         * elfread.c (elf_get_probes): Likewise.
2517         * stap-probe.c (_initialize_stap_probe): Likewise.
2518
2519 2017-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2520
2521         * probe.h (struct bound_probe): Define constructors.
2522         * probe.c (bound_probe_s): Remove typedef.
2523         (DEF_VEC_O (bound_probe_s)): Remove VEC.
2524         (collect_probes): Change return type to std::vector, remove
2525         cleanup.
2526         (compare_probes): Return bool, change parameter type.  Change
2527         semantic to "less than".
2528         (gen_ui_out_table_header_info): Change parameter to std::vector
2529         and update.
2530         (exists_probe_with_pops): Likewise.
2531         (info_probes_for_ops): Update to std::vector change.
2532         (enable_probes_command): Likewise.
2533         (disable_probes_command): Likewise.
2534
2535 2017-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2536
2537         * probe.h (struct probe_ops) <get_probes>: Change parameter from
2538         vec to std::vector.
2539         * probe.c (parse_probes_in_pspace): Update.
2540         (find_probes_in_objfile): Update.
2541         (find_probe_by_pc): Update.
2542         (collect_probes): Update.
2543         (probe_any_get_probes): Update.
2544         * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
2545         return type to reference to std::vector.
2546         * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
2547         std::vector and update.
2548         (dtrace_process_dof): Likewise.
2549         (dtrace_get_probes): Likewise.
2550         * elfread.c (elf_get_probes): Change return type to std::vector,
2551         store an std::vector in bfd_data.
2552         (probe_key_free): Update to std::vector.
2553         * stap-probe.c (handle_stap_probe): Change parameter to
2554         std::vector and update.
2555         (stap_get_probes): Likewise.
2556         * symfile-debug.c (debug_sym_get_probes): Change return type to
2557         std::vector and update.
2558
2559 2017-09-11  Tom Tromey  <tom@tromey.com>
2560
2561         * breakpoint.c (program_breakpoint_here_p): Update.
2562         * target.c (make_scoped_restore_show_memory_breakpoints): Rename
2563         from make_show_memory_breakpoints_cleanup.  Return a
2564         scoped_restore_tmpl<int>.
2565         (restore_show_memory_breakpoints): Remove.
2566         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
2567         * mem-break.c (memory_validate_breakpoint): Update.
2568         * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
2569         (ia64_memory_remove_breakpoint): Update.
2570         (ia64_breakpoint_from_pc): Update.
2571         * target.h (make_scoped_restore_show_memory_breakpoints): Rename
2572         from make_show_memory_breakpoints_cleanup.
2573
2574 2017-09-11  Tom Tromey  <tom@tromey.com>
2575
2576         * d-namespace.c (d_lookup_symbol): Use std::string.
2577         (find_symbol_in_baseclass): Likewise.
2578
2579 2017-09-11  Tom Tromey  <tom@tromey.com>
2580
2581         * ctf.c (ctf_start): Use std::string.
2582
2583 2017-09-11  Tom Tromey  <tom@tromey.com>
2584
2585         * ada-lang.c (is_known_support_routine): Update.
2586         (ada_unhandled_exception_name_addr_from_raise): Update.
2587         * guile/scm-frame.c (gdbscm_frame_name): Update.
2588         * python/py-frame.c (frapy_name): Update.
2589         (frapy_function): Update.
2590         * stack.h (find_frame_funname): Update.
2591         * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
2592         (print_frame): Update.
2593
2594 2017-09-11  Tom Tromey  <tom@tromey.com>
2595
2596         * findcmd.c (put_bits): Take a gdb::byte_vector.
2597         (parse_find_args): Return gdb::byte_vector.  "args" now const.
2598         Remove "pattern_bufp" and "pattern_lenp" parameters.  Remove
2599         cleanups.
2600         (find_command): Update.
2601
2602 2017-09-11  Tom Tromey  <tom@tromey.com>
2603
2604         * cli/cli-script.c (class scoped_restore_hook_in): New.
2605         (clear_hook_in_cleanup): Remove.
2606         (execute_cmd_pre_hook, execute_cmd_post_hook): Use
2607         scoped_restore_hook_in.
2608
2609 2017-09-11  Tom Tromey  <tom@tromey.com>
2610
2611         * cli/cli-script.c (restore_interp): Remove.
2612         (read_command_lines): Use scoped_restore_interp.
2613         * interps.c (scoped_restore_interp::set_temp): Rename from
2614         interp_set_temp.
2615         * interps.h (class scoped_restore_interp): New.
2616         (interp_set_temp): Remove.
2617
2618 2017-09-11  Tom Tromey  <tom@tromey.com>
2619
2620         * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
2621         (mi_cmd_catch_exception, mi_catch_load_unload): Update.
2622         * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
2623         scoped_restore.
2624         (mi_cmd_break_insert_1): Update.
2625         * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
2626         scoped_restore.
2627
2628 2017-09-11  Tom Tromey  <tom@tromey.com>
2629
2630         * demangle.c (demangle_command): Update.
2631         * breakpoint.c (disable_command): Update.
2632         (enable_command): Update.
2633         (find_location_by_number): Make "number" const.  Use
2634         get_number_trailer.
2635         * cli/cli-utils.c (extract_arg): Return std::string.
2636         * probe.c (parse_probe_linespec): Update.  Change types.
2637         (collect_probes): Take string arguments.
2638         (parse_probe_linespec): Likewise.
2639         (info_probes_for_ops): Update.
2640         (enable_probes_command): Update.
2641         (disable_probes_command): Update.
2642         * break-catch-sig.c (catch_signal_split_args): Update.
2643         * mi/mi-parse.c (mi_parse): Update.
2644
2645 2017-09-11  Tom Tromey  <tom@tromey.com>
2646
2647         * language.h (language_enum): Make argument const.
2648         * language.c (language_enum): Make argument const.
2649
2650 2017-09-11  Tom Tromey  <tom@tromey.com>
2651
2652         * common/common-utils.h (skip_to_space): Remove macro, redeclare
2653         as function.
2654         (skip_to_space): Rename from skip_to_space_const.
2655         * common/common-utils.c (skip_to_space): New function.
2656         (skip_to_space): Rename from skip_to_space_const.
2657         * cli/cli-utils.h (get_number): Rename from get_number_const.
2658         (extract_arg): Rename from extract_arg_const.
2659         * cli/cli-utils.c (get_number): Rename from get_number_const.
2660         (extract_arg): Rename from extract_arg_const.
2661         (number_or_range_parser::get_number): Use ::get_number.
2662         * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
2663         break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
2664         cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
2665         completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
2666         linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
2667         minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
2668         python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
2669         stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
2670
2671 2017-09-11  Tom Tromey  <tom@tromey.com>
2672
2673         * python/python.c (do_start_initialization): Use
2674         py-event-types.def to initialize types.
2675         Define all object type structures.
2676         * python/python-internal.h: Don't declare event initialization
2677         functions.
2678         * python/py-threadevent.c (thread_event_object_type): Don't
2679         define.
2680         * python/py-stopevent.c (stop_event_object_type): Don't define.
2681         * python/py-signalevent.c (signal_event_object_type): Don't
2682         declare or define.
2683         * python/py-newobjfileevent.c (new_objfile_event_object_type)
2684         (clear_objfiles_event_object_type): Don't declare or define.
2685         * python/py-infevents.c (inferior_call_pre_event_object_type)
2686         (inferior_call_post_event_object_type)
2687         (register_changed_event_object_type)
2688         (memory_changed_event_object_type): Don't declare or define.
2689         * python/py-inferior.c (new_thread_event_object_type)
2690         (new_inferior_event_object_type)
2691         (inferior_deleted_event_object_type): Don't declare or define.
2692         * python/py-exitedevent.c (exited_event_object_type): Don't
2693         declare or define.
2694         * python/py-evts.c (gdbpy_initialize_py_events): Use
2695         py-all-events.def.
2696         * python/py-events.h (thread_event_object_type): Don't declare.
2697         (events_object): Use py-all-events.def.
2698         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove.  Use
2699         py-event-types.def.
2700         * python/py-event-types.def: New file.
2701         * python/py-continueevent.c (create_continue_event_object): Don't
2702         declare or define.
2703         * python/py-bpevent.c (breakpoint_event_object_type): Don't
2704         declare or define.
2705         * python/py-all-events.def: New file.
2706
2707 2017-09-11  Tom Tromey  <tom@tromey.com>
2708
2709         * python/py-threadevent.c (create_thread_event_object): Return
2710         gdbpy_ref.
2711         * python/py-stopevent.h (create_stop_event_object)
2712         (create_breakpoint_event_object, create_signal_event_object):
2713         Update.
2714         * python/py-stopevent.c (create_stop_event_object): Return
2715         gdbpy_ref.
2716         (emit_stop_event): Update.
2717         * python/py-signalevent.c (create_signal_event_object): Return
2718         gdbpy_ref.
2719         * python/py-infevents.c (create_inferior_call_event_object):
2720         Update.
2721         * python/py-event.h (create_event_object)
2722         (create_thread_event_object): Update.
2723         * python/py-event.c (create_event_object): Return gdbpy_ref.
2724         * python/py-continueevent.c: Return gdbpy_ref.
2725         * python/py-bpevent.c (create_breakpoint_event_object): Return
2726         gdbpy_ref.
2727
2728 2017-09-11  Tom Tromey  <tom@tromey.com>
2729
2730         PR python/15622:
2731         * NEWS: Add entry.
2732         * python/python.c (do_start_initialization): Initialize new event
2733         types.
2734         * python/python-internal.h (gdbpy_initialize_new_inferior_event)
2735         (gdbpy_initialize_inferior_deleted_event)
2736         (gdbpy_initialize_new_thread_event): Declare.
2737         * python/py-threadevent.c (create_thread_event_object): Add option
2738         "thread" parameter.
2739         * python/py-inferior.c (new_thread_event_object_type)
2740         (new_inferior_event_object_type)
2741         (inferior_deleted_event_object_type): Declare.
2742         (python_new_inferior, python_inferior_deleted): New functions.
2743         (add_thread_object): Emit new_thread event.
2744         (gdbpy_initialize_inferior): Attach new functions to corresponding
2745         observers.
2746         (new_thread, new_inferior, inferior_deleted): Define new event
2747         types.
2748         * python/py-evts.c (gdbpy_initialize_py_events): Add new
2749         registries.
2750         * python/py-events.h (events_object) <new_inferior,
2751         inferior_deleted, new_thread>: New fields.
2752         * python/py-event.h (create_thread_event_breakpoint): Add optional
2753         "thread" parameter.
2754
2755 2017-09-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2756
2757         * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
2758         check current_ui instead.
2759         (internal_vproblem): Likewise.
2760
2761 2017-09-09  Simon Marchi  <simon.marchi@ericsson.com>
2762
2763         * thread.c (print_thread_info_1): Remove unnecessary calls to
2764         uiout->is_mi_like_p.
2765
2766 2017-09-09  Tom Tromey  <tom@tromey.com>
2767
2768         * namespace.h (add_using_directive): Update.
2769         * namespace.c (add_using_directive): Change type of excludes to
2770         std::vector.
2771         * dwarf2read.c (read_import_statement): Use std::vector.
2772         (read_namespace): Update.
2773         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
2774
2775 2017-09-09  Tom Tromey  <tom@tromey.com>
2776
2777         * linespec.c (create_sals_line_offset): Use gdb::def_vector.
2778
2779 2017-09-09  Tom Tromey  <tom@tromey.com>
2780
2781         * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
2782
2783 2017-09-09  Tom Tromey  <tom@tromey.com>
2784
2785         * stack.c (func_command): Use gdb::def_vector.
2786
2787 2017-09-09  Tom Tromey  <tom@tromey.com>
2788
2789         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
2790         ui_out_emit_list, ui_out_emit_tuple.
2791         (mi_cmd_var_update): Likewise.
2792
2793 2017-09-09  Tom Tromey  <tom@tromey.com>
2794
2795         * mi/mi-interp.c (mi_user_selected_context_changed): Use
2796         ui_out_redirect_pop.
2797         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
2798         ui_out_redirect_pop.
2799         * utils.c (do_ui_out_redirect_pop)
2800         (make_cleanup_ui_out_redirect_pop): Remove.
2801         * top.c (execute_command_to_string): Use ui_out_redirect_pop.
2802         * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
2803         * ui-out.h (ui_out_redirect_pop): New class.
2804
2805 2017-09-09  Tom Tromey  <tom@tromey.com>
2806
2807         * mi/mi-main.c (output_cores): Use ui_out_emit_list.
2808         (list_available_thread_groups, mi_cmd_list_thread_groups)
2809         (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
2810         (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
2811         Likewise.
2812
2813 2017-09-09  Tom Tromey  <tom@tromey.com>
2814
2815         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
2816         ui_out_emit_tuple.
2817
2818 2017-09-09  Tom Tromey  <tom@tromey.com>
2819
2820         * target.c (flash_erase_command): Use ui_out_emit_tuple.
2821         * stack.c (print_frame): Use ui_out_emit_tuple.
2822         * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
2823         (info_spu_mailbox_command, info_spu_dma_command)
2824         (info_spu_proxydma_command): Likewise.
2825         * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
2826         ui_out_emit_tuple, gdb::byte_vector, bin2hex.
2827         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
2828         ui_out_emit_tuple.
2829         * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
2830
2831 2017-09-09  Tom Tromey  <tom@tromey.com>
2832
2833         * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
2834         (class ui_out_emit_table): Update comment.
2835         * ui-out.c (do_cleanup_table_end)
2836         (make_cleanup_ui_out_table_begin_end): Remove.
2837         * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
2838         (info_spu_dma_cmdlist): Likewise.
2839         * probe.c (info_probes_for_ops): Use ui_out_emit_table.
2840         * darwin-nat-info.c (darwin_debug_regions_recurse): Use
2841         ui_out_emit_table.
2842
2843 2017-09-09  Tom Tromey  <tom@tromey.com>
2844
2845         * thread.c (print_thread_info_1): Use ui_out_emit_table,
2846         ui_out_emit_list, gdb::optional.
2847
2848 2017-09-09  John Baldwin  <jhb@FreeBSD.org>
2849
2850         * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
2851         prototype.
2852         * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
2853         prototype.
2854         * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
2855         prototype.
2856         * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
2857         * ada-exp.y: Remove _initialize_ada_exp prototype.
2858         * ada-lang.c: Remove _initialize_ada_language prototype.
2859         * ada-tasks.c: Remove _initialize_tasks prototype.
2860         * addrmap.c: Remove _initialize_addrmap prototype.
2861         * agent.c: Remove _initialize_agent prototype.
2862         * aix-thread.c: Remove _initialize_aix_thread prototype.
2863         * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
2864         * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
2865         * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
2866         prototype.
2867         * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
2868         * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
2869         * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
2870         * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
2871         prototype.
2872         * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
2873         prototype.
2874         * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
2875         * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
2876         * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
2877         * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
2878         prototype.
2879         * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
2880         * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
2881         * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
2882         * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
2883         * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
2884         * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
2885         * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
2886         prototype.
2887         * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
2888         prototype.
2889         * annotate.c: Remove _initialize_annotate prototype.
2890         * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
2891         * arc-tdep.c: Remove _initialize_arc_tdep prototype.
2892         * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
2893         * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
2894         * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
2895         * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
2896         * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
2897         * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
2898         prototype.
2899         * arm-tdep.c: Remove _initialize_arm_tdep prototype.
2900         * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
2901         * auto-load.c: Remove _initialize_auto_load prototype.
2902         * auxv.c: Remove _initialize_auxv prototype.
2903         * avr-tdep.c: Remove _initialize_avr_tdep prototype.
2904         * ax-gdb.c: Remove _initialize_ax_gdb prototype.
2905         * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
2906         * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
2907         * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
2908         * break-catch-syscall.c: Remove _initialize_break_catch_syscall
2909         prototype.
2910         * break-catch-throw.c: Remove _initialize_break_catch_throw
2911         prototype.
2912         * breakpoint.c: Remove _initialize_breakpoint prototype.
2913         * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
2914         * btrace.c: Remove _initialize_btrace prototype.
2915         * charset.c: Remove _initialize_charset prototype.
2916         * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
2917         * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
2918         * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
2919         * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
2920         * cli/cli-script.c: Remove _initialize_cli_script prototype.
2921         * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
2922         * coffread.c: Remove _initialize_coffread prototype.
2923         * compile/compile.c: Remove _initialize_compile prototype.
2924         * complaints.c: Remove _initialize_complaints prototype.
2925         * completer.c: Remove _initialize_completer prototype.
2926         * copying.awk: Remove _initialize_copying prototype.
2927         * copying.c: Regenerate.
2928         * core-regset.c: Remove _initialize_core_regset prototype.
2929         * corefile.c: Remove _initialize_core prototype.
2930         * corelow.c: Remove _initialize_corelow prototype.
2931         * cp-abi.c: Remove _initialize_cp_abi prototype.
2932         * cp-namespace.c: Remove _initialize_cp_namespace prototype.
2933         * cp-support.c: Remove _initialize_cp_support prototype.
2934         * cp-valprint.c: Remove _initialize_cp_valprint prototype.
2935         * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
2936         * cris-tdep.c: Remove _initialize_cris_tdep prototype.
2937         * ctf.c: Remove _initialize_ctf prototype.
2938         * d-lang.c: Remove _initialize_d_language prototype.
2939         * darwin-nat-info.c: Remove _initialize_darwin_info_commands
2940         prototype.
2941         * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
2942         * dbxread.c: Remove _initialize_dbxread prototype.
2943         * dcache.c: Remove _initialize_dcache prototype.
2944         * demangle.c: Remove _initialize_demangler prototype.
2945         * disasm-selftests.c: Remove _initialize_disasm_selftests
2946         prototype.
2947         * disasm.c: Remove _initialize_disasm prototype.
2948         * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
2949         * dummy-frame.c: Remove _initialize_dummy_frame prototype.
2950         * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
2951         prototype.
2952         * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
2953         * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
2954         * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
2955         * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
2956         * elfread.c: Remove _initialize_elfread prototype.
2957         * exec.c: Remove _initialize_exec prototype.
2958         * extension.c: Remove _initialize_extension prototype.
2959         * f-lang.c: Remove _initialize_f_language prototype.
2960         * f-valprint.c: Remove _initialize_f_valprint prototype.
2961         * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
2962         * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
2963         * filesystem.c: Remove _initialize_filesystem prototype.
2964         * findcmd.c: Remove _initialize_mem_search prototype.
2965         * fork-child.c: Remove _initialize_fork_child prototype.
2966         * frame-base.c: Remove _initialize_frame_base prototype.
2967         * frame-unwind.c: Remove _initialize_frame_unwind prototype.
2968         * frame.c: Remove _initialize_frame prototype.
2969         * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
2970         * frv-tdep.c: Remove _initialize_frv_tdep prototype.
2971         * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
2972         * gcore.c: Remove _initialize_gcore prototype.
2973         * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
2974         * gdbarch.c: Regenerate.
2975         * gdbarch.sh: Remove _initialize_gdbarch prototype.
2976         * gdbtypes.c: Remove _initialize_gdbtypes prototype.
2977         * gnu-nat.c: Remove _initialize_gnu_nat prototype.
2978         * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
2979         * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
2980         * go-lang.c: Remove _initialize_go_language prototype.
2981         * go32-nat.c: Remove _initialize_go32_nat prototype.
2982         * guile/guile.c: Remove _initialize_guile prototype.
2983         * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
2984         * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
2985         * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
2986         * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
2987         * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
2988         * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
2989         * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
2990         * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
2991         * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
2992         * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
2993         prototype.
2994         * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
2995         prototype.
2996         * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
2997         * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
2998         * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
2999         * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
3000         * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
3001         * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
3002         * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
3003         * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
3004         * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
3005         * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
3006         * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
3007         * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
3008         * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
3009         * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
3010         * i386-tdep.c: Remove _initialize_i386_tdep prototype.
3011         * i386-windows-nat.c: Remove _initialize_i386_windows_nat
3012         prototype.
3013         * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
3014         prototype.
3015         * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
3016         * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
3017         * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
3018         * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
3019         * infcall.c: Remove _initialize_infcall prototype.
3020         * infcmd.c: Remove _initialize_infcmd prototype.
3021         * inferior.c: Remove _initialize_inferiors prototype.
3022         * inflow.c: Remove _initialize_inflow prototype.
3023         * infrun.c: Remove _initialize_infrun prototype.
3024         * interps.c: Remove _initialize_interpreter prototype.
3025         * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
3026         * jit.c: Remove _initialize_jit prototype.
3027         * language.c: Remove _initialize_language prototype.
3028         * linux-fork.c: Remove _initialize_linux_fork prototype.
3029         * linux-nat.c: Remove _initialize_linux_nat prototype.
3030         * linux-tdep.c: Remove _initialize_linux_tdep prototype.
3031         * linux-thread-db.c: Remove _initialize_thread_db prototype.
3032         * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
3033         * m2-lang.c: Remove _initialize_m2_language prototype.
3034         * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
3035         * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
3036         * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
3037         * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
3038         * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
3039         * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
3040         * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
3041         * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
3042         * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
3043         * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
3044         * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
3045         * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
3046         * machoread.c: Remove _initialize_machoread prototype.
3047         * macrocmd.c: Remove _initialize_macrocmd prototype.
3048         * macroscope.c: Remove _initialize_macroscope prototype.
3049         * maint.c: Remove _initialize_maint_cmds prototype.
3050         * mdebugread.c: Remove _initialize_mdebugread prototype.
3051         * memattr.c: Remove _initialize_mem prototype.
3052         * mep-tdep.c: Remove _initialize_mep_tdep prototype.
3053         * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
3054         * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
3055         * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
3056         * mi/mi-main.c: Remove _initialize_mi_main prototype.
3057         * microblaze-linux-tdep.c: Remove
3058         _initialize_microblaze_linux_tdep prototype.
3059         * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
3060         * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
3061         * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
3062         * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
3063         * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
3064         * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
3065         * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
3066         * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
3067         * mips-tdep.c: Remove _initialize_mips_tdep prototype.
3068         * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
3069         * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
3070         prototype.
3071         * mipsread.c: Remove _initialize_mipsread prototype.
3072         * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
3073         prototype.
3074         * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
3075         * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
3076         * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
3077         * mt-tdep.c: Remove _initialize_mt_tdep prototype.
3078         * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
3079         * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
3080         prototype.
3081         * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
3082         * nto-procfs.c: Remove _initialize_procfs prototype.
3083         * nto-tdep.c: Remove _initialize_nto_tdep prototype.
3084         * objc-lang.c: Remove _initialize_objc_language prototype.
3085         * objfiles.c: Remove _initialize_objfiles prototype.
3086         * observer.c: Remove observer_test_first_notification_function,
3087         observer_test_second_notification_function,
3088         observer_test_third_notification_function, and
3089         _initialize_observer prototypes.
3090         * opencl-lang.c: Remove _initialize_opencl_language prototypes.
3091         * osabi.c: Remove _initialize_gdb_osabi prototype.
3092         * osdata.c: Remove _initialize_osdata prototype.
3093         * p-valprint.c: Remove _initialize_pascal_valprint prototype.
3094         * parse.c: Remove _initialize_parse prototype.
3095         * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
3096         * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
3097         * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
3098         * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
3099         * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
3100         * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
3101         * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
3102         * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
3103         * printcmd.c: Remove _initialize_printcmd prototype.
3104         * probe.c: Remove _initialize_probe prototype.
3105         * proc-api.c: Remove _initialize_proc_api prototype.
3106         * proc-events.c: Remove _initialize_proc_events prototype.
3107         * proc-service.c: Remove _initialize_proc_service prototype.
3108         * procfs.c: Remove _initialize_procfs prototype.
3109         * psymtab.c: Remove _initialize_psymtab prototype.
3110         * python/python.c: Remove _initialize_python prototype.
3111         * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
3112         * record-btrace.c: Remove _initialize_record_btrace prototype.
3113         * record-full.c: Remove _initialize_record_full prototype.
3114         * record.c: Remove _initialize_record prototype.
3115         * regcache.c: Remove _initialize_regcache prototype.
3116         * reggroups.c: Remove _initialize_reggroup prototype.
3117         * remote-notif.c: Remove _initialize_notif prototype.
3118         * remote-sim.c: Remove _initialize_remote_sim prototype.
3119         * remote.c: Remove _initialize_remote prototype.
3120         * reverse.c: Remove _initialize_reverse prototype.
3121         * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
3122         * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
3123         * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
3124         prototype.
3125         * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
3126         * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
3127         * rust-exp.y: Remove _initialize_rust_exp prototype.
3128         * rx-tdep.c: Remove _initialize_rx_tdep prototype.
3129         * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
3130         * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
3131         * score-tdep.c: Remove _initialize_score_tdep prototype.
3132         * selftest-arch.c: Remove _initialize_selftests_foreach_arch
3133         prototype.
3134         * ser-go32.c: Remove _initialize_ser_dos prototype.
3135         * ser-mingw.c: Remove _initialize_ser_windows prototype.
3136         * ser-pipe.c: Remove _initialize_ser_pipe prototype.
3137         * ser-tcp.c: Remove _initialize_ser_tcp prototype.
3138         * ser-unix.c: Remove _initialize_ser_hardwire prototype.
3139         * serial.c: Remove _initialize_serial prototype.
3140         * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
3141         * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
3142         * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
3143         * sh-tdep.c: Remove _initialize_sh_tdep prototype.
3144         * skip.c: Remove _initialize_step_skip prototype.
3145         * sol-thread.c: Remove _initialize_sol_thread prototype.
3146         * solib-aix.c: Remove _initialize_solib_aix prototype.
3147         * solib-darwin.c: Remove _initialize_darwin_solib prototype.
3148         * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
3149         * solib-frv.c: Remove _initialize_frv_solib prototype.
3150         * solib-spu.c: Remove _initialize_spu_solib prototype.
3151         * solib-svr4.c: Remove _initialize_svr4_solib prototype.
3152         * solib-target.c: Remove _initialize_solib_target prototype.
3153         * solib.c: Remove _initialize_solib prototype.
3154         * source.c: Remove _initialize_source prototype.
3155         * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
3156         * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
3157         prototype.
3158         * sparc-nat.c: Remove _initialize_sparc_nat prototype.
3159         * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
3160         * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
3161         * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
3162         prototype.
3163         * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
3164         * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
3165         * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
3166         * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
3167         prototype.
3168         * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
3169         prototype.
3170         * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
3171         prototype.
3172         * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
3173         prototype.
3174         * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
3175         * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
3176         prototype.
3177         * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
3178         prototype.
3179         * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
3180         prototype.
3181         * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
3182         prototype.
3183         * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
3184         prototype.
3185         * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
3186         * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
3187         * spu-tdep.c: Remove _initialize_spu_tdep prototype.
3188         * stabsread.c: Remove _initialize_stabsread prototype.
3189         * stack.c: Remove _initialize_stack prototype.
3190         * stap-probe.c: Remove _initialize_stap_probe prototype.
3191         * std-regs.c: Remove _initialize_frame_reg prototype.
3192         * symfile-debug.c: Remove _initialize_symfile_debug prototype.
3193         * symfile-mem.c: Remove _initialize_symfile_mem prototype.
3194         * symfile.c: Remove _initialize_symfile prototype.
3195         * symmisc.c: Remove _initialize_symmisc prototype.
3196         * symtab.c: Remove _initialize_symtab prototype.
3197         * target-dcache.c: Remove _initialize_target_dcache prototype.
3198         * target-descriptions.c: Remove _initialize_target_descriptions
3199         prototype.
3200         * thread.c: Remove _initialize_thread prototype.
3201         * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
3202         prototype.
3203         * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
3204         * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
3205         * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
3206         prototype.
3207         * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
3208         * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
3209         * tracefile.c: Remove _initialize_tracefile prototype.
3210         * tracepoint.c: Remove _initialize_tracepoint prototype.
3211         * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
3212         * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
3213         * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
3214         * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
3215         * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
3216         * tui/tui-win.c: Remove _initialize_tui_win prototype.
3217         * tui/tui.c: Remove _initialize_tui prototype.
3218         * typeprint.c: Remove _initialize_typeprint prototype.
3219         * user-regs.c: Remove _initialize_user_regs prototype.
3220         * utils.c: Remove _initialize_utils prototype.
3221         * v850-tdep.c: Remove _initialize_v850_tdep prototype.
3222         * valarith.c: Remove _initialize_valarith prototype.
3223         * valops.c: Remove _initialize_valops prototype.
3224         * valprint.c: Remove _initialize_valprint prototype.
3225         * value.c: Remove _initialize_values prototype.
3226         * varobj.c: Remove _initialize_varobj prototype.
3227         * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
3228         * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
3229         * vax-tdep.c: Remove _initialize_vax_tdep prototype.
3230         * windows-nat.c: Remove _initialize_windows_nat,
3231         _initialize_check_for_gdb_ini, and _initialize_loadable
3232         prototypes.
3233         * windows-tdep.c: Remove _initialize_windows_tdep prototype.
3234         * xcoffread.c: Remove _initialize_xcoffread prototype.
3235         * xml-support.c: Remove _initialize_xml_support prototype.
3236         * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
3237         * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
3238         prototype.
3239         * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
3240         prototype.
3241         * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
3242
3243 2017-09-08  Keith Seitz  <keiths@redhat.com>
3244
3245         * dwarf2read.c (struct field_info) <fnfields>: Remove unused
3246         field.
3247
3248 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3249
3250         * f-valprint.c (f_val_print): Remove check for one byte
3251         sized integers. Remove printing of character type.
3252
3253 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3254             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3255             Bernhard Heckel  <bernhard.heckel@intel.com>
3256
3257         * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
3258         to maintain proper indentation when printing pointers/refs.
3259
3260 2017-09-07  Joel Brobecker  <brobecker@adacore.com>
3261
3262         GDB 8.0.1 released.
3263
3264 2017-09-07  Joel Brobecker  <brobecker@adacore.com>
3265
3266         * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
3267
3268 2017-09-05  Tom Tromey  <tom@tromey.com>
3269
3270         * parse.c (funcall_chain): Now a std::vector.
3271         (start_arglist, end_arglist): Simplify.
3272         (free_funcalls): Remove.
3273         (parse_exp_in_context_1): Remove cleanup.
3274
3275 2017-09-05  Tom Tromey  <tom@tromey.com>
3276
3277         * go-exp.y (go_parse): Don't create a cleanup.
3278
3279 2017-09-05  Tom Tromey  <tom@tromey.com>
3280
3281         * d-exp.y (PrimaryExpression): Use std::string.
3282         (d_parse): Don't create a cleanup.
3283
3284 2017-09-05  Tom Tromey  <tom@tromey.com>
3285
3286         * utils.c (do_clear_parser_state): Remove.
3287         (make_cleanup_clear_parser_state): Remove.
3288         * p-exp.y (pascal_parse): Use scoped_restore.
3289         * m2-exp.y (m2_parse): Use scoped_restore.
3290         * f-exp.y (f_parse): Use scoped_restore.
3291         * d-exp.y (d_parse): Use scoped_restore.
3292         * c-exp.y (c_parse): Use scoped_restore.
3293         * ada-exp.y (ada_parse): Use scoped_restore.
3294         * utils.h (make_cleanup_clear_parser_state): Remove.
3295
3296 2017-09-06  Keith Seitz  <keiths@redhat.com>
3297
3298         * dwarf2read.c (dw2_linkage_name_attr): New function.
3299         (dw2_linkage_name): New function.
3300         (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
3301         (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
3302         (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
3303
3304 2017-09-06  Kamil Rytarowski  <n54@gmx.com>
3305
3306         * config/djgpp/djconfig.sh: Correct shell portability issue.
3307
3308 2017-09-06  Kamil Rytarowski  <n54@gmx.com>
3309
3310         * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
3311
3312 2017-09-06  John Baldwin  <jhb@FreeBSD.org>
3313
3314         * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
3315         * NEWS: Mention new FreeBSD/mips native configuration.
3316         * configure.host: Add aarch64*-*-freebsd*.
3317         * configure.nat: Likewise.
3318         * aarch64-fbsd-nat.c: New file.
3319
3320 2017-09-06  John Baldwin  <jhb@FreeBSD.org>
3321
3322         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
3323         (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
3324         * NEWS: Mention new FreeBSD/aarch64 target.
3325         * configure.tgt: Add aarch64*-*-freebsd*.
3326         * aarch64-fbsd-tdep.c: New file.
3327         * aarch64-fbsd-tdep.h: New file.
3328
3329 2017-09-06  Kamil Rytarowski  <n54@gmx.com>
3330
3331         * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
3332
3333 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3334
3335         * parse.c (find_minsym_type_and_address): Don't relocate addresses
3336         of TLS symbols.
3337
3338 2017-09-05  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3339
3340         * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
3341         call.
3342
3343 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3344
3345         * infrun.c (follow_exec): Call add_thread after
3346         target_find_description.
3347
3348 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3349
3350         * infrun.c (handle_inferior_event_1): When exec'ing, read
3351         stop_pc after follow_exec.
3352
3353 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3354
3355         * remote.c (process_g_packet): Update error message.
3356
3357 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3358
3359         * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
3360         targets.
3361
3362 2017-09-05  Pedro Alves  <palves@redhat.com>
3363
3364         * eval.c (eval_call, evaluate_funcall): New functions, factored
3365         out from ...
3366         (evaluate_subexp_standard): ... this.
3367
3368 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3369
3370         * amd64-tdep.c (amd64_target_description): Create target
3371         descriptions.
3372         (_initialize_amd64_tdep): Don't call functions
3373         initialize_tdesc_amd64_*.  Add self tests.
3374         * arch/amd64.c (amd64_create_target_description): Add parameter
3375         is_linux.  Call set_tdesc_osabi if is_linux is true.
3376         * arch/amd64.h (amd64_create_target_description): Update the
3377         declaration.
3378         * arch/i386.c (i386_create_target_description): Add parameter
3379         is_linux.  Call set_tdesc_osabi if is_linux is true.
3380         * arch/i386.h (i386_create_target_description): Update
3381         declaration.
3382         * configure.tgt: Add i386.o to gdb_target_obs.
3383         * features/Makefile (XMLTOC): Remove i386/*.xml.
3384         * features/i386/amd64-avx-avx512.c: Remove.
3385         * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
3386         * features/i386/amd64-avx-mpx.c: Remove.
3387         * features/i386/amd64-avx.c: Remove.
3388         * features/i386/amd64-mpx.c: Remove.
3389         * features/i386/amd64.c: Remove.
3390         * features/i386/i386-avx-avx512.c: Remove.
3391         * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
3392         * features/i386/i386-avx-mpx.c: Remove.
3393         * features/i386/i386-avx.c: Remove.
3394         * features/i386/i386-mmx.c: Remove.
3395         * features/i386/i386-mpx.c: Remove.
3396         * features/i386/i386.c: Remove.
3397         * i386-tdep.c: Don't include features/i386/i386*.c., include
3398         target-descriptions.h and arch/i386.h.
3399         (i386_target_description): Create target descriptions.
3400         (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
3401         functions.  Do self tests.
3402
3403 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3404
3405         * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
3406         * features/i386/amd64-avx-avx512-linux.c: Removed.
3407         * features/i386/amd64-avx-linux.c: Removed.
3408         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
3409         * features/i386/amd64-avx-mpx-linux.c: Removed.
3410         * features/i386/amd64-linux.c: Removed.
3411         * features/i386/amd64-mpx-linux.c: Removed.
3412         * features/i386/x32-avx-avx512-linux.c: Removed.
3413         * features/i386/x32-avx-linux.c: Removed.
3414         * features/i386/x32-linux.c: Removed.
3415
3416 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3417
3418         * amd64-linux-tdep.c: Include arch/amd64.h.  Don't include
3419         features/i386/*.c.
3420         (amd64_linux_read_description): Call
3421         amd64_create_target_description.
3422         * arch/amd64.c: New file.
3423         * arch/amd64.h: New file.
3424         * configure.tgt (x86_64-*-linux*): Append amd64.o.
3425         * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
3426
3427 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3428
3429         * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
3430         x32-XXX-linux.c.  Include 64bit-XX.c and x32-XX.c.
3431         (amd64_linux_read_description): Create target descriptions.
3432         (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
3433         functions.  Add unit tests.
3434         * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
3435         x32-core.xml.
3436         * features/i386/64bit-avx.c: Generated.
3437         * features/i386/64bit-avx512.c: Generated.
3438         * features/i386/64bit-core.c: Generated.
3439         * features/i386/64bit-linux.c: Generated.
3440         * features/i386/64bit-mpx.c: Generated.
3441         * features/i386/64bit-pkeys.c: Generated.
3442         * features/i386/64bit-segments.c: Generated.
3443         * features/i386/64bit-sse.c: Generated.
3444         * features/i386/x32-core.c: Generated.
3445         * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
3446         c files for amd64-linux and x32-linux.
3447
3448 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3449
3450         * amd64-linux-tdep.c (amd64_linux_read_description): New
3451         function.
3452         (amd64_linux_core_read_description): Call
3453         amd64_linux_read_description.
3454         (amd64_linux_init_abi): Likewise.
3455         (amd64_x32_linux_init_abi): Likewise.
3456         * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
3457         * x86-linux-nat.c (x86_linux_read_description): Call
3458         amd64_linux_read_description.
3459
3460 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3461
3462         * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
3463         comments.
3464
3465 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3466
3467         * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
3468         * features/i386/i386-avx-avx512-linux.c: Remove.
3469         * features/i386/i386-avx-linux.c: Remove.
3470         * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
3471         * features/i386/i386-avx-mpx-linux.c: Remove.
3472         * features/i386/i386-linux.c: Remove.
3473         * features/i386/i386-mmx-linux.c: Remove.
3474         * features/i386/i386-mpx-linux.c: Remove.
3475
3476 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3477
3478         * Makefile.in (ALL_TARGET_OBS): Add i386.o.
3479         (SFILES): Add arch/i386.c.
3480         (HFILES_NO_SRCDIR): Add arch/i386.h.
3481         * arch/i386.c: New file.
3482         * arch/i386.h: New file.
3483         * arch/tdesc.h (allocate_target_description): Declare.
3484         (set_tdesc_architecture): Declare.
3485         (set_tdesc_osabi): Declare.
3486         * configure.tgt (i[34567]86-*-linux*): Add i386.o.
3487         * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
3488         include arch/i386.h.
3489         (i386_linux_read_description): Remove code and call
3490         i386_create_target_description.
3491         (set_tdesc_architecture): New function.
3492         (set_tdesc_osabi): New function.
3493         * target-descriptions.h (allocate_target_description): Remove.
3494
3495 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3496
3497         * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
3498         * target-descriptions.c (tdesc_create_feature): Likewise, and
3499         adjust code.
3500         * features/i386/32bit-avx.c: Re-generated.
3501         * features/i386/32bit-avx512.c: Re-generated.
3502         * features/i386/32bit-core.c: Re-generated.
3503         * features/i386/32bit-linux.c: Re-generated.
3504         * features/i386/32bit-mpx.c: Re-generated.
3505         * features/i386/32bit-pkeys.c: Re-generated.
3506         * features/i386/32bit-sse.c: Re-generated.
3507
3508 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3509
3510         * regformats/regdef.h (struct reg): Override operator == and !=.
3511
3512 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3513
3514         * arch/tdesc.h: New file.
3515         * regformats/regdat.sh: Generate code using tdesc_create_reg.
3516         * target-descriptions.c: Update comments.
3517         * target-descriptions.h: Include "arch/tdesc.h".  Remove the
3518         declarations.
3519         * features/i386/32bit-avx.c: Re-generated.
3520         * features/i386/32bit-avx512.c: Re-generated.
3521         * features/i386/32bit-core.c: Re-generated.
3522         * features/i386/32bit-linux.c: Re-generated.
3523         * features/i386/32bit-mpx.c: Re-generated.
3524         * features/i386/32bit-pkeys.c: Re-generated.
3525         * features/i386/32bit-sse.c: Re-generated.
3526
3527 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3528
3529         * regformats/regdat.sh: Update generated code.
3530
3531 2017-09-05  Yao Qi  <yao.qi@linaro.org>
3532
3533         * regformats/regdat.sh: Adjust code order.
3534
3535 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3536
3537         * expprint.c (dump_subexp_body_standard): Use constant format
3538         string in fprintf_filtered call.
3539
3540 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3541
3542         * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
3543         NetBSD/i386.
3544         * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
3545
3546 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3547
3548         * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
3549
3550 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3551
3552         * bsd-kvm.o: Define _KMEMUSER.
3553         * configure.ac: Define _KMEMUSER when checking for "struct lwp".
3554         * configure: Regenerate.
3555
3556 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3557
3558         * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
3559         * i386-fbsd-nat.c: Likewise.
3560
3561 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3562
3563         * unittests/array-view-selftests.c: Add include of <array>.
3564
3565 2017-09-04  John Baldwin  <jhb@FreeBSD.org>
3566
3567         * spu-tdep.c (flush_ea_cache): Add missing argument to
3568         call_function_by_hand.
3569
3570 2017-09-04  Pedro Alves  <palves@redhat.com>
3571
3572         * NEWS (Safer support for debugging with no debug info): New.
3573
3574 2017-09-04  Pedro Alves  <palves@redhat.com>
3575
3576         * c-exp.y (function_method, function_method_void): Add current
3577         instance flags to TYPE_INSTANCE.
3578         * dwarf2read.c (check_modifier): New.
3579         (compute_delayed_physnames): Assert that only C++ adds delayed
3580         physnames.  Mark fn_fields as const/volatile depending on
3581         physname.
3582         * eval.c (make_params): New type_instance_flags parameter.  Use
3583         it as the new type's instance flags.
3584         (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
3585         flags element and pass it to make_params.
3586         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
3587         instance flags element.
3588         (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
3589         * gdbtypes.h: Include "enum-flags.h".
3590         (type_instance_flags): New enum-flags type.
3591         (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
3592         (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
3593         * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
3594         (follow_type_instance_flags): New function.
3595         (operator_check_standard) <TYPE_INSTANCE>: Adjust.
3596         * parser-defs.h (follow_type_instance_flags): Declare.
3597         * valops.c (value_struct_elt_for_reference): const/volatile must
3598         match too.
3599
3600 2017-09-04  Pedro Alves  <palves@redhat.com>
3601
3602         * cp-namespace.c (cp_search_static_and_baseclasses): Handle
3603         function/method scopes; lookup the nested name as a function local
3604         static variable.
3605
3606 2017-09-04  Pedro Alves  <palves@redhat.com>
3607
3608         (%type <voidval>): Add function_method.
3609         * c-exp.y (exp): New production for calls with no arguments.
3610         (function_method, function_method_void_or_typelist): New
3611         productions.
3612         (exp): New production for "method()::static_var".
3613         * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
3614         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3615         Handle OP_FUNC_STATIC_VAR.
3616         * parse.c (operator_length_standard):
3617         Handle OP_FUNC_STATIC_VAR.
3618
3619 2017-09-04  Pedro Alves  <palves@redhat.com>
3620
3621         * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
3622         handling.
3623         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3624         Ditto.
3625         * parse.c (operator_length_standard, operator_check_standard):
3626         Ditto.
3627         * std-operator.def (UNOP_MEMVAL_TLS): Delete.
3628
3629 2017-09-04  Pedro Alves  <palves@redhat.com>
3630
3631         * ax-gdb.c: Include "typeprint.h".
3632         (gen_expr_for_cast): New function.
3633         (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
3634         <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
3635         type is unknown.
3636         * dwarf2read.c (new_symbol_full): Fallback to int instead of
3637         nodebug_data_symbol.
3638         * eval.c: Include "typeprint.h".
3639         (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
3640         Error out if symbol has unknown type.
3641         <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
3642         evaluate_subexp_for_cast.
3643         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
3644         OP_VAR_MSYM_VALUE.
3645         (evaluate_subexp_for_cast): New function.
3646         * gdbtypes.c (init_nodebug_var_type): New function.
3647         (objfile_type): Use it to initialize types of variables with no
3648         debug info.
3649         * typeprint.c (error_unknown_type): New.
3650         * typeprint.h (error_unknown_type): New declaration.
3651         * compile/compile-c-types.c (convert_type_basic): Handle
3652         TYPE_CODE_ERROR; warn and fallback to int for variables with
3653         unknown type.
3654
3655 2017-09-04  Pedro Alves  <palves@redhat.com>
3656
3657         * eval.c (evaluate_var_value): New function, factored out from ...
3658         (evaluate_subexp_standard): ... here.
3659
3660 2017-09-04  Pedro Alves  <palves@redhat.com>
3661
3662         * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
3663         Remove useless assignments to 'op'.
3664
3665 2017-09-04  Pedro Alves  <palves@redhat.com>
3666
3667         * eval.c (eval_skip_value): New function.
3668         (evaluate_subexp_standard): Use it.
3669
3670 2017-09-04  Pedro Alves  <palves@redhat.com>
3671
3672         * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
3673         function name from symbol/minsym and pass it to
3674         error_call_unknown_return_type.
3675
3676 2017-09-04  Pedro Alves  <palves@redhat.com>
3677
3678         * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
3679         * ax-gdb.c (gen_msym_var_ref): New function.
3680         (gen_expr): Handle OP_VAR_MSYM_VALUE.
3681         * eval.c (evaluate_var_msym_value): New function.
3682         * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
3683         <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
3684         to call_function_by_hand.
3685         * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3686         Handle OP_VAR_MSYM_VALUE.
3687         (union exp_element) <msymbol>: New field.
3688         * minsyms.h (struct type): Forward declare.
3689         (find_minsym_type_and_address): Declare.
3690         * parse.c (write_exp_elt_msym): New function.
3691         (write_exp_msymbol): Delete, refactored as ...
3692         (find_minsym_type_and_address): ... this new function.
3693         (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
3694         (operator_length_standard, operator_check_standard): Handle
3695         OP_VAR_MSYM_VALUE.
3696         * std-operator.def (OP_VAR_MSYM_VALUE): New.
3697
3698 2017-09-04  Pedro Alves  <palves@redhat.com>
3699
3700         * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
3701         TYPE_GNU_IFUNC specially here.  Throw error if return type is
3702         unknown.
3703         * ada-typeprint.c (print_func_type): Handle functions with unknown
3704         return type.
3705         * c-typeprint.c (c_type_print_base): Handle functions and methods
3706         with unknown return type.
3707         * compile/compile-c-symbols.c (convert_symbol_bmsym)
3708         <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
3709         * compile/compile-c-types.c: Include "objfiles.h".
3710         (convert_func): For functions with unknown return type, warn and
3711         default to int.
3712         * compile/compile-object-run.c (compile_object_run): Adjust call
3713         to call_function_by_hand_dummy.
3714         * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
3715         call_function_by_hand.
3716         * eval.c (evaluate_subexp_standard): Adjust calls to
3717         call_function_by_hand.  Handle functions and methods with unknown
3718         return type.  Pass expect_type to call_function_by_hand.
3719         * f-typeprint.c (f_type_print_base): Handle functions with unknown
3720         return type.
3721         * gcore.c (call_target_sbrk): Adjust call to
3722         call_function_by_hand.
3723         * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
3724         return type instead of int.  Make nodebug_text_gnu_ifunc_symbol be
3725         an integer address type instead of nodebug.
3726         * guile/scm-value.c (gdbscm_value_call): Adjust call to
3727         call_function_by_hand.
3728         * infcall.c (error_call_unknown_return_type): New function.
3729         (call_function_by_hand): New "default_return_type" parameter.
3730         Pass it down.
3731         (call_function_by_hand_dummy): New "default_return_type"
3732         parameter.  Use it instead of defaulting to int.  If there's no
3733         default and the return type is unknown, throw an error.  If
3734         there's a default return type, and the called function has no
3735         debug info, then assume the function is prototyped.
3736         * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
3737         New "default_return_type" parameter.
3738         (error_call_unknown_return_type): New declaration.
3739         * linux-fork.c (call_lseek): Cast return type of lseek.
3740         (inferior_call_waitpid, checkpoint_command): Adjust calls to
3741         call_function_by_hand.
3742         * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
3743         calls to call_function_by_hand.
3744         * m2-typeprint.c (m2_procedure): Handle functions with unknown
3745         return type.
3746         * objc-lang.c (lookup_objc_class, lookup_child_selector)
3747         (value_nsstring, print_object_command): Adjust calls to
3748         call_function_by_hand.
3749         * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
3750         functions with unknown return type.
3751         (pascal_type_print_func_varspec_suffix): New function.
3752         (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
3753         TYPE_CODE_METHOD>: Use it.
3754         * python/py-value.c (valpy_call): Adjust call to
3755         call_function_by_hand.
3756         * rust-lang.c (rust_evaluate_funcall): Adjust call to
3757         call_function_by_hand.
3758         * valarith.c (value_x_binop, value_x_unop): Adjust calls to
3759         call_function_by_hand.
3760         * valops.c (value_allocate_space_in_inferior): Adjust call to
3761         call_function_by_hand.
3762         * typeprint.c (type_print_unknown_return_type): New function.
3763         * typeprint.h (type_print_unknown_return_type): New declaration.
3764
3765 2017-09-04  Pedro Alves  <palves@redhat.com>
3766
3767         * gdbtypes.c (lookup_function_type_with_arguments): Mark function
3768         types with more than one parameter as prototyped.
3769
3770 2017-09-04  Pedro Alves  <palves@redhat.com>
3771
3772         * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
3773         (disassemble_command): Use gdb_disassembly_flags instead of bare
3774         int.
3775         * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
3776         (dump_insns, do_mixed_source_and_assembly_deprecated)
3777         (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
3778         Use gdb_disassembly_flags instead of bare int.
3779         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
3780         (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
3781         (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
3782         (DISASSEMBLY_SPECULATIVE): No longer macros.  Instead they're...
3783         (enum gdb_disassembly_flag): ... values of this new enumeration.
3784         (gdb_disassembly_flags): Define.
3785         (gdb_disassembly)
3786         (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
3787         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
3788         gdb_disassembly_flags instead of bare int.
3789         * record-btrace.c (btrace_insn_history)
3790         (record_btrace_insn_history, record_btrace_insn_history_range)
3791         (record_btrace_insn_history_from): Use gdb_disassembly_flags
3792         instead of bare int.
3793         * record.c (get_insn_history_modifiers, cmd_record_insn_history):
3794         Use gdb_disassembly_flags instead of bare int.
3795         * target-debug.h (target_debug_print_gdb_disassembly_flags):
3796         Define.
3797         * target-delegates.c: Regenerate.
3798         * target.c (target_insn_history, target_insn_history_from)
3799         (target_insn_history_range): Use gdb_disassembly_flags instead of
3800         bare int.
3801         * target.h: Include "disasm.h".
3802         (struct target_ops) <to_insn_history, to_insn_history_from,
3803         to_insn_history_range>: Use gdb_disassembly_flags instead of bare
3804         int.
3805         (target_insn_history, target_insn_history_from)
3806         (target_insn_history_range): Use gdb_disassembly_flags instead of
3807         bare int.
3808
3809 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3810
3811         * cli/cli-script.c (build_command_line): For if/while commands,
3812         check whether args is empty.
3813
3814 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3815
3816         * cli/cli-script.h (enum misc_command_type): Move from defs.h.
3817         (enum command_control_type): Likewise.
3818         (struct command_line): Likewise.
3819         (free_command_lines): Likewise.
3820         (struct command_lines_deleter): Likewise.
3821         (command_line_up): Likewise.
3822         (read_command_lines): Likewise.
3823         (read_command_lines_1): Likewise.
3824         * defs.h (enum misc_command_type): Move to cli/cli-script.h.
3825         (enum command_control_type): Likewise.
3826         (struct command_line): Likewise.
3827         (free_command_lines): Likewise.
3828         (struct command_lines_deleter): Likewise.
3829         (command_line_up): Likewise.
3830         (read_command_lines): Likewise.
3831         (read_command_lines_1): Likewise.
3832         * breakpoint.h: Include cli/cli-script.h.
3833         * extension-priv.h: Likewise.
3834         * gdbcmd.h: Likewise.
3835
3836 2017-09-04  Pedro Alves  <palves@redhat.com>
3837
3838         * ada-lang.c (is_known_support_routine): Move sal declaration to
3839         where it is initialized.
3840         * breakpoint.c (create_internal_breakpoint, init_catchpoint)
3841         (parse_breakpoint_sals, decode_static_tracepoint_spec)
3842         (clear_command, update_static_tracepoint): Remove init_sal
3843         references.  Move declarations closer to initializations.
3844         * cli/cli-cmds.c (list_command): Move sal declarations closer to
3845         initializations.
3846         * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
3847         references.  Move sal declarations closer to initializations.
3848         * frame.c (find_frame_sal): Return a symtab_and_line via function
3849         return instead of output parameter.  Remove init_sal references.
3850         * frame.h (find_frame_sal): Return a symtab_and_line via function
3851         return instead of output parameter.
3852         * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
3853         * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
3854         instead of memset.
3855         (gdbscm_find_pc_line): Remove init_sal reference.
3856         * infcall.c (call_function_by_hand_dummy): Remove init_sal
3857         references.  Move declarations closer to initializations.
3858         * infcmd.c (set_step_frame): Update.  Move declarations closer to
3859         initializations.
3860         (finish_backward): Remove init_sal references.  Move declarations
3861         closer to initializations.
3862         * infrun.c (process_event_stop_test, handle_step_into_function)
3863         (insert_hp_step_resume_breakpoint_at_frame)
3864         (insert_step_resume_breakpoint_at_caller): Likewise.
3865         * linespec.c (create_sals_line_offset, decode_digits_ordinary)
3866         (symbol_to_sal): Likewise.
3867         * probe.c (parse_probes_in_pspace): Remove init_sal reference.
3868         * python/py-frame.c (frapy_find_sal): Move sal declaration closer
3869         to its initialization.
3870         * reverse.c (save_bookmark_command): Use new/delete.  Remove
3871         init_sal references.  Move declarations closer to initializations.
3872         * source.c (get_current_source_symtab_and_line): Remove brace
3873         initialization.
3874         (set_current_source_symtab_and_line): Now takes the sal by const
3875         reference.  Remove brace initialization.
3876         (line_info): Remove init_sal reference.
3877         * source.h (set_current_source_symtab_and_line): Now takes a
3878         symtab_and_line via const reference.
3879         * stack.c (set_current_sal_from_frame): Adjust.
3880         (print_frame_info): Adjust.
3881         (get_last_displayed_sal): Return the sal via function return
3882         instead of via output parameter.  Simplify.
3883         (frame_info): Adjust.
3884         * stack.h (get_last_displayed_sal): Return the sal via function
3885         return instead of via output parameter.
3886         * symtab.c (init_sal): Delete.
3887         (find_pc_sect_line): Remove init_sal references.  Move
3888         declarations closer to initializations.
3889         (find_function_start_sal): Remove init_sal references.  Move
3890         declarations closer to initializations.
3891         * symtab.h (struct symtab_and_line): In-class initialize all
3892         fields.
3893         * tracepoint.c (set_traceframe_context)
3894         (print_one_static_tracepoint_marker): Remove init_sal references.
3895         Move declarations closer to initializations.
3896         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
3897         * tui/tui-stack.c (tui_show_frame_info): Adjust.  Move
3898         declarations closer to initializations.
3899         * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
3900         init_sal references.  Adjust.
3901
3902 2017-09-04  Pedro Alves  <palves@redhat.com>
3903
3904         * ax-gdb.c (agent_command_1): Use range-for.
3905         * break-catch-throw.c (re_set_exception_catchpoint): Update.
3906         * breakpoint.c: Include "common/array-view.h".
3907         (init_breakpoint_sal, create_breakpoint_sal): Change sals
3908         parameter from struct symtabs_and_lines to
3909         array_view<symtab_and_line>.  Adjust.  Use range-for.  Update.
3910         (breakpoint_sals_to_pc): Change sals parameter from struct
3911         symtabs_and_lines to std::vector reference.
3912         (check_fast_tracepoint_sals): Change sals parameter from struct
3913         symtabs_and_lines to std::array_view.  Use range-for.
3914         (decode_static_tracepoint_spec): Return a std::vector instead of
3915         symtabs_and_lines.  Update.
3916         (create_breakpoint): Update.
3917         (break_range_command, until_break_command, clear_command): Update.
3918         (base_breakpoint_decode_location, bkpt_decode_location)
3919         (bkpt_probe_create_sals_from_location)
3920         (bkpt_probe_decode_location, tracepoint_decode_location)
3921         (tracepoint_probe_decode_location)
3922         (strace_marker_create_sals_from_location): Return a std::vector
3923         instead of symtabs_and_lines.
3924         (strace_marker_create_breakpoints_sal): Update.
3925         (strace_marker_decode_location): Return a std::vector instead of
3926         symtabs_and_lines.  Update.
3927         (update_breakpoint_locations): Change struct symtabs_and_lines
3928         parameters to gdb::array_view.  Adjust.
3929         (location_to_sals): Return a std::vector instead of
3930         symtabs_and_lines.  Update.
3931         (breakpoint_re_set_default): Use std::vector instead of struct
3932         symtabs_and_lines.
3933         (decode_location_default): Return a std::vector instead of
3934         symtabs_and_lines.  Update.
3935         * breakpoint.h: Include "common/array-view.h".
3936         (struct breakpoint_ops) <decode_location>: Now returns a
3937         std::vector instead of returning a symtabs_and_lines via output
3938         parameter.
3939         (update_breakpoint_locations): Change sals parameters to use
3940         gdb::array_view.
3941         * cli/cli-cmds.c (edit_command, list_command): Update to use
3942         std::vector and gdb::array_view.
3943         (ambiguous_line_spec): Adjust to use gdb::array_view and
3944         range-for.
3945         (compare_symtabs): Rename to ...
3946         (cmp_symtabs): ... this.  Change parameters to symtab_and_line
3947         const reference and adjust.
3948         (filter_sals): Rewrite using std::vector and standard algorithms.
3949         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
3950         (jump_command): Update to use std::vector.
3951         * linespec.c (struct linespec_state) <canonical_names>: Update
3952         comment.
3953         (add_sal_to_sals_basic): Delete.
3954         (add_sal_to_sals, filter_results, convert_results_to_lsals)
3955         (decode_line_2, create_sals_line_offset)
3956         (convert_address_location_to_sals, convert_linespec_to_sals)
3957         (convert_explicit_location_to_sals, parse_linespec)
3958         (event_location_to_sals, decode_line_full, decode_line_1)
3959         (decode_line_with_current_source)
3960         (decode_line_with_last_displayed, decode_objc)
3961         (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
3962         (linespec_result::~linespec_result): Adjust to use std::vector
3963         instead of symtabs_and_lines.
3964         * linespec.h (linespec_sals::sals): Now a std::vector.
3965         (struct linespec_result): Use std::vector, bool, and in-class
3966         initialization.
3967         (decode_line_1, decode_line_with_current_source)
3968         (decode_line_with_last_displayed): Return std::vector.
3969         * macrocmd.c (info_macros_command): Use std::vector.
3970         * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
3971         * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
3972         std::vector.
3973         * probe.h (parse_probes): Return a std::vector.
3974         * python/python.c (gdbpy_decode_line): Use std::vector and
3975         gdb::array_view.
3976         * source.c (select_source_symtab, line_info): Use std::vector.
3977         * stack.c (func_command): Use std::vector.
3978         * symtab.h (struct symtabs_and_lines): Delete.
3979         * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
3980
3981 2017-09-04  Pedro Alves  <palves@redhat.com>
3982
3983         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3984         unittests/array-view-selftests.c.
3985         (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
3986         * common/array-view.h: New file.
3987         * unittests/array-view-selftests.c: New file.
3988
3989 2017-09-04  Pedro Alves  <palves@redhat.com>
3990
3991         * cli/cli-cmds.c (edit_command): Pass message to
3992         ambiguous_line_spec.
3993         (list_command): Pass message to ambiguous_line_spec.  Say
3994         "first"/"last" instead of "start" and "end" to be consistent with
3995         the manual.
3996         (ambiguous_line_spec): Add 'format' and vararg parameters.  Use
3997         them to print formatted message.
3998
3999 2017-09-04  Pedro Alves  <palves@redhat.com>
4000
4001         * btrace.c (ftrace_add_pt): Pass btrace_insn to
4002         ftrace_update_insns by reference instead of pointer.
4003
4004 2017-09-04  Yao Qi  <yao.qi@linaro.org>
4005
4006         * i386-go32-tdep.c: Include x86-xstate.h.
4007         (i386_go32_init_abi): Call i386_target_description.
4008         * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
4009         if xcr0 is X86_XSTATE_X87_MASK.
4010         * i386-tdep.h (tdesc_i386): Remove the declaration.
4011         (tdesc_i386_mmx): Likewise.
4012
4013 2017-09-04  Yao Qi  <yao.qi@linaro.org>
4014
4015         * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
4016         X86_XSTATE_SSE_MASK instead of 0.
4017
4018 2017-09-04  Yao Qi  <yao.qi@linaro.org>
4019
4020         * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
4021         i386_target_description.
4022         * i386-fbsd-nat.c (i386fbsd_read_description): Call
4023         i386_target_description.
4024         * i386-tdep.c (i386_gdbarch_init): Likewise.
4025
4026 2017-09-04  Yao Qi  <yao.qi@linaro.org>
4027
4028         * amd64-darwin-tdep.c: Include "x86-xstate.h".
4029         (x86_darwin_init_abi_64): Call amd64_target_description.
4030         * amd64-dicos-tdep.c: Likewise.
4031         * amd64-fbsd-nat.c: Likewise.
4032         * amd64-fbsd-tdep.c: Likewise.
4033         * amd64-nbsd-tdep.c: Likewise.
4034         * amd64-obsd-tdep.c: Likewise.
4035         * amd64-sol2-tdep.c: Likewise.
4036         * amd64-windows-tdep.c: Likewise.
4037         * amd64-tdep.h (tdesc_amd64): Remove the declaration.
4038
4039 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4040
4041         * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
4042         (btrace_function) <insn>: Change type to use std::vector.
4043         * btrace.c (ftrace_debug, ftrace_call_num_insn,
4044         ftrace_find_call, ftrace_new_gap, ftrace_update_function,
4045         ftrace_update_insns, ftrace_compute_global_level_offset,
4046         btrace_stitch_bts, btrace_clear, btrace_insn_get,
4047         btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
4048         change to std::vector.
4049         (ftrace_update_insns): Adjust to change to std::vector, change
4050         type of INSN parameter.
4051         (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
4052         * record-btrace.c (btrace_call_history_insn_range,
4053         btrace_compute_src_line_range,
4054         record_btrace_frame_prev_register): Adjust to change to
4055         std::vector.
4056         * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
4057         to change to std::vector.
4058
4059 2017-09-03  Tom Tromey  <tom@tromey.com>
4060
4061         * corefile.c (reopen_exec_file): Use std::string.
4062
4063 2017-09-03  Tom Tromey  <tom@tromey.com>
4064
4065         * compile/compile.c (compile_register_name_mangled): Return
4066         std::string.
4067         * compile/compile-loc2c.c (pushf_register_address): Update.
4068         (pushf_register): Update.
4069         * compile/compile-c-types.c (convert_array): Update.
4070         * compile/compile-c-symbols.c (generate_vla_size): Update.
4071         (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
4072         (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
4073         (convert_one_symbol): Update.
4074         (generate_c_for_for_one_variable): Update.
4075         * compile/compile-c-support.c (c_get_range_decl_name): Return a
4076         std::string.
4077         (generate_register_struct): Update.
4078         * compile/compile-internal.h (c_get_range_decl_name): Return a
4079         std::string.
4080         (compile_register_name_mangled): Return std::string.
4081
4082 2017-09-03  Tom Tromey  <tom@tromey.com>
4083
4084         * utils.c (perror_string): Return a std::string.
4085         (throw_perror_with_name, perror_warning_with_name): Update.
4086
4087 2017-09-03  Tom Tromey  <tom@tromey.com>
4088
4089         * demangle.c (demangle_command): Use std::string,
4090         unique_xmalloc_ptr.
4091
4092 2017-09-03  Tom Tromey  <tom@tromey.com>
4093
4094         * cli/cli-setshow.c (do_set_command): Use std::string.
4095
4096 2017-09-03  Tom Tromey  <tom@tromey.com>
4097
4098         * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
4099
4100 2017-09-03  Tom Tromey  <tom@tromey.com>
4101
4102         * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
4103
4104 2017-09-03  Tom Tromey  <tom@tromey.com>
4105
4106         * mi/mi-cmd-env.c (env_execute_cli_command): Use
4107         gdb::unique_xmalloc_ptr.
4108
4109 2017-09-03  Tom Tromey  <tom@tromey.com>
4110
4111         * thread.c (print_thread_info_1): Use string_printf.
4112         (thread_apply_command, thread_apply_all_command): Use
4113         std::string.
4114
4115 2017-09-03  Tom Tromey  <tom@tromey.com>
4116
4117         * valprint.c (val_print_string): Update.
4118         * gdbcore.h (memory_error_message): Return std::string.
4119         * corefile.c (memory_error_message): Return std::string.
4120         (memory_error): Update.
4121         * breakpoint.c (insert_bp_location): Update.
4122
4123 2017-09-03  Simon Marchi  <simon.marchi@ericsson.com>
4124
4125         * target/waitstatus.h (target_waitstatus_to_string): Change
4126         return type to std::string.
4127         * target/waitstatus.c (target_waitstatus_to_string): Return
4128         std::string.
4129         * target.h (target_waitstatus_to_string): Remove declaration.
4130         * infrun.c (resume, clear_proceed_status_thread,
4131         print_target_wait_results, do_target_wait, save_waitstatus,
4132         stop_all_threads): Adjust.
4133         * record-btrace.c (record_btrace_wait): Adjust.
4134         * target-debug.h
4135         (target_debug_print_struct_target_waitstatus_p): Adjust.
4136
4137 2017-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4138
4139         PR gdb/22046
4140         * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
4141         detection.
4142
4143 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
4144
4145         * NEWS (Changes since GDB 8.0): Add entry mentioning new support
4146         for setting/unsetting environment variables on the remote target.
4147         (New remote packets): Add entries for QEnvironmentHexEncoded,
4148         QEnvironmentUnset and QEnvironmentReset.
4149         * common/environ.c (gdb_environ::operator=): Extend method to
4150         handle m_user_set_env_list and m_user_unset_env_list.
4151         (gdb_environ::clear): Likewise.
4152         (match_var_in_string): Change type of first parameter from 'char
4153         *' to 'const char *'.
4154         (gdb_environ::set): Extend method to handle
4155         m_user_set_env_list and m_user_unset_env_list.
4156         (gdb_environ::unset): Likewise.
4157         (gdb_environ::clear_user_set_env): New method.
4158         (gdb_environ::user_set_envp): Likewise.
4159         (gdb_environ::user_unset_envp): Likewise.
4160         * common/environ.h (gdb_environ): Handle m_user_set_env_list and
4161         m_user_unset_env_list on move constructor/assignment.
4162         (unset): Add new default parameter 'update_unset_list = true'.
4163         (clear_user_set_env): New method.
4164         (user_set_envp): Likewise.
4165         (user_unset_envp): Likewise.
4166         (m_user_set_env_list): New std::set.
4167         (m_user_unset_env_list): Likewise.
4168         * common/rsp-low.c (hex2str): New function.
4169         (bin2hex): New overload for bin2hex function.
4170         * common/rsp-low.c (hex2str): New prototype.
4171         (str2hex): New overload prototype.
4172         * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
4173         QEnvironmentUnset and QEnvironmentReset.
4174         (remote_protocol_features): Add QEnvironmentHexEncoded,
4175         QEnvironmentUnset and QEnvironmentReset packets.
4176         (send_environment_packet): New function.
4177         (extended_remote_environment_support): Likewise.
4178         (extended_remote_create_inferior): Call
4179         extended_remote_environment_support.
4180         (_initialize_remote): Add QEnvironmentHexEncoded,
4181         QEnvironmentUnset and QEnvironmentReset packet configs.
4182         * unittests/environ-selftests.c (gdb_selftest_env_var):
4183         New variable.
4184         (test_vector_initialization): New function.
4185         (test_init_from_host_environ): Likewise.
4186         (test_reinit_from_host_environ): Likewise.
4187         (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
4188         Likewise.
4189         (test_unset_set_empty_vector): Likewise.
4190         (test_vector_clear): Likewise.
4191         (test_std_move): Likewise.
4192         (test_move_constructor):
4193         (test_self_move): Likewise.
4194         (test_set_unset_reset): Likewise.
4195         (run_tests): Rewrite in terms of the functions above.
4196
4197 2017-08-31  Weimin Pan  <weimin.pan@oracle.com>
4198
4199         * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
4200         (adi_available): Use a temp variable of type CORE_ADDR as argument
4201         3 when calling target_auxv_search.
4202         (adi_normalize_address): Use masks and xor operators to calculate
4203         normalized address.
4204         (adi_read_versions, adi_write_versions, adi_print_versions)
4205         (do_examine, do_assign): Use paddress.
4206
4207 2017-08-29  John Baldwin  <jhb@FreeBSD.org>
4208
4209         * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
4210         * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
4211         out of loop and add supply of FIR.
4212         (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
4213         add collect of FIR.
4214
4215 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4216
4217         PR gdb/21827
4218         * cli/cli-script.c (define_command): Don't convert command name
4219         to lower case.
4220
4221 2017-08-25  Joel Brobecker  <brobecker@adacore.com>
4222
4223         * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
4224         Update all callers accordingly. Remove all code blocks handling
4225         the case where DISPP is not NULL.
4226
4227 2017-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4228
4229         PR symtab/22003
4230         * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
4231         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
4232         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
4233
4234 2017-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4235
4236         * dwarf2read.c (build_type_psymtabs_reader): New prototype.
4237         (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
4238         (read_comp_units_from_section): New parameter abbrev_section, use
4239         read_and_check_comp_unit_head, allocate signatured_type if needed.
4240         (create_all_comp_units): Update read_comp_units_from_section caller.
4241
4242 2017-08-23  Pedro Alves  <palves@redhat.com>
4243
4244         PR remote/21852
4245         * remote.c (add_current_inferior_and_thread): Set inferior_ptid
4246         to null_ptid and switch to thread without reading the registers
4247         after adding the inferior.
4248
4249 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4250
4251         * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
4252         compile-gcc.
4253         * compile/compile.c (compile_gcc, show_compile_gcc): New.
4254         (compile_to_object): Implement compile_gcc.
4255         (_initialize_compile): Install "set compile-gcc".  Initialize
4256         compile_gcc.
4257
4258 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4259
4260         * compile/compile.c (compile_to_object): Conditionally call
4261         set_verbose.  Conditionally call compile or compile_v0.
4262
4263 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
4264
4265         * sparc64-tdep.h: (adi_normalize_address): New export.
4266         * sparc-nat.h: (open_adi_tag_fd): New export.
4267         * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
4268         * sparc64-linux-tdep.c:
4269         (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
4270         (sparc64_linux_handle_segmentation_fault): New function.
4271         (sparc64_linux_init_abi): Register
4272         sparc64_linux_handle_segmentation_fault
4273         * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
4274         (sparc64_addr_bits_remove): New function.
4275         (sparc64_init_abi): Register sparc64_addr_bits_remove.
4276         (MAX_PROC_NAME_SIZE): New macro.
4277         (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
4278         (sparc64adilist): New variable.
4279         (adi_proc_list): New variable.
4280         (find_adi_info): New function.
4281         (add_adi_info): New function.
4282         (get_adi_info_proc): New function.
4283         (get_adi_info): New function.
4284         (info_adi_command): New function.
4285         (read_maps_entry): New function.
4286         (adi_available): New function.
4287         (adi_normalize_address): New function.
4288         (adi_align_address): New function.
4289         (adi_convert_byte_count): New function.
4290         (adi_tag_fd): New function.
4291         (adi_is_addr_mapped): New function.
4292         (adi_read_versions): New function.
4293         (adi_write_versions): New function.
4294         (adi_print_versions): New function.
4295         (do_examine): New function.
4296         (do_assign): New function.
4297         (adi_examine_command): New function.
4298         (adi_assign_command): New function.
4299         (_initialize_sparc64_adi_tdep): New function.
4300
4301 2017-08-22  Simon Marchi  <simon.marchi@ericsson.com>
4302
4303         * breakpoint.c (breakpoints_info): Rename to ...
4304         (info_breakpoints_command): ... this.
4305         (watchpoints_info): Rename to ...
4306         (info_watchpoints_command): ... this.
4307         (tracepoints_info): Rename to ...
4308         (info_tracepoints_command): ... this.
4309         (_initialize_breakpoint): Adjust.
4310         * dcache.c (dcache_info): Rename to ...
4311         (info_display_command): ... this.
4312         (_initialize_dcache): Adjust.
4313         * frame.h (args_info): Rename to ...
4314         (info_args_command): ... this.
4315         (locals_info): Rename to ...
4316         (info_locals_command): ... this.
4317         * infcmd.c (nofp_registers_info): Rename to ...
4318         (info_registers_command): ... this.
4319         (float_info): Rename to ...
4320         (info_float_command): ... this.
4321         (program_info): Rename to ...
4322         (info_program_command): ... this.
4323         (all_registers_info): Rename to ...
4324         (info_all_registers_command): ... this.
4325         (vector_info): Rename to ...
4326         (info_vector_command): ... this.
4327         (float_info): Rename to ...
4328         (info_float_command): ... this.
4329         (_initialize_infcmd): Adjust.
4330         * inferior.h (term_info): Rename to ...
4331         (info_terminal_command): ... this.
4332         * inflow.c (term_info): Rename to ...
4333         (info_terminal_command): ... this.
4334         (_initialize_inflow): Adjust.
4335         * infrun.c (signals_info): Rename to ...
4336         (info_signals_command): ... this.
4337         (_initialize_infrun): Adjust.
4338         * objc-lang.c (classes_info): Rename to ...
4339         (info_classes_command): ... this.
4340         (selectors_info): Rename to ...
4341         (info_selectors_command): ... this.
4342         (_initialize_objc_language): Adjust.
4343         * printcmd.c (sym_info): Rename to ...
4344         (info_symbol_command): ... this.
4345         (address_info): Rename to ...
4346         (info_address_command): ... this.
4347         (display_info): Rename to ...
4348         (info_display_command): ... this.
4349         (_initialize_printcmd): Adjust.
4350         * reverse.c (bookmarks_info): Rename to ...
4351         (info_breakpoints_command): ... this.
4352         (_initialize_reverse): Adjust.
4353         * ser-go32.c (dos_info): Rename to ...
4354         (info_serial_command): ... this.
4355         (_initialize_ser_dos): Adjust.
4356         * skip.c (skip_info): Rename to ...
4357         (info_skip_command): ... this.
4358         (_initialize_step_skip): Adjust.
4359         * source.c (line_info): Rename to ...
4360         (info_line_command): ... this.
4361         (source_info): Rename to ...
4362         (info_source_command)
4363         * stack.c (frame_info): Rename to ...
4364         (info_frame_command): ... this.
4365         (locals_info): Rename to ...
4366         (info_locals_command): ... this.
4367         (args_info): Rename to ...
4368         (info_args_command): ... this.
4369         (_initialize_stack): Adjust.
4370         * symtab.c (sources_info): Rename to ...
4371         (info_sources_command): ... this.
4372         (variables_info): Rename to ...
4373         (info_variables_command): ... this.
4374         (functions_info): Rename to ...
4375         (info_functions_command): ... this.
4376         (types_info): Rename to ...
4377         (info_types_command): ... this.
4378         (_initialize_symtab): Adjust.
4379         * target.c (target_info): Rename to ...
4380         (info_target_command): ... this.
4381         (initialize_targets): Adjust.
4382         * tracepoint.c (tvariables_info): Rename to ...
4383         (info_tvariables_command): ... this.
4384         (scope_info): Rename to ...
4385         (info_scope_command): ... this.
4386         (trace_dump_actions): Adjust.
4387         (_initialize_tracepoint): Adjust.
4388
4389 2017-08-22  Tom Tromey  <tom@tromey.com>
4390
4391         * breakpoint.h (install_breakpoint): Update.
4392         * breakpoint.c (add_solib_catchpoint): Update.
4393         (install_breakpoint): Change argument to a std::unique_ptr.
4394         (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
4395         (create_breakpoint_sal, create_breakpoint): Update.
4396         (watch_command_1, catch_exec_command_1)
4397         (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
4398         (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
4399         Return the breakpoint.
4400         (set_raw_breakpoint_without_location, set_raw_breakpoint)
4401         (new_single_step_breakpoint): Update.
4402         * break-catch-throw.c (handle_gnu_v3_exceptions): Use
4403         std::unique_ptr.
4404         * break-catch-syscall.c (create_syscall_event_catchpoint): Use
4405         std::unique_ptr.
4406         * break-catch-sig.c (create_signal_catchpoint): Use
4407         std::unique_ptr.
4408         * ada-lang.c (create_ada_exception_catchpoint): Use
4409         std::unique_ptr.
4410
4411 2017-08-22  Tom Tromey  <tom@tromey.com>
4412
4413         * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
4414
4415 2017-08-22  Tom Tromey  <tom@tromey.com>
4416
4417         * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
4418         (lookup_partial_symbol): Update.
4419
4420 2017-08-22  Tom Tromey  <tom@tromey.com>
4421
4422         * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
4423         * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
4424         (find_and_open_source, symtab_to_fullname): Update.
4425         * psymtab.c (psymtab_to_fullname): Update.
4426
4427 2017-08-22  Tom Tromey  <tom@tromey.com>
4428
4429         * exec.c (exec_file_attach): Update.
4430         * linux-thread-db.c (try_thread_db_load): Update.
4431         * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
4432         * utils.c (gdb_realpath): Change return type.
4433         (gdb_realpath_keepfile): Update.
4434         (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
4435         (_initialize_utils): Register the new self test.
4436         * source.c (openp): Update.
4437         (find_and_open_source): Update.
4438         * nto-tdep.c (nto_find_and_open_solib): Update.
4439         * main.c (set_gdb_data_directory): Update.
4440         (captured_main_1): Update.
4441         * dwarf2read.c (dwarf2_get_dwz_file): Update
4442         (dw2_map_symbol_filenames): Update.
4443         * auto-load.c (auto_load_safe_path_vec_update): Update.
4444         (filename_is_in_auto_load_safe_path_vec): Change type of
4445         "filename_realp".
4446         (auto_load_objfile_script): Update.
4447         (file_is_auto_load_safe): Update.  Use std::string.
4448         * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
4449
4450 2017-08-22  Tom Tromey  <tom@tromey.com>
4451
4452         * utils.c (gdb_realpath_keepfile): Return a
4453         gdb::unique_xmalloc_ptr.
4454         * exec.c (exec_file_attach): Update.
4455         * utils.h (gdb_realpath_keepfile): Return a
4456         gdb::unique_xmalloc_ptr.
4457
4458 2017-08-22  Tom Tromey  <tom@tromey.com>
4459
4460         * compile/compile.c (compile_file_command): Use
4461         gdb::unique_xmalloc_ptr, std::string.
4462         * utils.c (gdb_abspath): Change return type.
4463         * source.c (openp): Update.
4464         * objfiles.c (allocate_objfile): Update.
4465         * main.c (set_gdb_data_directory): Update.
4466         * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
4467
4468 2017-08-22  Zhouyi Zhou  <zhouzhouyi@gmail.com>
4469
4470         * cli-cmds.c (list_commands): List actual code around more than
4471         one location.
4472
4473 2017-08-21  John Baldwin  <jhb@FreeBSD.org>
4474
4475         * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
4476
4477 2017-08-21  Pedro Alves  <palves@redhat.com>
4478
4479         PR gdb/19487
4480         * c-exp.y (variable production): Handle function aliases.
4481         * minsyms.c (msymbol_is_text): New function.
4482         * minsyms.h (msymbol_is_text): Declare.
4483         * symtab.c (find_function_alias_target): New function.
4484         * symtab.h (find_function_alias_target): Declare.
4485
4486 2017-08-21  Pedro Alves  <palves@redhat.com>
4487
4488         * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
4489         typedefs.
4490         * typeprint.c (whatis_exp): If handling "whatis", and expression
4491         is OP_TYPE, strip one typedef level.  Otherwise don't strip
4492         typedefs here.
4493         * valops.c (value_cast): Save "to" type before resolving
4494         stubs/typedefs.  Use that type as resulting value's type.
4495
4496 2017-08-18  Tom Tromey  <tom@tromey.com>
4497             Pedro Alves  <palves@redhat.com>
4498
4499         * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
4500         * sol-thread.c (sol_thread_resume, sol_thread_wait)
4501         (sol_thread_xfer_partial, rw_common): Use scoped_restore.
4502         * procfs.c (procfs_do_thread_registers): Use scoped_restore.
4503         * proc-service.c (ps_xfer_memory): Use scoped_restore.
4504         * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
4505         (linux_get_siginfo_data): Add "thread" argument.  Use
4506         scoped_restore.
4507         * linux-nat.c (linux_child_follow_fork)
4508         (check_stopped_by_watchpoint): Use scoped_restore.
4509         * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
4510         (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
4511         (restore_inferior_ptid, save_inferior_ptid): Remove.
4512         * btrace.c (btrace_fetch): Use scoped_restore.
4513         * bsd-uthread.c (bsd_uthread_fetch_registers)
4514         (bsd_uthread_store_registers): Use scoped_restore.
4515         * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
4516         scoped_restore.
4517         * aix-thread.c (aix_thread_resume, aix_thread_wait)
4518         (aix_thread_xfer_partial): Use scoped_restore.
4519         * inferior.h (save_inferior_ptid): Remove.
4520
4521 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4522
4523         PR tdep/21818
4524         * arm-tdep.c (gdb_print_insn_arm): Mark
4525         USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
4526
4527 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4528
4529         * NEWS: Mention GDBserver's new option "--selftest".
4530         * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
4531         * selftest.c: Move it to common/selftest.c.
4532         * selftest.h: Move it to common/selftest.h.
4533         * selftest-arch.c (reset): New function.
4534         (tests_with_arch): Call reset.
4535
4536 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4537
4538         * selftest.c (run_tests): Don't call QUIT.  Call debug_printf
4539         instead of exception_fprintf and printf_filtered.
4540
4541 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4542
4543         * selftest.c (register_self_test): Rename it to
4544         selftests::register_test.
4545         (run_self_tests): selftest::run_tests.
4546         * selftest.h: Update declarations.
4547         * selftest-arch.c (register_self_test_foreach_arch): Rename it to
4548         selftests::register_test_foreach_arch.
4549         * selftest-arch.h: Update declaration.
4550         * aarch64-tdep.c: Update.
4551         * arm-tdep.c: Likewise.
4552         * disasm-selftests.c: Likewise.
4553         * dwarf2loc.c: Likewise.
4554         * dwarf2-frame.c: Likewise.
4555         * findvar.c: Likewise.
4556         * gdbarch-selftests.c: Likewise.
4557         * maint.c (maintenance_selftest): Likewise.
4558         * regcache.c: Likewise.
4559         * rust-exp.y: Likewise.
4560         * selftest-arch.c: Likewise.
4561         * unittests/environ-selftests.c: Likewise.
4562         * unittests/function-view-selftests.c: Likewise.
4563         * unittests/offset-type-selftests.c: Likewise.
4564         * unittests/optional-selftests.c: Likewise.
4565         * unittests/scoped_restore-selftests.c: Likewise.
4566         * utils-selftests.c: Likewise.
4567
4568 2017-08-17  Pedro Alves  <palves@redhat.com>
4569
4570         * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
4571         local.
4572
4573 2017-08-17  Pedro Alves  <palves@redhat.com>
4574
4575         * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
4576         field.
4577         (reset_die_in_process): Delete, replaced by ...
4578         (process_die_scope): ... this new class.  Make it responsible for
4579         freeing cu->line_header too.
4580         (process_die): Use process_die_scope.
4581         (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
4582         cu->line_header_die_owner.  Don't release the line header if it's
4583         owned by the CU.
4584         (setup_type_unit_groups): Make the CU/DIE own the line header.
4585         Don't release the line header here.
4586
4587 2017-08-17  Alex Lindsay  <alexlindsay239@gmail.com>  (tiny change)
4588
4589         * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
4590
4591 2017-08-17  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4592
4593         * NEWS: Mention new shortcuts for nexti and stepi in TUI
4594         Single-Key mode
4595
4596 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4597
4598         * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
4599         mode command list.
4600
4601 2017-08-15  Stafford Horne  <shorne@gmail.com>
4602
4603         * MAINTAINERS (Write After Approval): Add Stafford Horne.
4604
4605 2017-08-15  Stafford Horne  <shorne@gmail.com>
4606
4607         * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
4608
4609 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4610
4611         PR gdb/21954
4612         * infcmd.c (unset_environment_command): Use the 'clear' method on
4613         the environment instead of resetting it.
4614
4615 2017-08-15  John Baldwin  <jhb@FreeBSD.org>
4616
4617         * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
4618         platforms.
4619
4620 2017-08-14  Tom Tromey  <tom@tromey.com>
4621
4622         * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
4623         (print_binary_chars): Likewise.
4624         (BITS_IN_BYTES): Remove.
4625
4626 2017-08-14  Tom Tromey  <tom@tromey.com>
4627
4628         PR gdb/21675
4629         * valprint.c (LOW_ZERO): Change value to 034.
4630         (print_octal_chars): Add static_asserts for octal constants.
4631         * printcmd.c (print_scalar_formatted): Add 'd' case.
4632
4633 2017-08-11  Tom Tromey  <tom@tromey.com>
4634
4635         * symfile.c (add_symbol_file_command): Use std::vector.
4636
4637 2017-08-14  Tom Tromey  <tom@tromey.com>
4638
4639         * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
4640         * break-catch-syscall.c (create_syscall_event_catchpoint): Use
4641         std::move.
4642         * break-catch-sig.c (create_signal_catchpoint): Use std::move.
4643
4644 2017-08-11  Pedro Alves  <palves@redhat.com>
4645
4646         * infrun.c (process_event_stop_test): Adjust
4647         function_name_is_marked_for_skip call.
4648         * skip.c: Include <list>.
4649         (skiplist_entry): Make it a class with private fields, and
4650         getters/setters.
4651         (skiplist_entry_chain): Delete.
4652         (skiplist_entries): New.
4653         (skiplist_entry_count): Delete.
4654         (highest_skiplist_entry_num): New.
4655         (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
4656         (add_skiplist_entry): Delete.
4657         (skiplist_entry::skiplist_entry): New.
4658         (skiplist_entry::add_entry): New.
4659         (skip_file_command, skip_function): Adjust.
4660         (compile_skip_regexp): Delete.
4661         (skip_command): Don't compile regexp here.  Adjust to use
4662         skiplist_entry::add_entry.
4663         (skip_info): Adjust to use range-for and getters.
4664         (skip_enable_command, skip_disable_command): Adjust to use
4665         range-for and setters.
4666         (skip_delete_command): Adjust to use std::list.
4667         (add_skiplist_entry): Delete.
4668         (skip_file_p): Delete, refactored as ...
4669         (skiplist_entry::do_skip_file_p): ... this new method.
4670         (skip_gfile_p): Delete, refactored as ...
4671         (skiplist_entry::do_gskip_file_p): ... this new method.
4672         (skip_function_p, skip_rfunction_p): Delete, refactored as ...
4673         (skiplist_entry::skip_function_p): ... this new method.
4674         (function_name_is_marked_for_skip): Now returns bool, and takes
4675         the function sal by const reference.  Adjust to use range-for and
4676         skiplist_entry methods.
4677         (_initialize_step_skip): Remove references to
4678         skiplist_entry_chain, skiplist_entry_count.
4679         * skip.h (function_name_is_marked_for_skip): Now returns bool, and
4680         takes the function sal by const reference.
4681
4682 2017-08-11  Yao Qi  <yao.qi@linaro.org>
4683
4684         * dwarf2-frame.c (clear_pointer_cleanup): Remove.
4685         (dwarf2_frame_cache): Remove reset_cache_cleanup.
4686         (dwarf2_frame_cache):
4687         * frame-unwind.c (frame_unwind_try_unwinder): Catch
4688         RETURN_MASK_ALL and set *this_case to NULL.
4689         * frame-unwind.h: Update comments.
4690
4691 2017-08-11  Yao Qi  <yao.qi@linaro.org>
4692
4693         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
4694         (dwarf2_frame_state_copy_regs): Remove.
4695         (dwarf2_frame_state_free_regs): Remove.
4696         (dwarf2_frame_state::~dwarf2_frame_state): Remove.
4697         (dwarf2_restore_rule): Call method .alloc_regs instead of
4698         dwarf2_frame_state_alloc_regs.
4699         (execute_cfa_program): Likewise.  Call dwarf2_frame_state_reg_info
4700         constructor.  Call std::move.
4701         (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
4702         (dwarf2_frame_cache): Likewise.
4703
4704         [GDB_SELF_TEST]: Include selftest.h and
4705         selftest-arch.h.
4706         [GDB_SELF_TEST] (execute_cfa_program_test): New function.
4707         (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
4708         execute_cfa_program_test.
4709
4710         * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
4711         copy ctor, assignment operator, move assignment.
4712         <alloc_regs>: New method.
4713         <swap>: New method.
4714         (struct dwarf2_frame_state): Delete dtor.
4715         (dwarf2_frame_state_alloc_regs): Remove declaration.
4716         * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
4717         dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
4718
4719 2017-08-11  Yao Qi  <yao.qi@linaro.org>
4720
4721         * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
4722         (dwarf2_frame_state::dwarf2_frame_state): New.
4723         (dwarf2_frame_state::~dwarf2_frame_state): New.
4724         (dwarf2_fetch_cfa_info): Update.
4725         (dwarf2_frame_cache): Remove old_chain.  Change 'fs' to an object
4726         rather than a pointer.  Update code.
4727         * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
4728         dtor.
4729         <data_align, code_align, retaddr_column>: Change them to const.
4730         <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
4731         to bool.
4732
4733 2017-08-11  Yao Qi  <yao.qi@linaro.org>
4734
4735         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
4736         <loc.exp>: New field.
4737         * dwarf2-frame.c (execute_cfa_program): Update.
4738         (dwarf2_frame_prev_register): Update.
4739
4740 2017-08-10  Pedro Alves  <palves@redhat.com>
4741
4742         * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
4743
4744 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
4745
4746         * fbsd-nat.c (struct fbsd_fork_info): Remove.
4747         (fbsd_pending_children): Use std::list.
4748         (fbsd_remember_child): Likewise.
4749         (fbsd_is_child_pending): Likewise.
4750         (fbsd_pending_vfork_done): Use std::forward_list.
4751         (fbsd_add_vfork_done): Likewise.
4752         (fbsd_is_vfork_done_pending): Likewise.
4753         (fbsd_next_vfork_done): Likewise.
4754
4755 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
4756
4757         * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
4758         (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
4759         [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
4760         for `mapfilename'.
4761         (fbsd_xfer_partial): Use gdb::byte_vector.
4762         (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
4763
4764 2017-08-09  John Baldwin  <jhb@FreeBSD.org>
4765
4766         * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
4767         "filestuff.h".
4768         (fbsd_find_memory_regions): Fix `mapfile' initialization.
4769
4770 2017-08-09  Tom Tromey  <tom@tromey.com>
4771
4772         * skip.c (skiplist_entry): New constructor.
4773         (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
4774         (skiplist_entry::file_is_glob): Now bool.
4775         (skiplist_entry::file, skiplist_entry::function): Now
4776         std::string.
4777         (make_skip_entry): Return a unique_ptr.  Use new.
4778         (free_skiplist_entry, free_skiplist_entry_cleanup)
4779         (make_free_skiplist_entry_cleanup): Remove.
4780         (skip_command, skip_disable_command, add_skiplist_entry)
4781         (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
4782         (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
4783         (function_name_is_marked_for_skip): Update.
4784         (skip_delete_command): Update.  Use delete.
4785
4786 2017-08-09  Jiong Wang  <jiong.wang@arm.com>
4787
4788         * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
4789         (aarch64_linux_core_read_description): New function.
4790         (aarch64_linux_init_abi): Register gdbarch_core_read_description.
4791
4792 2017-08-09  Pedro Alves  <palves@redhat.com>
4793
4794         * cp-name-parser.y (cp_comp_to_string): Return a
4795         gdb::unique_xmalloc_ptr<char>.
4796         * cp-support.c (replace_typedefs_qualified_name)
4797         (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
4798         (cp_canonicalize_string_full): Use op= instead of explicit
4799         convertion.
4800         (cp_class_name_from_physname, method_name_from_physname)
4801         (cp_func_name, cp_remove_params): Adjust to use
4802         gdb::unique_xmalloc_ptr<char>.
4803         * cp-support.h (cp_comp_to_string): Return a
4804         gdb::unique_xmalloc_ptr<char>.
4805         * python/py-type.c (typy_lookup_type): Adjust to use
4806         gdb::unique_xmalloc_ptr<char>.
4807
4808 2017-08-09  H.J. Lu  <hongjiu.lu@intel.com>
4809
4810         * dwarf2read.c (dwarf2_string_attr): Fix a typo.
4811
4812 2017-08-09  Alex Lindsay  <alexlindsay239@gmail.com>
4813             Yao Qi  <yao.qi@linaro.org>
4814
4815         * cp-support.c (cp_canonicalize_string_full): Use
4816         gdb::unique_xmalloc_ptr<char>.
4817         (cp_canonicalize_string): Likewise.
4818
4819 2017-08-09  Yao Qi  <yao.qi@linaro.org>
4820
4821         * features/Makefile (WHICH): Remove i386/ non-linux stuff.
4822         * regformats/i386/amd64-avx-avx512.dat: Remove.
4823         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
4824         * regformats/i386/amd64-avx-mpx.dat:Remove.
4825         * regformats/i386/amd64-avx.dat: Remove.
4826         * regformats/i386/amd64-mpx.dat: Remove.
4827         * regformats/i386/i386-avx-avx512.dat: Remove.
4828         * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
4829         * regformats/i386/i386-avx-mpx.dat: Remove.
4830         * regformats/i386/i386-mmx.dat: Remove.
4831         * regformats/i386/i386-mpx.dat: Remove.
4832
4833 2017-08-09  Yao Qi  <yao.qi@linaro.org>
4834
4835         * amd64-tdep.h (tdesc_x32): Remove the declaration.
4836         * amd64-tdep.c: Don't include features/i386/x32*.c.
4837         (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
4838         functions.
4839         * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
4840         and i386/x32-avx-avx512.
4841         (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
4842         and i386/x32.xml.
4843         * features/i386/x32-avx-avx512.c: Removed.
4844         * features/i386/x32-avx-avx512.xml: Removed.
4845         * features/i386/x32-avx.c: Removed.
4846         * features/i386/x32-avx.xml: Removed.
4847         * features/i386/x32.c: Removed.
4848         * features/i386/x32.xml: Removed.
4849         * regformats/i386/x32-avx-avx512.dat: Removed.
4850         * regformats/i386/x32-avx.dat: Removed.
4851         * regformats/i386/x32.dat: Removed.
4852
4853 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
4854
4855         PR breakpoints/21886
4856         * mem-break.c (default_memory_insert_breakpoint): Use
4857         `->placed_address' rather than `->reqstd_address' for the
4858         breakpoint location.
4859
4860 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
4861
4862         * arch-utils.c (default_print_insn): Remove arch/mach/endian
4863         assertions.
4864
4865 2017-08-07  Maciej W. Rozycki  <macro@imgtec.com>
4866
4867         * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
4868         a union of `tdep_info', `tdesc_data' and `id'.
4869         * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
4870         rather than `info.tdep_info'.
4871         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
4872         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4873         * i386-tdep.c (i386_gdbarch_init): Likewise.
4874         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
4875         * mips-tdep.c (mips_gdbarch_init): Likewise.
4876         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
4877         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4878         * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
4879         `info.tdep_info'.
4880         (ppc_linux_init_abi): Use `info.tdesc_data' rather than
4881         `info.tdep_info'.
4882         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
4883         * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
4884         `info.tdep_info'.
4885         * spu-tdep.c (spu_gdbarch_init): Likewise.
4886         * gdbarch.h: Regenerate.
4887
4888 2017-08-07  Leszek Swirski  <leszeks@google.com>
4889
4890         PR symtab/20899
4891         * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
4892
4893 2017-08-07  Simon Marchi  <simon.marchi@ericsson.com>
4894
4895         * remote-sim.c (gdbsim_load): Remove char **argv local variable.
4896         (gdbsim_open): Rename gdb_argv args object to argv.
4897
4898 2017-08-05  Tom Tromey  <tom@tromey.com>
4899
4900         * compile/compile-object-load.c (compile_object_load): Use
4901         gdb::unique_xmalloc_ptr.
4902         * cli/cli-dump.c (scan_filename): Rename from
4903         scan_filename_with_cleanup.  Change return type.
4904         (scan_expression): Rename from scan_expression_with_cleanup.
4905         Change return type.
4906         (dump_memory_to_file, dump_value_to_file, restore_command):
4907         Use gdb::unique_xmalloc_ptr.  Update.
4908         * cli/cli-cmds.c (find_and_open_script): Use
4909         gdb::unique_xmalloc_ptr.
4910         * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
4911         * symmisc.c (maintenance_print_symbols)
4912         (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
4913         * symfile.c (symfile_bfd_open, generic_load)
4914         (add_symbol_file_command, remove_symbol_file_command): Use
4915         gdb::unique_xmalloc_ptr.
4916         * source.c (openp): Use gdb::unique_xmalloc_ptr.
4917         * psymtab.c (maintenance_print_psymbols): Use
4918         gdb::unique_xmalloc_ptr.
4919         * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
4920         * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
4921         * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
4922         (reload_shared_libraries_1): Likewise.
4923
4924 2017-08-05  Tom Tromey  <tom@tromey.com>
4925
4926         * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
4927         (rust_op_vector, rust_set_vector): New typedefs.
4928         (current_parser): New global.
4929         (work_obstack): Change to pointer type.  Update all users.
4930         (rust_ast, pstate): Remove globals.
4931         (struct rust_parser): New.
4932         (%union) <params, field_inits>: Change type.
4933         (start, tuple_expr, unit_expr, struct_expr_list, literal)
4934         (field_expr, expr_list, maybe_expr_list, type_list): Update.
4935         (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
4936         (convert_params_to_types, convert_params_to_expression): Change
4937         type of "params".
4938         (ast_string): Change type of "fields".
4939         (rust_parse): Make a rust_parser.  Remove cleanups.
4940         (rust_lex_tests): Make and install an auto_obstack.
4941
4942 2017-08-04  Yao Qi  <yao.qi@linaro.org>
4943
4944         * configure.srv (ipa_x32_linux_regobj): New.
4945         * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
4946         instead of X86_TDESC_AVX512.
4947         (initialize_low_tracepoint): Call
4948         init_registers_x32_avx_avx512_linux.
4949
4950 2017-08-04  Yao Qi  <yao.qi@linaro.org>
4951
4952         * utils.h (gdb_argv): Add namespace std for nullptr_t.
4953
4954 2017-08-03  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4955
4956         * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
4957
4958 2017-08-03  Tom Tromey  <tom@tromey.com>
4959
4960         * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
4961         Remove.
4962         * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
4963
4964 2017-08-03  Tom Tromey  <tom@tromey.com>
4965
4966         * python/py-param.c (compute_enum_values): Use gdb_argv.
4967
4968 2017-08-03  Tom Tromey  <tom@tromey.com>
4969
4970         * utils.h (struct gdb_argv_deleter): New.
4971         (gdb_argv): New class.
4972         * utils.c (gdb_argv::reset): New method.
4973         * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
4974         * tracefile.c (tsave_command): Use gdb_argv.
4975         * top.c (new_ui_command): Use gdb_argv.
4976         * symmisc.c (maintenance_print_symbols)
4977         (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
4978         * symfile.c (symbol_file_command, generic_load)
4979         (remove_symbol_file_command): Use gdb_argv.
4980         * stack.c (backtrace_command): Use gdb_argv.
4981         * source.c (add_path, show_substitute_path_command)
4982         (unset_substitute_path_command, set_substitute_path_command):
4983         Use gdb_argv.
4984         * skip.c (skip_command): Use gdb_argv.  Use gdb_buildargv.
4985         * ser-mingw.c (pipe_windows_open): Use gdb_argv.
4986         * remote.c (extended_remote_run, remote_put_command)
4987         (remote_get_command, remote_delete_command): Use gdb_argv.
4988         * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
4989         (gdbsim_open): Use gdb_argv.
4990         * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
4991         * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
4992         * procfs.c (procfs_info_proc): Use gdb_argv.
4993         * interps.c (interpreter_exec_cmd): Use gdb_argv.
4994         * infrun.c (handle_command): Use gdb_argv.
4995         * inferior.c (add_inferior_command, clone_inferior_command):
4996         Use gdb_argv.
4997         * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
4998         * exec.c (exec_file_command): Use gdb_argv.
4999         * cli/cli-cmds.c (alias_command): Use gdb_argv.
5000         * compile/compile.c (build_argc_argv): Use gdb_argv.
5001
5002 2017-08-03  Tom Tromey  <tom@tromey.com>
5003
5004         * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
5005
5006 2017-08-03  Tom Tromey  <tom@tromey.com>
5007
5008         * python/python.c (compute_python_string): Return std::string.
5009         (gdbpy_eval_from_control_command): Update.
5010         (do_start_initialization): Use std::string.
5011         * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
5012         xstrprintf.
5013         * python/py-breakpoint.c (local_setattro): Use string_printf, not
5014         xstrprintf.
5015
5016 2017-08-03  Tom Tromey  <tom@tromey.com>
5017
5018         * top.h (do_restore_instream_cleanup): Remove.
5019         * top.c (do_restore_instream_cleanup): Remove.
5020         (read_command_file): Use scoped_restore.
5021         * cli/cli-script.c (execute_user_command): Use scoped_restore.
5022
5023 2017-08-03  Tom Tromey  <tom@tromey.com>
5024
5025         * cli/cli-script.c (execute_user_command)
5026         (execute_control_command): Use scoped_restore.
5027
5028 2017-08-03  Tom Tromey  <tom@tromey.com>
5029
5030         * cli/cli-script.c (do_restore_user_call_depth): Remove.
5031         (execute_user_command): Remove user_call_depth; use
5032         user_args_stack's size instead.
5033
5034 2017-08-03  Tom Tromey  <tom@tromey.com>
5035
5036         * top.h (in_user_command): Remove.
5037         * top.c (in_user_command): Remove.
5038         * cli/cli-script.c (do_restore_user_call_depth)
5039         (execute_user_command): Update.
5040
5041 2017-08-03  Tom Tromey  <tom@tromey.com>
5042
5043         * valops.c (search_struct_method): Use gdb::byte_vector.
5044         * valarith.c (value_concat): Use std::vector.
5045         * target.c (memory_xfer_partial): Use gdb::byte_vector.
5046         (simple_search_memory): Likewise.
5047         * printcmd.c (find_string_backward): Use gdb::byte_vector.
5048         * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
5049         * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
5050         * elfread.c (elf_rel_plt_read): Use std::string.
5051         * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
5052         * cli/cli-dump.c (restore_section_callback): Use
5053         gdb::byte_vector.
5054
5055 2017-08-03  Tom Tromey  <tom@tromey.com>
5056
5057         * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
5058
5059 2017-08-03  Tom Tromey  <tom@tromey.com>
5060
5061         * tui/tui-regs.c (tui_restore_gdbout): Remove.
5062         (tui_register_format): Use scoped_restore.
5063
5064 2017-08-03  Tom Tromey  <tom@tromey.com>
5065
5066         * reverse.c (exec_direction_default): Remove.
5067         (exec_reverse_once): Use scoped_restore.
5068         * remote.c (restore_remote_timeout): Remove.
5069         (remote_flash_erase, remote_flash_write, remote_flash_done)
5070         (readchar, remote_serial_write): Use scoped_restore.
5071         * cli/cli-script.c (struct source_cleanup_lines_args)
5072         (source_cleanup_lines): Remove.
5073         (script_from_file): Use scoped_restore.
5074         * cli/cli-cmds.c (source_verbose_cleanup): Remove.
5075         (source_command): Use scoped_restore.
5076
5077 2017-08-03  Tom Tromey  <tom@tromey.com>
5078
5079         * utils.h (make_cleanup_free_so): Remove.
5080         * utils.c (do_free_so, make_cleanup_free_so): Remove.
5081         * solist.h (struct so_deleter): New.
5082         (so_list_up): New typedef.
5083         * solib-svr4.c (svr4_read_so_list): Use so_list_up.
5084
5085 2017-08-03  Tom Tromey  <tom@tromey.com>
5086
5087         * utils.h (make_cleanup_restore_current_language): Remove.
5088         * utils.c (do_restore_current_language)
5089         (make_cleanup_restore_current_language): Remove.
5090         * parse.c (parse_exp_in_context_1)
5091         (parse_expression_with_language): Use
5092         scoped_restore_current_language.
5093         * mi/mi-main.c (mi_cmd_execute): Use
5094         scoped_restore_current_language.
5095         * language.h (scoped_restore_current_language): New class.
5096
5097 2017-08-03  Tom Tromey  <tom@tromey.com>
5098
5099         * compile/compile.c (cleanup_unlink_file): Remove.
5100         (compile_to_object): Use gdb::unlinker.
5101         (eval_compile_command): Likewise.
5102
5103 2017-08-03  Tom Tromey  <tom@tromey.com>
5104
5105         * utils.h (make_cleanup_fclose): Remove.
5106         * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
5107
5108 2017-08-03  Tom Tromey  <tom@tromey.com>
5109
5110         * top.c (open_terminal_stream): Return gdb_file_up.
5111         (new_ui_command): Update.
5112
5113 2017-08-03  Tom Tromey  <tom@tromey.com>
5114
5115         * source.c (print_source_lines_base, forward_search_command)
5116         (reverse_search_command): Use gdb_file_up.
5117
5118 2017-08-03  Tom Tromey  <tom@tromey.com>
5119
5120         * fbsd-nat.c (fbsd_find_memory_regions): Update.
5121
5122 2017-08-03  Tom Tromey  <tom@tromey.com>
5123
5124         * cli/cli-cmds.c (find_and_open_script): Change return type.
5125         Remove "streamp" and "full_path" parameters.
5126         (source_script_with_search): Update.
5127         * auto-load.c (source_script_file): Update.
5128         * cli/cli-cmds.h (find_and_open_script): Change type.
5129         (open_script): New struct.
5130
5131 2017-08-03  Tom Tromey  <tom@tromey.com>
5132
5133         * xml-support.c (xml_fetch_content_from_file): Update.
5134         * ui-file.c (stdio_file::open): Update.
5135         * tracefile-tfile.c (tfile_start): Update.
5136         * remote.c (remote_file_put, remote_file_get): Update.
5137         * nat/linux-procfs.c (linux_proc_get_int)
5138         (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
5139         * nat/linux-osdata.c (linux_common_core_of_thread): Update.
5140         (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
5141         (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5142         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
5143         * nat/linux-btrace.c (linux_determine_kernel_start): Update.
5144         * linux-nat.c (linux_proc_pending_signals): Update.
5145         * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
5146         (file_closer): Remove.
5147         * compile/compile.c (compile_to_object): Update.
5148         * common/filestuff.h (struct gdb_file_deleter): New.
5149         (gdb_file_up): New typedef.
5150         (gdb_fopen_cloexec): Change return type.
5151         * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
5152         * cli/cli-dump.c (fopen_with_cleanup): Remove.
5153         (dump_binary_file, restore_binary_file): Update.
5154         * auto-load.c (auto_load_objfile_script_1): Update.
5155
5156 2017-08-03  Tom Tromey  <tom@tromey.com>
5157
5158         * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
5159         (info_static_tracepoint_markers_command): Likewise.
5160         * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
5161         * skip.c (skip_info): Use ui_out_emit_table.
5162         * progspace.c (print_program_space): Use ui_out_emit_table.
5163         * osdata.c (info_osdata): Use ui_out_emit_table.
5164         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
5165         ui_out_emit_table.
5166         * linux-thread-db.c (info_auto_load_libthread_db): Use
5167         ui_out_emit_table.
5168         * inferior.c (print_inferior): Use ui_out_emit_table.
5169         * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
5170         * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
5171         * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
5172         * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
5173         * ui-out.h (class ui_out_emit_table): New.
5174
5175 2017-08-02  Maciej W. Rozycki  <macro@imgtec.com>
5176
5177         * mips-tdep.c (mips_fpu_type_str): New function.
5178         (mips_dump_tdep): Call it.
5179
5180 2017-08-01  Maciej W. Rozycki  <macro@imgtec.com>
5181
5182         * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
5183         `->mips_fpu_type'.
5184
5185 2017-07-31  Xavier Roirand  <roirand@adacore.com>
5186
5187         * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
5188
5189 2017-07-27  Xavier Roirand  <roirand@adacore.com>
5190
5191         * MAINTAINERS (Write After Approval): Add Xavier Roirand.
5192
5193 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5194
5195         * cli/cli-cmds.c (maintenancechecklist): New variable.
5196         * gdbcmd.h (maintenancechecklist): Declare it.
5197         * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
5198         Call i386_linux_read_description with different masks.
5199         * maint.c (maintenance_check_command): New function.
5200         (_initialize_maint_cmds): Call add_prefix_cmd.
5201         * target-descriptions.c (tdesc_reg): override operator != and ==.
5202         (tdesc_type): Likewise.
5203         (tdesc_feature): Likewise.
5204         (target_desc): Likewise.
5205         [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
5206         (maintenance_check_xml_descriptions): New function.
5207         (_initialize_target_descriptions) Add command "xml-descriptions".
5208         * target-descriptions.h (selftests::record_xml_tdesc): Declare.
5209
5210 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5211
5212         * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
5213         Include features/i386/32bit-*.c.
5214         (i386_linux_read_description): Generate target description if it
5215         doesn't exist.
5216         (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
5217         functions.
5218         * features/i386/32bit-linux.c: Re-generated.
5219         * features/i386/32bit-sse.c: Likewise.
5220         * target-descriptions.c (print_c_feature::visit): Print code to
5221         set register number if needed.
5222         (print_c_feature) <m_next_regnum>: New field.
5223
5224 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5225
5226         * features/Makefile (CFILES): Rename with TDESC_CFILES.
5227         (FEATURE_XMLFILES): New.
5228         (FEATURE_CFILES): New.
5229         New rules.
5230         (clean-cfiles): Remove generated c files.
5231         * features/i386/32bit-avx.c: Generated.
5232         * features/i386/32bit-avx512.c: Generated.
5233         * features/i386/32bit-core.c: Generated.
5234         * features/i386/32bit-linux.c: Generated.
5235         * features/i386/32bit-mpx.c: Generated.
5236         * features/i386/32bit-pkeys.c: Generated.
5237         * features/i386/32bit-sse.c: Generated.
5238         * target-descriptions.c: Include algorithm.
5239         (tdesc_element_visitor): Add method visit_end.
5240         (print_c_tdesc): Implement visit_end.
5241         (print_c_tdesc:: m_filename_after_features): Move it to
5242         protected.
5243         (print_c_feature): New class.
5244         (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
5245         name starts with "i386/32bit-".
5246
5247 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5248
5249         * target-descriptions.c (tdesc_element_visitor): New class.
5250         (tdesc_element): New class.
5251         (tdesc_reg): Inherit from tdesc_element.
5252         (tdesc_reg::accept): New function.
5253         (tdesc_type): Inherit from tdesc_element.
5254         (tdesc_type::accept): New function.
5255         (tdesc_feature): Inherit from tdesc_element.
5256         (tdesc_feature::accept): New function.
5257         (target_desc): Inherit from tdesc_element.
5258         (target_desc::target_desc): New.
5259         (target_desc::~target_desc): New.
5260         (target_desc::accept): New.
5261         (allocate_target_description): Use new.
5262         (free_target_description): Use delete.
5263         (print_c_tdesc): New class.
5264         (maint_print_c_tdesc_cmd): Adjust.
5265
5266         * features/aarch64.c: Re-generated.
5267         * features/arc-arcompact.c: Re-generated.
5268         * features/arc-v2.c: Re-generated.
5269         * features/arm/arm-with-iwmmxt.c: Re-generated.
5270         * features/arm/arm-with-m.c: Re-generated.
5271         * features/arm/arm-with-m-fpa-layout.c: Re-generated.
5272         * features/arm/arm-with-m-vfp-d16.c: Re-generated.
5273         * features/arm/arm-with-neon.c: Re-generated.
5274         * features/arm/arm-with-vfpv2.c: Re-generated.
5275         * features/arm/arm-with-vfpv3.c: Re-generated.
5276         * features/i386/amd64-avx-avx512.c: Re-generated.
5277         * features/i386/amd64-avx-avx512-linux.c: Re-generated.
5278         * features/i386/amd64-avx.c: Re-generated.
5279         * features/i386/amd64-avx-linux.c: Re-generated.
5280         * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
5281         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
5282         * features/i386/amd64-avx-mpx.c: Re-generated.
5283         * features/i386/amd64-avx-mpx-linux.c: Re-generated.
5284         * features/i386/amd64.c: Re-generated.
5285         * features/i386/amd64-linux.c: Re-generated.
5286         * features/i386/amd64-mpx.c: Re-generated.
5287         * features/i386/amd64-mpx-linux.c: Re-generated.
5288         * features/i386/i386-avx-avx512.c: Re-generated.
5289         * features/i386/i386-avx-avx512-linux.c: Re-generated.
5290         * features/i386/i386-avx.c: Re-generated.
5291         * features/i386/i386-avx-linux.c: Re-generated.
5292         * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
5293         * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
5294         * features/i386/i386-avx-mpx.c: Re-generated.
5295         * features/i386/i386-avx-mpx-linux.c: Re-generated.
5296         * features/i386/i386.c: Re-generated.
5297         * features/i386/i386-linux.c: Re-generated.
5298         * features/i386/i386-mmx.c: Re-generated.
5299         * features/i386/i386-mmx-linux.c: Re-generated.
5300         * features/i386/i386-mpx.c: Re-generated.
5301         * features/i386/i386-mpx-linux.c: Re-generated.
5302         * features/i386/x32-avx-avx512.c: Re-generated.
5303         * features/i386/x32-avx-avx512-linux.c: Re-generated.
5304         * features/i386/x32-avx.c: Re-generated.
5305         * features/i386/x32-avx-linux.c: Re-generated.
5306         * features/i386/x32.c: Re-generated.
5307         * features/i386/x32-linux.c: Re-generated.
5308         * features/microblaze.c: Re-generated.
5309         * features/microblaze-with-stack-protect.c: Re-generated.
5310         * features/mips64-dsp-linux.c: Re-generated.
5311         * features/mips64-linux.c: Re-generated.
5312         * features/mips-dsp-linux.c: Re-generated.
5313         * features/mips-linux.c: Re-generated.
5314         * features/nds32.c: Re-generated.
5315         * features/nios2.c: Re-generated.
5316         * features/nios2-linux.c: Re-generated.
5317         * features/rs6000/powerpc-32.c: Re-generated.
5318         * features/rs6000/powerpc-32l.c: Re-generated.
5319         * features/rs6000/powerpc-403.c: Re-generated.
5320         * features/rs6000/powerpc-403gc.c : Re-generated.
5321         * features/rs6000/powerpc-405.c: Re-generated.
5322         * features/rs6000/powerpc-505.c: Re-generated.
5323         * features/rs6000/powerpc-601.c: Re-generated.
5324         * features/rs6000/powerpc-602.c: Re-generated.
5325         * features/rs6000/powerpc-603.c: Re-generated.
5326         * features/rs6000/powerpc-604.c: Re-generated.
5327         * features/rs6000/powerpc-64.c: Re-generated.
5328         * features/rs6000/powerpc-64l.c: Re-generated.
5329         * features/rs6000/powerpc-7400.c: Re-generated.
5330         * features/rs6000/powerpc-750.c: Re-generated.
5331         * features/rs6000/powerpc-860.c: Re-generated.
5332         * features/rs6000/powerpc-altivec32.c: Re-generated.
5333         * features/rs6000/powerpc-altivec32l.c: Re-generated.
5334         * features/rs6000/powerpc-altivec64.c: Re-generated.
5335         * features/rs6000/powerpc-altivec64l.c: Re-generated.
5336         * features/rs6000/powerpc-cell32l.c: Re-generated.
5337         * features/rs6000/powerpc-cell64l.c: Re-generated.
5338         * features/rs6000/powerpc-e500.c: Re-generated.
5339         * features/rs6000/powerpc-e500l.c: Re-generated.
5340         * features/rs6000/powerpc-isa205-32l.c: Re-generated.
5341         * features/rs6000/powerpc-isa205-64l.c: Re-generated.
5342         * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
5343         * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
5344         * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
5345         * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
5346         * features/rs6000/powerpc-vsx32.c: Re-generated.
5347         * features/rs6000/powerpc-vsx32l.c: Re-generated.
5348         * features/rs6000/powerpc-vsx64.c: Re-generated.
5349         * features/rs6000/powerpc-vsx64l.c: Re-generated.
5350         * features/rs6000/rs6000.c: Re-generated.
5351         * features/s390-linux32.c: Re-generated.
5352         * features/s390-linux32v1.c: Re-generated.
5353         * features/s390-linux32v2.c: Re-generated.
5354         * features/s390-linux64.c: Re-generated.
5355         * features/s390-linux64v1.c: Re-generated.
5356         * features/s390-linux64v2.c: Re-generated.
5357         * features/s390-te-linux64.c: Re-generated.
5358         * features/s390-tevx-linux64.c: Re-generated.
5359         * features/s390-vx-linux64.c: Re-generated.
5360         * features/s390x-linux64.c: Re-generated.
5361         * features/s390x-linux64v1.c: Re-generated.
5362         * features/s390x-linux64v2.c: Re-generated.
5363         * features/s390x-te-linux64.c: Re-generated.
5364         * features/s390x-tevx-linux64.c: Re-generated.
5365         * features/s390x-vx-linux64.c: Re-generated.
5366         * features/sparc/sparc32-solaris.c: Re-generated.
5367         * features/sparc/sparc64-solaris.c: Re-generated.
5368         * features/tic6x-c62x.c: Re-generated.
5369         * features/tic6x-c62x-linux.c: Re-generated.
5370         * features/tic6x-c64x.c: Re-generated.
5371         * features/tic6x-c64x-linux.c: Re-generated.
5372         * features/tic6x-c64xp.c: Re-generated.
5373         * features/tic6x-c64xp-linux.c: Re-generated.
5374
5375 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5376
5377         * i386-linux-tdep.c (i386_linux_read_description): New function.
5378         (i386_linux_core_read_description): Call
5379         i386_linux_read_description.
5380         * i386-linux-tdep.h (i386_linux_read_description): Declare.
5381         (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
5382         (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
5383         (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
5384         (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
5385         * x86-linux-nat.c (x86_linux_read_description): Call
5386         i386_linux_read_description.
5387
5388 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5389
5390         * NEWS: Mention it.
5391         * features/Makefile (%.c: %.xml): Pass the xml file name to
5392         command "maint print c-tdesc".
5393         * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
5394         name from 'arg'.
5395
5396 2017-07-26  Yao Qi  <yao.qi@linaro.org>
5397
5398         * target-descriptions.c (target_desc): Add ctor and dtor.  Do
5399         in-class initialization.
5400         (tdesc_create_feature): Call new instead of XCNEW.
5401         (free_target_description): Ue delete.
5402
5403 2017-07-25  John Baldwin  <jhb@FreeBSD.org>
5404
5405         * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
5406
5407 2017-07-25  Yao Qi  <yao.qi@linaro.org>
5408
5409         * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
5410         constant.
5411         (amd64_x32_init_abi): Likewise.
5412         * amd64-tdep.h (amd64_init_abi): Update declaration.
5413         (amd64_x32_init_abi): Likewise.
5414
5415 2017-07-25  Yao Qi  <yao.qi@linaro.org>
5416
5417         PR tdep/21717
5418         * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
5419         condition for FPSCR.
5420         (arm_linux_store_inferior_registers): Likewise.
5421
5422 2017-07-22  Tom Tromey  <tom@tromey.com>
5423
5424         * break-catch-syscall.c (struct catch_syscall_inferior_data)
5425         <syscalls_counts>: Now a std::vector.
5426         (get_catch_syscall_inferior_data): Use "new".
5427         (catch_syscall_inferior_data_cleanup): Use "delete".
5428         (insert_catch_syscall, remove_catch_syscall)
5429         (clear_syscall_counts): Update.
5430
5431 2017-07-22  Tom Tromey  <tom@tromey.com>
5432
5433         * break-catch-syscall.c (syscall_catchpoint)
5434         <syscalls_to_be_caught>: Now a std::vector<int>
5435         (~syscall_catchpoint): Remove.
5436         (insert_catch_syscall, remove_catch_syscall)
5437         (breakpoint_hit_catch_syscall, print_one_catch_syscall)
5438         (print_mention_catch_syscall, print_recreate_catch_syscall):
5439         Update.
5440         (create_syscall_event_catchpoint): Change type of "filter"
5441         parameter.
5442         (catch_syscall_split_args): Return a std::vector.
5443         (catch_syscall_command_1, catching_syscall_number_1): Update.
5444
5445 2017-07-22  Tom Tromey  <tom@tromey.com>
5446
5447         * break-catch-throw.c (struct exception_catchpoint)
5448         <exception_rx>: Now a std::string.
5449         (~exception_catchpoint): Remove.
5450         (print_one_detail_exception_catchpoint): Update.
5451         (handle_gnu_v3_exceptions): Change type of except_rx.
5452         (extract_exception_regexp): Return a std::string.
5453         (catch_exception_command_1): Update.
5454
5455 2017-07-22  Tom Tromey  <tom@tromey.com>
5456
5457         * break-catch-sig.c (gdb_signal_type): Remove typedef.
5458         (struct signal_catchpoint) <signals_to_be_caught>: Now a
5459         std::vector.
5460         <catch_all>: Now a bool.
5461         (~signal_catchpoint): Remove.
5462         (signal_catchpoint_insert_location)
5463         (signal_catchpoint_remove_location)
5464         (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
5465         (signal_catchpoint_print_mention)
5466         (signal_catchpoint_print_recreate)
5467         (signal_catchpoint_explains_signal): Update.
5468         (create_signal_catchpoint): Change type of "filter" and
5469         "catch_all".
5470         (catch_signal_split_args): Return a std::vector.  Change type of
5471         "catch_all".
5472         (catch_signal_command): Update.
5473
5474 2017-07-20  Pedro Alves  <palves@redhat.com>
5475
5476         * ada-lang.c (ada_language_defn): Make extern.
5477         (_initialize_ada_language): Remove add_language call.
5478         * c-lang.c (c_language_defn, cplus_language_defn)
5479         (asm_language_defn, minimal_language_defn): Make extern.
5480         (_initialize_c_language): Delete.
5481         * completer.c (compare_cstrings): Delete, moved to utils.h.
5482         * d-lang.c (d_language_defn): Make extern.
5483         (_initialize_d_language): Remove add_language calls.
5484         * defs.h (enum language): Add comment.
5485         * f-lang.c (f_language_defn): Make extern.
5486         (_initialize_f_language): Remove add_language call.
5487         * go-lang.c (go_language_defn): Make extern.
5488         (_initialize_go_language): Remove add_language call.
5489         * language.c: Include <algorithm>.
5490         (languages): Redefine as const array.
5491         (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
5492         (set_language_command): Handle "local".  Use for-range loop.
5493         (set_language): Remove loop.
5494         (language_enum): Rewrite.
5495         (language_def, language_str): Remove loops.
5496         (add_language): Delete.
5497         (add_set_language_command): New, based on add_languages.
5498         (skip_language_trampoline): Adjust.
5499         (local_language_defn): Delete.
5500         (language_gdbarch_post_init): Adjust.
5501         (_initialize_language): Remove add_language calls.  Call
5502         add_set_language_command.
5503         * language.h (add_language): Delete.
5504         (auto_language_defn)
5505         (unknown_language_defn, minimal_language_defn, ada_language_defn)
5506         (asm_language_defn, c_language_defn, cplus_language_defn)
5507         (d_language_defn, f_language_defn, go_language_defn)
5508         (m2_language_defn, objc_language_defn, opencl_language_defn)
5509         (pascal_language_defn, rust_language_defn): Declare.
5510         * m2-lang.c (m2_language_defn): Make extern.
5511         (_initialize_m2_language): Remove add_language call.
5512         * objc-lang.c (objc_language_defn): Make extern.
5513         (_initialize_objc_language): Remove add_language call.
5514         * opencl-lang.c (opencl_language_defn): Make extern.
5515         (_initialize_opencl_language): Remove add_language call.
5516         * p-lang.c (pascal_language_defn): Make extern.
5517         (_initialize_pascal_language): Delete.
5518         * rust-lang.c (rust_language_defn): Make extern.
5519         (_initialize_rust_language): Delete.
5520         * utils.h (compare_cstrings): New static inline function.
5521
5522 2017-07-20  Pedro Alves  <palves@redhat.com>
5523
5524         * ada-lang.c (ada_to_fixed_type_1): Adjust.
5525         (get_var_value): Constify parameters.
5526         (get_int_var_value): Change prototype.
5527         (to_fixed_range_type): Adjust.
5528         * ada-lang.h (get_int_var_value): Change prototype.
5529
5530 2017-07-20  Pedro Alves  <palves@redhat.com>
5531
5532         * dwarf2read.c (dw2_lookup_symbol): Use
5533         SYMBOL_MATCHES_SEARCH_NAME.
5534         * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
5535
5536 2017-07-20  Pedro Alves  <palves@redhat.com>
5537
5538         * block.c (block_iter_name_step, block_iter_name_first)
5539         (block_iter_name_next): Delete.
5540         (block_lookup_symbol_primary): Adjust to use
5541         dict_iter_match_first/dict_iter_match_next.
5542         * block.h (block_iter_name_first, block_iter_name_next): Delete
5543         declarations.
5544         (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
5545         dict_iter_match_first/dict_iter_match_next.
5546
5547 2017-07-20  Pedro Alves  <palves@redhat.com>
5548
5549         * cp-support.c (cp_find_first_component_aux): Add missing case for
5550         end of string.
5551
5552 2017-07-18  David Blaikie  <dblaikie@gmail.com>
5553
5554         * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
5555         of dwo_cu's dwo_file.
5556
5557 2017-07-18  Yao Qi  <yao.qi@linaro.org>
5558
5559         * remote.c (store_registers_using_G): Remove one line comment.
5560
5561 2017-07-18  Yao Qi  <yao.qi@linaro.org>
5562
5563         * regcache.c (regcache_cpy): Simplify it.
5564         (regcache::cpy_no_passthrough): Remove it.
5565         * regcache.h (cpy_no_passthrough): Remove it.
5566         (regcache_dup, regcache_cpy): Update comments.
5567
5568 2017-07-18  Pedro Alves  <palves@redhat.com>
5569
5570         * remote-sim.c (sim_command_completer): Adjust to work with a
5571         completion_tracker instead of a VEC.
5572
5573 2017-07-17  Pedro Alves  <palves@redhat.com>
5574
5575         * completer.c (complete_source_filenames): New function.
5576         (complete_address_and_linespec_locations): New function.
5577         (location_completer): Use complete_address_and_linespec_locations.
5578         (completion_tracker::build_completion_result): Honor the tracker's
5579         request to suppress append.
5580         * completer.h (completion_tracker::suppress_append_ws)
5581         (completion_tracker::set_suppress_append_ws): New methods.
5582         (completion_tracker::m_suppress_append_ws): New field.
5583         (complete_source_filenames): New declaration.
5584         * linespec.c (linespec_complete_what): New.
5585         (struct ls_parser) <complete_what, completion_word,
5586         completion_quote_char, completion_quote_end, completion_tracker>:
5587         New fields.
5588         (string_find_incomplete_keyword_at_end): New.
5589         (linespec_lexer_lex_string): Record quote char.  If in completion
5590         mode, don't throw.
5591         (linespec_lexer_consume_token): Advance the completion word point.
5592         (linespec_lexer_peek_token): Save/restore completion info.
5593         (save_stream_and_consume_token): New.
5594         (set_completion_after_number): New.
5595         (linespec_parse_basic): Set what to complete next depending on
5596         token.  Handle function and label completions specially.
5597         (parse_linespec): Disable objc shortcut in completion mode.  Set
5598         what to complete next depending on token type.  Skip keyword if in
5599         completion mode.
5600         (complete_linespec_component, linespec_complete): New.
5601         * linespec.h (linespec_complete): Declare.
5602
5603 2017-07-17  Pedro Alves  <palves@redhat.com>
5604
5605         * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
5606         Handle 'operator<' / 'operator<<'.
5607
5608 2017-07-17  Pedro Alves  <palves@redhat.com>
5609
5610         * completer.c (collect_explicit_location_matches): Handle
5611         MATCH_LABEL.
5612         (convert_explicit_location_to_linespec): New, factored out from
5613         ...
5614         (convert_explicit_location_to_sals): ... this.
5615         (complete_label): New.
5616         (linespec_complete_label, find_label_symbols_in_block): New.
5617         (find_label_symbols): Add completion_mode parameter and adjust to
5618         call find_label_symbols_in_block.
5619         * linespec.h (linespec_complete_label): Declare.
5620
5621 2017-07-17  Pedro Alves  <palves@redhat.com>
5622
5623         * ada-lang.c (ada_collect_symbol_completion_matches): Add
5624         complete_symbol_mode parameter.
5625         * cli/cli-cmds.c (complete_command): Get the completion result out
5626         of the handle_brkchars tracker if used a custom word point.
5627         * completer.c: Include "linespec.h".
5628         (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
5629         (advance_to_expression_complete_word_point): New.
5630         (completion_tracker::completes_to_completion_word): New.
5631         (complete_files_symbols): Pass down
5632         complete_symbol_mode::EXPRESSION.
5633         (explicit_options, probe_options): New.
5634         (collect_explicit_location_matches): Complete on the
5635         explictit_loc->foo instead of word.  Use
5636         linespec_complete_function.  Handle MATCH_LINE.  Handle offering
5637         keyword and options completions.
5638         (backup_text_ptr): Delete.
5639         (skip_keyword): New.
5640         (complete_explicit_location): Remove 'word' parameter.  Add
5641         language, quoted_arg_start and quoted_arg_end parameters.
5642         Rewrite, parsing left to right.
5643         (location_completer): Rewrite.
5644         (location_completer_handle_brkchars): New function.
5645         (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
5646         (enum complete_line_internal_reason): Adjust comments.
5647         (completion_tracker::discard_completions): New.
5648         (completer_handle_brkchars_func_for_completer): Handle
5649         location_completer.
5650         (gdb_custom_word_point_brkchars)
5651         (gdb_org_rl_basic_quote_characters): New.
5652         (gdb_completion_word_break_characters_throw)
5653         (completion_find_completion_word): Handle trackers that use a
5654         custom word point.
5655         (completion_tracker::advance_custom_word_point_by): New.
5656         (completion_tracker::build_completion_result): Don't rely on
5657         readline appending the quote char.
5658         (gdb_rl_attempted_completion_function_throw): Handle trackers that
5659         use a custom word point.
5660         (gdb_rl_attempted_completion_function): Restore
5661         rl_basic_quote_characters.
5662         * completer.h (class completion_tracker): Extend intro comment.
5663         (completion_tracker::set_quote_char)
5664         (completion_tracker::quote_char)
5665         (completion_tracker::set_use_custom_word_point)
5666         (completion_tracker::use_custom_word_point)
5667         (completion_tracker::custom_word_point)
5668         (completion_tracker::set_custom_word_point)
5669         (completion_tracker::advance_custom_word_point_by)
5670         (completion_tracker::completes_to_completion_word)
5671         (completion_tracker::discard_completions): New methods.
5672         (completion_tracker::m_quote_char)
5673         (completion_tracker::m_use_custom_word_point)
5674         (completion_tracker::m_custom_word_point): New fields.
5675         (advance_to_expression_complete_word_point): Declare.
5676         * f-lang.c (f_collect_symbol_completion_matches): Add
5677         complete_symbol_mode parameter.
5678         * language.h (struct language_defn)
5679         <la_collect_symbol_completion_matches>: Add complete_symbol_mode
5680         parameter.
5681         * linespec.c (linespec_keywords): Add NULL terminator.  Make extern.
5682         (linespec_complete_function): New function.
5683         (linespec_lexer_lex_keyword): Adjust.
5684         * linespec.h (linespec_keywords, linespec_complete_function): New
5685         declarations.
5686         * location.c (find_end_quote): New function.
5687         (explicit_location_lex_one): Add explicit_completion_info
5688         parameter.  Save quoting info.  Don't throw if being called for
5689         completion.  Don't handle Ada operators here.
5690         (is_cp_operator, skip_op_false_positives, first_of)
5691         (explicit_location_lex_one_function): New function.
5692         (string_to_explicit_location): Replace 'dont_throw' parameter with
5693         an explicit_completion_info pointer parameter.  Handle it.  Don't
5694         use explicit_location_lex_one to lex function names.  Use
5695         explicit_location_lex_one_function instead.
5696         * location.h (struct explicit_completion_info): New.
5697         (string_to_explicit_location): Replace 'dont_throw' parameter with
5698         an explicit_completion_info pointer parameter.
5699         * symtab.c (default_collect_symbol_completion_matches_break_on):
5700         Add complete_symbol_mode parameter.  Handle LINESPEC mode.
5701         (default_collect_symbol_completion_matches)
5702         (collect_symbol_completion_matches): Add complete_symbol_mode
5703         parameter.
5704         (collect_symbol_completion_matches_type): Pass down
5705         complete_symbol_mode::EXPRESSION.
5706         (collect_file_symbol_completion_matches): Add complete_symbol_mode
5707         parameter.  Handle LINESPEC mode.
5708         * symtab.h (complete_symbol_mode): New.
5709         (default_collect_symbol_completion_matches_break_on)
5710         (default_collect_symbol_completion_matches)
5711         (collect_symbol_completion_matches)
5712         (collect_file_symbol_completion_matches): Add complete_symbol_mode
5713         parameter.
5714
5715 2017-07-17  Pedro Alves  <palves@redhat.com>
5716
5717         * utils.c (enum class strncmp_iw_mode): New.
5718         (strcmp_iw): Rename to ...
5719         (strncmp_iw_with_mode): ... this.  Add string2_len and mode
5720         parameters.  Handle them.
5721         (strncmp_iw): New.
5722         (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
5723         * utils.h (strncmp_iw): Declare.
5724         (strcmp_iw): Move describing comments here.
5725
5726 2017-07-17  Pedro Alves  <palves@redhat.com>
5727
5728         * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
5729         CP_OPERATOR_STR.
5730         * c-typeprint.c (is_type_conversion_operator): Use
5731         CP_OPERATOR_STR.
5732         * cp-support.c (LENGTH_OF_OPERATOR): Delete.
5733         (cp_find_first_component_aux): Use CP_OPERATOR_STR and
5734         CP_OPERATOR_LEN.
5735         * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
5736         * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
5737         * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
5738         * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
5739         CP_OPERATOR_STR.
5740         * location.c: Include "cp-support.h".
5741         (explicit_location_lex_one): Use CP_OPERATOR_LEN and
5742         CP_OPERATOR_STR.
5743         * symtab.c (operator_chars): Use CP_OPERATOR_STR and
5744         CP_OPERATOR_LEN.
5745
5746 2017-07-17  Pedro Alves  <palves@redhat.com>
5747
5748         * cli/cli-cmds.c (complete_command): Use a completion tracker
5749         along with completion_find_completion_word for handle_brkchars
5750         phase.
5751         * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
5752         (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
5753         (struct gdb_rl_completion_word_info): New.
5754         (gdb_rl_find_completion_word): New.
5755         (completion_find_completion_word): New.
5756         * completer.h (completion_find_completion_word): Declare.
5757
5758 2017-07-17  Pedro Alves  <palves@redhat.com>
5759
5760         * ada-lang.c (symbol_completion_match): Adjust comments.
5761         (symbol_completion_add): Replace vector parameter with
5762         completion_tracker parameter.  Use it.
5763         (ada_make_symbol_completion_list): Rename to...
5764         (ada_collect_symbol_completion_matches): ... this.  Add
5765         completion_tracker parameter and use it.
5766         (ada_language_defn): Adjust.
5767         * break-catch-syscall.c (catch_syscall_completer): Adjust
5768         prototype and work with completion_tracker instead of VEC.
5769         * breakpoint.c (condition_completer): Adjust prototype and work
5770         with completion_tracker instead of VEC.
5771         * c-lang.c (c_language_defn, cplus_language_defn)
5772         (asm_language_defn, minimal_language_defn): Adjust to renames.
5773         * cli/cli-cmds.c (complete_command): Rework using
5774         completion_tracker.  Catch exceptions when completing.
5775         * cli/cli-decode.c (integer_unlimited_completer)
5776         (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
5777         with completion_tracker instead of VEC.
5778         * command.h (struct completion_tracker): Forward declare.
5779         (completer_ftype, completer_handle_brkchars_ftype): Change
5780         types.
5781         (complete_on_cmdlist, complete_on_enum): Adjust.
5782         * completer.c: Include <algorithm>.
5783         (struct gdb_completer_state): New.
5784         (current_completion): New global.
5785         (readline_line_completion_function): Delete.
5786         (noop_completer, filename_completer)
5787         (filename_completer_handle_brkchars, complete_files_symbols)
5788         (linespec_location_completer): Adjust to work with a
5789         completion_tracker instead of a VEC.
5790         (string_or_empty): New.
5791         (collect_explicit_location_matches): Adjust to work with a
5792         completion_tracker instead of a VEC.
5793         (explicit_location_completer): Rename to ...
5794         (complete_explicit_location): ... this and adjust to work with a
5795         completion_tracker instead of a VEC.
5796         (location_completer): Adjust to work with a completion_tracker
5797         instead of a VEC.
5798         (add_struct_fields): Adjust to work with a completion_list instead
5799         of VEC.
5800         (expression_completer): Rename to ...
5801         (complete_expression): ... this and adjust to work with a
5802         completion_tracker instead of a VEC.  Use complete_files_symbols.
5803         (expression_completer): Reimplement on top of complete_expression.
5804         (symbol_completer): Adjust to work with a completion_tracker
5805         instead of a VEC.
5806         (enum complete_line_internal_reason): Add describing comments.
5807         (complete_line_internal_normal_command): Adjust to work with a
5808         completion_tracker instead of a VEC.
5809         (complete_line_internal): Rename to ...
5810         (complete_line_internal_1): ... this and adjust to work with a
5811         completion_tracker instead of a VEC.  Assert TEXT is NULL in the
5812         handle_brkchars phase.
5813         (new_completion_tracker): Delete.
5814         (complete_line_internal): Reimplement as TRY/CATCH wrapper around
5815         complete_line_internal_1.
5816         (free_completion_tracker): Delete.
5817         (INITIAL_COMPLETION_HTAB_SIZE): New.
5818         (completion_tracker::completion_tracker)
5819         (completion_tracker::~completion_tracker): New.
5820         (maybe_add_completion): Delete.
5821         (completion_tracker::maybe_add_completion)
5822         (completion_tracker::add_completion)
5823         (completion_tracker::add_completions): New.
5824         (throw_max_completions_reached_error): Delete.
5825         (complete_line): Adjust to work with a completion_tracker instead
5826         of a VEC.  Don't create a completion_tracker_t or check for max
5827         completions here.
5828         (command_completer, command_completer_handle_brkchars)
5829         (signal_completer, reg_or_group_completer_1)
5830         (reg_or_group_completer, default_completer_handle_brkchars):
5831         Adjust to work with a completion_tracker.
5832         (gdb_completion_word_break_characters_throw): New.
5833         (gdb_completion_word_break_characters): Reimplement.
5834         (line_completion_function): Delete.
5835         (completion_tracker::recompute_lowest_common_denominator)
5836         (expand_preserving_ws)
5837         (completion_tracker::build_completion_result)
5838         (completion_result::completion_result)
5839         (completion_result::completion_result)
5840         (completion_result::~completion_result)
5841         (completion_result::completion_result)
5842         (completion_result::release_match_list, compare_cstrings)
5843         (completion_result::sort_match_list)
5844         (completion_result::reset_match_list)
5845         (gdb_rl_attempted_completion_function_throw)
5846         (gdb_rl_attempted_completion_function): New.
5847         * completer.h (completion_list, struct completion_result)
5848         (class completion_tracker): New.
5849         (complete_line): Add completion_tracker parameter.
5850         (readline_line_completion_function): Delete.
5851         (gdb_rl_attempted_completion_function): New.
5852         (noop_completer, filename_completer, expression_completer)
5853         (location_completer, symbol_completer, command_completer)
5854         (signal_completer, reg_or_group_completer): Update prototypes.
5855         (completion_tracker_t, new_completion_tracker)
5856         (make_cleanup_free_completion_tracker): Delete.
5857         (enum maybe_add_completion_enum): Delete.
5858         (maybe_add_completion): Delete.
5859         (throw_max_completions_reached_error): Delete.
5860         * corefile.c (complete_set_gnutarget): Adjust to work with a
5861         completion_tracker instead of a VEC.
5862         * cp-abi.c (cp_abi_completer): Adjust to work with a
5863         completion_tracker instead of a VEC.
5864         * d-lang.c (d_language_defn): Adjust.
5865         * disasm.c (disassembler_options_completer): Adjust to work with a
5866         completion_tracker instead of a VEC.
5867         * f-lang.c (f_make_symbol_completion_list): Rename to ...
5868         (f_collect_symbol_completion_matches): ... this.  Adjust to work
5869         with a completion_tracker instead of a VEC.
5870         (f_language_defn): Adjust.
5871         * go-lang.c (go_language_defn): Adjust.
5872         * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
5873         Adjust to work with a completion_tracker instead of a VEC.
5874         * infrun.c (handle_completer): Likewise.
5875         * interps.c (interpreter_completer): Likewise.
5876         * interps.h (interpreter_completer): Likewise.
5877         * language.c (unknown_language_defn, auto_language_defn)
5878         (local_language_defn): Adjust.
5879         * language.h (language_defn::la_make_symbol_completion_list):
5880         Rename to ...
5881         (language_defn::la_collect_symbol_completion_matches): ... this
5882         and adjust to work with a completion_tracker instead of a VEC.
5883         * m2-lang.c (m2_language_defn): Adjust.
5884         * objc-lang.c (objc_language_defn): Adjust.
5885         * opencl-lang.c (opencl_language_defn): Adjust.
5886         * p-lang.c (pascal_language_defn): Adjust.
5887         * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
5888         (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
5889         with a completion_tracker.
5890         * rust-lang.c (rust_language_defn): Adjust.
5891         * symtab.c (free_completion_list, do_free_completion_list)
5892         (return_val, completion_tracker): Delete.
5893         (completion_list_add_name, completion_list_add_symbol)
5894         (completion_list_add_msymbol, completion_list_objc_symbol)
5895         (completion_list_add_fields, add_symtab_completions): Add
5896         completion_tracker parameter and use it.
5897         (default_make_symbol_completion_list_break_on_1): Rename to...
5898         (default_collect_symbol_completion_matches_break_on): ... this.
5899         Add completion_tracker parameter and use it instead of allocating
5900         a completion tracker here.
5901         (default_make_symbol_completion_list_break_on): Delete old
5902         implementation.
5903         (default_make_symbol_completion_list): Delete.
5904         (default_collect_symbol_completion_matches): New.
5905         (make_symbol_completion_list): Delete.
5906         (collect_symbol_completion_matches): New.
5907         (make_symbol_completion_type): Rename to ...
5908         (collect_symbol_completion_matches_type): ... this.  Add
5909         completion_tracker parameter and use it instead of VEC.
5910         (make_file_symbol_completion_list_1): Rename to...
5911         (collect_file_symbol_completion_matches): ... this.  Add
5912         completion_tracker parameter and use it instead of VEC.
5913         (make_file_symbol_completion_list): Delete.
5914         (add_filename_to_list): Use completion_list instead of a VEC.
5915         (add_partial_filename_data::list): Now a completion_list.
5916         (make_source_files_completion_list): Work with a completion_list
5917         instead of a VEC.
5918         * symtab.h: Include "completer.h".
5919         (default_make_symbol_completion_list_break_on)
5920         (default_make_symbol_completion_list, make_symbol_completion_list)
5921         (make_symbol_completion_type, make_file_symbol_completion_list)
5922         (make_source_files_completion_list): Delete.
5923         (default_collect_symbol_completion_matches_break_on)
5924         (default_collect_symbol_completion_matches)
5925         (collect_symbol_completion_matches)
5926         (collect_symbol_completion_matches_type)
5927         (collect_file_symbol_completion_matches)
5928         (make_source_files_completion_list): New.
5929         * top.c (init_main): Don't install a rl_completion_entry_function
5930         hook.  Install a rl_attempted_completion_function hook instead.
5931         * tui/tui-layout.c (layout_completer): Adjust to work with a
5932         completion_tracker.
5933         * tui/tui-regs.c (tui_reggroup_completer):
5934         * tui/tui-win.c (window_name_completer, focus_completer)
5935         (winheight_completer): Adjust to work with a completion_tracker.
5936         * value.c: Include "completer.h".
5937         (complete_internalvar): Adjust to work with a completion_tracker.
5938         * value.h (complete_internalvar): Likewise.
5939
5940 2017-07-17  Pedro Alves  <palves@redhat.com>
5941
5942         * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
5943         renames.
5944         * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
5945         comments to completer_ftype's declaration.
5946         <completer_handle_brkchars>: Change type to
5947         completer_handle_brkchars_ftype.
5948         * command.h (completer_ftype): Add describing comment and give
5949         names to parameters.
5950         (completer_ftype_void): Rename to ...
5951         (completer_handle_brkchars_ftype) ... this.  Add describing comment.
5952         (set_cmd_completer_handle_brkchars): Adjust.
5953         * completer.c (filename_completer_handle_brkchars): New function.
5954         (complete_line_internal_normal_command): New function, factored
5955         out from ...
5956         (complete_line_internal): ... here.
5957         (command_completer_handle_brkchars)
5958         (default_completer_handle_brkchars)
5959         (completer_handle_brkchars_func_for_completer): New functions.
5960         * completer.h (set_gdb_completion_word_break_characters): Delete
5961         declaration.
5962         (completer_handle_brkchars_func_for_completer): New declaration.
5963         * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
5964         completer_handle_brkchars_func_for_completer.
5965
5966 2017-07-17  Pedro Alves  <palves@redhat.com>
5967
5968         * completer.c (symbol_completer): New function, based on
5969         make_symbol_completion_list_fn.
5970         * completer.h (symbol_completer): New declaration.
5971         * guile/scm-cmd.c (cmdscm_completers): Adjust.
5972         * python/py-cmd.c (completers): Adjust.
5973         * symtab.c (make_symbol_completion_list_fn): Delete.
5974         * symtab.h (make_symbol_completion_list_fn): Delete.
5975         * cli/cli-decode.c (add_cmd): Adjust.
5976
5977 2017-07-17  Pedro Alves  <palves@redhat.com>
5978
5979         * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
5980         * dwarf2read.c: Include "filename-seen-cache.h".
5981         * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
5982         (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
5983         * filename-seen-cache.c: New file.
5984         * filename-seen-cache.h: New file.
5985         * symtab.c: Include "filename-seen-cache.h".
5986         (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
5987         (create_filename_seen_cache, clear_filename_seen_cache)
5988         (delete_filename_seen_cache, filename_seen): Delete, parts moved
5989         to filename-seen-cache.h/filename-seen-cache.c.
5990         (output_source_filename, sources_info)
5991         (maybe_add_partial_symtab_filename)
5992         (make_source_files_completion_list): Adjust to use
5993         filename_seen_cache.
5994
5995 2017-07-17  Pedro Alves  <palves@redhat.com>
5996
5997         * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
5998         fields.
5999         (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
6000         dwarf2_debug_sections*)): New.
6001         (dwarf2_per_objfile::dwarf2_per_objfile(const
6002         dwarf2_per_objfile&)): Declare as deleted.
6003         (dwarf2_per_objfile::operator=): Declare as deleted.
6004         (dwarf2_per_objfile::dwarf2_per_objfile)
6005         (dwarf2_per_objfile::~dwarf2_per_objfile)
6006         (dwarf2_per_objfile::free_cached_comp_units): New.
6007         (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
6008         ctor.  Call dwarf2_per_objfile's ctor manually.
6009         (dwarf2_locate_sections): Deleted/refactored as ...
6010         (dwarf2_per_objfile::locate_sections): ... this new method.
6011         (free_cached_comp_units): Defer to
6012         dwarf2_per_objfile::free_cached_comp_units.
6013         (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
6014
6015 2017-07-14  Tom Tromey  <tom@tromey.com>
6016
6017         PR rust/21764:
6018         * rust-exp.y (convert_ast_to_expression): Add "want_type"
6019         parameter.
6020         <UNOP_SIZEOF>: Split into separate case.
6021         <UNOP_VAR_VALUE>: Handle want_type.  Add error case.
6022
6023 2017-07-14  Tom Tromey  <tom@tromey.com>
6024
6025         PR rust/21763:
6026         * symtab.c (symbol_matches_domain): Add language_rust to special
6027         case.
6028         * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
6029         treat LOC_TYPEDEF symbols as variables.
6030
6031 2017-07-14  Pedro Alves  <palves@redhat.com>
6032
6033         * symtab.c (make_file_symbol_completion_list_1): Iterate over
6034         symtabs matching all symtabs with SRCFILE as file name instead of
6035         only considering the first hit, with lookup_symtab.
6036
6037 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6038
6039         * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
6040         operator_name parameters.
6041         (gen_expr): Update function call.
6042
6043 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6044
6045         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
6046         parameter.
6047         * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
6048         Likewise.
6049         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
6050         parameter, use agent_expr::gdbarch instead, update function
6051         calls.
6052         (locexpr_tracepoint_var_ref): Likewise.
6053         (loclist_tracepoint_var_ref): Likewise.
6054         * ax-gdb.c (gen_trace_static_fields): Likewise.
6055         (gen_traced_pop): Likewise.
6056         (gen_frame_args_address): Likewise.
6057         (gen_frame_locals_address): Likewise.
6058         (gen_var_ref): Likewise.
6059         (gen_struct_ref_recursive): Likewise.
6060         (gen_static_field): Likewise.
6061         (gen_maybe_namespace_elt): Likewise.
6062         (gen_expr): Likewise.
6063         (gen_trace_for_var): Likewise.
6064         (gen_trace_for_expr): Likewise.
6065         (gen_trace_for_return_address): Likewise.
6066
6067 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6068
6069         * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
6070         parameter.
6071         (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
6072
6073 2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6074
6075         * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
6076         from ax, update calls.
6077         (gen_usual_arithmetic): Likewise.
6078         (gen_integral_promotions): Likewise.
6079         (gen_bitfield_ref): Likewise.
6080         (gen_primitive_field): Likewise.
6081         (gen_struct_ref_recursive): Likewise.
6082         (gen_struct_ref): Likewise.
6083         (gen_maybe_namespace_elt): Likewise.
6084         (gen_struct_elt_for_reference): Likewise.
6085         (gen_namespace_elt): Likewise.
6086         (gen_aggregate_elt_ref): Likewise.
6087         (gen_expr): Get gdbarch from ax, update calls.
6088         (gen_expr_binop_rest): Likewise.
6089
6090 2017-07-13  Pedro Alves  <palves@redhat.com>
6091
6092         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
6093         as default tdesc.
6094         * amd64-dicos-tdep.c (amd64_dicos_init_abi):
6095         * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
6096         * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
6097         tdesc_amd64_linux as default tdesc.  Get final tdesc from the
6098         tdep.
6099         (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
6100         Get final tdesc from the tdep.
6101         * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
6102         default tdesc.
6103         * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
6104         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
6105         * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
6106         Use it as default tdesc.
6107         (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
6108         down to amd_init_abi.  No longer handle fallback tdesc here.
6109         * amd64-tdep.h (tdesc_x32): Declare.
6110         (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
6111         parameter.
6112         * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
6113         as default tdesc.
6114
6115 2017-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6116
6117         * s390-linux-tdep.c (s390_process_record): Add support for
6118         instructions new in arch12.
6119
6120 2017-07-11  John Baldwin  <jhb@FreeBSD.org>
6121
6122         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
6123         PT_GETFSBASE and PT_GETGSBASE.
6124         (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
6125         PT_SETGSBASE.
6126
6127 2017-07-11  John Baldwin  <jhb@FreeBSD.org>
6128
6129         * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
6130         (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
6131         (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
6132         those rules.
6133         * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
6134         * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
6135         * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
6136         * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
6137         * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
6138         * features/i386/amd64.xml: Add 64bit-segments.xml.
6139         * features/i386/amd64-avx-avx512.c: Regenerated.
6140         * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
6141         * features/i386/amd64-avx-mpx.c: Regenerated.
6142         * features/i386/amd64-avx.c: Regenerated.
6143         * features/i386/amd64-mpx.c: Regenerated.
6144         * features/i386/amd64.c: Regenerated.
6145         * regformats/i386/amd64-avx-avx512.dat: Regenerated.
6146         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
6147         * regformats/i386/amd64-avx-mpx.dat: Regenerated.
6148         * regformats/i386/amd64-avx.dat: Regenerated.
6149         * regformats/i386/amd64-mpx.dat: Regenerated.
6150         * regformats/i386/amd64.dat: Regenerated.
6151
6152 2017-07-10  Yao Qi  <yao.qi@linaro.org>
6153
6154         * features/i386/amd64-avx-avx512-linux.c: Re-generated.
6155         * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
6156
6157 2017-07-10  Anton Kolesov  <Anton.Kolesov@synopsys.com>
6158
6159         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
6160         unsetenv.
6161         * gnulib/aclocal.m4: Regenerate.
6162         * gnulib/config.in: Regenerate.
6163         * gnulib/configure: Regenerate.
6164         * gnulib/import/Makefile.am: Regenerate.
6165         * gnulib/import/Makefile.in: Regenerate.
6166         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
6167         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
6168         * gnulib/import/m4/environ.m4: New file.
6169         * gnulib/import/m4/setenv.m4: New file.
6170         * gnulib/import/setenv.c: New file.
6171         * gnulib/import/unsetenv.c: New file.
6172
6173 2017-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6174
6175         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
6176         address when op is DW_OP_addr.
6177
6178 2017-07-09  Tom Tromey  <tom@tromey.com>
6179
6180         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
6181         check and apply to outer type.
6182
6183 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6184
6185         * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
6186         (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
6187         (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
6188         (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
6189
6190 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6191
6192         * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
6193
6194 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6195
6196         * corelow.c (get_core_siginfo): Remove.
6197         (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
6198         instead of get_core_siginfo.
6199         * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
6200         * gdbarch.h: Re-generate.
6201         * gdbarch.c: Re-generate.
6202         * linux-tdep.c (linux_core_xfer_siginfo): New.
6203         (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
6204
6205 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6206
6207         * corelow.c (thread_section_name): Move to ...
6208         * gdbcore.h (thread_section_name): ... here.
6209
6210 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6211
6212         * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
6213         (struct siginfo32): New.
6214         [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
6215         (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
6216         via ptrace(PT_LWPINFO).
6217
6218 2017-07-07  John Baldwin  <jhb@FreeBSD.org>
6219
6220         * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
6221         (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
6222         (fbsd_get_siginfo_type): New.
6223         (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
6224         (_initialize_fbsd_tdep): New.
6225
6226 2017-07-06  David Blaikie  <dblaikie@gmail.com>
6227
6228         * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
6229         a singular dwo_unit*) to support multiple CUs in the same way that
6230         multiple TUs are supported.
6231         (create_cus_hash_table): Replace create_dwo_cu with a function for
6232         parsing multiple CUs from a DWO file.
6233         (open_and_init_dwo_file): Use create_cus_hash_table rather than
6234         create_dwo_cu.
6235         (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
6236         htab_find, rather than comparing the signature to a singleton CU in
6237         the dwo_file.
6238
6239 2017-07-06  Pedro Alves  <palves@redhat.com>
6240
6241         * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
6242
6243 2017-07-04  Pedro Alves  <palves@redhat.com>
6244
6245         * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
6246         * gdbtypes.h (TYPE_STATIC): Delete.
6247         (struct fn_field) <is_public, is_abstract, is_static, is_final,
6248         is_synchronized, is_native>: Delete.
6249         <dummy>: Bump.
6250         (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
6251         (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
6252         (TYPE_FN_FIELD_ABSTRACT): Delete.
6253
6254 2017-07-03  Simon Marchi  <simon.marchi@ericsson.com>
6255
6256         * buffer.h (buffer_finish): Fix spelling mistakes.
6257
6258 2017-07-01  Eli Zaretskii  <eliz@gnu.org>
6259
6260         * .dir-locals.el: Automatically switch to C-style comments in
6261         versions of Emacs that support the feature.
6262
6263 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
6264             Pedro Alves  <palves@redhat.com>
6265
6266         PR cli/21688
6267         * cli/cli-script.c (command_name_equals_not_inline): Remove function.
6268         (process_next_line): New variable 'inline_cmd'.
6269         Adjust 'if' clauses for "python", "compile" and "guile" to use
6270         'command_name_equals' and check for '!inline_cmd'.
6271
6272 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
6273
6274         PR cli/21688
6275         * cli/cli-script.c (command_name_equals_not_inline): New function.
6276         (process_next_line): Adjust 'if' clauses for "python", "compile"
6277         and "guile" to use command_name_equals_not_inline.
6278
6279 2017-06-29  Pedro Alves  <palves@redhat.com>
6280
6281         * completer.c (expression_completer): Call
6282         linespec_location_completer instead of location_completer.
6283
6284 2017-06-29  Pedro Alves  <palves@redhat.com>
6285
6286         * completer.c (expression_completer): Remove code that recomputes
6287         'text' from 'word'.
6288
6289 2017-06-29  Yao Qi  <yao.qi@linaro.org>
6290
6291         * regformats/regdat.sh: Generate code with
6292         "ifndef IN_PROCESS_AGENT".
6293
6294 2017-06-28  Pedro Alves  <palves@redhat.com>
6295
6296         * command.h: Include "common/scoped_restore.h".
6297
6298 2017-06-28  Yao Qi  <yao.qi@linaro.org>
6299
6300         * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
6301         instead of obstack_grow.
6302
6303 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
6304
6305         PR gdb/21337
6306         * symfile.c (reread_symbols): Call objfiles_changed just before
6307         read_symbols.
6308
6309 2017-06-27  Pedro Alves  <palves@redhat.com>
6310
6311         * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
6312         (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
6313         (completion_list_add_symbol, completion_list_add_msymbol):
6314         ... these new functions.
6315         (add_symtab_completions)
6316         (default_make_symbol_completion_list_break_on_1): Adjust.
6317
6318 2017-06-27  Pedro Alves  <palves@redhat.com>
6319
6320         * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
6321         bfd_zalloc.  Call objfile_per_bfd_storage's ctor.
6322         (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
6323         dtor.
6324         * objfiles.h (objfile_per_bfd_storage): Add ctor.  Make
6325         'storage_obstack' field an auto_obstack.  In-class initialize all
6326         non-bitfield fields.  Make minsyms_read bool.
6327         * symfile.c (read_symbols): Adjust.
6328
6329 2017-06-27  Alan Hayward  <alan.hayward@arm.com>
6330
6331         * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
6332         (gdbsim_store_register): Likewise.
6333
6334 2017-06-27  Pedro Alves  <palves@redhat.com>
6335
6336         * c-exp.y (name_obstack): Now an auto_obstack.
6337         (yylex): Use auto_obstack::clear.
6338         (c_parse): Use auto_obstack::clear instead of reinitializing and
6339         freeing the obstack.
6340         * c-lang.c (evaluate_subexp_c): Use auto_obstack.
6341         * d-exp.y (name_obstack): Now an auto_obstack.
6342         (yylex): Use auto_obstack::clear.
6343         (d_parse): Use auto_obstack::clear instead of reinitializing and
6344         freeing the obstack.
6345         * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
6346         auto_obstack.
6347         * dwarf2read.c (create_addrmap_from_index)
6348         (dwarf2_build_psymtabs_hard)
6349         (update_enumeration_type_from_children): Likewise.
6350         * gdb_obstack.h (auto_obstack): New type.
6351         * go-exp.y (name_obstack): Now an auto_obstack.
6352         (build_packaged_name): Use auto_obstack::clear.
6353         (go_parse): Use auto_obstack::clear instead of reinitializing and
6354         freeing the obstack.
6355         * linux-tdep.c (linux_make_mappings_corefile_notes): Use
6356         auto_obstack.
6357         * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
6358         * rust-exp.y (work_obstack): Now an auto_obstack.
6359         (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
6360         reinitializing and freeing the obstack.
6361         * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
6362         (host_char_to_target): Use auto_obstack.
6363         * utils.h (make_cleanup_obstack_free): Delete declaration.
6364         * valprint.c (generic_emit_char, generic_printstr): Use
6365         auto_obstack.
6366
6367 2017-06-27  Simon Marchi  <simon.marchi@ericsson.com>
6368
6369         * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
6370         thread.
6371         (darwin_init_thread_list): Don't update dummy thread.
6372         (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
6373
6374 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
6375
6376         * record-full.c (netorder16): Remove.
6377
6378 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
6379
6380         * common/diagnostics.h: Define macros for GCC.
6381         (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
6382         * common/vec.h: Include diagnostics.h.
6383         (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
6384         (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
6385         warning.
6386
6387 2017-06-26  Simon Marchi  <simon.marchi@ericsson.com>
6388
6389         * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
6390         New macro.
6391         * ada-lex.l: Ignore deprecated register warnings.
6392
6393 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6394
6395         * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
6396         datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
6397
6398 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6399
6400         * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
6401         its own line.
6402
6403 2017-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6404
6405         * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
6406
6407 2017-06-23  Alan Hayward  <alan.hayward@arm.com>
6408
6409         * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
6410         (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
6411         (xtensa_register_read_masked): Likewise.
6412
6413 2017-06-22  Sergio Durigan Junior  <sergiodj@redhat.com>
6414
6415         * common/environ.c (gdb_environ::unset): Update comment.
6416
6417 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
6418
6419         * python/py-unwind.c (pyuw_sniffer): Allocate space for
6420         registers.
6421
6422 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
6423
6424         * record-full.c (record_full_exec_insn): Use byte_vector.
6425
6426 2017-06-22  Yao Qi  <yao.qi@linaro.org>
6427
6428         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
6429         * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
6430
6431 2017-06-22  Alan Hayward  <alan.hayward@arm.com>
6432
6433         * remote.c (cached_reg): Move from here...
6434         * regcache.h (cached_reg): ...to here.
6435         * python/py-unwind.c (struct reg_info): Remove.
6436         (cached_frame_info): Use cached_reg_t.
6437         (pyuw_prev_register): Likewise.
6438         (pyuw_sniffer): Use cached_reg_t and allocate registers.
6439         (pyuw_dealloc_cache): Free all registers.
6440
6441 2017-06-22  Pedro Alves  <palves@redhat.com>
6442             Simon Marchi  <simon.marchi@ericsson.com>
6443
6444         * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
6445         warning.
6446         * common/diagnostics.h: New file.
6447
6448 2017-06-22  Pedro Alves  <palves@redhat.com>
6449
6450         * common/agent.h: Add include guards.
6451
6452 2017-06-21  Simon Marchi  <simon.marchi@ericsson.com>
6453
6454         * target.h (struct target_ops) <to_xfer_partial>: Update doc to
6455         talk about addressable units instead of bytes.
6456
6457 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6458
6459         * common/environ.c (gdb_environ::unset): Use '::iterator' instead
6460         of '::const_iterator'.
6461
6462 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6463
6464         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6465         'unittests/environ-selftests.c'.
6466         (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
6467         * charset.c (find_charset_names): Declare object 'iconv_env'.
6468         Update code to use 'iconv_env' object.  Remove call to
6469         'free_environ'.
6470         * common/environ.c: Include <utility>.
6471         (make_environ): Delete function.
6472         (free_environ): Delete function.
6473         (gdb_environ::clear): New function.
6474         (gdb_environ::operator=): New function.
6475         (gdb_environ::get): Likewise.
6476         (environ_vector): Delete function.
6477         (set_in_environ): Delete function.
6478         (gdb_environ::set): New function.
6479         (unset_in_environ): Delete function.
6480         (gdb_environ::unset): New function.
6481         (gdb_environ::envp): Likewise.
6482         * common/environ.h: Include <vector>.
6483         (struct gdb_environ): Delete; transform into...
6484         (class gdb_environ): ... this class.
6485         (free_environ): Delete prototype.
6486         (init_environ, get_in_environ, set_in_environ, unset_in_environ,
6487         environ_vector): Likewise.
6488         * infcmd.c (run_command_1): Update code to call
6489         'envp' from 'gdb_environ' class.
6490         (environment_info): Update code to call methods from 'gdb_environ'
6491         class.
6492         (unset_environment_command): Likewise.
6493         (path_info): Likewise.
6494         (path_command): Likewise.
6495         * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
6496         (inferior::inferior): Initialize 'environment' using the host's
6497         information.
6498         * inferior.h: Remove forward declaration of 'struct gdb_environ'.
6499         Include "environ.h".
6500         (class inferior) <environment>: Change type from 'struct
6501         gdb_environ' to 'gdb_environ'.
6502         * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
6503         methods from 'gdb_environ' class.
6504         * solib.c (solib_find_1): Likewise
6505         * unittests/environ-selftests.c: New file.
6506
6507 2017-06-20  Yao Qi  <yao.qi@linaro.org>
6508
6509         * features/i386/i386-linux.xml: Exchange the order of including
6510         32bit-linux.xml and 32bit-sse.xml.
6511         * features/i386/i386-linux.c: Regenerated.
6512
6513 2017-06-20  Yao Qi  <yao.qi@linaro.org>
6514
6515         * target-descriptions.c (tdesc_reg): Add ctor, dtor.
6516         Delete copy ctor and assignment operator.
6517         (tdesc_type): Likewise.
6518         (tdesc_feature): Likewise.
6519         (tdesc_free_reg): Remove.
6520         (tdesc_create_reg): Use new.
6521         (tdesc_free_type): Remove.
6522         (tdesc_create_vector): Use new.
6523         (tdesc_create_union): Likewise.
6524         (tdesc_create_flags): Likewise.
6525         (tdesc_create_enum): Likewise.
6526         (tdesc_free_feature): Delete.
6527         (free_target_description): Use delete.
6528
6529 2017-06-19  John Baldwin  <jhb@FreeBSD.org>
6530
6531         * mips-tdep.c (print_gp_register_row): Don't error for unavailable
6532         registers.
6533
6534 2017-06-19  Pedro Alves  <palves@redhat.com>
6535
6536         * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
6537         after gdb::unlinker.
6538
6539 2017-06-19  Sergio Durigan Junior  <sergiodj@redhat.com>
6540
6541         * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
6542         gdb_environ to access an environment variable.
6543
6544 2017-06-18  Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
6545
6546         * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
6547         gdb_byte*.
6548
6549 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
6550
6551         * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
6552
6553 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
6554
6555         * configure: Re-generate.
6556         * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
6557
6558 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
6559
6560         * configure: Re-generate.
6561         * warning.m4: Pass -Werror to compiler when checking for
6562         supported warning flags.
6563
6564 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
6565
6566         * Makefile.in (COMPILE.pre): Add "-x c++".
6567
6568 2017-06-16  Alan Hayward  <alan.hayward@arm.com>
6569             Pedro Alves  <palves@redhat.com>
6570             Yao Qi  <yao.qi@linaro.org>
6571
6572         * defs.h (RequireLongest): New.
6573         (extract_integer): Declare function template.
6574         (extract_signed_integer): Remove the declaration, but define it
6575         static inline.
6576         (extract_unsigned_integer): Likewise.
6577         (store_integer): Declare function template.
6578         (store_signed_integer): Remove the declaration, but define it
6579         static inline.
6580         (store_unsigned_integer): Likewise.
6581         * findvar.c (extract_integer): New function template.
6582         (extract_signed_integer): Remove.
6583         (extract_unsigned_integer): Remove.
6584         (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
6585         instantiations.
6586         (store_integer): New function template.
6587         (store_signed_integer): Remove.
6588         (store_unsigned_integer): Remove.
6589         (store_integer): Explicit instantiations.
6590         * regcache.c (regcache_raw_read_signed): Update.
6591         (regcache::raw_read): New function.
6592         (regcache::raw_read_signed): Remove.
6593         (regcache::raw_read_unsigned): Remove.
6594         (regcache_raw_read_unsigned): Update.
6595         (regcache_raw_write_unsigned): Update.
6596         (regcache::raw_write_signed): Remove.
6597         (regcache::raw_write): New function.
6598         (regcache_cooked_read_signed): Update.
6599         (regcache::raw_write_unsigned): Remove.
6600         (regcache::cooked_read_signed): Remove.
6601         (regcache_cooked_read_unsigned): Update.
6602         (regcache::cooked_read_unsigned): Remove.
6603         (regcache_cooked_write_signed): Update.
6604         (regcache_cooked_write_unsigned): Update.
6605         * regcache.h (regcache) <raw_read_signed>: Remove.
6606         <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
6607         <raw_read, raw_write>: New.
6608         <cooked_read_signed, cooked_write_signed>: Remove.
6609         <cooked_write_unsigned, cooked_read_unsigned>: Remove.
6610         <cooked_read, cooked_write>: New.
6611         * sh64-tdep.c (sh64_pseudo_register_read): Update.
6612         (sh64_pseudo_register_write): Update.
6613
6614 2017-06-16  Anton Kolesov  <anton.kolesov@synopsys.com>
6615
6616         * arc-tdep.c (arc_disassembler_options): New variable.
6617         (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
6618         of default_print_insn.
6619         (arc_delayed_print_insn): Set info->section when needed,
6620         use default_print_insn to retrieve a disassembler.
6621
6622 2017-06-14  Sergio Durigan Junior  <sergiodj@redhat.com>
6623
6624         PR gdb/21574
6625         * infcmd.c (_initialize_infcmd): Expand "help run" documentation
6626         to mention $SHELL and startup-with-shell.
6627
6628 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
6629
6630         * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
6631
6632 2017-06-14  Yao Qi  <yao.qi@linaro.org>
6633
6634         * aarch64-tdep.c (aarch64_gdb_print_insn): Call
6635         default_print_insn instead of print_insn_aarch64.
6636         * arm-tdep.c (gdb_print_insn_arm): Call
6637         default_print_insn instead of print_insn_big_arm
6638         and print_insn_little_arm.
6639         * i386-tdep.c (i386_print_insn): Call default_print_insn
6640         instead of print_insn_i386.
6641         * ia64-tdep.c (ia64_print_insn): Call
6642         default_print_insn instead of print_insn_ia64.
6643         * mips-tdep.c (gdb_print_insn_mips): Call
6644         default_print_insn instead of print_insn_big_mips
6645         and print_insn_little_mips.
6646         * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
6647         instead of print_insn_spu.
6648
6649 2017-06-14  Pedro Alves  <palves@redhat.com>
6650
6651         * ada-lang.c: Include "common/byte-vector.h".
6652         (ada_value_primitive_packed_val): Use gdb::byte_vector.
6653         * charset.c (wchar_iterator::iterate): Resize the vector instead
6654         of reserving it.
6655         * common/byte-vector.h: Include "common/def-vector.h".
6656         (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
6657         * cli/cli-dump.c: Include "common/byte-vector.h".
6658         (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
6659         * common/byte-vector.h: New file.
6660         * common/def-vector.h: New file.
6661         * common/default-init-alloc.h: New file.
6662         * dwarf2loc.c: Include "common/byte-vector.h".
6663         (rw_pieced_value): Use gdb::byte_vector, and resize the vector
6664         instead of reserving it.
6665         * dwarf2read.c: Include "common/byte-vector.h".
6666         (data_buf::m_vec): Now a gdb::byte_vector.
6667         * gdb_regex.c: Include "common/def-vector.h".
6668         (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
6669         * mi/mi-main.c: Include "common/byte-vector.h".
6670         (mi_cmd_data_read_memory): Use gdb::byte_vector.
6671         * printcmd.c: Include "common/byte-vector.h".
6672         (print_scalar_formatted): Use gdb::byte_vector.
6673         * valprint.c: Include "common/byte-vector.h".
6674         (maybe_negate_by_bytes, print_decimal_chars): Use
6675         gdb::byte_vector.
6676
6677 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
6678
6679         * darwin-nat.c: Include "nat/fork-inferior.h".
6680
6681 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
6682
6683         * configure.nat: Factor out Darwin bits that are not
6684         architecture-specific.  Add fork-inferior.o.
6685
6686 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
6687
6688         * configure.nat: Factor out AIX bits that are not
6689         architecture-specific.  Add fork-inferior.o.
6690
6691 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6692
6693         * dwarf2loc.c (rw_pieced_value): New.  Merge logic from...
6694         (read_pieced_value, write_pieced_value): ...here.  Reduce to
6695         wrappers that just call rw_pieced_value.
6696
6697 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6698
6699         * dwarf2loc.c (write_pieced_value): When writing the data for a
6700         memory piece, use write_memory_with_notification instead of
6701         write_memory.
6702
6703 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6704
6705         * valops.c (read_value_memory): Change embedded_offset to
6706         represent a bit offset instead of a byte offset.
6707         * value.h (read_value_memory): Adjust comment.
6708
6709 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6710
6711         * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
6712         dest_offset_bits and source_offset_bits.
6713         (write_pieced_value): Likewise.
6714
6715 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6716
6717         * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
6718         given by DW_OP_bit_piece.
6719         (write_pieced_value): Likewise.
6720
6721 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6722
6723         * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
6724         some other preparations to the places where sufficient information
6725         is available.
6726         (write_pieced_value): Likewise.
6727
6728 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6729
6730         * dwarf2loc.c (bits_to_bytes): New function.
6731         (read_pieced_value): Fix offset calculations for register pieces
6732         on big-endian targets.
6733         (write_pieced_value): Likewise.
6734
6735 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6736
6737         * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
6738         (write_pieced_value): Likewise.
6739
6740 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6741
6742         * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
6743         transfer the source value's least significant bits, instead of its
6744         lowest-addressed ones.  Rename type_len to max_offset.
6745         (read_pieced_value): Mirror above changes to write_pieced_value as
6746         applicable.
6747
6748 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6749
6750         * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
6751         truncate full bytes from dest_offset_bits before using it as an
6752         offset into the buffer.
6753
6754 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6755
6756         * dwarf2loc.c (write_pieced_value): Include transfer size in
6757         byte-wise check.
6758
6759 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6760
6761         * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
6762         calculation of this_size.
6763
6764 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6765
6766         * dwarf2loc.c (read_pieced_value): Respect parent value's offset
6767         when targeting a bit-field.
6768         (write_pieced_value): Likewise.
6769
6770 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6771
6772         * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
6773         (allocate_piece_closure): Drop addr_size parameter.
6774         (dwarf2_evaluate_loc_desc_full): Adjust call to
6775         allocate_piece_closure.
6776
6777 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6778
6779         PR gdb/21226
6780         * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
6781         the LSB end, independent of endianness.
6782
6783 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6784
6785         * dwarf2loc.c (write_pieced_value): Fix order of calculations for
6786         size capping.
6787
6788 2017-06-13  Yao Qi  <yao.qi@linaro.org>
6789
6790         * mips-linux-nat.c: Move include features/mips*-linux.c to
6791         mips-linux-tdep.c.
6792         (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
6793         to mips-linux-tdep.c.
6794         * mips-linux-tdep.c: Include features/mips*-linux.c
6795         (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
6796         functions.
6797         * mips-linux-tdep.h (tdesc_mips_linux): Declare.
6798         (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
6799         (tdesc_mips64_dsp_linux): Declare.
6800
6801 2017-06-12  Tom Tromey  <tom@tromey.com>
6802
6803         * valprint.h (val_print_type_code_int): Remove.
6804         * valprint.c (generic_val_print_int): Always call
6805         val_print_scalar_formatted.
6806         (val_print_type_code_int): Remove.
6807         * printcmd.c (print_scalar_formatted): Handle options->format==0.
6808         * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
6809         * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
6810         * ada-valprint.c (ada_val_print_num): Use
6811         val_print_scalar_formatted.
6812
6813 2017-06-12  Tom Tromey  <tom@tromey.com>
6814
6815         * printcmd.c (print_scalar_formatted): Unify the two switches.
6816         Don't convert scalars to LONGEST.
6817
6818 2017-06-12  Tom Tromey  <tom@tromey.com>
6819
6820         PR exp/16225:
6821         * valprint.h (print_decimal_chars): Update.
6822         * valprint.c (maybe_negate_by_bytes): New function.
6823         (print_decimal_chars): Add "is_signed" argument.
6824         * printcmd.c (print_scalar_formatted): Update.
6825
6826 2017-06-12  Tom Tromey  <tom@tromey.com>
6827
6828         PR exp/16225:
6829         * valprint.h (print_binary_chars, print_hex_chars): Update.
6830         * valprint.c (val_print_type_code_int): Update.
6831         (print_binary_chars): Add "zero_pad" argument.
6832         (emit_octal_digit): New function.
6833         (print_octal_chars): Don't zero-pad.
6834         (print_decimal_chars): Likewise.
6835         (print_hex_chars): Add "zero_pad" argument.
6836         * sh64-tdep.c (sh64_do_fp_register): Update.
6837         * regcache.c (regcache::dump): Update.
6838         * printcmd.c (print_scalar_formatted): Update.
6839         * infcmd.c (default_print_one_register_info): Update.
6840
6841 2017-06-12  Pedro Alves  <palves@redhat.com>
6842             Alan Hayward  <alan.hayward@arm.com>
6843
6844         * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
6845         (mips_eabi_push_dummy_call): Rename local 'regsize' to
6846         'abi_regsize'.  Rename local array 'valbuf' to 'ref_valbuf', and
6847         use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
6848         Assert that abi_regsize bytes fit in 'ref_valbuf'.
6849
6850 2017-06-12  Pedro Alves  <palves@redhat.com>
6851
6852         * dwarf2read.c (mapped_symtab::data): Now a vector of
6853         symtab_index_entry instead of vector of
6854         std::unique_ptr<symtab_index_entry>.  All users adjusted to check
6855         whether an element's name is NULL instead of checking whether the
6856         element itself is NULL.
6857         (find_slot): Change return type.  Adjust.
6858         (hash_expand, , add_index_entry, uniquify_cu_indices)
6859         (write_hash_table): Adjust.
6860
6861 2017-06-12  Pedro Alves  <palves@redhat.com>
6862
6863         * dwarf2read.c (recursively_count_psymbols): New function.
6864         (write_psymtabs_to_index): Call it to compute number of psyms and
6865         pass estimate size of psyms_seen to unordered_set's ctor.
6866
6867 2017-06-12  Pedro Alves  <palves@redhat.com>
6868
6869         * dwarf2read.c (write_hash_table): Check if key already exists
6870         before emplacing.
6871
6872 2017-06-12  Pedro Alves  <palves@redhat.com>
6873
6874         * dwarf2read.c (data_buf::append_space): Rename to...
6875         (data_buf::grow): ... this, and make private.  Adjust all callers.
6876         (data_buf::append_uint): New method.
6877         (add_address_entry, write_one_signatured_type)
6878         (write_psymtabs_to_index): Use it.
6879
6880 2017-06-12  Pedro Alves  <palves@redhat.com>
6881
6882         * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
6883         (file_write (FILE *, const std::vector<Elem>&)): Delete.
6884         (data_buf::file_write): Call ::fwrite directly.
6885
6886 2017-06-12  Pedro Alves  <palves@redhat.com>
6887
6888         * dwarf2read.c (uniquify_cu_indices): Use std::unique and
6889         std::vector::erase.
6890
6891 2017-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6892
6893         Code cleanup: C++ify .gdb_index producer.
6894         * dwarf2read.c: Include <unordered_set> and <unordered_map>.
6895         (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
6896         (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
6897         (create_strtab, add_string): Remove.
6898         (file_write, data_buf): New.
6899         (struct symtab_index_entry): Use std::vector for cu_indices.
6900         (struct mapped_symtab): Use std::vector for data.
6901         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
6902         (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
6903         Remove.
6904         (find_slot): Change return type.  Update it to the new data structures.
6905         (hash_expand, add_index_entry): Update it to the new data structures.
6906         (offset_type_compare): Remove.
6907         (uniquify_cu_indices): Update it to the new data structures.
6908         (c_str_view, c_str_view_hasher, vector_hasher): New.
6909         (add_indices_to_cpool): Remove.
6910         (write_hash_table): Update it to the new data structures.
6911         (struct psymtab_cu_index_map, hash_psymtab_cu_index)
6912         (eq_psymtab_cu_index): Remove.
6913         (psym_index_map): New typedef.
6914         (struct addrmap_index_data): Change addr_obstack pointer to data_buf
6915         reference and std::unordered_map for cu_index_htab.
6916         (add_address_entry, add_address_entry_worker, write_address_map)
6917         (write_psymbols): Update it to the new data structures.
6918         (write_obstack): Remove.
6919         (struct signatured_type_index_data): Change types_list to a data_buf
6920         reference and psyms_seen to a std::unordered_set reference.
6921         (write_one_signatured_type, recursively_write_psymbols)
6922         (write_psymtabs_to_index): Update it to the new data structures.
6923
6924 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
6925
6926         * NEWS (Changes since GDB 8.0): Announce {set,show} debug
6927         separate-debug-file commands.
6928         * symfile.h (separate_debug_file_debug): New global.
6929         * symfile.c (separate_debug_file_debug): New global.
6930         (separate_debug_file_exists, find_separate_debug_file): Add
6931         debug output.
6932         (_initialize_symfile): Add "set debug separate-debug-file"
6933         command.
6934         * build-id.c (build_id_to_debug_bfd,
6935         find_separate_debug_file_by_buildid): Add debug output.
6936
6937 2017-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
6938
6939         * gdbarch.sh (displaced_step_free_closure): Remove.
6940         * gdbarch.h, gdbarch.c: Re-generate.
6941         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
6942         displaced_step_free_closure.
6943         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
6944         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6945         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6946         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
6947         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
6948         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6949         * arch-utils.h (simple_displaced_step_free_closure): Remove.
6950         * arch-utils.c (simple_displaced_step_free_closure): Remove.
6951         * infrun.c (displaced_step_clear): Call xfree instead of
6952         gdbarch_displaced_step_free_closure.
6953
6954 2017-06-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6955
6956         * common/common-utils.c (stringify_argv): Check for "arg[0] !=
6957         NULL".
6958
6959 2017-06-08 Alan Hayward  <alan.hayward@arm.com>
6960
6961         * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
6962         (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
6963         (mn10300_push_dummy_call): Likewise.
6964
6965 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
6966
6967         * mi/mi-main.c (register_changed_p): Use value_contents_eq.
6968
6969 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
6970
6971         * mi/mi-main.c (register_changed_p): Use cooked_read_value.
6972
6973 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6974
6975         * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
6976         able to start inferiors using a shell.
6977         (New remote packets): Announce new packet "QStartupWithShell".
6978         * remote.c: Add PACKET_QStartupWithShell.
6979         (extended_remote_create_inferior): Handle new
6980         PACKET_QStartupWithShell.
6981         (remote_protocol_features) <QStartupWithShell>: New entry for
6982         PACKET_QStartupWithShell.
6983         (_initialize_remote): Call "add_packet_config_cmd" for
6984         QStartupShell.
6985
6986 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6987             Pedro Alves  <palves@redhat.com>
6988
6989         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
6990         and "nat/fork-inferior.h".
6991         * common/common-inferior.h: New file, with contents from
6992         "gdb/inferior.h".
6993         * commom/common-utils.c: Include "common-utils.h".
6994         (stringify_argv): New function.
6995         * common/common-utils.h (stringify_argv): New prototype.
6996         * configure.nat: Add "fork-inferior.o" as a dependency for
6997         "*linux*", "fbsd*" and "nbsd*" hosts.
6998         * corefile.c (get_exec_file): Update comment.
6999         * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
7000         instead of "startup_inferior".
7001         (darwin_create_inferior): Call "add_thread_silent" after
7002         "fork_inferior".
7003         * fork-child.c: Cleanup unnecessary includes.
7004         (SHELL_FILE): Move to "common/common-fork-child.c".
7005         (environ): Likewise.
7006         (exec_wrapper): Initialize.
7007         (get_exec_wrapper): New function.
7008         (breakup_args): Move to "common/common-fork-child.c"; rename to
7009         "breakup_args_for_exec".
7010         (escape_bang_in_quoted_argument): Move to
7011         "common/common-fork-child.c".
7012         (saved_ui): New variable.
7013         (prefork_hook): New function.
7014         (postfork_hook): Likewise.
7015         (postfork_child_hook): Likewise.
7016         (gdb_startup_inferior): Likewise.
7017         (fork_inferior): Move to "common/common-fork-child.c".  Update
7018         function to support gdbserver.
7019         (startup_inferior): Likewise.
7020         * gdbcore.h (get_exec_file): Remove declaration.
7021         * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
7022         instead of "startup_inferior".  Call "add_thread_silent" after
7023         "fork_inferior".
7024         * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
7025         (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
7026         instead of "startup_inferior".  Call "add_thread_silent" after
7027         "fork_inferior".
7028         * inferior.h: Include "common-inferior.h".
7029         (trace_start_error): Move to "common/common-utils.h".
7030         (trace_start_error_with_name): Likewise.
7031         (fork_inferior): Move prototype to "nat/fork-inferior.h".
7032         (startup_inferior): Likewise.
7033         (gdb_startup_inferior): New prototype.
7034         * nat/fork-inferior.c: New file, with contents from "fork-child.c".
7035         * nat/fork-inferior.h: New file.
7036         * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
7037         instead of "startup_inferior".  Call "add_thread_silent" after
7038         "fork_inferior".
7039         * target.h (target_terminal_init): Move prototype to
7040         "target/target.h".
7041         (target_terminal_inferior): Likewise.
7042         (target_terminal_ours): Likewise.
7043         * target/target.h (target_terminal_init): New prototype, moved
7044         from "target.h".
7045         (target_terminal_inferior): Likewise.
7046         (target_terminal_ours): Likewise.
7047         * utils.c (gdb_flush_out_err): New function.
7048
7049 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7050
7051         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
7052         * common/common-gdbthread.h: New file, with parts from
7053         "gdb/gdbthread.h".
7054         * gdbthread.h: Include "common-gdbthread.h".
7055         (switch_to_thread): Moved to "common/common-gdbthread.h".
7056
7057 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7058
7059         * Makefile.in (SFILES): Add "common/job-control.c".
7060         (HFILES_NO_SRCDIR): Add "common/job-control.h".
7061         (COMMON_OBS): Add "job-control.o".
7062         * common/job-control.c: New file, with contents from
7063         "gdb/inflow.c".
7064         * common/job-control.h: New file, with contents from "terminal.h".
7065         * fork-child.c: Include "job-control.h".
7066         * inflow.c: Include "job-control.h".
7067         (gdb_setpgid): Move to "common/common-inflow.c".
7068         (_initialize_inflow): Move setting of "job_control" to
7069         "handle_job_control".
7070         * terminal.h (job_control): Moved to "common/common-terminal.h".
7071         (gdb_setpgid): Likewise.
7072         * top.c: Include "job_control.h".
7073         * utils.c: Likewise.
7074         (job_control): Moved to "job-control.c".
7075
7076 2017-06-07  Pedro Alves  <palves@redhat.com>
7077
7078         * Makefile.in (SFILES): Add gdb_regex.c.
7079         (COMMON_OBS): Add gdb_regex.o.
7080         * ada-lang.c (ada_add_standard_exceptions)
7081         (ada_add_exceptions_from_frame, name_matches_regex)
7082         (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
7083         parameter type to compiled_regex.  Adjust.
7084         (ada_exceptions_list): Use compiled_regex.
7085         * break-catch-throw.c (exception_catchpoint::pattern): Now a
7086         std::unique_ptr<compiled_regex>.
7087         (exception_catchpoint::~exception_catchpoint): Remove regfree
7088         call.
7089         (check_status_exception_catchpoint): Adjust to use compiled_regex.
7090         (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
7091         * breakpoint.c (solib_catchpoint::compiled): Now a
7092         std::unique_ptr<compiled_regex>.
7093         (solib_catchpoint::~solib_catchpoint): Remove regfree call.
7094         (check_status_catch_solib): Adjust to use compiled_regex.
7095         (add_solib_catchpoint): Adjust to use compiled_regex.
7096         * cli/cli-cmds.c (apropos_command): Use compiled_regex.
7097         * cli/cli-decode.c (apropos_cmd): Change regex parameter to
7098         compiled_regex reference.  Adjust to use it.
7099         * cli/cli-decode.h: Remove struct re_pattern_buffer forward
7100         declaration.  Include "gdb_regex.h".
7101         (apropos_cmd): Change regex parameter to compiled_regex reference.
7102         * gdb_regex.c: New file.
7103         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
7104         declarations.
7105         (class compiled_regex): New.
7106         * linux-tdep.c: Include "common/gdb_optional.h".
7107         (struct mapping_regexes): New, factored out from
7108         mapping_is_anonymous_p, and adjusted to use compiled_regex.
7109         (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
7110         gdb::optional and remove cleanups.  Adjust to compiled_regex.
7111         * probe.c: Include "common/gdb_optional.h".
7112         (collect_probes): Use compiled_regex and gdb::optional and remove
7113         cleanups.
7114         * skip.c: Include "common/gdb_optional.h".
7115         (skiplist_entry::compiled_function_regexp): Now a
7116         gdb::optional<compiled_regex>.
7117         (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
7118         (free_skiplist_entry): Remove regfree call.
7119         (compile_skip_regexp, skip_rfunction_p): Adjust to use
7120         compiled_regex and gdb::optional.
7121         * symtab.c: Include "common/gdb_optional.h".
7122         (search_symbols): Use compiled_regex and gdb::optional.
7123         * utils.c (do_regfree_cleanup, make_regfree_cleanup)
7124         (get_regcomp_error, compile_rx_or_error): Delete.  Some bits moved
7125         to gdb_regex.c.
7126
7127 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
7128
7129         * regcache.c (regcache::save): Avoid buffer use.
7130         (regcache::dump): Likewise.
7131
7132 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
7133
7134         * sh-tdep.c (sh_pseudo_register_read): Remove
7135         MAX_REGISTER_SIZE.
7136         (sh_pseudo_register_write): Likewise.
7137         * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
7138         (sh64_pseudo_register_write): Likewise
7139
7140 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
7141
7142         * aarch64-tdep.c (aarch64_store_return_value): Use
7143         V_REGISTER_SIZE.
7144         (aarch64_pseudo_read_value): Likewise.
7145         (aarch64_pseudo_write): Likewise.
7146
7147 2017-06-06  Yao Qi  <yao.qi@linaro.org>
7148
7149         * regformats/regdef.h (set_register_cache): Remove the
7150         declaration.
7151
7152 2017-06-06 Alan Hayward  <alan.hayward@arm.com>
7153
7154         * frame.c (frame_unwind_register_signed): Use
7155         frame_unwind_register_value.
7156
7157 2017-06-06  Pedro Alves  <palves@redhat.com>
7158
7159         PR breakpoints/21553
7160         * breakpoint.c (create_breakpoints_sal_default)
7161         (init_breakpoint_sal, create_breakpoint_sal): Use
7162         gdb::unique_xmalloc_ptr for string parameters.
7163         (create_breakpoint): Constify 'extra_string' and 'cond_string'
7164         parameters.  Replace cleanups with gdb::unique_xmalloc_ptr.
7165         (base_breakpoint_create_breakpoints_sal)
7166         (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
7167         (strace_marker_create_breakpoints_sal)
7168         (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
7169         string parameters.
7170         * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
7171         gdb::unique_xmalloc_ptr for string parameters.
7172         (create_breakpoint): Constify 'extra_string' and 'cond_string'
7173         parameters.
7174
7175 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
7176
7177         * alpha-tdep.c (alpha_register_to_value): Use
7178         get_frame_register_value.
7179         (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
7180
7181 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
7182
7183         * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
7184         (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
7185         (ia64_value_to_register): Likewise.
7186         (ia64_extract_return_value): Likewise.
7187         (ia64_store_return_value): Likewise.
7188         (ia64_push_dummy_call): Likewise.
7189
7190 2017-06-04  Joel Brobecker  <brobecker@adacore.com>
7191
7192         GDB 8.0 released.
7193
7194 2017-06-03  Simon Marchi  <simon.marchi@ericsson.com>
7195
7196         * x86-linux-nat.c (struct arch_lwp_info): Remove.
7197
7198 2017-06-03  Simon Marchi  <simon.marchi@polymtl.ca>
7199
7200         * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
7201         parameter.
7202         (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
7203
7204 2017-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7205
7206         * event-loop.c (poll_timers): Unallocate timer using delete
7207         instead of xfree.
7208
7209 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
7210
7211         * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
7212         (struct breakpoint) <~breakpoint>: New.
7213         (struct watchpoint): Inherit from breakpoint.
7214         <~watchpoint>: New.
7215         <base>: Remove.
7216         (struct tracepoint): Inherit from breakpoint.
7217         <base>: Remove.
7218         * breakpoint.c (longjmp_breakpoint_ops): Remove.
7219         (struct longjmp_breakpoint): Inherit from breakpoint.
7220         <~longjmp_breakpoint>: New.
7221         <base>: Remove.
7222         (new_breakpoint_from_type): Remove casts.
7223         (watchpoint_in_thread_scope): Remove reference to base field.
7224         (watchpoint_del_at_next_stop): Likewise.
7225         (update_watchpoint): Likewise.
7226         (watchpoint_check): Likewise.
7227         (bpstat_check_watchpoint): Likewise.
7228         (set_longjmp_breakpoint): Likewise.
7229         (struct fork_catchpoint): Inherit from breakpoint.
7230         <base>: Remove.
7231         (struct solib_catchpoint): Inherit from breakpoint.
7232         <~solib_catchpoint>: New.
7233         <base>: Remove.
7234         (dtor_catch_solib): Change to ...
7235         (solib_catchpoint::~solib_catchpoint): ... this.
7236         (breakpoint_hit_catch_solib): Remove reference to base field.
7237         (add_solib_catchpoint): Likewise.
7238         (create_fork_vfork_event_catchpoint): Likewise.
7239         (struct exec_catchpoint): Inherit from breakpoint.
7240         <~exec_catchpoint>: New.
7241         <base>: Remove.
7242         (dtor_catch_exec): Change to ...
7243         (exec_catchpoint::~exec_catchpoint): ... this.
7244         (dtor_watchpoint): Change to ...
7245         (watchpoint::~watchpoint): ... this.
7246         (watch_command_1): Remove reference to base field.
7247         (catch_exec_command_1): Likewise.
7248         (base_breakpoint_dtor): Change to ...
7249         (breakpoint::~breakpoint): ... this.
7250         (base_breakpoint_ops): Remove dtor field value.
7251         (longjmp_bkpt_dtor): Change to ...
7252         (longjmp_breakpoint::~longjmp_breakpoint): ... this.
7253         (strace_marker_create_breakpoints_sal): Remove reference to base
7254         field.
7255         (delete_breakpoint): Don't manually call breakpoint destructor.
7256         (create_tracepoint_from_upload): Remove reference to base field.
7257         (trace_pass_set_count): Likewise.
7258         (initialize_breakpoint_ops): Don't initialize
7259         momentary_breakpoint_ops, don't set dtors.
7260         * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
7261         <~ada_catchpoint>: New.
7262         <base>: Remove.
7263         (create_excep_cond_exprs): Remove reference to base field.
7264         (dtor_exception): Change to ...
7265         (ada_catchpoint::~ada_catchpoint): ... this.
7266         (dtor_catch_exception): Remove.
7267         (dtor_catch_exception_unhandled): Remove.
7268         (dtor_catch_assert): Remove.
7269         (create_ada_exception_catchpoint): Remove reference to base
7270         field.
7271         (initialize_ada_catchpoint_ops): Don't set dtors.
7272         * break-catch-sig.c (struct signal_catchpoint): Inherit from
7273         breakpoint.
7274         <~signal_catchpoint>: New.
7275         <base>: Remove.
7276         (signal_catchpoint_dtor): Change to ...
7277         (signal_catchpoint::~signal_catchpoint): ... this.
7278         (create_signal_catchpoint): Remove reference to base field.
7279         (initialize_signal_catchpoint_ops): Don't set dtor.
7280         * break-catch-syscall.c (struct syscall_catchpoint): Inherit
7281         from breakpoint.
7282         <~syscall_catchpoint>: New.
7283         <base>: Remove.
7284         (dtor_catch_syscall): Change to ...
7285         (syscall_catchpoint::~syscall_catchpoint): ... this.
7286         (create_syscall_event_catchpoint): Remove reference to base
7287         field.
7288         (initialize_syscall_catchpoint_ops): Don't set dtor.
7289         * break-catch-throw.c (struct exception_catchpoint): Inherit
7290         from breakpoint.
7291         <~exception_catchpoint>: New.
7292         <base>: Remove.
7293         (dtor_exception_catchpoint): Change to ...
7294         (exception_catchpoint::~exception_catchpoint): ... this.
7295         (handle_gnu_v3_exceptions): Remove reference to base field.
7296         (initialize_throw_catchpoint_ops): Don't set dtor.
7297         * ctf.c (ctf_get_traceframe_address): Remove reference to base
7298         field.
7299         * remote.c (remote_get_tracepoint_status): Likewise.
7300         * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
7301         * tracefile.c (tracefile_fetch_registers): Likewise.
7302         * tracepoint.c (actions_command): Likewise.
7303         (validate_actionline): Likewise.
7304         (tfind_1): Likewise.
7305         (get_traceframe_location): Likewise.
7306         (find_matching_tracepoint_location): Likewise.
7307         (parse_tracepoint_status): Likewise.
7308         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
7309
7310 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
7311
7312         * breakpoint.c (struct longjmp_breakpoint): New struct.
7313         (is_tracepoint_type): Change return type to bool.
7314         (is_longjmp_type): New function.
7315         (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
7316         (set_raw_breakpoint_without_location): Use
7317         new_breakpoint_from_type.
7318         (set_raw_breakpoint): Likewise.
7319
7320 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
7321
7322         * breakpoint.c (new_breakpoint_from_type): New function.
7323         (create_breakpoint_sal): Use new_breakpoint_from_type and
7324         unique_ptr.
7325         (create_breakpoint): Likewise.
7326
7327 2017-05-31  Simon Marchi  <simon.marchi@ericsson.com>
7328
7329         * memattr.c (mem_info_command): Rename to ...
7330         (info_mem_command): ... this.
7331         (mem_enable_command): Rename to ...
7332         (enable_mem_command): ... this.
7333         (mem_disable_command): Rename to ...
7334         (disable_mem_command): ... this.
7335         (mem_delete_command): Rename to ...
7336         (delete_mem_command): ... this.
7337         (_initialize_mem): Adjust function names.
7338
7339 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
7340
7341         * btrace.c (handle_pt_insn_events): New.
7342         (ftrace_add_pt): Call handle_pt_insn_events.  Rename ERRCODE into
7343         STATUS.  Split into this and ...
7344         (handle_pt_insn_event_flags): ... this.
7345
7346 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
7347
7348         * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
7349         and struct pt_insn.resynced.
7350         * configure: Regenerated.
7351         * config.in: Regenerated.
7352
7353 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7354
7355         * btrace.c (ftrace_find_call_by_number): New function.
7356         (ftrace_new_function): Store objects, not pointers.
7357         (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
7358         ftrace_new_gap, ftrace_update_function,
7359         ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
7360         btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
7361         btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
7362         btrace_ends_with_single_insn, btrace_call_get): Account for
7363         btrace_thread_info::functions now storing objects.
7364         * btrace.h (struct btrace_thread_info): Add constructor.
7365         (struct btrace_thread_info) <functions>: Make std::vector.
7366         (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
7367         Initialize with default values.
7368         * record-btrace.c (record_btrace_frame_sniffer): Account for
7369         btrace_thread_info::functions now storing objects.
7370
7371 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7372
7373         * btrace.c: Remove typedef bfun_s.
7374         (ftrace_new_gap): Directly add gaps to the list of gaps.
7375         (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
7376         ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
7377         btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
7378         instead of gdb VEC.
7379
7380 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7381
7382         * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
7383         ftrace_bridge_gap): Replace references to btrace_thread_info::segment
7384         with btrace_thread_info::next_segment and
7385         btrace_thread_info::prev_segment.
7386         * btrace.h: Remove struct btrace_func_link.
7387         (struct btrace_function): Replace pair of function segment pointers
7388         with pair of indices.
7389         * python/py-record-btrace.c (btpy_call_prev_sibling,
7390         btpy_call_next_sibling): Replace references to
7391         btrace_thread_info::segment with btrace_thread_info::next_segment and
7392         btrace_thread_info::prev_segment.
7393         * record-btrace.c (record_btrace_frame_this_id): Use
7394         btrace_find_call_by_number.
7395
7396 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7397
7398         * btrace.c (ftrace_new_function, ftrace_fixup_level,
7399         ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
7400         btrace_insn_next, btrace_insn_prev): Remove references to
7401         btrace_thread_info::flow.
7402         * btrace.h (struct btrace_function): Remove FLOW.
7403
7404 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7405
7406         * btrace.c (ftrace_find_call_by_number): New function.
7407         (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
7408         ftrace_get_caller, ftrace_find_call, ftrace_new_return,
7409         ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
7410         ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
7411         index.
7412         * btrace.h (struct btrace_function): Turn UP into an index.
7413         * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
7414         as an index.
7415         * record-btrace.c (record_btrace_frame_unwind_stop_reason,
7416         record_btrace_frame_prev_register, record_btrace_frame_sniffer,
7417         record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
7418
7419 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7420
7421         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
7422         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
7423         ftrace_update_function, ftrace_compute_global_level_offset,
7424         btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
7425         btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
7426         btrace_insn_end, btrace_is_empty): Remove references to
7427         btrace_thread_info::begin and btrace_thread_info::end.
7428         * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
7429         (struct btrace_thread_info) <functions>: Adjust comment.
7430         * record-btrace.c (record_btrace_start_replaying): Remove reference to
7431         btrace_thread_info::begin.
7432
7433 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7434
7435         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
7436         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
7437         ftrace_update_function): Remove arguments that implicitly were always
7438         BTINFO->END.
7439         (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
7440         Don't pass BTINFO->END.
7441
7442 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7443
7444         * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
7445         btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
7446         btrace_find_insn_by_number): Replace function segment pointer with
7447         index.
7448         (btrace_insn_cmp): Simplify.
7449         * btrace.h: (struct btrace_insn_iterator) Rename index to
7450         insn_index.  Replace function segment pointer with index into function
7451         segment vector.
7452         * record-btrace.c (record_btrace_call_history): Replace function
7453         segment pointer use with index.
7454         (record_btrace_frame_sniffer): Retrieve function call segment through
7455         vector.
7456         (record_btrace_set_replay): Remove defunc't safety check.
7457
7458 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7459
7460         * btrace.c (btrace_ends_with_single_insn): New function.
7461         (btrace_call_get, btrace_call_number, btrace_call_begin,
7462         btrace_call_end, btrace_call_next, btrace_call_prev,
7463         btrace_find_call_by_number): Use index into call segment vector
7464         instead of pointer.
7465         (btrace_call_cmp): Simplify.
7466         * btrace.h (struct btrace_call_iterator): Replace function call segment
7467         pointer with index into vector.
7468         * record-btrace.c (record_btrace_call_history): Use index instead of
7469         pointer.
7470
7471 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7472
7473         * btrace.c (btrace_insn_begin, btrace_insn_end,
7474         btrace_find_insn_by_number): Add btinfo to iterator.
7475         * btrace.h (struct btrace_insn_iterator): Add btinfo.
7476
7477 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7478
7479         * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
7480         and save pointers directly.
7481         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
7482         ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
7483         ftrace_add_pt): Add btrace_thread_info to arguments.  Adjust for
7484         changed signature of functions.
7485         (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
7486         (btrace_fetch): Remove code that adds btrace_function pointers to
7487         vector of btrace_functions.
7488         (btrace_clear): Simplify freeing vector of btrace_functions.
7489
7490 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
7491
7492         * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
7493         Replace VEC_* with std::vector functions.
7494         * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
7495         (struct btrace_thread_info)<functions>: Change type to std::vector.
7496
7497 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
7498
7499         * NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
7500         "Removed targets and native configurations" up.  Merge duplicate
7501         "New commands" sub-sections.  Add "New options" sub-sections.
7502
7503 2017-05-26  Alan Hayward  <alan.hayward@arm.com>
7504
7505         * defs.h (copy_integer_to_size): New declaration.
7506         * findvar.c (copy_integer_to_size): New function.
7507         (do_cint_test): New selftest function.
7508         (copy_integer_to_size_test): Likewise.
7509         (_initialize_findvar): Likewise.
7510         * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
7511         (mips_fbsd_collect_reg): Use raw_collect_integer.
7512         * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
7513         (mips64_fill_gregset): Use raw_collect_integer
7514         (mips64_fill_fpregset): Use raw_supply_integer.
7515         * regcache.c (regcache::raw_supply_integer): New function.
7516         (regcache::raw_collect_integer): Likewise.
7517         * regcache.h: (regcache::raw_supply_integer): New declaration.
7518         (regcache::raw_collect_integer): Likewise.
7519
7520 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7521
7522         * Makefile.in (SFILES): Add gdbarch-selftests.c.
7523         (COMMON_OBS): Add gdbarch-selftests.o.
7524         * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
7525         * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
7526         * gdbarch-selftests.c: New file.
7527         * regcache.h (regcache) <~regcache>: Mark it virtual if
7528         GDB_SELF_TEST.
7529         <raw_write>: Likewise.
7530
7531 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7532
7533         * regcache.c (current_regcache): Change it to
7534         regcache::current_regcache.
7535         (regcache_observer_target_changed): Update.
7536         (regcache_thread_ptid_changed): Make it a regcache static
7537         method.
7538         (regcache_thread_ptid_changed): Update.
7539         (class regcache_access): New.
7540         (current_regcache_test): Update.
7541         (_initialize_regcache): Update.
7542         * regcache.h: Include forward_list.
7543         (regcache): Declare regcache_thread_ptid_changed and declare
7544         registers_changed_ptid as friend.
7545
7546 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7547
7548         * i387-tdep.c (i387_register_to_value): Use register_size
7549         instead of TYPE_LENGTH.
7550         * m68k-tdep.c (m68k_register_to_value): Likewise.
7551
7552 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7553
7554         * i387-tdep.c (i387_convert_register_p): Return false if type
7555         code isn't TYPE_CODE_FLT.
7556
7557 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7558
7559         * alpha-tdep.c (alpha_convert_register_p): Return true if type
7560         length is 4.
7561         (alpha_register_to_value): Remove type length check.
7562         (alpha_value_to_register): Likewise.
7563
7564 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7565
7566         * ia64-tdep.c (ia64_convert_register_p): Check type's code is
7567         TYPE_CODE_FLT.
7568
7569 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7570
7571         * m68k-tdep.c (m68k_convert_register_p): Check type's code is
7572         TYPE_CODE_FLT or not.
7573
7574 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7575
7576         * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
7577         * avr-tdep.c (avr_gdbarch_init): Likewise.
7578         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
7579         * cris-tdep.c (cris_gdbarch_init): Likewise.
7580         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
7581         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
7582         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7583         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7584         * mep-tdep.c (mep_gdbarch_init): Likewise.
7585         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
7586         * mips-tdep.c (mips_gdbarch_init): Likewise.
7587         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7588         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7589         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
7590         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
7591         * v850-tdep.c (v850_gdbarch_init): Likewise.
7592
7593 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7594
7595         * selftest-arch.c (tests_with_arch): Call registers_changed
7596         and reinit_frame_cache.
7597         * selftest.c (run_self_tests): Likewise.
7598
7599 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7600
7601         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
7602         (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
7603
7604 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7605
7606         * rl78-tdep.c (rl78_gdbarch_init): Don't call
7607         set_gdbarch_print_insn.
7608
7609 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7610
7611         * h8300-tdep.c (h8300_gdbarch_init): Don't call
7612         set_gdbarch_print_insn.
7613
7614 2017-05-24  Yao Qi  <yao.qi@linaro.org>
7615
7616         * alpha-tdep.c (alpha_gdbarch_init): Don't call
7617         set_gdbarch_print_insn.
7618         * arc-tdep.c (arc_gdbarch_init): Likewise.
7619         * arch-utils.c: include dis-asm.h.
7620         (default_print_insn): New function.
7621         * arch-utils.h (default_print_insn): Declare.
7622         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
7623         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
7624         * cris-tdep.c (cris_delayed_get_disassembler): Remove.
7625         (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
7626         * frv-tdep.c (frv_gdbarch_init): Likewise.
7627         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
7628         * gdbarch.sh (print_insn): Use default_print_insn.
7629         * gdbarch.c: Regenerated.
7630         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
7631         * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
7632         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
7633         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
7634         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7635         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
7636         (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
7637         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7638         * m88k-tdep.c (m88k_gdbarch_init): Likewise.
7639         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
7640         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7641         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7642         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
7643         * mt-tdep.c (mt_gdbarch_init): Likewise.
7644         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
7645         * nios2-tdep.c (nios2_print_insn): Remove.
7646         (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
7647         * rx-tdep.c (rx_gdbarch_init): Likewise.
7648         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7649         * score-tdep.c (score_print_insn): Remove.
7650         (score_gdbarch_init): Don't call set_gdbarch_print_insn.
7651         * sh-tdep.c (sh_gdbarch_init): Likewise.
7652         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
7653         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
7654         * tic6x-tdep.c (tic6x_print_insn): Remove.
7655         (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
7656         * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
7657         * v850-tdep.c (v850_gdbarch_init): Likewise.
7658         * vax-tdep.c (vax_gdbarch_init): Likewise.
7659         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7660         * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
7661
7662 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
7663
7664         * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
7665         (MIPS_FP0_REGNUM): Remove.
7666         (MIPS_FSR_REGNUM): Remove.
7667         (mips_fbsd_supply_fpregs): Use mips_regnum.
7668         (mips_fbsd_supply_gregs): Likewise.
7669         (mips_fbsd_collect_fpregs): Likewise.
7670         (mips_fbsd_collect_gregs): Likewise.
7671
7672 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
7673
7674         * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
7675         (getpfpregs_supplies): New function.
7676         (mips_fbsd_fetch_inferior_registers): Remove early exit and use
7677         getfpregs_supplies.
7678         (mips_fbsd_store_inferior_registers): Likewise.
7679
7680 2017-05-22  Pedro Alves <palves@redhat.com>
7681
7682         * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
7683         maintainer.
7684
7685 2017-05-22  Alan Hayward  <alan.hayward@arm.com>
7686
7687         * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
7688         (store_register): Likewise.
7689         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
7690         (get_decimal_float_return_value): Likewise.
7691         (do_ppc_sysv_return_value): Likewise.
7692         (ppc64_sysv_abi_push_integer): Likewise.
7693         (ppc64_sysv_abi_push_freg): Likewise.
7694         (ppc64_sysv_abi_return_value_base): Likewise.
7695         (ppc64_sysv_abi_return_value): Likewise.
7696         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
7697         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
7698         * rs6000-nat.c: Likewise.
7699         * rs6000-tdep.c (rs6000_register_to_value): Likewise.
7700         (rs6000_value_to_register): Likewise.
7701         * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
7702
7703 2017-05-21  Tom Tromey  <tom@tromey.com>
7704
7705         PR rust/21466:
7706         * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
7707         arrays as "[T]", not "[T; ]".
7708
7709 2017-05-19  Tom Tromey  <tom@tromey.com>
7710
7711         PR rust/21484:
7712         * rust-lang.c (exp_descriptor_rust): New function.
7713         (rust_language_defn): Use it.
7714         * p-lang.c (pascal_language_defn): Update.
7715         * opencl-lang.c (opencl_language_defn): Update.
7716         * objc-lang.c (objc_language_defn): Update.
7717         * m2-lang.c (m2_language_defn): Update.
7718         * language.h (struct language_defn)
7719         <la_watch_location_expression>: New member.
7720         * language.c (unknown_language_defn, auto_language_defn)
7721         (local_language_defn): Update.
7722         * go-lang.c (go_language_defn): Update.
7723         * f-lang.c (f_language_defn): Update.
7724         * d-lang.c (d_language_defn): Update.
7725         * c-lang.h (c_watch_location_expression): Declare.
7726         * c-lang.c (c_watch_location_expression): New function.
7727         (c_language_defn, cplus_language_defn, asm_language_defn)
7728         (minimal_language_defn): Use it.
7729         * breakpoint.c (watch_command_1): Call
7730         la_watch_location_expression.
7731         * ada-lang.c (ada_language_defn): Update.
7732
7733 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7734
7735         PR tui/21482
7736         * gdb_curses.h (NOMACROS): Define.
7737         (NCURSES_NOMACROS): Define.
7738
7739 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7740
7741         PR tui/21482
7742         * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
7743         arg to char *.
7744         * tui/tui-wingeneral.c (box_win): Likewise.
7745         * tui/tui-winsource.c (tui_erase_source_content): Likewise.
7746         (tui_show_source_line): Likewise.
7747         (tui_show_exec_info_content): Likewise.
7748
7749 2017-05-19  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
7750
7751         * sparc-tdep.c (sparc_structure_return_p)
7752         (sparc_arg_on_registers_p): New functions.
7753         (sparc32_store_arguments): Use them.
7754         * sparc64-tdep.c (sparc64_16_byte_align_p)
7755         (sparc64_store_floating_fields, sparc64_extract_floating_fields):
7756         Handle TYPE_CODE_ARRAY.
7757
7758 2017-05-17  Yao Qi  <yao.qi@linaro.org>
7759
7760         * cli/cli-decode.c (add_alias_cmd): New function.
7761         * command.h (add_alias_cmd): Declare.
7762         * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
7763         instead call add_alias_cmd.
7764
7765 2017-05-17  Pedro Alves  <palves@redhat.com>
7766
7767         * Makefile.in (nat_extra_makefile_frag): Rename to ...
7768         (nat_makefile_frag): ... this.  All references updated.
7769         * configure.ac: Likewise.
7770         * configure.nat: Likewise.  Enhance comments.
7771         * configure: Regenerate.
7772
7773 2017-05-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7774
7775         * procfs.c (procfs_create_inferior): Change prototype to match
7776         definition.
7777
7778 2017-05-13  Eli Zaretskii  <eliz@gnu.org>
7779
7780         * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
7781         C++ compiler warning.
7782
7783 2017-05-12  Tom Tromey  <tom@tromey.com>
7784
7785         PR rust/21483:
7786         * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
7787         recurse, just call value_struct_elt directly.
7788
7789 2017-05-12  Tom Tromey  <tom@tromey.com>
7790
7791         * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
7792         OP_RUST_ARRAY>: Fix.
7793
7794 2017-05-12  Tom Tromey  <tom@tromey.com>
7795
7796         * rust-lang.c (rust_print_subexp): Replace "return" with "break".
7797
7798 2017-05-09  Yao Qi  <yao.qi@linaro.org>
7799
7800         * regcache.c: Include <forward_list>.
7801         (struct regcache_list): Remove.
7802         (current_regcache): Update.
7803         (get_thread_arch_aspace_regcache): Update for std::forward_list.
7804         (regcache_thread_ptid_changed): Likewise.
7805         (registers_changed_ptid): Likewise.
7806         (current_regcache_size): Likewise.
7807
7808 2017-05-09  Yao Qi  <yao.qi@linaro.org>
7809
7810         * regcache.c [GDB_SELF_TEST]: Include selftest.h.
7811         (current_regcache_size): New function.
7812         (current_regcache_test): New function.
7813         (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
7814
7815 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
7816
7817         * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
7818         (print_gp_register_row): Use get_frame_register_value.
7819
7820 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
7821
7822         * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
7823         (mips_supply_fpregset): Likewise.
7824         (mips64_supply_gregset): Likewise.
7825
7826 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
7827
7828         * mn10300-linux-tdep.c (am33_supply_gregset_method): Use 
7829         regcache->raw_supply_zeroed.
7830
7831 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7832
7833         * configure.nat: Rearrange 'case' statements to match
7834         host before cpu.
7835
7836 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
7837
7838         * Makefile.in: Remove "@host_makefile_frag@".  Add variables
7839         NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
7840         NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST.  Add
7841         "@nat_extra_makefile_frag@".
7842         (Makefile): Remove dependency on "@frags@".
7843         ($(GNULIB_BUILDDIR)/Makefile): Likewise.
7844         (data-directory/Makefile): Likewise.
7845         * config/aarch64/linux.mh: Deleted; moved contents to
7846         "gdb/configure.nat".
7847         * config/alpha/alpha-linux.mh: Likewise.
7848         * config/alpha/nbsd.mh: Likewise.
7849         * config/arm/linux.mh: Likewise.
7850         * config/arm/nbsdelf.mh: Likewise.
7851         * config/i386/cygwin.mh: Likewise.
7852         * config/i386/cygwin64.mh: Likewise.
7853         * config/i386/darwin.mh: Likewise.
7854         * config/i386/fbsd.mh: Likewise.
7855         * config/i386/fbsd64.mh: Likewise.
7856         * config/i386/go32.mh: Likewise.
7857         * config/i386/i386gnu.mh: Likewise.
7858         * config/i386/i386sol2.mh: Likewise.
7859         * config/i386/linux.mh: Likewise.
7860         * config/i386/linux64.mh: Likewise.
7861         * config/i386/mingw.mh: Likewise.
7862         * config/i386/mingw64.mh: Likewise.
7863         * config/i386/nbsd64.mh: Likewise.
7864         * config/i386/nbsdelf.mh: Likewise.
7865         * config/i386/nto.mh: Likewise.
7866         * config/i386/obsd.mh: Likewise.
7867         * config/i386/obsd64.mh: Likewise.
7868         * config/i386/sol2-64.mh: Likewise.
7869         * config/ia64/linux.mh: Likewise.
7870         * config/m32r/linux.mh: Likewise.
7871         * config/m68k/linux.mh: Likewise.
7872         * config/m68k/nbsdelf.mh: Likewise.
7873         * config/m68k/obsd.mh: Likewise.
7874         * config/m88k/obsd.mh: Likewise.
7875         * config/mips/fbsd.mh: Likewise.
7876         * config/mips/linux.mh: Likewise.
7877         * config/mips/nbsd.mh: Likewise.
7878         * config/mips/obsd64.mh: Likewise.
7879         * config/pa/linux.mh: Likewise.
7880         * config/pa/nbsd.mh: Likewise.
7881         * config/pa/obsd.mh: Likewise.
7882         * config/powerpc/aix.mh: Likewise.
7883         * config/powerpc/fbsd.mh: Likewise.
7884         * config/powerpc/linux.mh: Likewise.
7885         * config/powerpc/nbsd.mh: Likewise.
7886         * config/powerpc/obsd.mh: Likewise.
7887         * config/powerpc/ppc64-linux.mh: Likewise.
7888         * config/powerpc/spu-linux.mh: Likewise.
7889         * config/s390/linux.mh: Likewise.
7890         * config/sh/nbsd.mh: Likewise.
7891         * config/sparc/fbsd.mh: Likewise.
7892         * config/sparc/linux.mh: Likewise.
7893         * config/sparc/linux64.mh: Likewise.
7894         * config/sparc/nbsd64.mh: Likewise.
7895         * config/sparc/nbsdelf.mh: Likewise.
7896         * config/sparc/obsd64.mh: Likewise.
7897         * config/sparc/sol2.mh: Likewise.
7898         * config/tilegx/linux.mh: Likewise.
7899         * config/vax/nbsdelf.mh: Likewise.
7900         * config/vax/obsd.mh: Likewise.
7901         * config/xtensa/linux.mh: Likewise.
7902         * config/i386/i386gnu.mn: New file, with excerpts from
7903         "config/i386/i386gnu.mh".
7904         * configure: Regenerate.
7905         * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
7906         *.mh files under "gdb/config".
7907         * configure.nat: New file, with contents from the
7908         "gdb/config/*/*.mh" files.
7909
7910 2017-05-05  Tim Wiederhake  <tim.wiederhake@intel.com>
7911
7912         * btrace.c (btrace_clear): Free insn vector.
7913
7914 2017-05-05  Pedro Alves  <palves@redhat.com>
7915
7916         * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
7917         * configure: Regenerate.
7918
7919 2017-05-04  Pedro Alves  <palves@redhat.com>
7920
7921         * Makefile.in (SFILES): Add progspace-and-thread.c.
7922         (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
7923         (COMMON_OBS): Add progspace-and-thread.o.
7924         * breakpoint.c: Include "progspace-and-thread.h".
7925         (update_inserted_breakpoint_locations)
7926         (insert_breakpoint_locations, create_longjmp_master_breakpoint):
7927         Use scoped_restore_current_pspace_and_thread.
7928         (create_std_terminate_master_breakpoint): Use
7929         scoped_restore_current_program_space.
7930         (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
7931         (print_breakpoint_location): Use
7932         scoped_restore_current_program_space.
7933         (bp_loc_is_permanent): Use
7934         scoped_restore_current_pspace_and_thread.
7935         (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
7936         (download_tracepoint_locations): Use
7937         scoped_restore_current_pspace_and_thread.
7938         (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
7939         * exec.c (exec_close_1): Use scoped_restore_current_program_space.
7940         (enum step_over_calls_kind): Moved from inferior.h.
7941         (class scoped_restore_current_thread): New class.
7942         * gdbthread.h (make_cleanup_restore_current_thread): Delete
7943         declaration.
7944         (scoped_restore_current_thread): New class.
7945         * infcmd.c: Include "common/gdb_optional.h".
7946         (continue_1, proceed_after_attach): Use
7947         scoped_restore_current_thread.
7948         (notice_new_inferior): Use scoped_restore_current_thread.
7949         * inferior.c: Include "progspace-and-thread.h".
7950         (restore_inferior, save_current_inferior): Delete.
7951         (add_inferior_command, clone_inferior_command): Use
7952         scoped_restore_current_pspace_and_thread.
7953         * inferior.h (scoped_restore_current_inferior): New class.
7954         * infrun.c: Include "progspace-and-thread.h" and
7955         "common/gdb_optional.h".
7956         (follow_fork_inferior): Use
7957         scoped_restore_current_pspace_and_thread.
7958         (scoped_restore_exited_inferior): New class.
7959         (handle_vfork_child_exec_or_exit): Use
7960         scoped_restore_exited_inferior,
7961         scoped_restore_current_pspace_and_thread,
7962         scoped_restore_current_thread and scoped_restore.
7963         (fetch_inferior_event): Use scoped_restore_current_thread.
7964         * linespec.c (decode_line_full, decode_line_1): Use
7965         scoped_restore_current_program_space.
7966         * mi/mi-main.c: Include "progspace-and-thread.h".
7967         (exec_continue): Use scoped_restore_current_thread.
7968         (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
7969         (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
7970         * proc-service.c (ps_pglobal_lookup): Use
7971         scoped_restore_current_program_space.
7972         * progspace-and-thread.c: New file.
7973         * progspace-and-thread.h: New file.
7974         * progspace.c (release_program_space, clone_program_space): Use
7975         scoped_restore_current_program_space.
7976         (restore_program_space, save_current_program_space)
7977         (save_current_space_and_thread): Delete.
7978         (switch_to_program_space_and_thread): Moved to
7979         progspace-and-thread.c.
7980         * progspace.h (save_current_program_space)
7981         (save_current_space_and_thread): Delete declarations.
7982         (scoped_restore_current_program_space): New class.
7983         * remote.c (remote_btrace_maybe_reopen): Use
7984         scoped_restore_current_thread.
7985         * symtab.c: Include "progspace-and-thread.h".
7986         (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
7987         * thread.c (print_thread_info_1): Use
7988         scoped_restore_current_thread.
7989         (struct current_thread_cleanup): Delete.
7990         (do_restore_current_thread_cleanup)
7991         (restore_current_thread_cleanup_dtor): Rename/convert both to ...
7992         (scoped_restore_current_thread::~scoped_restore_current_thread):
7993         ... this new dtor.
7994         (make_cleanup_restore_current_thread): Rename/convert to ...
7995         (scoped_restore_current_thread::scoped_restore_current_thread):
7996         ... this new ctor.
7997         (thread_apply_all_command): Use scoped_restore_current_thread.
7998         (thread_apply_command): Use scoped_restore_current_thread.
7999         * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
8000         * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
8001
8002 2017-05-04  Pedro Alves  <palves@redhat.com>
8003
8004         * thread.c (make_cleanup_restore_current_thread): Move
8005         find_thread_ptid call before the is_stopped call.  Assert that the
8006         thread is found.  Replace is_stopped call by checking the thread's
8007         state directly.  Remove unnecessary NULL-thread check.
8008
8009 2017-05-04  Pedro Alves  <palves@redhat.com>
8010
8011         * corelow.c (thread_section_name): New class.
8012         (get_core_register_section, get_core_siginfo): Use it.
8013
8014 2017-05-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8015
8016         * corelow.c (sniff_core_bfd): Remove extra semicolon.
8017         (get_core_register_section): Remove xfree of NULL pointer.
8018
8019 2017-05-03  Alan Hayward  <alan.hayward@arm.com>
8020
8021         * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
8022         * regcache.c (regcache::raw_supply_zeroed): New function.
8023         * regcache.h (regcache::raw_supply_zeroed): New declaration.
8024
8025 2017-05-03  Simon Marchi  <simon.marchi@ericsson.com>
8026
8027         * gdbarch.sh: Remove commented out definition of
8028         TARGET_CHAR_BIT.
8029         * gdbarch.h: Re-generate.
8030
8031 2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
8032
8033         * configure: Regenerate.
8034
8035 2017-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8036
8037         * solib-target.c (solib_target_relocate_section_addresses):
8038         Remove num_section_bases, num_bases, segment_bases variables.
8039
8040 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
8041
8042         * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
8043
8044 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
8045
8046         * solib-target.c: Include <vector>
8047         (struct lm_info_target) <~lm_info_target>: Remove.
8048         <segment_bases, section_bases>: Change type to
8049         std::vector<CORE_ADDR>.
8050         (library_list_start_segment, library_list_start_section,
8051         library_list_end_library,
8052         solib_target_relocate_section_addresses): Adjust.
8053
8054 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
8055
8056         * gdbarch.sh (software_single_step): Change return type to
8057         std::vector<CORE_ADDR>.
8058         * gdbarch.c, gdbarch.h: Re-generate.
8059         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
8060         Adjust.
8061         (arm_deal_with_atomic_sequence_raw): Adjust.
8062         (thumb_get_next_pcs_raw): Adjust.
8063         (arm_get_next_pcs_raw): Adjust.
8064         (arm_get_next_pcs): Adjust.
8065         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
8066         * aarch64-tdep.c (aarch64_software_single_step): Adjust.
8067         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
8068         (alpha_software_single_step): Adjust.
8069         * alpha-tdep.h (alpha_software_single_step): Adjust.
8070         * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
8071         * arm-tdep.c (arm_software_single_step): Adjust.
8072         (arm_breakpoint_kind_from_current_state): Adjust.
8073         * arm-tdep.h (arm_software_single_step): Adjust.
8074         * breakpoint.c (insert_single_step_breakpoint): Adjust.
8075         * cris-tdep.c (cris_software_single_step): Adjust.
8076         * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
8077         (micromips_deal_with_atomic_sequence): Adjust.
8078         (deal_with_atomic_sequence): Adjust.
8079         (mips_software_single_step): Adjust.
8080         * mips-tdep.h (mips_software_single_step): Adjust.
8081         * moxie-tdep.c (moxie_software_single_step): Adjust.
8082         * nios2-tdep.c (nios2_software_single_step): Adjust.
8083         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
8084         * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
8085         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
8086         * s390-linux-tdep.c (s390_software_single_step): Adjust.
8087         * sparc-tdep.c (sparc_software_single_step): Adjust.
8088         * spu-tdep.c (spu_software_single_step): Adjust.
8089         * tic6x-tdep.c (tic6x_software_single_step): Adjust.
8090
8091 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
8092
8093         * gdbarch.sh: Use semi-colon as field separator instead of colon.
8094         * gdbarch.h: Re-generate.
8095
8096 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8097
8098         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
8099         (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
8100         * python/py-instruction.c, python/py-instruction.h: New file.
8101         * python/py-record.c: Add py-instruction.h include.
8102         (gdbpy_initialize_record): Make gdb.Instruction a super class of
8103         gdb.RecordInstruction.
8104         * python/python-internal.h: Add gdbpy_initialize_instruction
8105         declaration.
8106         * python/python.c (do_start_initialization): Add
8107         gdbpy_initialize_instruction.
8108
8109 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8110
8111         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
8112         Remove.
8113         (btrace_func_from_recpy_func): New function.
8114         (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
8115         (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
8116         btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
8117         (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
8118         recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
8119         Also, use new helper functions.
8120         (btpy_list_item): Use new helper functions.
8121         (recpy_bt_function_call_history): Use new type name.
8122         (btpy_call_getset): Remove.
8123         (gdbpy_initialize_btrace): Remove code to initialize
8124         gdb.BtraceFunctionCall.
8125         * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
8126         recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
8127         recpy_bt_func_prev, recpy_bt_func_next): New export.
8128         * python/py-record.c (recpy_func_type): New static object.
8129         (recpy_func_new, recpy_func_level, recpy_func_symbol,
8130         recpy_func_instructions, recpy_func_up, recpy_func_prev,
8131         recpy_func_next): New function.
8132         (recpy_element_hash, recpy_element_richcompare): Updated comment.
8133         (recpy_func_getset): New static object.
8134         (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
8135         * python/py-record.h (recpy_func_type, recpy_func_new): New export.
8136
8137 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8138
8139         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
8140         (btpy_object, btpy_insn_type, btpy_new): Remove.
8141         (btpy_list_object): Use gdb.RecordInstruction type instead of
8142         gdb.BtraceInstruction type.
8143         (btrace_insn_from_recpy_insn): New function.
8144         (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
8145         btpy_new.
8146         (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
8147         (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
8148         btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
8149         btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
8150         instead of btpy_object.
8151         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
8152         btpy_insn_data, btpy_insn_decode): Rename to ...
8153         (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
8154         recpy_bt_insn_is_speculative, recpy_bt_insn_data,
8155         recpy_bt_insn_decode): This.  Also, use new helper functions.
8156         (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
8157         recpy_insn_type.
8158         (btpy_insn_getset): Remove.
8159         (gdbpy_initialize_btrace): Remove code to initialize
8160         gdb.BtraceInstruction.  Use recpy_element_object.
8161         * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
8162         recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
8163         recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
8164         * python/py-record.c (recpy_insn_type): New static object.
8165         (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
8166         recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
8167         recpy_element_number, recpy_element_hash, recpy_element_richcompare):
8168         New function.
8169         (recpy_insn_getset): New static object.
8170         (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
8171         * python/py-record.h (recpy_element_object): New typedef.
8172         (recpy_insn_type, recpy_insn_new): New export.
8173
8174 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8175
8176         * py-record-btrace.c (btpy_insn_new): Removed.
8177         (btpy_insn_or_gap_new): New function.
8178         (btpy_insn_error): Removed.
8179         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
8180         btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
8181         (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
8182         btpy_insn_or_gap_new instead of btpy_insn_new.
8183         (btpy_insn_getset): Remove btpy_insn_error.
8184         * py-record.c (recpy_gap_type): New static object.
8185         (recpy_gap_object): New typedef.
8186         (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
8187         recpy_gap_reason_string): New function.
8188         (recpy_gap_getset): New static object.
8189         (gdbpy_initialize_record): Initialize gdb.RecordGap type.
8190         * py-record.h (recpy_gap_new): New export.
8191
8192 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8193
8194         * python/py-record.c (recpy_ptid): Remove.
8195         (recpy_record_getset): Remove recpy_ptid.
8196
8197 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8198
8199         * btrace.c (btrace_fetch): Set inferior_ptid.
8200         * python/py-record-btrace.c: Add "py-record.h" include.
8201         (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
8202         recpy_bt_end, recpy_bt_instruction_history,
8203         recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
8204         in gdb.Record object instead of current ptid.
8205         * python/py-record.c: Include new "py-record.h" file.
8206         (recpy_record_object): Moved to py-record.h.
8207         * python/py-record.h: New file.
8208
8209 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
8210
8211         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
8212         BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
8213         indentation.
8214
8215 2017-05-01  Joel Brobecker  <brobecker@adacore.com>
8216
8217         * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
8218         the past maintainers section.
8219
8220 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8221
8222         * infcmd.c (get_return_value): Use regcache ctor, and remove
8223         cleanup.
8224
8225 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8226             Pedro Alves  <palves@redhat.com>
8227
8228         * regcache.c (regcache::regcache): New tag dispatch ctor.
8229         (do_cooked_read): Moved above.
8230         (regcache_dup): Use the tag dispatch ctor..
8231         * regcache.h (regcache): Declare ctor, delete copy ctor and
8232         assignment operator, remove friend regcache_dup.
8233
8234 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8235
8236         * regcache.c (regcache_dup): Assert !src->m_readonly_p and
8237         call method save instead of regcache_cpy.
8238         * regcache.h (struct regcache): Make regcache_dup a friend.
8239
8240 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8241
8242         * regcache.c (struct regcache): Move to regcache.h
8243         (regcache::arch): New method.
8244         (regcache_get_ptid): Update.
8245         (get_regcache_arch): Call arch method.
8246         (get_regcache_aspace): Call method aspace.
8247         (register_buffer): Change it to method.
8248         (regcache_save): Change it to regcache::save.
8249         (regcache_restore): Likewise.
8250         (regcache_cpy_no_passthrough): Remove the declaration.
8251         (regcache_cpy): Call methods restore and cpy_no_passthrough.
8252         (regcache_cpy_no_passthrough): Change it to method
8253         cpy_no_passthrough.
8254         (regcache_register_status): Change it to method
8255         get_register_status.
8256         (regcache_invalidate): Change it to method invalidate.
8257         (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
8258         (regcache_raw_update): Change it to method raw_update.
8259         (regcache_raw_read): Likewise.
8260         (regcache_raw_read_signed): Likewise.
8261         (regcache_raw_read_unsigned): Likewise.
8262         (regcache_raw_write_signed): Likewise.
8263         (regcache_raw_write_unsigned): Likewise.
8264         (regcache_cooked_read): Likewise.
8265         (regcache_cooked_read_value): Likewise.
8266         (regcache_cooked_read_signed): Likewise.
8267         (regcache_cooked_read_unsigned): Likewise.
8268         (regcache_cooked_write_signed): Likewise.
8269         (regcache_cooked_write_unsigned): Likewise.
8270         (regcache_raw_set_cached_value): Likewise.
8271         (regcache_raw_write): Likewise.
8272         (regcache_cooked_write): Likewise.
8273         (regcache_xfer_part): Likewise.
8274         (regcache_raw_read_part): Likewise.
8275         (regcache_raw_write_part): Likewise.
8276         (regcache_cooked_read_part): Likewise.
8277         (regcache_cooked_write_part): Likewise.
8278         (regcache_raw_supply): Likewise.
8279         (regcache_raw_collect): Likewise.
8280         (regcache_transfer_regset): Likewise.
8281         (regcache_supply_regset): Likewise.
8282         (regcache_collect_regset): Likewise.
8283         (regcache_debug_print_register): Likewise.
8284         (enum regcache_dump_what): Move it to regcache.h.
8285         (regcache_dump): Change it to method dump.
8286         * regcache.h (enum regcache_dump_what): New.
8287         (class regcache): New.
8288         * target.c (target_fetch_registers): Call method
8289         debug_print_register.
8290         (target_store_registers): Likewise.
8291
8292 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8293
8294         * windows-nat.c (struct lm_info_windows): Initialize field.
8295         (windows_make_so): Allocate lm_info_windows with new.
8296         (windows_free_so): Free lm_info_windows with delete.
8297
8298 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8299
8300         * solib-darwin.c (struct lm_info_darwin): Initialize field.
8301         (darwin_current_sos): Allocate lm_info_darwin with new, remove
8302         cleanup.
8303         (darwin_free_so): Free lm_info_darwin with delete.
8304
8305 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8306
8307         * solib-svr4.h (struct lm_info_svr4): Initialize fields.
8308         <l_addr_p>: Change type to bool.
8309         * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
8310         (svr4_free_so): Free lm_info_svr4 with delete.
8311         (svr4_copy_library_list): Replace memcpy with call to copy
8312         constructor.
8313         (library_list_start_library, svr4_default_sos): Allocate
8314         lm_info_svr4 with new.
8315
8316 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8317
8318         * solib-target.c (struct lm_info_target): Add destructor,
8319         initialize fields.
8320         <name>: Change type to std::string.
8321         (library_list_start_library): Allocate lm_info_target with new.
8322         (solib_target_free_library_list): Free lm_info_target with
8323         delete.
8324         (solib_target_current_sos): Adapt to std::string.
8325         (solib_target_free_so): Free lm_info_target with delete.
8326
8327 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8328
8329         * solib-frv.c (struct lm_info_frv): Add destructor, initialize
8330         fields.
8331         (frv_current_sos): Allocate lm_info_frv with new.
8332         (frv_relocate_main_executable): Free lm_info_frv with delete,
8333         allocate with new.
8334         (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
8335
8336 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8337
8338         * solib-frv.c (struct lm_info_frv): Fix indentation.
8339
8340 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8341
8342         * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
8343         map field.
8344         (dsbt_current_sos): Allocate lm_info_dsbt with new.
8345         (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
8346         and allocate with new.
8347         (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
8348
8349 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8350
8351         * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
8352         <filename, member_name>: Change type to std::string.
8353         (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
8354         (library_list_start_library): Allocate lm_info_aix with new.
8355         (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
8356         (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
8357         with copy constructor.
8358
8359 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8360
8361         * solist.h (struct lm_info): Remove.
8362         (struct lm_info_base): New class.
8363         (struct so_list) <lm_info>: Change type to lm_info_base *.
8364         * nto-tdep.c (struct lm_info): Remove.
8365         (lm_addr): Adjust.
8366         * solib-aix.c (struct lm_info): Rename to ...
8367         (struct lm_info_aix): ... this.  Extend lm_info_base.
8368         (lm_info_p): Rename to ...
8369         (lm_info_aix_p): ... this, and adjust.
8370         (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
8371         solib_aix_parse_libraries, library_list_start_library,
8372         solib_aix_free_library_list, solib_aix_parse_libraries,
8373         solib_aix_get_library_list,
8374         solib_aix_relocate_section_addresses, solib_aix_free_so,
8375         solib_aix_get_section_offsets,
8376         solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
8377         Adjust.
8378         (struct solib_aix_inferior_data) <library_list>: Adjust.
8379         * solib-darwin.c (struct lm_info): Rename to ...
8380         (struct lm_info_darwin): ... this.  Extend lm_info_base.
8381         (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
8382         * solib-dsbt.c (struct lm_info): Rename to ...
8383         (struct lm_info_dsbt): ... this.  Extend lm_info_base.
8384         (struct dsbt_info) <main_executable_lm_info): Adjust.
8385         (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
8386         dsbt_relocate_section_addresses): Adjust.
8387         * solib-frv.c (struct lm_info): Rename to ...
8388         (struct lm_info_frv): ... this.  Extend lm_info_base.
8389         (main_executable_lm_info): Adjust.
8390         (frv_current_sos, frv_relocate_main_executable, frv_free_so,
8391         frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
8392         find_canonical_descriptor_in_load_object,
8393         frv_fdpic_find_canonical_descriptor): Adjust.
8394         * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
8395         to lm_info_svr4.
8396         (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
8397         svr4_clear_so, svr4_copy_library_list,
8398         library_list_start_library, svr4_default_sos, svr4_read_so_list,
8399         svr4_current_sos, svr4_fetch_objfile_link_map,
8400         solist_update_incremental): Adjust.
8401         * solib-svr4.h (struct lm_info_svr4): Move here from
8402         solib-svr4.c.
8403         * solib-target.c (struct lm_info): Rename to ...
8404         (struct lm_info_target): ... this.  Extend lm_info_base.
8405         (lm_info_p): Rename to ...
8406         (lm_info_target_p): ... this.
8407         (solib_target_parse_libraries, library_list_start_segment,
8408         library_list_start_section, library_list_start_library,
8409         library_list_end_library, solib_target_free_library_list,
8410         solib_target_current_sos, solib_target_free_so,
8411         solib_target_relocate_section_addresses): Adjust.
8412         * windows-nat.c (struct lm_info): Rename to ...
8413         (struct lm_info_windows): ... this.  Extend lm_info_base.
8414         (windows_make_so, handle_load_dll, handle_unload_dll,
8415         windows_xfer_shared_libraries): Adjust.
8416
8417 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8418
8419         * solib-darwin.c (struct darwin_so_list): Remove.
8420         (darwin_current_sos): Allocate an so_list object instead of a
8421         darwin_so_list, separately allocate an lm_info object.
8422         (darwin_free_so): Free lm_info.
8423
8424 2017-04-28  John Baldwin  <jhb@FreeBSD.org>
8425
8426         * mips-tdep.c (print_gp_register_row): Replace printf_filtered
8427         with fprintf_filtered.
8428
8429 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8430
8431         * regcache.c (regcache::regcache): New function.
8432         (regcache::~regcache): New function.
8433         (regcache_xmalloc_1): Remove.
8434         (regcache_xmalloc): Call new regcache.
8435         (regcache_xfree): Call delete regcache.
8436         (get_thread_arch_aspace_regcache): Call new regcache.
8437
8438 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8439
8440         * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
8441         lwp instead of ptid_get_lwp.
8442
8443 2017-04-28  Yao Qi  <yao.qi@linaro.org>
8444
8445         * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
8446         lwp_info instead of getting from inferior_ptid.
8447
8448 2017-04-27  Keith Seitz  <keiths@redhat.com>
8449
8450         * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
8451         DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
8452         (CV_CONVERSION_BADNESS): Define.
8453         (rank_one_type): Remove overly restrictive rvalue reference
8454         rank checks.
8455         Add cv-qualifier checks and subranks for type equality.
8456         * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
8457         REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
8458         CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
8459
8460 2017-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8461
8462         * python/py-inferior.c (inferior_to_inferior_object): Increment reference
8463         count when creating the object.
8464
8465 2017-04-27  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>
8466             Ulrich Weigand  <uweigand@de.ibm.com>
8467
8468         * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
8469         entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
8470         is used in AIX.
8471         (read_xcoff_symtab): Handle C_WEAKEXT storage class.
8472         (process_xcoff_symbol): Likewise.
8473         (scan_xcoff_symtab): Likewise.
8474
8475 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
8476
8477         * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
8478         (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
8479         (ia64_access_reg): Use get_frame_register_unsigned.
8480         (ia64_access_rse_reg): Likewise.
8481         (ia64_libunwind_frame_prev_register): Likewise.
8482
8483 2017-04-26  Jiong Wang  <jiong.wang@arm.com>
8484
8485         * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
8486         * gdbarch.c: Regenerated.
8487         * gdbarch.h: Regenerated.
8488         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
8489         visibility external.
8490         (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
8491         between DW_CFA_lo_user and DW_CFA_high_user inclusive.
8492         (enum cfa_how_kind): Move to ...
8493         (struct dwarf2_frame_state_reg_info): Likewise.
8494         (struct dwarf2_frame_state): Likewise.
8495         * dwarf2-frame.h: ... here.
8496         (dwarf2_frame_state_alloc_regs): New declaration.
8497         * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
8498         (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
8499
8500 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
8501
8502         * xtensa-tdep.c (xtensa_pseudo_register_read): Use
8503         regcache_raw_read_unsigned.
8504         (xtensa_pseudo_register_write): Likewise.
8505
8506 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
8507
8508         * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
8509         (nds32_pseudo_register_write): Likewise.
8510
8511 2017-04-25  Yao Qi  <yao.qi@linaro.org>
8512
8513         * regcache.c (struct regcache) <readonly_p>: Change its type
8514         to bool.
8515         (regcache_xmalloc_1): Update parameter type and callers update.
8516
8517 2017-04-25  Yao Qi  <yao.qi@linaro.org>
8518
8519         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
8520         set_gdbarch_wchar_bit.
8521         * arm-tdep.c (arm_gdbarch_init): Likewise.
8522
8523 2017-04-25  Pedro Alves  <palves@redhat.com>
8524
8525         * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
8526         (BothAreRelocatable, memcopy, memmove): Don't define.
8527         * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
8528         macros.
8529
8530 2017-04-25  Pedro Alves  <palves@redhat.com>
8531
8532         * common/common-defs.h: Include "common/poison.h".
8533         * common/function-view.h: (Not, Or, Requires): Move to traits.h
8534         and adjust.
8535         * common/poison.h: New file.
8536         * common/traits.h: Include <type_traits>.
8537         (Not, Or, Requires): New, moved from common/function-view.h.
8538
8539 2017-04-25  Pedro Alves  <palves@redhat.com>
8540
8541         * breakpoint.h (struct breakpoint): In-class initialize all
8542         fields.  Make boolean fields "bool".
8543         * breakpoint.c (init_raw_breakpoint_without_location): Remove
8544         memset call and initializations no longer necessary.
8545
8546 2017-04-25  Pedro Alves  <palves@redhat.com>
8547
8548         * btrace.c (pt_btrace_insn_flags): Change parameter type to
8549         reference.
8550         (pt_btrace_insn): New function.
8551         (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
8552
8553 2017-04-25  Pedro Alves  <palves@redhat.com>
8554
8555         * ada-lang.c (ada_catchpoint_location): Now a "class".  Remove
8556         "base" field and inherit from "bp_location" instead.  Add
8557         non-default ctor.
8558         (allocate_location_exception): Use new non-default ctor.
8559         * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
8560         (init_bp_location): Convert to ...
8561         (bp_location::bp_location): ... this new ctor, and remove memset
8562         call.
8563         (base_breakpoint_allocate_location): Use the new non-default ctor.
8564         * breakpoint.h (bp_location): Now a class.  Declare default and
8565         non-default ctors.  In-class initialize all members.
8566         (init_bp_location): Remove declaration.
8567
8568 2017-04-25  Pedro Alves  <palves@redhat.com>
8569
8570         * common/enum-flags.h (enum_flags): Don't implement copy ctor and
8571         assignment operator.
8572
8573 2017-04-24  Yao Qi  <yao.qi@linaro.org>
8574
8575         * doublest.c (convert_doublest_to_floatformat): Call
8576         floatformat_totalsize_bytes.
8577
8578 2017-04-22  Tom Tromey  <tom@tromey.com>
8579
8580         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
8581         ui_out_emit_list.
8582         * stack.c (print_frame): Use ui_out_emit_list.
8583         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
8584         ui_out_emit_list.
8585         * mi/mi-main.c (print_one_inferior)
8586         (mi_cmd_data_list_register_names)
8587         (mi_cmd_data_list_register_values, mi_cmd_list_features)
8588         (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
8589         ui_out_emit_list.
8590         * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
8591         (mi_output_solib_attribs): Use ui_out_emit_list,
8592         ui_out_emit_tuple.
8593         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
8594         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8595         (mi_cmd_stack_list_args, list_args_or_locals): Use
8596         ui_out_emit_list.
8597         * disasm.c (do_assembly_only): Use ui_out_emit_list.
8598         * breakpoint.c (print_solib_event, output_thread_groups): Use
8599         ui_out_emit_list.
8600
8601 2017-04-22  Tom Tromey  <tom@tromey.com>
8602
8603         * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
8604         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
8605         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
8606
8607 2017-04-22  Tom Tromey  <tom@tromey.com>
8608
8609         * tracepoint.c (tvariables_info_1)
8610         (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
8611
8612 2017-04-22  Tom Tromey  <tom@tromey.com>
8613
8614         * stack.c (print_frame_arg): Use ui_out_emit_tuple,
8615         annotate_arg_emitter.
8616         * breakpoint.c (print_mention_watchpoint)
8617         (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
8618         * annotate.h (struct annotate_arg_emitter): New.
8619
8620 2017-04-22  Tom Tromey  <tom@tromey.com>
8621
8622         * record-btrace.c (record_btrace_insn_history)
8623         (record_btrace_insn_history_range, record_btrace_call_history)
8624         (record_btrace_call_history_range): Use ui_out_emit_tuple.
8625         * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
8626         ui_out_emit_tuple.
8627         * stack.c (print_frame_info): Use ui_out_emit_tuple.
8628         * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
8629         * skip.c (skip_info): Use ui_out_emit_tuple.
8630         * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
8631         * progspace.c (print_program_space): Use ui_out_emit_tuple.
8632         * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
8633         * osdata.c (info_osdata): Use ui_out_emit_tuple.
8634         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
8635         ui_out_emit_tuple.
8636         * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
8637         (output_register, mi_cmd_data_read_memory)
8638         (mi_cmd_data_read_memory_bytes, mi_load_progress)
8639         (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
8640         * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
8641         Use ui_out_emit_tuple.
8642         * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
8643         ui_out_emit_tuple.
8644         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
8645         (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
8646         * linux-thread-db.c (info_auto_load_libthread_db): Use
8647         ui_out_emit_tuple.
8648         * inferior.c (print_inferior): Use ui_out_emit_tuple.
8649         * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
8650         * disasm.c (do_mixed_source_and_assembly_deprecated)
8651         (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
8652         * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
8653         * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
8654         * breakpoint.c (print_one_breakpoint_location)
8655         (print_one_breakpoint): Use ui_out_emit_tuple.
8656         * auto-load.c (print_script, info_auto_load_cmd): Use
8657         ui_out_emit_tuple.
8658         * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
8659
8660 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
8661
8662         * thread.c (print_thread_info_1): Remove dead code.
8663
8664 2017-04-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8665
8666         * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
8667         GDB_SELF_TEST.
8668         * arm-tdep.c (selftests::arm_record_test): Likewise.
8669
8670 2017-04-21  Yao Qi  <yao.qi@linaro.org>
8671
8672         * regcache.c (regcache_restore): Remove argument 2.  Replace
8673         argument 3 with regcache.  Get register status from
8674         src->register_status and get register contents from
8675         register_buffer (src, regnum).
8676         (regcache_cpy): Update.
8677
8678 2017-04-19  Pedro Alves  <palves@redhat.com>
8679
8680         * gdbthread.h (thread): Add missing closing parenthesis in
8681         comment.
8682
8683 2017-04-19  Pedro Alves  <palves@redhat.com>
8684
8685         * common/refcounted-object.h: New file.
8686         * gdbthread.h: Include "common/refcounted-object.h".
8687         (thread_info): Inherit from refcounted_object and add comments.
8688         (thread_info::incref, thread_info::decref)
8689         (thread_info::m_refcount): Delete.
8690         (thread_info::deletable): Use the refcounted_object::refcount()
8691         method.
8692         * inferior.c (current_inferior_): Add comment.
8693         (set_current_inferior): Increment/decrement refcounts.
8694         (prune_inferiors, remove_inferior_command): Skip inferiors marked
8695         not-deletable instead of comparing with the current inferior.
8696         (initialize_inferiors): Increment the initial inferior's refcount.
8697         * inferior.h (struct inferior): Forward declare.
8698         Include "common/refcounted-object.h".
8699         (current_inferior, set_current_inferior): Move declaration to
8700         before struct inferior's definition, and fix comment.
8701         (inferior): Inherit from refcounted_object.  Add comments.
8702         * thread.c (switch_to_thread_no_regs): Reference the thread's
8703         inferior pointer directly instead of doing a ptid lookup.
8704         (switch_to_no_thread): New function.
8705         (switch_to_thread(thread_info *)): New function, factored out
8706         from ...
8707         (switch_to_thread(ptid_t)): ... this.
8708         (restore_current_thread): Delete.
8709         (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
8710         fields, and add 'inf' field.
8711         (do_restore_current_thread_cleanup): Check whether old->inf is
8712         alive instead of looking up an inferior by ptid.  Use
8713         switch_to_thread and switch_to_no_thread.
8714         (restore_current_thread_cleanup_dtor): Use old->inf directly
8715         instead of lookup up an inferior by id.  Decref the inferior.
8716         Don't restore 'removable'.
8717         (make_cleanup_restore_current_thread): Same the inferior pointer
8718         in old, instead of the inferior number.  Incref the inferior.
8719         Don't save/clear 'removable'.
8720
8721 2017-04-19  Pedro Alves  <palves@redhat.com>
8722
8723         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8724         unittests/scoped_restore-selftests.c.
8725         (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
8726         * common/scoped_restore.h (scoped_restore_base): Make "class".
8727         (scoped_restore_base::release): New public method.
8728         (scoped_restore_base::scoped_restore_base): New protected ctor.
8729         (scoped_restore_base::m_saved_var): New protected field.
8730         (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
8731         scoped_restore_base base class instead of m_saved_var directly.
8732         (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
8733         (scoped_restore_tmpl::scoped_restore_tmpl(const
8734         scoped_restore_tmpl<T>&)): Likewise.
8735         (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
8736         method.
8737         (scoped_restore_tmpl::saved_var): New method.
8738         (scoped_restore_tmpl::m_saved_var): Delete.
8739         * inferior.h (inferior::detaching): Now a bool.
8740         * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
8741         cleanup.
8742         * unittests/scoped_restore-selftests.c: New file.
8743
8744 2017-04-19  Pedro Alves  <palves@redhat.com>
8745
8746         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
8747         Re-sort in alphabetic order.
8748
8749 2017-04-18  Pedro Alves  <palves@redhat.com>
8750
8751         * xml-support.c (obstack_xml_printf): Delete.
8752         * xml-support.h (obstack_xml_printf): Delete.
8753
8754 2017-04-18  Pedro Alves  <palves@redhat.com>
8755
8756         * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
8757         vdebug, verror, body_text, start_element, end_element, name,
8758         user_data, set_is_xinclude, set_error, expat_parser>: New methods.
8759         <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
8760         is_xinclude>: Make private and add m_ prefix.
8761         (gdb_xml_parser::body_text): New method, based on ...
8762         (gdb_xml_body_text): ... this.  Adjust.
8763         (gdb_xml_parser::vdebug): New method, based on ...
8764         (gdb_xml_debug): ... this.  Adjust.
8765         (gdb_xml_parser::verror): New method, based on ...
8766         (gdb_xml_error): ... this.  Adjust.
8767         (gdb_xml_parser::start_element): New method, based on ...
8768         (gdb_xml_start_element): ... this.  Adjust.
8769         (gdb_xml_start_element_wrapper): Defer to
8770         gdb_xml_parser::start_element and gdb_xml_parser::set_error.
8771         (gdb_xml_parser::end_element): New method, based on ...
8772         (gdb_xml_end_element_wrapper): ... this.  Adjust.
8773         (gdb_xml_parser::~gdb_xml_parser): Adjust.
8774         (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
8775         (gdb_xml_parser::use_dtd): New method, based on ...
8776         (gdb_xml_use_dtd): ... this.  Adjust.
8777         (gdb_xml_parser::parse): New method, based on ...
8778         (gdb_xml_parse): ... this.  Adjust.
8779         (gdb_xml_parse_quick): Adjust to call the parser's parse method.
8780         (xinclude_start_include): Adjust to call the parser's name method.
8781         (xml_xinclude_default, xml_xinclude_start_doctype)
8782         (xml_xinclude_end_doctype): Adjust to call the parser's user_data
8783         method.
8784         (xml_process_xincludes): Adjust to call parser methods.
8785         * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
8786         declarations.
8787
8788 2017-04-18  Pedro Alves  <palves@redhat.com>
8789
8790         * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
8791         gdb::optional<std::string>.
8792         * xml-support.c: Include <string>.
8793         (scope_level::scope_level(scope_level &&))
8794         (scope_level::~scope_level): Delete.
8795         (scope_level::body): Now a std::string.
8796         (gdb_xml_body_text, gdb_xml_end_element): Adjust.
8797         (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
8798         parameter.
8799         (xinclude_parsing_data::~xinclude_parsing_data): Delete.
8800         (xinclude_parsing_data::output): Now a std::string reference.
8801         (xinclude_start_include): Adjust.
8802         (xml_xinclude_default): Adjust.
8803         (xml_process_xincludes): Add 'output' parameter, and return bool.
8804         * xml-support.h (xml_process_xincludes): Add 'output' parameter,
8805         and return bool.
8806         * xml-tdesc.c: Include <unordered_map> and <string>.
8807         (tdesc_xml_cache): Delete.
8808         (tdesc_xml_cache_s): Delete.
8809         (xml_cache): Now an std::unordered_map.
8810         (tdesc_parse_xml): Adjust to use std::string and unordered_map.
8811         (target_fetch_description_xml): Change return type to
8812         gdb::optional<std::string>, and adjust.
8813         * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
8814         (target_fetch_description_xml): Change return type to
8815         gdb::optional<std::string>.
8816
8817 2017-04-18  Pedro Alves  <palves@redhat.com>
8818
8819         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8820         unittests/optional-selftests.c.
8821         (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
8822         * unittests/optional-selftests.c: New file.
8823         * unittests/optional/assignment/1.cc: New file.
8824         * unittests/optional/assignment/2.cc: New file.
8825         * unittests/optional/assignment/3.cc: New file.
8826         * unittests/optional/assignment/4.cc: New file.
8827         * unittests/optional/assignment/5.cc: New file.
8828         * unittests/optional/assignment/6.cc: New file.
8829         * unittests/optional/assignment/7.cc: New file.
8830         * unittests/optional/cons/copy.cc: New file.
8831         * unittests/optional/cons/default.cc: New file.
8832         * unittests/optional/cons/move.cc: New file.
8833         * unittests/optional/cons/value.cc: New file.
8834         * unittests/optional/in_place.cc: New file.
8835         * unittests/optional/observers/1.cc: New file.
8836         * unittests/optional/observers/2.cc: New file.
8837
8838 2017-04-18  Pedro Alves  <palves@redhat.com>
8839
8840         * common/gdb_optional.h: Include common/traits.h.
8841         (in_place_t): New type.
8842         (in_place): New constexpr variable.
8843         (optional::optional): Remove member initialization of
8844         m_instantiated.
8845         (optional::optional(in_place_t...)): New constructor.
8846         (optional::~optional): Use reset.
8847         (optional::optional(const optional&)): New.
8848         (optional::optional(const optional&&)): New.
8849         (optional::optional(T &)): New.
8850         (optional::optional(T &&)): New.
8851         (operator::operator=(const optional &)): New.
8852         (operator::operator=(optional &&)): New.
8853         (operator::operator= (const T &))
8854         (operator::operator= (T &&))
8855         (operator::emplace (Args &&... args)): Return a T&.  Use reset.
8856         (operator::reset): New.
8857         (operator::m_instantiated):: Add in-class initializer.
8858         * common/traits.h: Include <type_traits>.
8859         (struct And): New types.
8860
8861 2017-04-18  Pedro Alves  <palves@redhat.com>
8862
8863         * xml-support.c: Include <vector>.
8864         (scope_level::scope_level(const gdb_xml_element *))
8865         (scope_level::scope_level(scope_level&&)): New.
8866         (scope_level::~scope_level): New.
8867         (scope_level_s): Delete.
8868         (gdb_xml_parser::scopes): Now a std::vector.
8869         (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
8870         Use std::vector.
8871         (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
8872         scope cleanup code.
8873         (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
8874         of the scopes member.  Use std::vector::emplace_back.
8875
8876 2017-04-18  Pedro Alves  <palves@redhat.com>
8877
8878         * xml-support.c (gdb_xml_parser): Add ctor/dtor.  Make is_xinclude
8879         a bool.
8880         (gdb_xml_end_element): Change type of first parameter.
8881         (gdb_xml_cleanup): Rename to ...
8882         (gdb_xml_parser::~gdb_xml_parser): ... this.
8883         (gdb_xml_create_parser_and_cleanup): Delete with ...
8884         (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
8885         to this new ctor.
8886         (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
8887         using gdb_xml_create_parser_and_cleanup.
8888         (xinclude_parsing_data): Add ctor/dtor.
8889         (xml_xinclude_cleanup): Delete.
8890         (xml_process_xincludes): Create a local xinclude_parsing_data
8891         instead of heap-allocating one.  Create a local gdb_xml_parser
8892         instead of heap-allocating one with
8893         gdb_xml_create_parser_and_cleanup.
8894
8895 2017-04-18  John Baldwin  <jhb@FreeBSD.org>
8896
8897         PR threads/20743
8898         * fbsd-nat.c (resume_one_thread_cb): Remove.
8899         (resume_all_threads_cb): Remove.
8900         (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
8901         iterate_over_threads.
8902
8903 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
8904
8905         * NEWS: Create a new section for the next release branch.
8906         Rename the section of the current branch, now that it has
8907         been cut.
8908
8909 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
8910
8911         GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
8912         * version.in: Bump version to 8.0.50.DATE-git.
8913
8914 2017-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
8915
8916         PR gdb/21385
8917         * windows-nat.c (windows_create_inferior): Declare 'allargs'
8918         independently of the host, and fix build breakage on Cygwin.
8919
8920 2017-04-13  Pedro Alves  <palves@redhat.com>
8921
8922         * inferior.c (free_inferior): Convert to ...
8923         (inferior::~inferior): ... this dtor.
8924         (inferior::inferior): New ctor, factored out from ...
8925         (add_inferior_silent): ... here.  Allocate the inferior with a new
8926         expression.
8927         (delete_inferior): Call delete instead of free_inferior.
8928         * inferior.h (gdb_environ, continuation): Forward declare.
8929         (inferior): Now a class.  Add in-class initialization to all
8930         members.  Make boolean fields bool, except 'detaching'.
8931         (inferior::inferior): New explicit ctor.
8932         (inferior::~inferior): New.
8933
8934 2017-04-13  Pedro Alves  <palves@redhat.com>
8935
8936         * inferior.c (init_inferior_list): Delete.
8937         * inferior.h (init_inferior_list): Delete.
8938
8939 2017-04-13  Pedro Alves  <palves@redhat.com>
8940
8941         PR threads/13217
8942         * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
8943         (top level): Call it twice, with different thread sets.
8944
8945 2017-04-13  Pedro Alves  <palves@redhat.com>
8946
8947         * thread.c: Include <algorithm>.
8948         (thread_array_cleanup): Delete.
8949         (scoped_inc_dec_ref): New class.
8950         (live_threads_count): New function.
8951         (set_thread_refcount): Delete.
8952         (tp_array_compar_ascending): Now a bool.
8953         (tp_array_compar): Convert to a std::sort comparison function.
8954         (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
8955         and live_threads_count.
8956
8957 2017-04-13  Pedro Alves  <palves@redhat.com>
8958
8959         * infrun.c (follow_fork_inferior): Also switch the current
8960         inferior.
8961
8962 2017-04-13  Pedro Alves  <palves@redhat.com>
8963
8964         * breakpoint.c (watch_command_1): Save watchpoint-frame info
8965         before calling create_internal_breakpoint.
8966
8967 2017-04-13  Pedro Alves  <palves@redhat.com>
8968
8969         * fork-child.c (execv_argv): New class.
8970         (breakup_args): Refactored as ...
8971         (execv_argv::init_for_no_shell): .. this method of execv_argv.
8972         Copy arguments to storage and replace separators with NULL
8973         terminators in place.
8974         (escape_bang_in_quoted_argument): Adjust to return bool.
8975         (execv_argv::execv_argv): New ctor.
8976         (execv_argv::init_for_shell): New method, factored out from
8977         fork_inferior.  Don't strdup strings into the vector.
8978         (fork_inferior): Eliminate "shell" local and use execv_argv.  Use
8979         Remove free_vector_argv call.
8980
8981 2017-04-13  Yao Qi  <yao.qi@linaro.org>
8982
8983         * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
8984         tdep->rx_psw_type.
8985
8986 2017-04-13  Yao Qi  <yao.qi@linaro.org>
8987
8988         * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
8989         * rx-tdep.c (rx_gdbarch_init): Likewise.
8990
8991 2017-04-13  Pedro Alves  <palves@redhat.com>
8992
8993         * breakpoint.h (struct breakpoint): Reindent.
8994
8995 2017-04-13  Pedro Alves  <palves@redhat.com>
8996
8997         * breakpoint.c (bp_location): Rename to ...
8998         (bp_locations): ... this.  All references updated.
8999         (bp_location_count): Rename to ...
9000         (bp_locations_count): ... this.  All references updated.
9001         (bp_location_placed_address_before_address_max): Rename to ...
9002         (bp_locations_placed_address_before_address_max): ... this.  All
9003         references updated.
9004         (bp_location_shadow_len_after_address_max): Rename to ...
9005         (bp_locations_shadow_len_after_address_max): ... this.  All
9006         references updated.
9007         (bp_location_compare_addrs): Rename to ...
9008         (bp_locations_compare_addrs): ... this.  All references updated.
9009         (bp_location_compare):Rename to ...
9010         (bp_locations_compare): ... this.  All references updated.
9011         (bp_location_target_extensions_update): Rename to ...
9012         (bp_locations_target_extensions_update): ... this.  All references
9013         updated.
9014
9015 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9016
9017         * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
9018         * common/common.m4: Check headers 'termios.h', 'termio.h' and
9019         'sgtty.h'.
9020         * common/gdb_termios.h: New file, with parts of "terminal.h".
9021         * inflow.c: Include "gdb_termios.h".
9022         * ser-unix.c: Include "gdb_termios.h".
9023         * terminal.h: Move terminal-related defines to
9024         "common/gdb_termios.h".
9025
9026 2017-04-12  Tom Tromey  <tom@tromey.com>
9027
9028         * probe.c (parse_probes): Update.
9029         * location.h (delete_event_location): Don't declare.
9030         (event_location_deleter::operator()): Update.
9031         * location.c (event_location_deleter::operator()): Rename from
9032         delete_event_location.
9033         * linespec.h (linespec_result) <location>: Change type to
9034         event_location_up.
9035         * linespec.c (canonicalize_linespec, event_location_to_sals)
9036         (decode_objc): Update.
9037         (linespec_result): Don't call delete_event_location.
9038         * breakpoint.c (create_breakpoints_sal)
9039         (bkpt_probe_create_sals_from_location)
9040         (strace_marker_create_sals_from_location): Update.
9041
9042 2017-04-12  Tom Tromey  <tom@tromey.com>
9043
9044         * linespec.h (struct linespec_result): Add constructor and
9045         destructor.
9046         (init_linespec_result, destroy_linespec_result)
9047         (make_cleanup_destroy_linespec_result): Don't declare.
9048         * linespec.c (init_linespec_result): Remove.
9049         (linespec_result::~linespec_result): Rename from
9050         destroy_linespec_result.  Update.
9051         (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
9052         Remove.
9053         * breakpoint.c (create_breakpoint, break_range_command)
9054         (decode_location_default): Update.
9055         * ax-gdb.c (agent_command_1): Update.
9056
9057 2017-04-12  Tom Tromey  <tom@tromey.com>
9058
9059         * remote.c (remote_download_tracepoint): Update.
9060         * python/py-breakpoint.c (bppy_get_location): Update.
9061         * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
9062         (gdbscm_breakpoint_location): Update.
9063         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
9064         * breakpoint.h (struct breakpoint) <location, location_range_end>:
9065         Change type to event_location_up.
9066         * breakpoint.c (create_overlay_event_breakpoint)
9067         (create_longjmp_master_breakpoint)
9068         (create_std_terminate_master_breakpoint)
9069         (create_exception_master_breakpoint)
9070         (breakpoint_event_location_empty_p, print_breakpoint_location)
9071         (print_one_breakpoint_location, create_thread_event_breakpoint)
9072         (init_breakpoint_sal, create_breakpoint)
9073         (print_recreate_ranged_breakpoint, break_range_command)
9074         (init_ada_exception_breakpoint, say_where): Update.
9075         (base_breakpoint_dtor): Don't call delete_event_location.
9076         (bkpt_print_recreate, tracepoint_print_recreate)
9077         (dprintf_print_recreate, update_static_tracepoint)
9078         (breakpoint_re_set_default): Update.
9079
9080 2017-04-12  Tom Tromey  <tom@tromey.com>
9081
9082         * compile/compile-loc2c.c (compute_stack_depth_worker): Change
9083         type of "to_do".  Update.
9084         (compute_stack_depth): Use std::vector.
9085
9086 2017-04-12  Tom Tromey  <tom@tromey.com>
9087
9088         * printcmd.c (find_instruction_backward): Use std::vector.
9089
9090 2017-04-12  Tom Tromey  <tom@tromey.com>
9091
9092         * symfile.c (objfilep): Remove typedef.
9093         (reread_symbols): Use a std::vector.
9094
9095 2017-04-12  Tom Tromey  <tom@tromey.com>
9096
9097         * mi/mi-main.c (exec_direction_forward): Remove.
9098         (exec_reverse_continue, mi_execute_command): Use scoped_restore.
9099         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
9100         scoped_restore.
9101         * guile/guile.c (guile_repl_command, guile_command)
9102         (gdbscm_execute_gdb_command): Use scoped_restore.
9103         * go-exp.y (go_parse): Use scoped_restore.
9104         * d-exp.y (d_parse): Use scoped_restore.
9105         * cli/cli-decode.c (cmd_func): Use scoped_restore.
9106         * c-exp.y (c_parse): Use scoped_restore.
9107
9108 2017-04-12  Tom Tromey  <tom@tromey.com>
9109
9110         * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
9111         (mi_parse): Update return type.
9112         (mi_parse_free): Remove.
9113         * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
9114         (mi_parse::~mi_parse): Rename from mi_parse_free.
9115         (mi_parse_cleanup): Remove.
9116         (mi_parse): Return a unique_ptr.  Use new.
9117         * mi/mi-main.c (mi_execute_command): Update.
9118
9119 2017-04-12  Tom Tromey  <tom@tromey.com>
9120
9121         * location.c (explicit_location_lex_one): Return a
9122         unique_xmalloc_ptr.
9123         (string_to_explicit_location): Update.  Remove cleanups.
9124
9125 2017-04-12  Tom Tromey  <tom@tromey.com>
9126
9127         * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
9128         (compare_value_and_voffset): Change type.  Update.
9129         (compute_vtable_size): Change type of "offset_vec".
9130         (gnuv3_print_vtable): Use std::vector.  Remove cleanups.
9131         (gnuv3_get_typeid): Remove extraneous declaration.
9132
9133 2017-04-12  Tom Tromey  <tom@tromey.com>
9134
9135         * charset.h (wchar_iterator): Fix comment.
9136
9137 2017-04-12  Tom Tromey  <tom@tromey.com>
9138
9139         * charset.c (iconv_wrapper): New class.
9140         (cleanup_iconv): Remove.
9141         (convert_between_encodings): Use it.
9142
9143 2017-04-12  Tom Tromey  <tom@tromey.com>
9144
9145         * symfile.h (increment_reading_symtab): Update type.
9146         * symfile.c (decrement_reading_symtab): Remove.
9147         (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
9148         * psymtab.c (psymtab_to_symtab): Update.
9149         * dwarf2read.c (dw2_instantiate_symtab): Update.
9150
9151 2017-04-12  Tom Tromey  <tom@tromey.com>
9152
9153         * jit.c (struct jit_reader): Declare separately.  Add constructor
9154         and destructor.  Change type of "handle".
9155         (loaded_jit_reader): Define separately.
9156         (jit_reader_load): Update.  New "new".
9157         (jit_reader_unload_command): Use "delete".
9158         * gdb-dlfcn.h (struct dlclose_deleter): New.
9159         (gdb_dlhandle_up): New typedef.
9160         (gdb_dlopen, gdb_dlsym): Update types.
9161         (gdb_dlclose): Remove.
9162         * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
9163         (gdb_dlsym): Change type of "handle".
9164         (make_cleanup_dlclose): Remove.
9165         (dlclose_deleter::operator()): Rename from gdb_dlclose.
9166         * compile/compile-c-support.c (load_libcc): Update.
9167
9168 2017-04-12  Tom Tromey  <tom@tromey.com>
9169
9170         * symtab.h (find_pcs_for_symtab_line): Change return type.
9171         * symtab.c (find_pcs_for_symtab_line): Change return type.
9172         * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
9173         type of "vec".  Update.
9174         (ltpy_get_pcs_for_line): Update.
9175         * linespec.c (decode_digits_ordinary): Update.
9176
9177 2017-04-12  Tom Tromey  <tom@tromey.com>
9178
9179         * tracepoint.c (actions_command): Update.
9180         * python/python.c (python_command, python_interactive_command):
9181         Update.
9182         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
9183         * guile/guile.c (guile_command): Update.
9184         * defs.h (read_command_lines, read_command_lines_1): Return
9185         command_line_up.
9186         (command_lines_deleter): New struct.
9187         (command_line_up): New typedef.
9188         * compile/compile.c (compile_code_command)
9189         (compile_print_command): Update.
9190         * cli/cli-script.h (get_command_line, copy_command_lines): Return
9191         command_line_up.
9192         (make_cleanup_free_command_lines): Remove.
9193         * cli/cli-script.c (get_command_line, read_command_lines_1)
9194         (copy_command_lines): Return command_line_up.
9195         (while_command, if_command, read_command_lines, define_command)
9196         (document_command): Update.
9197         (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
9198         Remove.
9199         * breakpoint.h (breakpoint_set_commands): Change type of
9200         "commands".
9201         * breakpoint.c (breakpoint_set_commands): Change type of
9202         "commands".  Update.
9203         (do_map_commands_command, update_dprintf_command_list)
9204         (create_tracepoint_from_upload): Update.
9205
9206 2017-04-12  Tom Tromey  <tom@tromey.com>
9207
9208         * tracepoint.c (scope_info): Update.
9209         * spu-tdep.c (spu_catch_start): Update.
9210         * python/python.c (gdbpy_decode_line): Update.
9211         * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
9212         * python/py-breakpoint.c (bppy_init): Update.
9213         * probe.c (parse_probes): Update.
9214         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
9215         * location.h (event_location_deleter): New struct.
9216         (event_location_up): New typedef.
9217         (new_linespec_location, new_address_location, new_probe_location)
9218         (new_explicit_location, copy_event_location)
9219         (string_to_event_location, string_to_event_location_basic)
9220         (string_to_explicit_location): Update return type.
9221         (make_cleanup_delete_event_location): Remove.
9222         * location.c (new_linespec_location, new_address_location)
9223         (new_probe_location, new_explicit_location, copy_event_location):
9224         Return event_location_up.
9225         (delete_event_location_cleanup)
9226         (make_cleanup_delete_event_location): Remove.
9227         (string_to_explicit_location, string_to_event_location_basic)
9228         (string_to_event_location): Return event_location_up.
9229         * linespec.c (canonicalize_linespec, event_location_to_sals)
9230         (decode_line_with_current_source)
9231         (decode_line_with_last_displayed, decode_objc): Update.
9232         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9233         * completer.c (location_completer): Update.
9234         * cli/cli-cmds.c (edit_command, list_command): Update.
9235         * breakpoint.c (create_overlay_event_breakpoint)
9236         (create_longjmp_master_breakpoint)
9237         (create_std_terminate_master_breakpoint)
9238         (create_exception_master_breakpoint)
9239         (create_thread_event_breakpoint): Update.
9240         (init_breakpoint_sal): Update.  Remove some dead code.
9241         (create_breakpoint_sal): Change type of "location".  Update.
9242         (create_breakpoints_sal, create_breakpoint, break_command_1)
9243         (dprintf_command, break_range_command, until_break_command)
9244         (init_ada_exception_breakpoint)
9245         (strace_marker_create_sals_from_location)
9246         (update_static_tracepoint, trace_command, ftrace_command)
9247         (strace_command, create_tracepoint_from_upload): Update.
9248         * break-catch-throw.c (re_set_exception_catchpoint): Update.
9249         * ax-gdb.c (agent_command_1): Update.
9250
9251 2017-04-12  Pedro Alves  <palves@redhat.com>
9252
9253         * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
9254         * configure.tgt: Handle i[34567]86-*-go32* and
9255         i[34567]86-*-msdosdjgpp*.
9256         * i386-tdep.c (i386_svr4_reg_to_regnum):
9257         Make extern.
9258         (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
9259         i386-go32-tdep.c.
9260         (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
9261         * i386-go32-tdep.c: New file.
9262         * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
9263         declarations.
9264
9265 2017-04-12  Simon Marchi  <simon.marchi@ericsson.com>
9266
9267         * aix-thread.c (pd_status2str): Change return type to const char *.
9268
9269 2017-04-12  Pedro Alves  <palves@redhat.com>
9270
9271         * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
9272         calls to set_gdbarch_gnu_triplet_regexp.
9273
9274 2017-04-12  Pedro Alves  <palves@redhat.com>
9275
9276         PR gdb/21323
9277         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
9278         New enum value.
9279         (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
9280         * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
9281         * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
9282         * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
9283         * gdbarch.h, gdbarch.c: Regenerate.
9284         * aarch64-tdep.c (aarch64_gdbarch_init): Override
9285         gdbarch_wchar_bit and gdbarch_wchar_signed.
9286         * alpha-tdep.c (alpha_gdbarch_init): Likewise.
9287         * arm-tdep.c (arm_gdbarch_init): Likewise.
9288         * avr-tdep.c (avr_gdbarch_init): Likewise.
9289         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9290         * i386-nto-tdep.c (i386nto_init_abi): Likewise.
9291         * i386-tdep.c (i386_go32_init_abi): Likewise.
9292         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
9293         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
9294         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
9295         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
9296         * sh-tdep.c (sh_gdbarch_init): Likewise.
9297         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
9298         * sparc64-tdep.c (sparc64_init_abi): Likewise.
9299         * windows-tdep.c (windows_init_abi): Likewise.
9300         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9301
9302 2017-04-12  Pedro Alves  <palves@redhat.com>
9303
9304         PR c++/21323
9305         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
9306         cplus_primitive_type_char32_t>: New enum values.
9307         (cplus_language_arch_info): Register cplus_primitive_type_char16_t
9308         and cplus_primitive_type_char32_t.
9309         * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
9310         32, use the archtecture's built-in type for char16_t and char32_t,
9311         respectively.  Otherwise, fallback to init_integer_type as before,
9312         but make the type unsigned, and issue a complaint.
9313         * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
9314
9315 2017-04-12  Alan Hayward  <alan.hayward@arm.com>
9316
9317         * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
9318         (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
9319
9320 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9321
9322         * windows-nat.c (windows_create_inferior): Declare 'toexec' as
9323         'const char *'.
9324
9325 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9326
9327         * common/common-utils.c (free_vector_argv): New function.
9328         * common/common-utils.h: Include <vector>.
9329         (free_vector_argv): New prototype.
9330         * darwin-nat.c (darwin_create_inferior): Rewrite function
9331         prototype in order to constify "exec_file" and accept a
9332         "std::string" for "allargs".
9333         * fork-child.c: Include <vector>.
9334         (breakup_args): Rewrite function, using C++.
9335         (fork_inferior): Rewrite function header, constify "exec_file_arg"
9336         and accept "std::string" for "allargs".  Update the code to
9337         calculate "argv" based on "allargs".  Update calls to "exec_fun"
9338         and "execvp".
9339         * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
9340         order to constify "exec_file" and accept a "std::string" for
9341         "allargs".
9342         * go32-nat.c (go32_create_inferior): Likewise.
9343         * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
9344         * infcmd.c (run_command_1): Constify "exec_file".  Use
9345         "std::string" for inferior arguments.
9346         * inferior.h (fork_inferior): Update prototype.
9347         * linux-nat.c (linux_nat_create_inferior): Rewrite function
9348         prototype in order to constify "exec_file" and accept a
9349         "std::string" for "allargs".
9350         * nto-procfs.c (procfs_create_inferior): Likewise.
9351         * procfs.c (procfs_create_inferior): Likewise.
9352         * remote-sim.c (gdbsim_create_inferior): Likewise.
9353         * remote.c (extended_remote_run): Update code to accept
9354         "std::string" as argument.
9355         (extended_remote_create_inferior): Rewrite function prototype in
9356         order to constify "exec_file" and accept a "std::string" for
9357         "allargs".
9358         * rs6000-nat.c (super_create_inferior): Likewise.
9359         (rs6000_create_inferior): Likewise.
9360         * target.h (struct target_ops) <to_create_inferior>: Likewise.
9361         * windows-nat.c (windows_create_inferior): Likewise.
9362
9363 2017-04-11  Pedro Alves  <palves@redhat.com>
9364
9365         * thread.c: Fix whitespace throughout.
9366
9367 2017-04-11  Philipp Rudo  <prudo@linux.vnet.ibm.com>
9368
9369         * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
9370
9371 2017-04-11  Alan Hayward  <alan.hayward@arm.com>
9372
9373         * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
9374
9375 2017-04-10  Sergio Durigan Junior  <sergiodj@redhat.com>
9376
9377         PR gdb/21364
9378         * osdata.c (info_osdata): Check if 'type' is an empty string
9379         instead of NULL.
9380
9381 2017-04-10  Pedro Alves  <palves@redhat.com>
9382
9383         * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
9384         (ptid_to_global_thread_id, in_thread_list)
9385         (do_captured_list_thread_ids, set_resumed, set_running)
9386         (set_executing, set_stop_requested, finish_thread_state)
9387         (validate_registers_access, can_access_registers_ptid)
9388         (print_thread_info_1, switch_to_thread)
9389         (do_restore_current_thread_cleanup)
9390         (make_cleanup_restore_current_thread, thread_command)
9391         (thread_name_command): Use operator== instead of ptid_equal.
9392
9393 2017-04-10  Pedro Alves  <palves@redhat.com>
9394
9395         * thread.c (struct current_thread_cleanup) <next>: Delete field.
9396         (current_thread_cleanup_chain): Delete.
9397         (restore_current_thread_cleanup_dtor)
9398         (make_cleanup_restore_current_thread): Remove references to
9399         current_thread_cleanup_chain.
9400
9401 2017-04-10  Alan Hayward  <alan.hayward@arm.com>
9402
9403         * msp430-tdep.c (msp430_pseudo_register_read): Never return
9404         REG_UNKNOWN.
9405
9406 2017-04-10  Yao Qi  <yao.qi@linaro.org>
9407
9408         PR gdb/19942
9409         * gdbthread.h (thread_info::deletable): New method.
9410         (thread_info::incref): New method.
9411         (thread_info::decref): New method.
9412         (thread_info::refcount): Move it to private.
9413         * infrun.c (save_stop_context): Call inc_refcount.
9414         (release_stop_context_cleanup): Likewise.
9415         * thread.c (set_thread_exited): New function.
9416         (init_thread_list): Delete "tp" only it is deletable, otherwise
9417         call set_thread_exited.
9418         (delete_thread_1): Call set_thread_exited.
9419         (current_thread_cleanup) <inferior_pid>: Remove.
9420         <thread>: New field.
9421         (restore_current_thread_ptid_changed): Removed.
9422         (do_restore_current_thread_cleanup): Adjust.
9423         (restore_current_thread_cleanup_dtor): Don't call
9424         find_thread_ptid.
9425         (set_thread_refcount): Use dec_refcount.
9426         (make_cleanup_restore_current_thread): Adjust.
9427         (thread_apply_all_command): Call inc_refcount.
9428         (_initialize_thread): Don't call
9429         observer_attach_thread_ptid_changed.
9430
9431 2017-04-10  Yao Qi  <yao.qi@linaro.org>
9432
9433         * thread.c (delete_thread_1): Hoist code on marking thread as
9434         exited.
9435
9436 2017-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
9437
9438         * windows-nat.c (windows_detach): Initialize ptid with
9439         minus_one_ptid.
9440
9441 2017-04-07  Simon Marchi  <simon.marchi@ericsson.com>
9442
9443         * unittests/ptid-selftests.c: Fix erroneous assert messages.
9444
9445 2017-04-07  Alan Hayward  <alan.hayward@arm.com>
9446
9447         * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
9448         (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
9449         (bfin_pseudo_register_write): Likewise
9450
9451 2017-04-06  Simon Marchi  <simon.marchi@ericsson.com>
9452
9453         * common/ptid.h (struct ptid): Change to...
9454         (class ptid_t): ... this.
9455         <ptid_t>: New constructors.
9456         <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
9457         matches>: New methods.
9458         <make_null, make_minus_one>: New static methods.
9459         <pid>: Rename to...
9460         <m_pid>: ...this.
9461         <lwp>: Rename to...
9462         <m_lwp>: ...this.
9463         <tid>: Rename to...
9464         <m_tid>: ...this.
9465         (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
9466         ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
9467         as references, move comment to class ptid_t.
9468         * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
9469         ptid_t static methods.
9470         (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
9471         ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
9472         Take ptid arguments as references, implement using ptid_t methods.
9473         * unittests/ptid-selftests.c: New file.
9474         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9475         unittests/ptid-selftests.c.
9476         (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
9477
9478 2017-04-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9479
9480         * python/python.c (python_run_simple_file): Cast mode literal to
9481         non-const char pointer as expected by PyFile_FromString.
9482
9483 2017-04-05  Simon Marchi  <simon.marchi@ericsson.com>
9484
9485         * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
9486         minus_one_ptid and null_ptid.
9487
9488 2017-04-05  Pedro Alves  <palves@redhat.com>
9489
9490         * warning.m4 (build_warnings): Remove -Wno-write-strings.
9491         * configure: Regenerate.
9492
9493 2017-04-05  Pedro Alves  <palves@redhat.com>
9494
9495         * ada-exp.y (yyerror): Constify.
9496         * ada-lang.c (bound_name, get_selections)
9497         (ada_variant_discrim_type)
9498         (ada_variant_discrim_name, ada_value_struct_elt)
9499         (ada_lookup_struct_elt_type, is_unchecked_variant)
9500         (ada_which_variant_applies, standard_exc, ada_get_next_arg)
9501         (catch_ada_exception_command_split)
9502         (catch_ada_assert_command_split, catch_assert_command)
9503         (ada_op_name): Constify.
9504         * ada-lang.h (ada_yyerror, get_selections)
9505         (ada_variant_discrim_name, ada_value_struct_elt): Constify.
9506         * arc-tdep.c (arc_print_frame_cache): Constify.
9507         * arm-tdep.c (arm_skip_stub): Constify.
9508         * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
9509         (gen_aggregate_elt_ref): Constify.
9510         * bcache.c (print_bcache_statistics): Constify.
9511         * bcache.h (print_bcache_statistics): Constify.
9512         * break-catch-throw.c (catch_exception_command_1):
9513         * breakpoint.c (struct ep_type_description::description):
9514         Constify.
9515         (add_solib_catchpoint): Constify.
9516         (catch_fork_command_1): Add cast.
9517         (add_catch_command): Constify.
9518         * breakpoint.h (add_catch_command, add_solib_catchpoint):
9519         Constify.
9520         * bsd-uthread.c (bsd_uthread_state): Constify.
9521         * buildsym.c (patch_subfile_names): Constify.
9522         * buildsym.h (next_symbol_text_func, patch_subfile_names):
9523         Constify.
9524         * c-exp.y (yyerror): Constify.
9525         (token::oper): Constify.
9526         * c-lang.h (c_yyerror, cp_print_class_member): Constify.
9527         * c-varobj.c (cplus_describe_child): Constify.
9528         * charset.c (find_charset_names): Add cast.
9529         (find_charset_names): Constify array and add const_cast.
9530         * cli/cli-cmds.c (complete_command, cd_command): Constify.
9531         (edit_command): Constify.
9532         * cli/cli-decode.c (lookup_cmd): Constify.
9533         * cli/cli-dump.c (dump_memory_command, dump_value_command):
9534         Constify.
9535         (struct dump_context): Constify.
9536         (add_dump_command, restore_command): Constify.
9537         * cli/cli-script.c (get_command_line): Constify.
9538         * cli/cli-script.h (get_command_line): Constify.
9539         * cli/cli-utils.c (check_for_argument): Constify.
9540         * cli/cli-utils.h (check_for_argument): Constify.
9541         * coff-pe-read.c (struct read_pe_section_data): Constify.
9542         * command.h (lookup_cmd): Constify.
9543         * common/print-utils.c (decimal2str): Constify.
9544         * completer.c (gdb_print_filename): Constify.
9545         * corefile.c (set_gnutarget): Constify.
9546         * cp-name-parser.y (yyerror): Constify.
9547         * cp-valprint.c (cp_print_class_member): Constify.
9548         * cris-tdep.c (cris_register_name, crisv32_register_name):
9549         Constify.
9550         * d-exp.y (yyerror): Constify.
9551         (struct token::oper): Constify.
9552         * d-lang.h (d_yyerror): Constify.
9553         * dbxread.c (struct header_file_location::name): Constify.
9554         (add_old_header_file, add_new_header_file, last_function_name)
9555         (dbx_next_symbol_text, add_bincl_to_list)
9556         (find_corresponding_bincl_psymtab, set_namestring)
9557         (find_stab_function_addr, read_dbx_symtab, start_psymtab)
9558         (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
9559         * defs.h (command_line_input, print_address_symbolic)
9560         (deprecated_readline_begin_hook): Constify.
9561         * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
9562         Constify.
9563         * event-top.c (handle_line_of_input): Constify and add cast.
9564         * exceptions.c (catch_errors): Constify.
9565         * exceptions.h (catch_errors): Constify.
9566         * expprint.c (print_subexp_standard, op_string, op_name)
9567         (op_name_standard, dump_raw_expression, dump_raw_expression):
9568         * expression.h (op_name, op_string, dump_raw_expression):
9569         Constify.
9570         * f-exp.y (yyerror): Constify.
9571         (struct token::oper): Constify.
9572         (struct f77_boolean_val::name): Constify.
9573         * f-lang.c (f_word_break_characters): Constify.
9574         * f-lang.h (f_yyerror): Constify.
9575         * fork-child.c (fork_inferior): Add cast.
9576         * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
9577         (new_variant): Constify.
9578         * gdbarch.sh (pstring_ptr, pstring_list): Constify.
9579         * gdbarch.c: Regenerate.
9580         * gdbcore.h (set_gnutarget): Constify.
9581         * go-exp.y (yyerror): Constify.
9582         (token::oper): Constify.
9583         * go-lang.h (go_yyerror): Constify.
9584         * go32-nat.c (go32_sysinfo): Constify.
9585         * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
9586         * guile/scm-cmd.c (cmdscm_function): Constify.
9587         * guile/scm-param.c (pascm_param_value): Constify.
9588         * h8300-tdep.c (h8300_register_name, h8300s_register_name)
9589         (h8300sx_register_name): Constify.
9590         * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
9591         Constify.
9592         * ia64-tdep.c (ia64_register_names): Constify.
9593         * infcmd.c (construct_inferior_arguments): Constify.
9594         (path_command, attach_post_wait): Constify.
9595         * language.c (show_range_command, show_case_command)
9596         (unk_lang_error): Constify.
9597         * language.h (language_defn::la_error)
9598         (language_defn::la_name_of_this): Constify.
9599         * linespec.c (decode_line_2): Constify.
9600         * linux-thread-db.c (thread_db_err_str): Constify.
9601         * lm32-tdep.c (lm32_register_name): Constify.
9602         * m2-exp.y (yyerror): Constify.
9603         * m2-lang.h (m2_yyerror): Constify.
9604         * m32r-tdep.c (m32r_register_names): Constify and make static.
9605         * m68hc11-tdep.c (m68hc11_register_names): Constify.
9606         * m88k-tdep.c (m88k_register_name): Constify.
9607         * macroexp.c (appendmem): Constify.
9608         * mdebugread.c (fdr_name, add_data_symbol, parse_type)
9609         (upgrade_type, parse_external, parse_partial_symbols)
9610         (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
9611         (new_symbol): Constify.
9612         * memattr.c (mem_info_command): Constify.
9613         * mep-tdep.c (register_name_from_keyword): Constify.
9614         * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
9615         Constify.
9616         * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
9617         * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
9618         * mi/mi-main.c (captured_mi_execute_command): Constify and add
9619         cast.
9620         (mi_execute_async_cli_command): Constify.
9621         * mips-tdep.c (mips_register_name): Constify.
9622         * mn10300-tdep.c (register_name, mn10300_generic_register_name)
9623         (am33_register_name, am33_2_register_name)
9624         * moxie-tdep.c (moxie_register_names): Constify.
9625         * nat/linux-osdata.c (osdata_type): Constify fields.
9626         * nto-tdep.c (nto_parse_redirection): Constify.
9627         * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
9628         (lookup_child_selector): Constify.
9629         (objc_methcall::name): Constify.
9630         * objc-lang.h (lookup_objc_class, lookup_child_selector)
9631         (lookup_struct_typedef): Constify.
9632         * objfiles.c (pc_in_section): Constify.
9633         * objfiles.h (pc_in_section): Constify.
9634         * p-exp.y (struct token::oper): Constify.
9635         (yyerror): Constify.
9636         * p-lang.h (pascal_yyerror): Constify.
9637         * parser-defs.h (op_name_standard): Constify.
9638         (op_print::string): Constify.
9639         (exp_descriptor::op_name): Constify.
9640         * printcmd.c (print_address_symbolic): Constify.
9641         * psymtab.c (print_partial_symbols): Constify.
9642         * python/py-breakpoint.c (stop_func): Constify.
9643         (bppy_get_expression): Constify.
9644         * python/py-cmd.c (cmdpy_completer::name): Constify.
9645         (cmdpy_function): Constify.
9646         * python/py-event.c (evpy_add_attribute)
9647         (gdbpy_initialize_event_generic): Constify.
9648         * python/py-event.h (evpy_add_attribute)
9649         (gdbpy_initialize_event_generic): Constify.
9650         * python/py-evts.c (add_new_registry): Constify.
9651         * python/py-finishbreakpoint.c (outofscope_func): Constify.
9652         * python/py-framefilter.c (get_py_iter_from_func): Constify.
9653         * python/py-inferior.c (get_buffer): Add cast.
9654         * python/py-param.c (parm_constant::name): Constify.
9655         * python/py-unwind.c (fprint_frame_id): Constify.
9656         * python/python.c (gdbpy_parameter_value): Constify.
9657         * remote-fileio.c (remote_fio_func_map): Make 'name' const.
9658         * remote.c (memory_packet_config::name): Constify.
9659         (show_packet_config_cmd, remote_write_bytes)
9660         (remote_buffer_add_string):
9661         * reverse.c (exec_reverse_once): Constify.
9662         * rs6000-tdep.c (variant::name, variant::description): Constify.
9663         * rust-exp.y (rustyyerror): Constify.
9664         * rust-lang.c (rust_op_name): Constify.
9665         * rust-lang.h (rustyyerror): Constify.
9666         * serial.h (serial_ops::name): Constify.
9667         * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
9668         (sh_sh3e_register_name, sh_sh2e_register_name)
9669         (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
9670         (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
9671         (sh_sh4_register_name, sh_sh4_nofpu_register_name)
9672         (sh_sh4al_dsp_register_name): Constify.
9673         * sh64-tdep.c (sh64_register_name): Constify.
9674         * solib-darwin.c (lookup_symbol_from_bfd): Constify.
9675         * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
9676         * stabsread.c (patch_block_stabs, read_type_number)
9677         (ref_map::stabs, ref_add, process_reference)
9678         (symbol_reference_defined, define_symbol, define_symbol)
9679         (error_type, read_type, read_member_functions, read_cpp_abbrev)
9680         (read_one_struct_field, read_struct_fields, read_baseclasses)
9681         (read_tilde_fields, read_struct_type, read_array_type)
9682         (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
9683         (read_huge_number, read_range_type, read_args, common_block_start)
9684         (find_name_end): Constify.
9685         * stabsread.h (common_block_start, define_symbol)
9686         (process_one_symbol, symbol_reference_defined, ref_add):
9687         * symfile.c (get_section_index, add_symbol_file_command):
9688         * symfile.h (get_section_index): Constify.
9689         * target-descriptions.c (tdesc_type::name): Constify.
9690         (tdesc_free_type): Add cast.
9691         * target.c (find_default_run_target):
9692         (add_deprecated_target_alias, find_default_run_target)
9693         (target_announce_detach): Constify.
9694         (do_option): Constify.
9695         * target.h (add_deprecated_target_alias): Constify.
9696         * thread.c (print_thread_info_1): Constify.
9697         * top.c (deprecated_readline_begin_hook, command_line_input):
9698         Constify.
9699         (init_main): Add casts.
9700         * top.h (handle_line_of_input): Constify.
9701         * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
9702         * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
9703         (tfind_command): Rename to ...
9704         (tfind_command_1): ... this and constify.
9705         (tfind_command): New function.
9706         (tfind_end_command, tfind_start_command): Adjust.
9707         (encode_source_string): Constify.
9708         * tracepoint.h (encode_source_string): Constify.
9709         * tui/tui-data.c (tui_partial_win_by_name): Constify.
9710         * tui/tui-data.h (tui_partial_win_by_name): Constify.
9711         * tui/tui-source.c (tui_set_source_content_nil): Constify.
9712         * tui/tui-source.h (tui_set_source_content_nil): Constify.
9713         * tui/tui-win.c (parse_scrolling_args): Constify.
9714         * tui/tui-windata.c (tui_erase_data_content): Constify.
9715         * tui/tui-windata.h (tui_erase_data_content): Constify.
9716         * tui/tui-winsource.c (tui_erase_source_content): Constify.
9717         * tui/tui.c (tui_enable): Add cast.
9718         * utils.c (defaulted_query): Constify.
9719         (init_page_info): Add cast.
9720         (puts_debug, subset_compare): Constify.
9721         * utils.h (subset_compare): Constify.
9722         * varobj.c (varobj_format_string): Constify.
9723         * varobj.h (varobj_format_string): Constify.
9724         * vax-tdep.c (vax_register_name): Constify.
9725         * windows-nat.c (windows_detach): Constify.
9726         * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
9727         * xml-support.c (gdb_xml_end_element): Constify.
9728         * xml-tdesc.c (tdesc_start_reg): Constify.
9729         * xstormy16-tdep.c (xstormy16_register_name): Constify.
9730         * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
9731         * xtensa-tdep.h (xtensa_register_t::name): Constify.
9732
9733 2017-04-05  Pedro Alves  <palves@redhat.com>
9734
9735         * proc-api.c (struct trans): Constify.
9736         (procfs_note): Constify.
9737         * proc-events.c (struct trans, syscall_table):
9738         * proc-flags.c (struct trans): Constify.
9739         * proc-utils.h (procfs_note): Constify.
9740         * proc-why.c (struct trans): Constify.
9741         * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
9742         (procfs_detach): Constify.
9743         * sol-thread.c (struct string_map): Constify.
9744         (td_err_string, td_state_string): Constify.
9745
9746 2017-04-05  Pedro Alves  <palves@redhat.com>
9747
9748         * proc-api.c (procfs_filename): Don't initialize
9749         procfs_filename.
9750         (prepare_to_trace): Assume procfs_filename is non-NULL.
9751         (_initialize_proc_api): Give procfs_filename a default value here.
9752
9753 2017-04-05  Pedro Alves  <palves@redhat.com>
9754
9755         * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
9756         'cond_string' parameter.
9757         (extract_exception_regexp): Constify 'string' parameter.
9758         (catch_exception_command_1): Constify.
9759         * breakpoint.c (init_catchpoint)
9760         (create_fork_vfork_event_catchpoint): Constify 'cond_string'
9761         parameter.
9762         (ep_parse_optional_if_clause, catch_fork_command_1)
9763         (catch_exec_command_1): Constify.
9764         * breakpoint.h (init_catchpoint): Constify 'cond_string'
9765         parameter.
9766         (ep_parse_optional_if_clause): Constify.
9767         * cli/cli-utils.c (remove_trailing_whitespace)
9768         (check_for_argument): Constify.
9769         * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
9770         non-const overload.
9771         (check_for_argument): Likewise.
9772
9773 2017-04-05  Pedro Alves  <palves@redhat.com>
9774
9775         * event-top.c (command_line_handler): Add cast to execute_command
9776         call.
9777         * record-btrace.c (cmd_record_btrace_bts_start)
9778         (cmd_record_btrace_pt_start, cmd_record_btrace_start)
9779         (cmd_record_btrace_start): Add cast to execute_command call.
9780         * record-full.c (record_full_goto_insn):
9781         * record.c (record_start, record_stop): Add cast to
9782         execute_command_to_string calls.
9783         (cmd_record_start): Add cast to execute_command calls.
9784
9785 2017-04-05  Pedro Alves  <palves@redhat.com>
9786
9787         * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
9788         static inline function.
9789         * python/py-arch.c (archpy_disassemble): Constify 'keywords'
9790         array and use gdb_PyArg_ParseTupleAndKeywords.
9791         * python/py-cmd.c (cmdpy_init): Likewise.
9792         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
9793         * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
9794         (infpy_search_memory): Likewise.
9795         * python/py-objfile.c (objfpy_add_separate_debug_file)
9796         (gdbpy_lookup_objfile): Likewise.
9797         * python/py-symbol.c (gdbpy_lookup_symbol)
9798         (gdbpy_lookup_global_symbol): Likewise.
9799         * python/py-type.c (gdbpy_lookup_type): Likewise.
9800         * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
9801         * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
9802         Likewise.
9803
9804 2017-04-05  Pedro Alves  <palves@redhat.com>
9805
9806         * python/python-internal.h (gdb_PyGetSetDef): New type.
9807         * python/py-block.c (block_object_getset)
9808         (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
9809         * python/py-event.c (event_object_getset)
9810         (finish_breakpoint_object_getset): Likewise.
9811         * python/py-inferior.c (inferior_object_getset): Likewise.
9812         * python/py-infthread.c (thread_object_getset): Likewise.
9813         * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
9814         * python/py-linetable.c (linetable_entry_object_getset): Likewise.
9815         * python/py-objfile.c (objfile_getset): Likewise.
9816         * python/py-progspace.c (pspace_getset): Likewise.
9817         * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
9818         Likewise.
9819         * python/py-record.c (recpy_record_getset): Likewise.
9820         * python/py-symbol.c (symbol_object_getset): Likewise.
9821         * python/py-symtab.c (symtab_object_getset, sal_object_getset):
9822         Likewise.
9823         * python/py-type.c (type_object_getset, field_object_getset):
9824         Likewise.
9825         * python/py-value.c (value_object_getset): Likewise.
9826
9827 2017-04-05  Pedro Alves  <palves@redhat.com>
9828
9829         * python/python-internal.h (gdb_PyObject_CallMethod)
9830         (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
9831         New functions.
9832         (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
9833         (PySys_GetObject, PySys_SetPath): New macros.
9834
9835 2017-04-05  Pedro Alves  <palves@redhat.com>
9836
9837         * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
9838         info_osdata_command.
9839         * osdata.c (info_osdata_command): Rename to ...
9840         (info_osdata): ... this.  Constify 'type' parameter, and remove
9841         the 'from_tty' parameter.  Accept NULL TYPE.
9842         (info_osdata_command): New function.
9843         * osdata.h (info_osdata_command): Remove declaration.
9844         (info_osdata): New declaration.
9845
9846 2017-04-05  Pedro Alves  <palves@redhat.com>
9847
9848         * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
9849         (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
9850         (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
9851         parameter.
9852         * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
9853         (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
9854         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
9855         parameter.
9856         * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
9857         (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
9858         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9859         (mi_cmd_file_list_exec_source_files)
9860         (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
9861         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
9862         (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
9863         parameter.
9864         * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
9865         (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
9866         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
9867         (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
9868         (mi_cmd_stack_info_frame): Constify 'command' parameter.
9869         * mi/mi-cmd-target.c (mi_cmd_target_file_get)
9870         (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
9871         'command' parameter.
9872         * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
9873         (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
9874         (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
9875         (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
9876         (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
9877         (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
9878         (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
9879         (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
9880         (mi_cmd_var_set_update_range): Constify 'command' parameter.
9881         * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
9882         * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
9883         parameter.
9884         * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
9885         (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
9886         (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
9887         (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
9888         (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
9889         (mi_cmd_target_flash_erase, mi_cmd_thread_select)
9890         (mi_cmd_thread_list_ids, mi_cmd_thread_info)
9891         (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
9892         (mi_cmd_data_list_changed_registers)
9893         (mi_cmd_data_write_register_values)
9894         (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
9895         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
9896         (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
9897         (mi_cmd_list_features, mi_cmd_list_target_features)
9898         (mi_cmd_add_inferior, mi_cmd_remove_inferior)
9899         (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
9900         (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
9901         (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
9902         (mi_cmd_trace_frame_collected): Constify 'command'
9903         parameter.
9904         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
9905         'command' parameter.
9906
9907 2017-04-05  Pedro Alves  <palves@redhat.com>
9908
9909         * ada-lang.c (ada_completer_word_break_characters): Now a const
9910         array.
9911         (ada_get_gdb_completer_word_break_characters): Constify.
9912         * completer.c (gdb_completer_command_word_break_characters)
9913         (gdb_completer_file_name_break_characters)
9914         (gdb_completer_quote_characters): Now const arrays.
9915         (get_gdb_completer_quote_characters): Constify.
9916         (set_rl_completer_word_break_characters): New function.
9917         (set_gdb_completion_word_break_characters)
9918         (complete_line_internal): Use it.
9919         * completer.h (get_gdb_completer_quote_characters): Constify.
9920         (set_rl_completer_word_break_characters): Declare.
9921         * f-lang.c (f_word_break_characters): Constify.
9922         * language.c (default_word_break_characters): Constify.
9923         * language.h (language_defn::la_word_break_characters): Constify.
9924         (default_word_break_characters): Constify.
9925         * top.c (init_main): Use set_rl_completer_word_break_characters.
9926
9927 2017-04-05  Pedro Alves  <palves@redhat.com>
9928
9929         * aix-thread.c (aix_thread_pid_to_str)
9930         (aix_thread_extra_thread_info): Constify.
9931         * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
9932         * bsd-uthread.c (bsd_uthread_extra_thread_info)
9933         (bsd_uthread_pid_to_str): Constify.
9934         * corelow.c (core_pid_to_str): Constify.
9935         * darwin-nat.c (darwin_pid_to_str): Constify.
9936         * fbsd-nat.c (fbsd_pid_to_str): Constify.
9937         * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
9938         Constify.
9939         * gnu-nat.c (gnu_pid_to_str): Constify.
9940         * go32-nat.c (go32_pid_to_str): Constify.
9941         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
9942         * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
9943         * inferior.c (inferior_pid_to_str): Constify.
9944         * linux-nat.c (linux_nat_pid_to_str): Constify.
9945         * linux-tdep.c (linux_core_pid_to_str): Constify.
9946         * linux-thread-db.c (thread_db_pid_to_str)
9947         (thread_db_extra_thread_info): Constify.
9948         * nto-tdep.c (nto_extra_thread_info): Constify.
9949         * nto-tdep.h (nto_extra_thread_info): Constify.
9950         * obsd-nat.c (obsd_pid_to_str): Constify.
9951         * procfs.c (procfs_pid_to_str): Constify.
9952         * ravenscar-thread.c (ravenscar_extra_thread_info)
9953         (ravenscar_pid_to_str): Constify.
9954         * remote-sim.c (gdbsim_pid_to_str): Constify.
9955         * remote.c (remote_threads_extra_info, remote_pid_to_str):
9956         Constify.
9957         * sol-thread.c (solaris_pid_to_str): Constify.
9958         * sol2-tdep.c (sol2_core_pid_to_str): Constify.
9959         * sol2-tdep.h (sol2_core_pid_to_str): Constify.
9960         * target.c (default_pid_to_str, target_pid_to_str)
9961         (normal_pid_to_str, default_pid_to_str): Constify.
9962         * target.h (target_ops::to_pid_to_str)
9963         (target_ops::to_extra_thread_info): Constify.
9964         (target_pid_to_str, normal_pid_to_str): Constify.
9965         * windows-nat.c (windows_pid_to_str): Constify.
9966         * gdbarch.sh (core_pid_to_str): Constify.
9967         * target-delegates.c: Regenerate.
9968         * gdbarch.h, gdbarch.c: Regenerate.
9969
9970 2017-04-05  Pedro Alves  <palves@redhat.com>
9971
9972         * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
9973         the memory of the temporary warning_pre_print override.
9974         * utils.c (warning_pre_print): Constify.
9975         * utils.h (warning_pre_print): Constify.
9976
9977 2017-04-05  Pedro Alves  <palves@redhat.com>
9978
9979         * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
9980         (shell_command): New function.
9981         (make_command): Use std::string.
9982         (init_cli_cmds): Register shell_command instead of shell_escape.
9983
9984 2017-04-05  Pedro Alves  <palves@redhat.com>
9985
9986         * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
9987         * tracepoint.c (default_collect): Don't initialize.
9988
9989 2017-04-05  Pedro Alves  <palves@redhat.com>
9990
9991         * macroexp.c (macro_buffer::shared): Now a bool.
9992         (init_buffer): Update.
9993         (init_shared_buffer): Constify 'addr' parameter.
9994         (substitute_args, expand, macro_expand, macro_expand_next): Remove
9995         casts.
9996
9997 2017-04-05  Pedro Alves  <palves@redhat.com>
9998
9999         * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
10000         * disasm.c (set_disassembler_options): Constify local.
10001         * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
10002
10003 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
10004
10005         PR gdb/21352
10006         * tracefile.c (tsave_command): Fix argument parsing for '-r'
10007         option.
10008
10009 2017-04-05  Yao Qi  <yao.qi@linaro.org>
10010
10011         * frame.c (frame_unwind_register_unsigned): Call
10012         frame_unwind_register_value.
10013
10014 2017-04-05  Yao Qi  <yao.qi@linaro.org>
10015
10016         * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
10017         Use gdb_test_multiple, and don't match anchor.
10018
10019 2017-04-05  Pedro Alves  <palves@redhat.com>
10020
10021         * MAINTAINERS (Global Maintainers): Add Simon Marchi.
10022         (Write After Approval): Remove Simon Marchi.
10023
10024 2017-04-05  Pedro Alves  <palves@redhat.com>
10025
10026         * common/gdb_optional.h (optional::optional): Make constexpr and
10027         initialize m_dummy.
10028
10029 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
10030
10031         * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
10032         (amd64fbsd_jmp_buf_reg_offset): Remove.
10033         (amd64fbsd_supply_uthread): Remove function.
10034         (amd64fbsd_collect_uthread): Remove function.
10035         (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
10036         * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
10037         (x86_64-*-freebsd*): Remove bsd-uthread.o.
10038         (fbsd-nat.c): Update comment.
10039         * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
10040         (i386fbsd_jmp_buf_reg_offset): Remove.
10041         (i386fbsd_supply_uthread): Remove function.
10042         (i386fbsd_collect_uthread): Remove function.
10043         (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
10044
10045 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
10046
10047         * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
10048         (ALLDEPFILES): Remove alpha-fbsd-tdep.c
10049         * NEWS: Mention that support for FreeBSD/alpha was removed.
10050         * alpha-fbsd-tdep.c: Delete file.
10051         * config/alpha/fbsd.mh: Delete file.
10052         * configure.host: Delete alpha*-*-freebsd* and
10053         alpha*-*-kfreebsd*-gnu.
10054         * configure.tgt: Delete alpha*-*-freebsd* and
10055         alpha*-*-kfreebsd*-gnu.
10056
10057 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
10058
10059         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
10060         amd64bsd_store_inferior_registers): Use ptid from regcache.
10061
10062 2017-04-04  Pedro Alves  <palves@redhat.com>
10063
10064         * dwarf2read.c (lnp_state_machine): Now a class.  Initialize all
10065         data fields, make them private and add "m_" prefixes.
10066         (lnp_state_machine::lnp_state_machine): New ctor.
10067         (record_line, check_line_address, handle_set_discriminator)
10068         (handle_set_address, handle_advance_pc, handle_special_opcode)
10069         (handle_advance_line, handle_set_file, handle_negate_stmt)
10070         (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
10071         (end_sequence, advance_line): New methods.
10072         (m_gdbarch, m_record_lines_p): New fields.
10073         (lnp_reader_state): Delete.
10074         (dwarf_record_line): Rename to ...
10075         (lnp_state_machine::record_line): ... adjust.
10076         (init_lnp_state_machine): Delete.
10077         (lnp_state_machine::lnp_state_machine): New.
10078         (check_line_address): Rename to ...
10079         (lnp_state_machine::check_line_address): This.
10080         (dwarf_decode_lines_1): Remove reference to "reader_state".
10081         Adjust lnp_state_machine having a non-default ctor.  Use bool.
10082         State machine internal state manipulation moved to
10083         lnp_state_machine methods.
10084
10085 2017-04-04  Pedro Alves  <palves@redhat.com>
10086
10087         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10088         unittests/offset-type-selftests.c.
10089         (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
10090         * common/offset-type.h: New file.
10091         * common/preprocessor.h: New file.
10092         * common/traits.h: New file.
10093         * common/valid-expr.h: New file.
10094         * dwarf2expr.c: Include "common/underlying.h".  Adjust to use
10095         sect_offset and cu_offset strong typedefs throughout.
10096         * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
10097         typedefs throughout.
10098         * dwarf2loc.c: Include "common/underlying.h".  Adjust to use
10099         sect_offset and cu_offset strong typedefs throughout.
10100         * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
10101         typedefs throughout.
10102         * gdbtypes.h: Include "common/offset-type.h".
10103         (cu_offset): Now an offset type (strong typedef) instead of a
10104         struct.
10105         (sect_offset): Likewise.
10106         (union call_site_parameter_u): Rename "param_offset" field to
10107         "param_cu_off".
10108         * unittests/offset-type-selftests.c: New file.
10109
10110 2017-04-04  Pedro Alves  <palves@redhat.com>
10111
10112         * common/underlying.h: New file.
10113         * dwarf2read.c: Include "common/gdb_optional.h" and
10114         "common/underlying.h".
10115         (dir_index, file_name_index): New types.
10116         (file_entry): Use them.
10117         (file_entry::include): Use to_underlying.
10118         (line_header::add_file_name): Use dir_index.
10119         (read_formatted_entries): Use gdb::optional.  Read form before
10120         writting to file_entry.
10121         (dwarf_decode_line_header): Use dir_index.
10122         (lnp_state_machine::current_file): Use to_underlying.
10123         (lnp_state_machine::file): Change type to file_name_index.
10124         (dwarf_record_line): Use to_underlying.
10125         (init_lnp_state_machine): Use file_name_index.
10126         (dwarf_decode_lines_1): Use dir_index and file_name_index.
10127
10128 2017-04-04  Pedro Alves  <palves@redhat.com>
10129
10130         * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
10131         operator bool, has_value and get methods.
10132
10133 2017-04-04  Pedro Alves  <palves@redhat.com>
10134
10135         * dwarf2read.c (struct file_entry): Add ctors, and initialize all
10136         fields.
10137         (line_header): Initialize all data fields.  Change type of
10138         standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
10139         Change type of include_dirs to std::vector<const char *>.  Remove
10140         num_include_dirs, include_dirs_size.  Change type of file_names to
10141         std::vector<file_entry>.  Remove num_file_names, file_names_size.
10142         (line_header::line_header): New.
10143         (line_header::add_include_dir, line_header::add_file_name): New
10144         methods.
10145         (line_header::include_dir_at): Remove NULL check.
10146         (line_header::file_name_at): Add const overload.
10147         (line_header_up): New unique_ptr typedef.
10148         (dw2_get_file_names_reader): Use line_header_up.  Adjust to use
10149         std::vector.  Remove free_line_header call.
10150         (dwarf2_build_include_psymtabs): Use line_header_up.  Remove
10151         free_line_header call.
10152         (free_cu_line_header): Delete.
10153         (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
10154         (setup_type_unit_groups): Use line_header_up instead of cleanups.
10155         Adjust to use std::vector.
10156         (free_line_header): Delete.
10157         (free_line_header_voidp): Use delete.
10158         (add_include_dir): Replace with ...
10159         (line_header::add_include_dir): ... this method.  Use std::vector.
10160         (add_file_name): Replace with ...
10161         (line_header::add_file_name): ... this method.  Use std::vector.
10162         (add_include_dir_stub): Delete.
10163         (read_formatted_entries): Remove memset.
10164         (dwarf_decode_line_header): Return a line_header_up instead of a
10165         raw pointer.  Remove cleanup handling.  Pass lambdas to
10166         read_formatted_entries.  Adjust to use line_header methods.
10167         (dwarf_decode_lines_1): Adjust to use line_header methods.
10168         (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
10169         use std::vector.
10170
10171 2017-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
10172
10173         * remote.c (set_general_thread, set_continue_thread): Use ptid_t
10174         instead of struct ptid.
10175
10176 2017-05-04  Alan Hayward  <alan.hayward@arm.com>
10177
10178         * frame.c (get_frame_register_bytes): Unwind using value.
10179         (put_frame_register_bytes): Likewise.
10180
10181 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10182
10183         * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
10184         aggregate-like.
10185
10186 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10187
10188         * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
10189
10190 2017-03-29  Yao Qi  <yao.qi@linaro.org>
10191
10192         * gdbthread.h (struct thread_info): Declare constructor and
10193         destructor.  Add some in-class member initializers.
10194         * thread.c (free_thread): Remove.
10195         (init_thread_list): Call delete instead of free_thread.
10196         (new_thread): Call thread_info constructor.
10197         (thread_info::thread_info): New function.
10198         (thread_info::~thread_info): New function.
10199         (delete_thread_1): Call delete instead of free_thread.
10200         (make_cleanup_restore_current_thread): Move tp and frame to
10201         inner block.
10202
10203 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
10204
10205         * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
10206         (arc_skip_prologue): Likewise.
10207         (arc_make_frame_cache): Likewise.
10208         (arc_pv_get_operand): New function.
10209         (arc_is_in_prologue): Likewise.
10210         (arc_analyze_prologue): Likewise.
10211         (arc_print_frame_cache): Likewise.
10212         (MAX_PROLOGUE_LENGTH): New constant.
10213
10214 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
10215
10216         * configure.tgt: Add arc-insn.o.
10217         * arc-tdep.c (arc_delayed_print_insn): Make non-static.
10218         (dump_arc_instruction_command): New function.
10219         (arc_fprintf_disasm): Likewise.
10220         (arc_disassemble_info): Likewise.
10221         (arc_insn_get_operand_value): Likewise.
10222         (arc_insn_get_operand_value_signed): Likewise.
10223         (arc_insn_get_memory_base_reg): Likewise.
10224         (arc_insn_get_memory_offset): Likewise.
10225         (arc_insn_get_branch_target): Likewise.
10226         (arc_insn_dump): Likewise.
10227         (arc_insn_get_linear_next_pc): Likewise.
10228         * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
10229         (arc_disassemble_info): Likewise.
10230         (arc_insn_get_branch_target): Likewise.
10231         (arc_insn_get_linear_next_pc): Likewise.
10232         * NEWS: Mention new "maint print arc arc-instruction".
10233
10234 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
10235
10236         * arc-tdep (maintenance_print_arc_list): New variable.
10237         (maintenance_print_arc_command): New function.
10238
10239 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
10240
10241         * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
10242         Add "limm" and "reserved".
10243         (arc_cannot_fetch_register, arc_cannot_store_register): Add
10244         ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
10245         * arc-tdep.h (arc_regnum): Likewise.
10246
10247 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
10248
10249         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
10250         for THREADPTR register.
10251         (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
10252         register.
10253         * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
10254         (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
10255         * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
10256
10257 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
10258
10259         * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
10260         registers above gdbarch_num_regs (gdbarch) as privileged in
10261         call0 ABI.
10262
10263 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
10264
10265         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
10266         for a single specified register or for all registers in
10267         a0_base..a0_base + C0_NREGS range.
10268         (supply_gregset_reg): Call regcache_raw_supply for a single
10269         specified register or for all registers in a0_base..a0_base +
10270         C0_NREGS range.
10271
10272 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
10273
10274         * arch/xtensa.h (C0_NREGS): Add definition.
10275         * xtensa-tdep.c (C0_NREGS): Remove definition.
10276
10277 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
10278
10279         * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
10280         Drop xtensa_default_isa initialization.
10281         (xtensa_gdbarch_init): Initialize xtensa_default_isa.
10282
10283 2017-03-27  Pedro Alves  <palves@redhat.com>
10284
10285         * dwarf2read.c (file_entry) <dir_index>: Add comment.
10286         (file_entry::include_dir): New method.
10287         (line_header::include_dir_at, line_header::file_name_at): New
10288         methods.
10289         (setup_type_unit_groups, setup_type_unit_groups)
10290         (psymtab_include_file_name): Simplify using the new methods.
10291         (lnp_state_machine) <the_line_header>: New field.
10292         <file>: Add comment.
10293         (lnp_state_machine::current_file): New method.
10294         (dwarf_record_line): Simplify using the new methods.
10295         (init_lnp_state_machine): Initialize the "the_line_header" field.
10296         (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
10297         Simplify using the new methods.
10298
10299 2017-03-27  Pedro Alves  <palves@redhat.com>
10300
10301         * cp-name-parser.y (make_empty): Delete.
10302         (demangler_special, nested_name, ptr_operator, array_indicator)
10303         (direct_declarator, declarator_1): Use fill_comp instead of
10304         make_empty.
10305
10306 2017-03-27  Pedro Alves  <palves@redhat.com>
10307
10308         * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
10309         to ATTRIBUTE_PRINTF.
10310         * solib-target.c (library_list_start_list): Print "string" not
10311         "version".
10312         * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
10313         gdb_xml_error call.
10314
10315 2017-03-27  Pedro Alves  <palves@redhat.com>
10316
10317         * dwarf2read.c (struct file_and_directory): New.
10318         (dwarf2_get_dwz_file): Adjust to use std::string.
10319         (dw2_get_file_names_reader): Adjust to use file_and_directory.
10320         (find_file_and_directory): Adjust to return a file_and_directory
10321         object.
10322         (read_file_scope): Adjust to use file_and_directory.  Remove
10323         make_cleanup/do_cleanups calls.
10324         (open_and_init_dwp_file): Adjust to use std::string.  Remove
10325         make_cleanup/do_cleanups calls.
10326         * python/python.c (do_start_initialization): Adjust to ldirname
10327         returning a std::string.
10328         * utils.c (ldirname): Now returns a std::string.
10329         * utils.h (ldirname): Change return type to std::string.
10330         * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
10331         returning a std::string.
10332         * xml-tdesc.c (file_read_description_xml): Likewise.
10333
10334 2017-03-24  Alan Hayward  <alan.hayward@arm.com>
10335
10336         * regcache.c (regcache_debug_print_register): New function.
10337         * regcache.h (regcache_debug_print_register): New declaration.
10338         * target.c (debug_print_register): Remove.
10339         (target_fetch_registers): Call regcache_debug_print_register.
10340         (target_store_registers): Likewise.
10341
10342 2017-03-24  Pádraig Brady  <pbrady@fb.com>
10343
10344         * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
10345         reference beyond the 'lh->include_dirs' array before accessing to
10346         it.
10347         (psymtab_include_file_name): Likewise.
10348         (dwarf_decode_lines_1): Likewise.
10349         (dwarf_decode_lines): Likewise.
10350         (file_file_name): Likewise.
10351
10352 2017-03-23  Simon Marchi  <simon.marchi@ericsson.com>
10353
10354         * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
10355         inferior_ptid.
10356         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
10357         ps_lsetfpregs): Likewise.
10358         * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
10359         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
10360         ps_lsetfpregs): Likewise.
10361         * target.c (target_fetch_registers, target_store_registers):
10362         Remove asserts.
10363
10364 2017-03-23  Alan Hayward  <alan.hayward@arm.com>
10365
10366         * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
10367
10368 2017-03-23  Yao Qi  <yao.qi@linaro.org>
10369
10370         * aarch64-tdep.c (aarch64_process_record_test): Declare.
10371         (_initialize_aarch64_tdep): Register it.
10372         (aarch64_record_load_store): Handle PRFM instruction.
10373         (aarch64_process_record_test): New function.
10374
10375 2017-03-23  Yao Qi  <yao.qi@linaro.org>
10376
10377         * aarch64-tdep.c (aarch64_record_load_store): Fix code
10378         indentation.
10379
10380 2017-03-23  Yao Qi  <yao.qi@linaro.org>
10381
10382         * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
10383
10384 2017-03-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
10385
10386         python/python.c (do_start_initialization): Fix memory leak.
10387
10388 2017-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
10389
10390         * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
10391         using get_ptrace_pid.
10392         * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
10393         inferior_ptid.
10394         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
10395         inferior_ptid instead of pid.
10396
10397 2017-03-22  Yao Qi  <yao.qi@linaro.org>
10398
10399         * aarch64-tdep.c: Wrap locally used classes in anonymous
10400         namespace.
10401         * arm-tdep.c: Likewise.
10402         * linespec.c: Likewise.
10403         * ui-out.c: Likewise.
10404
10405 2017-03-22  Jonah Graham  <jonah@kichwacoders.com>
10406
10407         PR gdb/19637
10408         * python/lib/gdb/printer/bound_registers.py: Import sys.
10409
10410 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
10411
10412         * windows-nat.c (do_windows_fetch_inferior_registers): Add
10413         windows_thread_info parameter and use it instead of
10414         current_thread.
10415         (windows_fetch_inferior_registers): Don't set current_thread,
10416         pass the thread to do_windows_fetch_inferior_registers.  Use
10417         ptid from regcache instead of inferior_ptid.
10418         (do_windows_store_inferior_registers): Add windows_thread_info
10419         parameter and use it instead of current_thread.
10420         (windows_store_inferior_registers): Don't set current_thread,
10421         pass the thread to do_windows_store_inferior_registers.  Use
10422         ptid from regcache instead of inferior_ptid.
10423
10424 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
10425
10426         * ser-mingw.c (ser_windows_raw): Remove reference to
10427         struct serial::current_timeout.
10428
10429 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
10430
10431         PR tdep/20928
10432         * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
10433         * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
10434         (sparc64_fsr_type): Fix %fsr decoding.
10435
10436 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
10437
10438         * python/py-record-btrace.c (btpy_insn_data): Change return type
10439         for Python 2.
10440
10441 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
10442
10443         * spu-linux-nat.c (spu_fetch_inferior_registers,
10444         spu_store_inferior_registers): Use ptid from regcache, set and
10445         restore inferior_ptid.
10446         * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
10447         Likewise.
10448
10449 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
10450
10451         * i386-linux-nat.c (fetch_register, store_register,
10452         i386_linux_fetch_inferior_registers,
10453         i386_linux_store_inferior_registers): Use ptid from regcache.
10454         * ia64-linux-nat.c (ia64_linux_fetch_register,
10455         ia64_linux_store_register): Likewise.
10456         * inf-ptrace.c (inf_ptrace_fetch_register,
10457         inf_ptrace_store_register): Likewise.
10458         * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
10459         m32r_linux_store_inferior_registers): Likewise.
10460         * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
10461         m68kbsd_store_inferior_registers): Likewise.
10462         * m68k-linux-nat.c (fetch_register, store_register,
10463         m68k_linux_fetch_inferior_registers,
10464         m68k_linux_store_inferior_registers): Likewise.
10465         * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
10466         m88kbsd_store_inferior_registers): Likewise.
10467         * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
10468         mips_fbsd_store_inferior_registers): Likewise.
10469         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
10470         mips64_linux_regsets_store_registers): Likewise.
10471         * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
10472         mipsnbsd_store_inferior_registers): Likewise.
10473         * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
10474         mips64obsd_store_inferior_registers): Likewise.
10475         * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
10476         Likewise.
10477         * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
10478         ppcfbsd_store_inferior_registers): Likewise.
10479         * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
10480         ppc_linux_store_inferior_registers): Likewise.
10481         * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
10482         ppcnbsd_store_inferior_registers): Likewise.
10483         * ppc-obsd-nat.c (ppcobsd_fetch_registers,
10484         ppcobsd_store_registers): Likewise.
10485         * procfs.c (procfs_fetch_registers, procfs_store_registers):
10486         Likewise.
10487         * ravenscar-thread.c (ravenscar_fetch_registers,
10488         ravenscar_store_registers, ravenscar_prepare_to_store):
10489         Likewise.
10490         * record-btrace.c (record_btrace_fetch_registers,
10491         record_btrace_store_registers, record_btrace_prepare_to_store):
10492         Likewise.
10493         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
10494         Lookup inferior using ptid from regcache, instead of
10495         current_inferior.
10496         * remote.c (remote_fetch_registers, remote_store_registers): Use
10497         ptid from regcache.
10498         * rs6000-nat.c (fetch_register, store_register): Likewise.
10499         * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
10500         s390_linux_store_inferior_registers): Likewise.
10501         * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
10502         shnbsd_store_inferior_registers): Likewise.
10503         * sol-thread.c (sol_thread_fetch_registers,
10504         sol_thread_store_registers): Likewise.
10505         * sparc-nat.c (sparc_fetch_inferior_registers,
10506         sparc_store_inferior_registers): Likewise.
10507         * tilegx-linux-nat.c (fetch_inferior_registers,
10508         store_inferior_registers): Likewise.
10509         * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
10510         vaxbsd_store_inferior_registers): Likewise.
10511         * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
10512         store_xtregs): Likewise.
10513
10514 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10515
10516         PR gdb/14441
10517         * NEWS: Mention support for rvalue references in GDB and python.
10518         * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
10519         supports both lvalue and rvalue references.
10520
10521 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10522
10523         PR gdb/14441
10524         * gdbtypes.c (rank_one_type): Implement overloading
10525         resolution rules regarding rvalue references.
10526
10527 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10528
10529         PR gdb/14441
10530         * aarch64-tdep.c (aarch64_type_align)
10531         (aarch64_extract_return_value, aarch64_store_return_value): Change
10532         lvalue reference type checks to general reference type checks.
10533         * amd64-tdep.c (amd64_classify): Likewise.
10534         * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
10535         Likewise.
10536         * arm-tdep.c (arm_type_align, arm_extract_return_value)
10537         (arm_store_return_value): Likewise.
10538         * ax-gdb.c (gen_fetch, gen_cast): Likewise.
10539         * c-typeprint.c (c_print_type): Likewise.
10540         * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
10541         (cplus_number_of_children, cplus_describe_child): Likewise.
10542         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
10543         * completer.c (expression_completer): Likewise.
10544         * cp-support.c (make_symbol_overload_list_adl_namespace):
10545         Likewise.
10546         * darwin-nat-info.c (info_mach_region_command): Likewise.
10547         * dwarf2loc.c (entry_data_value_coerce_ref)
10548         (value_of_dwarf_reg_entry): Likewise.
10549         * eval.c (ptrmath_type_p, evaluate_subexp_standard)
10550         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
10551         Likewise.
10552         * findvar.c (extract_typed_address, store_typed_address):
10553         Likewise.
10554         * gdbtypes.c (rank_one_type): Likewise.
10555         * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
10556         * infcall.c (value_arg_coerce): Likewise.
10557         * language.c (pointer_type): Likewise.
10558         * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
10559         Likewise.
10560         * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
10561         * mn10300-tdep.c (mn10300_type_align): Likewise.
10562         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
10563         * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
10564         (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
10565         Likewise.
10566         * printcmd.c (print_formatted, x_command): Likewise.
10567         * python/py-type.c (typy_get_composite, typy_template_argument):
10568         Likewise.
10569         * python/py-value.c (valpy_referenced_value)
10570         (valpy_get_dynamic_type, value_has_field): Likewise.
10571         * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
10572         * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
10573         * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
10574         * spu-tdep.c (spu_scalar_value_p): Likewise.
10575         * symtab.c (lookup_symbol_aux): Likewise.
10576         * typeprint.c (whatis_exp, print_type_scalar): Likewise.
10577         * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
10578         Likewise.
10579         * valops.c (value_cast_pointers, value_cast)
10580         (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
10581         (value_struct_elt, value_struct_elt_bitpos)
10582         (value_find_oload_method_list, find_overload_match)
10583         (value_rtti_indirect_type): Likewise.
10584         * valprint.c (val_print_scalar_type_p, generic_val_print):
10585         Likewise.
10586         * value.c (value_actual_type, value_as_address, unpack_long)
10587         (pack_long, pack_unsigned_long, coerce_ref_if_computed)
10588         (coerce_ref): Likewise.
10589         * varobj.c (varobj_get_value_type): Likewise.
10590
10591 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10592
10593         PR gdb/14441
10594         * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
10595         table of constants.
10596         * python/lib/gdb/command/explore.py: Support exploring values
10597         of rvalue reference types.
10598         * python/lib/gdb/types.py: Implement get_basic_type() for
10599         rvalue reference types.
10600         * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
10601         constant.
10602         * python/py-value.c (valpy_getitem): Add an rvalue reference
10603         check.
10604         (valpy_reference_value): Add new parameter "refcode".
10605         (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
10606         New wrappers for valpy_reference_value().
10607         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
10608         (gdbpy_invoke_xmethod): Likewise.
10609
10610 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10611
10612         PR gdb/14441
10613         * dwarf2read.c (process_die, read_type_die_1): Handle the
10614         DW_TAG_rvalue_reference_type DIE.
10615         (read_tag_reference_type): Add new parameter "refcode".
10616
10617 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10618
10619         PR gdb/14441
10620         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
10621         (c_type_print_modifier, c_type_print_varspec_suffix)
10622         (c_type_print_base): Support printing rvalue reference types.
10623         * c-valprint.c (c_val_print, c_value_print): Support printing
10624         rvalue reference values.
10625
10626 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10627
10628         PR gdb/14441
10629         * cp-name-parser.y (ptr_operator): Handle the '&&' token in
10630         typename.
10631         * cp-support.c (replace_typedefs): Handle
10632         DEMANGLE_COMPONENT_RVALUE_REFERENCE.
10633         * python/py-type.c (typy_lookup_type): Likewise.
10634
10635 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10636
10637         PR gdb/14441
10638         * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
10639         * parse.c (insert_type): Change assert statement.
10640         (follow_types): Handle rvalue reference types.
10641         * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
10642         constant.
10643
10644 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10645
10646         PR gdb/14441
10647         * ada-lang.c (ada_evaluate_subexp): Adhere to the new
10648         value_ref() interface.
10649         * c-valprint.c (c_value_print): Likewise.
10650         * infcall.c (value_arg_coerce): Likewise.
10651         * python/py-value.c (valpy_reference_value): Likewise.
10652         * valops.c (value_cast, value_reinterpret_cast)
10653         (value_dynamic_cast, typecmp): Likewise.
10654         (value_ref): Parameterize by kind of return value reference type.
10655         * value.h (value_ref): Add new parameter "refcode".
10656
10657 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10658
10659         PR gdb/14441
10660         * dwarf2read.c (read_tag_reference_type): Use
10661         lookup_lvalue_reference_type() instead of lookup_reference_type().
10662         * eval.c (evaluate_subexp_standard): Likewise.
10663         * f-exp.y: Likewise.
10664         * gdbtypes.c (make_reference_type, lookup_reference_type):
10665         Generalize with rvalue reference types.
10666         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
10667         convenience wrappers for lookup_reference_type().
10668         * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
10669         reference kind parameter.
10670         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
10671         wrappers for lookup_reference_type().
10672         * guile/scm-type.c (gdbscm_type_reference): Use
10673         lookup_lvalue_reference_type() instead of lookup_reference_type().
10674         * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
10675         * parse.c (follow_types): Likewise.
10676         * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
10677         * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
10678         Likewise.
10679         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
10680         (gdbpy_invoke_xmethod): Likewise.
10681         * stabsread.c: Provide extra argument to make_reference_type()
10682         call.
10683         * valops.c (value_ref, value_rtti_indirect_type): Use
10684         lookup_lvalue_reference_type() instead of lookup_reference_type().
10685
10686 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
10687
10688         PR gdb/14441
10689         * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
10690         (TYPE_IS_REFERENCE): New macro.
10691         (struct type): Add rvalue_reference_type field.
10692         (TYPE_RVALUE_REFERENCE_TYPE): New macro.
10693
10694 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
10695
10696         * NEWS: Add an entry about new '-file-list-shared-libraries' command.
10697         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
10698         New function definition.
10699         * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
10700         * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
10701         New function declaration.
10702         * mi/mi-interp.c (mi_output_solib_attribs): New Function.
10703         * mi/mi-interp.h: New file.
10704         * solib.c (info_sharedlibrary_command): Replace for loop with
10705         ALL_SO_LIBS macro
10706         * solib.h (update_solib_list): New function declaration.
10707         (so_list_head): Move macro.
10708         * solist.h (ALL_SO_LIBS): New macro.
10709
10710 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
10711
10712         * infcmd.c (post_create_inferior): Remove unused argument in
10713         call to solib_add.
10714         * remote.c (remote_start_remote): Likewise.
10715         * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
10716         * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
10717         (enable_break): Likewise.
10718         * solib.c (update_solib_list): Remove unused target argument
10719         and its documentation.
10720         (solib_add): Remove unused target argument.  Remove unused
10721         argument in call to update_solib_list.
10722         (info_sharedlibrary_command): Remove unused argument in call
10723         to update_solib_list.
10724         (sharedlibrary_command): Remove unused argument in call to
10725         solib_add.
10726         (handle_solib_event): Likewise.
10727         (reload_shared_libraries): Likewise.
10728         * solib.h (solib_add): Remove unused target argument.
10729
10730 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10731
10732         * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
10733         (s390_displaced_step_fixup): Cover relative branches with the
10734         default fixup handling.  This fixes lack of support for some
10735         relative branch instructions.
10736
10737 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10738
10739         * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
10740         ptid from regcache.
10741
10742 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10743
10744         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
10745         i386_darwin_store_inferior_registers): Use ptid from regcache.
10746
10747 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10748
10749         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
10750         i386bsd_store_inferior_registers): Use ptid from regcache.
10751
10752 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10753
10754         * hppa-obsd-nat.c (hppaobsd_fetch_registers,
10755         hppaobsd_store_registers): Use ptid from regcache.
10756
10757 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10758
10759         * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
10760         hppanbsd_store_registers): Use ptid from regcache.
10761
10762 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10763
10764         * hppa-linux-nat.c (fetch_register, store_register): Use ptid
10765         from regcache.  Use get_ptrace_pid.
10766
10767 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10768
10769         * corelow.c (get_core_register_section): Use ptid from regcache,
10770         update doc.
10771
10772 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10773
10774         * bsd-uthread.c (bsd_uthread_fetch_registers,
10775         bsd_uthread_store_registers): Use ptid from regcache, set and
10776         restore inferior_ptid.
10777
10778 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10779
10780         * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
10781         fetch_fp_regs, store_register, store_regs, store_fp_register,
10782         store_fp_regs): Use ptid from regcache.
10783
10784 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
10785
10786         * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
10787         store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
10788         store_vfp_regs): Use ptid from regcache.
10789
10790 2017-03-17  Pedro Alves  <palves@redhat.com>
10791
10792         PR remote/21188
10793         * ser-base.c (ser_base_wait_for): Add comment.
10794         (do_ser_base_readchar): Improve comment based on the ser-unix.c's
10795         version.
10796         * ser-unix.c (hardwire_raw): Remove reference to
10797         scb->current_timeout.
10798         (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
10799         (hardwire_ops): Install ser_base_readchar instead of
10800         hardwire_readchar.
10801         * serial.h (struct serial) <current_timeout, timeout_remaining>:
10802         Remove fields.
10803
10804 2017-03-17  Jonah Graham  <jonah@kichwacoders.com>
10805
10806         PR gdb/19637
10807         * python/lib/gdb/printer/bound_registers.py: Add support for
10808         Python 3.
10809
10810 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10811
10812         * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
10813         pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
10814         (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
10815         byte_offset to subobj_byte_offset.  Fix the handling of
10816         DWARF_VALUE_STACK on big-endian targets when coming via an
10817         implicit pointer.
10818         (dwarf2_evaluate_loc_desc): Adjust call to
10819         dwarf2_evaluate_loc_desc_full.
10820         * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
10821         * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
10822
10823 2017-03-16  Yao Qi  <yao.qi@linaro.org>
10824
10825         * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
10826         and REVSH instructions.
10827
10828 2017-03-16  Yao Qi  <yao.qi@linaro.org>
10829
10830         * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
10831         (arm_record_test): Declare.
10832         (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
10833         (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
10834         align with the manual.
10835         (thumb_record_misc): Adjust the code order to align with the
10836         manual.
10837         (thumb2_record_decode_insn_handler): Fix instruction matching.
10838         (instruction_reader_thumb): New class.
10839         (arm_record_test): New function.
10840
10841 2017-03-16  Yao Qi  <yao.qi@linaro.org>
10842
10843         * arm-tdep.c (abstract_memory_reader): New class.
10844         (instruction_reader): New class.
10845         (extract_arm_insn): Add argument 'reader'.  Callers updated.
10846         (decode_insn): Likewise.
10847
10848 2017-03-16  Doug Evans  <dje@google.com>
10849
10850         * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
10851         member.  Change type of TYPE member to SCM.  All uses updated.
10852         (lsscm_make_lazy_string_smob): Add assert.
10853         (lsscm_make_lazy_string): Flag bad length values.
10854         (lsscm_elt_type): New function.
10855         (gdbscm_lazy_string_to_value): Rewrite to use
10856         lsscm_safe_lazy_string_to_value.
10857         (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
10858         * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
10859         values.  Fix TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle typedefs
10860         in incoming type.
10861         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10862         * guile/scm-type.c (tyscm_scm_to_type): New function.
10863
10864 2017-03-15  Doug Evans  <dje@google.com>
10865
10866         PR python/17728, python/18439, python/18779
10867         * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
10868         member.  Change type of TYPE member to PyObject *.  All uses updated.
10869         (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
10870         (gdbpy_create_lazy_string_object): Flag bad length values.
10871         Handle TYPE_CODE_ARRAY with possibly different user-provided length.
10872         Handle typedefs in incoming type.
10873         (stpy_lazy_string_elt_type): New function.
10874         (gdbpy_extract_lazy_string): Call it.
10875         * python/py-value.c (valpy_lazy_string): Flag bad length values.
10876         Fix handling of TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle
10877         typedefs in incoming type.
10878
10879 2017-03-16  Doug Evans  <dje@google.com>
10880
10881         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10882         * guile/scm-type.c (tyscm_scm_to_type): New function.
10883
10884 2017-03-16  Jiong Wang  <jiong.wang@arm.com>
10885
10886         * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
10887         "ULONGEST" for "skip".
10888
10889 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10890
10891         PR gdb/21220
10892         * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
10893         TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
10894         (inf_ptrace_peek_poke): ...here.  New function.  Now also loop
10895         over ptrace peek/poke until end of buffer or error.
10896
10897 2017-03-14  Simon Marchi  <simon.marchi@ericsson.com>
10898
10899         * parse.c (length_of_subexp): Make static.
10900         * parser-defs.h (length_of_subexp): Remove.
10901
10902 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10903
10904         * linux-nat.c (linux_proc_xfer_partial): Handle write operations
10905         as well.
10906
10907 2017-03-14  Pedro Alves  <palves@redhat.com>
10908
10909         * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
10910         (main): Use std::unique_ptr.  Remove calls to
10911         cp_demangled_name_parse_free.
10912
10913 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10914
10915         * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
10916         alphabsd_store_inferior_registers): Use regcache->ptid instead
10917         of inferior_ptid.
10918
10919 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10920
10921         * aix-thread.c (aix_thread_fetch_registers,
10922         aix_thread_store_registers): Use regcache->ptid instead of
10923         inferior_ptid.
10924
10925 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10926
10927         * aarch64-linux-nat.c (fetch_gregs_from_thread,
10928         store_gregs_to_thread, fetch_fpregs_from_thread,
10929         store_fpregs_to_thread): Use regcache->ptid instead of
10930         inferior_ptid.
10931
10932 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10933
10934         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
10935         amd64_linux_fetch_inferior_registers): Use regcache->ptid
10936         instead of inferior_ptid.
10937
10938 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10939
10940         * target.c (target_fetch_registers, target_store_registers): Add
10941         assert.
10942
10943 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
10944
10945         * regcache.h (regcache_get_ptid): New function.
10946         * regcache.c (regcache_get_ptid): New function.
10947
10948 2017-03-13  Mark Wielaard  <mark@klomp.org>
10949
10950         * cp-name-parser.y (make_empty): Initialize d_printing to zero.
10951
10952 2017-03-10  Keith Seitz  <keiths@redhat.com>
10953
10954         PR c++/8218
10955         * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
10956
10957 2017-03-08  Pedro Alves  <palves@redhat.com>
10958
10959         PR gdb/18360
10960         * infrun.c (start_step_over, do_target_resume, resume)
10961         (restart_threads): Assert we're not resuming a thread that is
10962         meant to be stopped.
10963         (infrun_thread_stop_requested_callback): Delete.
10964         (infrun_thread_stop_requested): If the thread is internally
10965         stopped, queue a pending stop event and clear the thread's
10966         inline-frame state.
10967         (handle_stop_requested): New function.
10968         (handle_syscall_event, handle_inferior_event_1): Use
10969         handle_stop_requested.
10970         (handle_stop_requested): New function.
10971         (handle_signal_stop): Set the thread's stop_signal here instead of
10972         at caller.
10973         (finish_step_over): Clear step over info unconditionally.
10974         (handle_signal_stop): If the user had interrupted the event
10975         thread, consider the stop a random signal.
10976         (handle_signal_stop) <signal arrived while stepping over
10977         breakpoint>: Don't restart threads here.
10978         (stop_waiting): Don't clear step-over info here.
10979
10980 2017-03-08  Pedro Alves  <palves@redhat.com>
10981
10982         PR 21206
10983         * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
10984         goes to argument 2, not 1.
10985
10986 2017-03-08  Pedro Alves  <palves@redhat.com>
10987
10988         PR cli/21218
10989         * top.c (gdb_readline_wrapper): Avoid passing NULL to
10990         display_gdb_prompt.
10991         (command_line_input): Add comment.
10992
10993 2017-03-08  Pedro Alves  <palves@redhat.com>
10994
10995         PR tui/21216
10996         * tui/tui-file.c (tui_file::write): New.
10997         * tui/tui-file.h (tui_file): Override "write".
10998         * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
10999         factored out from ...
11000         (tui_puts): ... here.
11001         (tui_putc): Use them.
11002         (tui_write): New function.
11003         * tui/tui-io.h (tui_write): Declare.
11004
11005 2017-03-07  Sergio Durigan Junior  <sergiodj@redhat.com>
11006
11007         * Makefile.in (SFILES): Replace "environ.c" with
11008         "common/environ.c".
11009         (HFILES_NO_SRCDIR): Likewise, for "environ.h".
11010         * environ.c: Include "common-defs.h" instead of "defs.h.  Moved
11011         to...
11012         * common/environ.c: ... here.
11013         * environ.h: Moved to...
11014         * common/environ.h: ... here.
11015
11016 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
11017
11018         * gdbarch.sh (pstring_ptr): New static function.
11019         (gdbarch_disassembler_options): Use it.
11020         (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
11021         not valid_disassembler_option->name.
11022         * gdbarch.c: Regenerate.
11023
11024 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
11025
11026         * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
11027
11028 2017-03-07  Pedro Alves  <palves@redhat.com>
11029
11030         * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
11031
11032 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11033
11034         * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
11035         * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
11036         * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
11037         * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
11038
11039 2017-03-06  Simon Marchi  <simon.marchi@ericsson.com>
11040
11041         * xtensa-linux-nat.c (fetch_gregs): Remove const.
11042
11043 2017-03-03  Simon Marchi  <simon.marchi@ericsson.com>
11044
11045         * remote.c (remote_add_target_side_commands): Use range-based
11046         for loop.
11047
11048 2017-03-03  Yao Qi  <yao.qi@linaro.org>
11049
11050         PR gdb/21165
11051         * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
11052         value is lazy.
11053         * valprint.c (common_val_print): Likewise.
11054
11055 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
11056
11057         * NEWS: Mention new set/show disassembler-options commands.
11058         * doc/gdb.texinfo: Document new set/show disassembler-options commands.
11059         * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
11060         (prospective_options): New static variable.
11061         (gdb_disassembler::gdb_disassembler): Initialize
11062         m_di.disassembler_options.
11063         (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
11064         (get_disassembler_options): New function.
11065         (set_disassembler_options): Likewise.
11066         (set_disassembler_options_sfunc): Likewise.
11067         (show_disassembler_options_sfunc): Likewise.
11068         (disassembler_options_completer): Likewise.
11069         (_initialize_disasm): Likewise.
11070         * disasm.h (get_disassembler_options): New prototype.
11071         (set_disassembler_options): Likewise.
11072         * gdbarch.sh (gdbarch_disassembler_options): New variable.
11073         (gdbarch_verify_disassembler_options): Likewise.
11074         * gdbarch.c: Regenerate.
11075         * gdbarch.h: Likewise.
11076         * arm-tdep.c (num_disassembly_options): Delete.
11077         (set_disassembly_style): Likewise.
11078         (arm_disassembler_options): New static variable.
11079         (set_disassembly_style_sfunc): Convert short style name into long
11080         option name.  Call set_disassembler_options.
11081         (show_disassembly_style_sfunc): New function.
11082         (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
11083         set_gdbarch_verify_disassembler_options.
11084         (_initialize_arm_tdep): Delete regnames variable and update callers.
11085         (arm_disassembler_options): Initialize.
11086         (disasm_options): New variable.
11087         (num_disassembly_options): Rename from this...
11088         (num_disassembly_styles): ...to this.  Compute by scanning through
11089         disasm_options.
11090         (valid_disassembly_styles): Initialize using disasm_options.
11091         Remove calls to parse_arm_disassembler_option, get_arm_regnames and
11092         set_arm_regname_option.
11093         Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
11094         * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
11095         (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
11096         set_gdbarch_verify_disassembler_options.
11097         * s390-tdep.c (s390_disassembler_options): New static variable.
11098         (s390_gdbarch_init):all set_gdbarch_disassembler_options and
11099         set_gdbarch_verify_disassembler_options.
11100
11101 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11102
11103         * remote.c (remote_add_target_side_condition): Remove "struct"
11104         keyword from range-based for loop.
11105
11106 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11107
11108         * remote.c (remote_add_target_side_condition): Use range-based
11109         for loop.  Update comment.
11110
11111 2017-02-27  Yao Qi  <yao.qi@linaro.org>
11112
11113         * f-typeprint.c (f_print_type): Check "varstring" is empty first.
11114
11115 2017-02-26  Alan Hayward  <alan.hayward@arm.com>
11116
11117         * regcache.c (regcache_raw_update): New function.
11118         (regcache_raw_read): Move code to regcache_raw_update.
11119         * regcache.h (regcache_raw_update): New declaration.
11120         * remote.c (remote_prepare_to_store): Call regcache_raw_update.
11121
11122 2017-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11123
11124         * dwarf2read.c (create_debug_type_hash_table): Initialize
11125         header.signature and header.type_offset_in_tu.
11126
11127 2017-02-24  Pedro Alves  <palves@redhat.com>
11128
11129         * symtab.c (make_file_symbol_completion_list_1): Use
11130         add_symtab_completions.
11131
11132 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
11133
11134         * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
11135
11136 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
11137
11138         * i386-tdep.c (i386_pseudo_register_read_into_value): Use
11139         I386_MAX_REGISTER_SIZE.
11140         (i386_pseudo_register_write): Likewise.
11141         (i386_process_record): Likewise.
11142         * i387-tdep.c (i387_supply_xsave): Likewise.
11143         * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
11144         (store_register): Likewise.
11145
11146 2017-02-23  Pedro Alves  <palves@redhat.com>
11147
11148         * ada-lang.c: Include "common/function-view.h".
11149         (ada_iterate_over_symbols): Adjust to use function_view as
11150         callback type.
11151         (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
11152         (ada_make_symbol_completion_list): Use a lambda.
11153         (ada_exc_search_name_matches): Delete.
11154         (name_matches_regex): New.
11155         (ada_add_global_exceptions): Use a lambda and name_matches_regex.
11156         * compile/compile-c-support.c: Include "common/function-view.h".
11157         (print_one_macro): Change prototype to accept a ui_file pointer.
11158         (write_macro_definitions): Use a lambda.
11159         * dwarf2read.c: Include "common/function-view.h".
11160         (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
11161         (dw2_expand_symtabs_matching): Adjust to use function_view as
11162         callback type.
11163         * language.h: Include "common/function-view.h".
11164         (struct language_defn) <la_iterate_over_symbols>: Adjust to use
11165         function_view as callback type.
11166         (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
11167         * linespec.c: Include "common/function-view.h".
11168         (collect_info::add_symbol): New method.
11169         (struct symbol_and_data_callback, iterate_inline_only, struct
11170         symbol_matcher_data, iterate_name_matcher): Delete.
11171         (iterate_over_all_matching_symtabs): Adjust to use function_view
11172         as callback type and lambdas.
11173         (iterate_over_file_blocks): Adjust to use function_view as
11174         callback type.
11175         (decode_compound_collector): Now a class with private fields.
11176         (decode_compound_collector::release_symbols): New method.
11177         (collect_one_symbol): Rename to...
11178         (decode_compound_collector::operator()): ... this and adjust.
11179         (lookup_prefix_sym): decode_compound_collector construction bits
11180         move to decode_compound_collector ctor.  Pass the
11181         decode_compound_collector object directly as callback.  Remove
11182         cleanups and use decode_compound_collector::release_symbols
11183         instead.
11184         (symtab_collector): Now a class with private fields.
11185         (symtab_collector::release_symtabs): New method.
11186         (add_symtabs_to_list): Rename to...
11187         (symtab_collector::operator()): ... this and adjust.
11188         (collect_symtabs_from_filename): symtab_collector construction
11189         bits move to symtab_collector ctor.  Pass the symtab_collector
11190         object directly as callback.  Remove cleanups and use
11191         symtab_collector::release_symtabs instead.
11192         (collect_symbols): Delete.
11193         (add_matching_symbols_to_info): Use lambdas.
11194         * macrocmd.c (print_macro_callback): Delete.
11195         (info_macro_command): Use a lambda.
11196         (info_macros_command): Pass print_macro_definition as callable
11197         directly.
11198         (print_one_macro): Remove 'ignore' parameter.
11199         (macro_list_command): Adjust.
11200         * macrotab.c (macro_for_each_data::fn): Now a function_view.
11201         (macro_for_each_data::user_data): Delete field.
11202         (foreach_macro): Adjust to call the function_view.
11203         (macro_for_each): Adjust to use function_view as callback type.
11204         (foreach_macro_in_scope): Adjust to call the function_view.
11205         (macro_for_each_in_scope): Adjust to use function_view as callback
11206         type.
11207         * macrotab.h: Include "common/function-view.h".
11208         (macro_callback_fn): Declare a prototype instead of a pointer.
11209         Remove "user_data" parameter.
11210         (macro_for_each, macro_for_each_in_scope): Adjust to use
11211         function_view as callback type.
11212         * psymtab.c (partial_map_expand_apply)
11213         (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
11214         Adjust to use function_view as callback type and to return bool.
11215         (psym_expand_symtabs_matching): Adjust to use function_view as
11216         callback types.
11217         * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
11218         to use function_view as callback type and to return bool.
11219         (debug_qf_expand_symtabs_matching): Adjust to use function_view as
11220         callback types.
11221         * symfile.c (expand_symtabs_matching): Adjust to use function_view
11222         as callback types.
11223         * symfile.h: Include "common/function-view.h".
11224         (expand_symtabs_file_matcher_ftype)
11225         (expand_symtabs_symbol_matcher_ftype)
11226         (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
11227         return bool.
11228         (quick_symbol_functions::map_symtabs_matching_filename)
11229         (quick_symbol_functions::expand_symtabs_matching): Adjust to use
11230         function_view as callback type and return bool.
11231         (expand_symtabs_matching): Adjust to use function_view as callback
11232         type.
11233         (maintenance_expand_name_matcher)
11234         (maintenance_expand_file_matcher): Delete.
11235         (maintenance_expand_symtabs): Use lambdas.
11236         * symtab.c (iterate_over_some_symtabs): Adjust to use
11237         function_view as callback types and return bool.
11238         (iterate_over_symtabs): Likewise.  Use unique_xmalloc_ptr instead
11239         of a cleanup.
11240         (lookup_symtab_callback): Delete.
11241         (lookup_symtab): Use a lambda.
11242         (iterate_over_symbols): Adjust to use function_view as callback
11243         type.
11244         (struct search_symbols_data, search_symbols_file_matches)
11245         (search_symbols_name_matches): Delete.
11246         (search_symbols): Use a pair of lambdas.
11247         (struct add_name_data, add_macro_name, symbol_completion_matcher)
11248         (symtab_expansion_callback): Delete.
11249         (default_make_symbol_completion_list_break_on_1): Use lambdas.
11250         * symtab.h: Include "common/function-view.h".
11251         (iterate_over_some_symtabs): Adjust to use function_view as
11252         callback type and return bool.
11253         (iterate_over_symtabs): Adjust to use function_view as callback
11254         type.
11255         (symbol_found_callback_ftype): Remove 'data' parameter and return
11256         bool.
11257         (iterate_over_symbols): Adjust to use function_view as callback
11258         type.
11259
11260 2017-02-23  Pedro Alves  <palves@redhat.com>
11261
11262         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
11263         (%.o) <unittests/%.c>: New pattern.
11264         * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
11265         CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
11266         * common/function-view.h: New file.
11267         * unittests/function-view-selftests.c: New file.
11268         * configure: Regenerate.
11269
11270 2017-02-23  Simon Marchi  <simon.marchi@ericsson.com>
11271
11272         * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
11273         inferior_ptid.
11274         * go32-nat.c (go32_thread_alive): Likewise.
11275
11276 2017-02-23  Yao Qi  <yao.qi@linaro.org>
11277
11278         * varobj-iter.h (varobj_iter_delete): Call xfree instead of
11279         delete.
11280
11281 2017-02-23  Yao Qi  <yao.qi@linaro.org>
11282
11283         * varobj.c (varobj_clear_saved_item): Use delete instead of
11284         xfree.
11285         (update_dynamic_varobj_children): Likewise.
11286
11287 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11288
11289         * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
11290
11291 2017-02-21  Simon Marchi  <simon.marchi@ericsson.com>
11292
11293         * common/enum-flags.h (enum_flags::enum_flags): Initialize
11294         m_enum_value to 0 in default constructor.
11295
11296 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11297
11298         * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
11299         (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
11300         (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
11301         STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
11302         (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
11303         (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
11304         (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
11305         IS_STORE_CONDITIONAL_INSN.
11306
11307 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11308
11309         * dwarf2_rnglists_process: Initialize range_beginning and range_end.
11310
11311 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11312
11313         * NEWS (Changes since GDB 7.12): Add DWARF-5.
11314
11315 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11316
11317         * dwarf2read.c (skip_one_die, read_attribute_value)
11318         (dwarf2_const_value_attr, dump_die_shallow)
11319         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
11320         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
11321
11322 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11323
11324         * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
11325         (dwarf_parse_macro_header): Accept DWARF version 5.
11326         (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
11327
11328 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11329
11330         * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11331         DW_AT_GNU_*.
11332         * common/common-exceptions.h (enum errors): Likewise.
11333         * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
11334         * dwarf2expr.c (dwarf_block_to_dwarf_reg)
11335         (dwarf_expr_context::execute_stack_op): Likewise.
11336         * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
11337         Likewise.
11338         * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
11339         (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
11340         (show_entry_values_debug, call_site_to_target_addr)
11341         (func_addr_to_tail_call_list, func_verify_no_selftailcall)
11342         (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
11343         (entry_data_value_free_closure, value_of_dwarf_reg_entry)
11344         (value_of_dwarf_block_entry, indirect_pieced_value)
11345         (symbol_needs_eval_context::push_dwarf_reg_entry_value):
11346         (disassemble_dwarf_expression): Likewise.
11347         * dwarf2read.c (process_die, inherit_abstract_dies)
11348         (read_call_site_scope): Likewise.
11349         * gdbtypes.h (struct func_type, struct call_site_parameter)
11350         (struct call_site): Likewise.
11351         * stack.c (read_frame_arg): Likewise.
11352         * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
11353
11354 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11355
11356         * defs.h (read_unsigned_leb128): New declaration.
11357         * dwarf2loc.c (decode_debug_loclists_addresses): New function.
11358         (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
11359         (dwarf2_find_location_expression): Call also
11360         decode_debug_loclists_addresses.  Handle DWARF-5 ULEB128 length.
11361         * dwarf2loc.h (dwarf2_version): New declaration.
11362         * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
11363         rnglists.
11364         (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
11365         .debug_rnglists.
11366         (struct dwop_section_names): Add loclists_dwo.
11367         (dwop_section_names): Add .debug_loclists.dwo.
11368         (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
11369         (struct dwarf2_per_cu_data): Add dwarf_version.
11370         (struct dwo_sections): Add loclists.
11371         (struct attr_abbrev): Add implicit_const.
11372         (read_indirect_line_string): New declaration.
11373         (read_unsigned_leb128): Delete declaration.
11374         (rcuh_kind): New definition.
11375         (read_and_check_comp_unit_head): Change parameter
11376         is_debug_types_section to section_kind.
11377         (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
11378         (read_comp_unit_head): Change parameter abfd to section, add parameter
11379         section_kind.  Handle DWARF-5.
11380         (error_check_comp_unit_head): Accept also DWARF version 5.
11381         (read_and_check_comp_unit_head): Change parameter
11382         is_debug_types_section to section_kind.
11383         (read_and_check_type_unit_head): Delete function.
11384         (read_abbrev_offset): Handle DWARF-5.
11385         (create_debug_type_hash_table): Add parameter section_kind.  Process
11386         only DW_UT_type.  Use signature and type_offset_in_tu from struct
11387         comp_unit_head.
11388         (create_debug_types_hash_table): Update create_debug_type_hash_table
11389         caller.
11390         (create_all_type_units): Call create_debug_type_hash_table.
11391         (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
11392         read_and_check_type_unit_head caller to read_and_check_comp_unit_head
11393         caller.
11394         (skip_one_die): Handle DW_FORM_implicit_const.
11395         (dwarf2_rnglists_process): New function.
11396         (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
11397         (abbrev_table_read_table): Handle DW_FORM_implicit_const.
11398         (read_attribute_value): Handle DW_FORM_implicit_const,
11399         DW_FORM_line_strp.
11400         (read_attribute): Handle DW_FORM_implicit_const.
11401         (read_indirect_string_at_offset_from): New function from
11402         read_indirect_string_at_offset.
11403         (read_indirect_string_at_offset): Call
11404         read_indirect_string_at_offset_from.
11405         (read_indirect_line_string_at_offset): New function.
11406         (read_indirect_string): New function comment.
11407         (read_indirect_line_string): New function.
11408         (read_unsigned_leb128): Make it global.
11409         (dwarf2_string_attr): Handle DWARF-5.
11410         (add_include_dir_stub, read_formatted_entries): New functions.
11411         (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
11412         Handle DWARF-5.
11413         (per_cu_header_read_in): Update read_comp_unit_head caller.
11414         (dwarf2_version): New function.
11415         * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
11416         rnglists.
11417         * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
11418         fields.
11419
11420 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11421
11422         * dwarf2read.c (abbrev_table_read_table): Read the data only once.
11423
11424 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11425
11426         * dwarf2read.c (dwarf2_ranges_process): New function from
11427         dwarf2_ranges_read.
11428         (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
11429         dwarf2_ranges_process.
11430
11431 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11432
11433         * dwarf2read.c (create_debug_type_hash_table): New function from
11434         create_debug_types_hash_table.
11435         (create_debug_types_hash_table): Call create_debug_type_hash_table.
11436         (create_all_type_units, open_and_init_dwo_file): Update
11437         create_debug_types_hash_table callers.
11438
11439 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11440
11441         PR gdb/16188
11442         * fork-child.c (trace_start_error): Fix thinko.  va_end should
11443         refer to 'ap', not 'args'.
11444
11445 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11446             Pedro Alves  <palves@redhat.com>
11447
11448         PR gdb/16188
11449         * darwin-nat.c (darwin_ptrace_me): Check if calls to system
11450         calls succeeded.
11451         * fork-child.c (trace_start_error): New function.
11452         (trace_start_error_with_name): Likewise.
11453         * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
11454         * inf-ptrace.c (inf_ptrace_me): Likewise.
11455         * inferior.h (trace_start_error): New prototype.
11456         (trace_start_error_with_name): Likewise.
11457
11458 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11459
11460         PR gdb/21164
11461         * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
11462         NULL before using it.
11463         * symmisc.c (maintenance_print_symbols): Likewise.
11464         (maintenance_print_msymbols): Likewise.
11465
11466 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11467
11468         * NEWS: Add record Python bindings entry.
11469
11470 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11471
11472         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
11473         py-record-full.o.
11474         (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
11475         * python/py-record-btrace.c, python/py-record-btrace.h,
11476         python/py-record-full.c, python/py-record-full.h: New file.
11477         * python/py-record.c: Add include for py-record-btrace.h and
11478         py-record-full.h.
11479         (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
11480         recpy_instruction_history, recpy_function_call_history, recpy_begin,
11481         recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
11482         * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
11483         New definition.
11484         (gdbpy_initialize_btrace): New export.
11485         * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
11486
11487 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11488
11489         * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
11490         (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
11491         * python/py-record.c: New file.
11492         * python/python-internal.h (gdbpy_start_recording,
11493         gdbpy_current_recording, gdpy_stop_recording,
11494         gdbpy_initialize_record): New export.
11495         * python/python.c (_initialize_python): Add gdbpy_initialize_record.
11496         (python_GdbMethods): Add gdbpy_start_recording,
11497         gdbpy_current_recording and gdbpy_stop_recording.
11498
11499 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11500
11501         * record-btrace.c (record_btrace_record_method): New function.
11502         (init_record_btrace_ops): Initialize to_record_method.
11503         * record-full.c (record_full_record_method): New function.
11504         (init_record_full_ops, init_record_full_core_ops): Add
11505         record_full_record_method.
11506         * record.h (enum record_method): New enum.
11507         * target-debug.h (target_debug_print_enum_record_method: New define.
11508         * target-delegates.c: Regenerate.
11509         * target.c (target_record_method): New function.
11510         * target.h: Include record.h.
11511         (struct target_ops) <to_record_method>: New field.
11512         (target_record_method): New export.
11513
11514 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11515
11516         * record.h (record_start, record_stop): New export.
11517         * record.c (record_start, record_stop): New function.
11518
11519 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11520
11521         * btrace.c (btrace_fetch): Copy function call segments pointer
11522         into a vector.
11523         (btrace_clear): Clear the vector.
11524         (btrace_find_insn_by_number): Use binary search to find the correct
11525         function call segment.
11526         * btrace.h (brace_fun_p): New typedef.
11527         (struct btrace_thread_info) <functions>: New field.
11528
11529 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11530
11531         * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
11532         * btrace.c (btrace_decode_error): ... here.  New function.
11533         * btrace.h (btrace_decode_error): New export.
11534
11535 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
11536
11537         * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
11538         (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
11539         btrace_find_insn_by_number): Remove special case for gaps.
11540         * btrace.h (btrace_insn_get_error): New export.
11541         (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
11542         * record-btrace.c (btrace_insn_history): Print number for gaps.
11543         (record_btrace_info, record_btrace_goto): Handle gaps.
11544
11545 2017-02-14  Tom Tromey  <tom@tromey.com>
11546
11547         PR python/13598:
11548         * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
11549         event.
11550         * python/py-evts.c (gdbpy_initialize_py_events): Add
11551         before_prompt registry.
11552         * python/py-events.h (events_object) <before_prompt>: New field.
11553
11554 2017-02-14  Markus Metzger  <markus.t.metzger@intel.com>
11555
11556         * btrace.c (ftrace_new_switch): Preserve up link and flags.
11557
11558 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
11559
11560         * symfile (_initialize_symfile): Add usage text to the load command's
11561         help text.
11562
11563 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11564
11565         * utils.c (defaulted_query): Don't query on secondary UIs.
11566
11567 2017-02-10  Tom Tromey  <tom@tromey.com>
11568
11569         * rust-lang.c (rust_get_disr_info): Remove unused variable.
11570
11571 2017-02-10  Tom Tromey  <tom@tromey.com>
11572
11573         * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
11574         "cleanup" local.
11575         * python/py-type.c (typy_legacy_template_argument): Remove
11576         unnecessary "cleanup" local.
11577
11578 2017-02-10  Tom Tromey  <tom@tromey.com>
11579
11580         * python/python.c (do_start_initialization): New function, from
11581         _initialize_python.
11582         (_initialize_python): Call do_start_initialization.
11583         * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
11584         goto.
11585
11586 2017-02-10  Tom Tromey  <tom@tromey.com>
11587
11588         * python/py-prettyprint.c (pretty_print_one_value): Use
11589         gdbpy_ref.
11590
11591 2017-02-10  Tom Tromey  <tom@tromey.com>
11592
11593         * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
11594         * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
11595         gdbpy_ref.
11596         * python/py-type.c (field_new): Use gdbpy_ref.
11597         * python/py-symtab.c (symtab_and_line_to_sal_object): Use
11598         gdbpy_ref.
11599         * python/py-progspace.c (pspy_new): Use gdbpy_ref.
11600         (py_free_pspace): Likewise.
11601         (pspace_to_pspace_object): Likewise.
11602         * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
11603         (py_free_objfile): Likewise.
11604         (objfile_to_objfile_object): Likewise.
11605         * python/py-inferior.c (delete_thread_object): Use
11606         gdbpy_ref.
11607         (infpy_read_memory): Likewise.
11608         (py_free_inferior): Likewise.
11609         * python/py-evtregistry.c (create_eventregistry_object): Use
11610         gdbpy_ref.
11611         * python/py-event.c (create_event_object): Use gdbpy_ref.
11612
11613 2017-02-10  Tom Tromey  <tom@tromey.com>
11614
11615         * python/py-ref.h (gdbpy_ref_policy): Now a template.
11616         (gdbpy_ref): Now a template; allow subclasses of PyObject to be
11617         used.
11618         * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
11619         python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
11620         python/py-exitedevent.c, python/py-finishbreakpoint.c,
11621         python/py-framefilter.c, python/py-function.c,
11622         python/py-inferior.c, python/py-infevents.c,
11623         python/py-linetable.c, python/py-newobjfileevent.c,
11624         python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
11625         python/py-signalevent.c, python/py-stopevent.c,
11626         python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
11627         python/py-unwind.c, python/py-utils.c, python/py-value.c,
11628         python/py-varobj.c, python/py-xmethods.c, python/python.c,
11629         varobj.c: Change gdbpy_ref to gdbpy_ref<>.
11630
11631 2017-02-10  Tom Tromey  <tom@tromey.com>
11632
11633         * ui-out.h (ui_out_emit_type): New class.
11634         (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
11635         * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
11636         and ui_out_emit_tuple.
11637         (enumerate_locals): Likewise.
11638         (py_mi_print_variables, py_print_locals, py_print_args): Use
11639         ui_out_emit_list.
11640         (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
11641         ui_out_emit_list.
11642         * common/gdb_optional.h: New file.
11643
11644 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
11645
11646         * MAINTAINERS (Write After Approval): Update my e-mail address.
11647
11648 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
11649
11650         PR gdb/21122
11651         * breakpoint.c (_initialize_breakpoint): Update the help description
11652         of the 'commands' command to indicate that it takes a list argument.
11653
11654 2017-02-09  Simon Marchi  <simon.marchi@ericsson.com>
11655
11656         * interps.c (current_interp_set_logging): Remove "return".
11657
11658 2017-02-09  Gary Benson  <gbenson@redhat.com>
11659
11660         * symtab.c (add_symtab_completions): Prevent NULL pointer
11661         dereference.
11662
11663 2017-02-08  Pedro Alves  <palves@redhat.com>
11664
11665         * interps.c (interp::interp): Remove reference to quiet_p.
11666         (interp_set): Make static.  Remove dead "Switching to" output
11667         code.
11668         (interp_quiet_p, interp_set_quiet): Delete.
11669         (interpreter_exec_cmd): Don't set the interpreter quiet.
11670         * interps.h (interp_quiet_p): Make static.
11671         (class interp) <quiet_p>: Remove field
11672
11673 2017-02-08  Jerome Guitton  <guitton@adacore.com>
11674
11675         * cli/cli-decode.c (find_command_name_length): Make it extern.
11676         * cli/cli-decode.h (find_command_name_length): Declare.
11677         * cli/cli-script.c (command_name_equals, line_first_arg):
11678         New functions.
11679         (process_next_line): Use cli-decode to parse command names.
11680         (build_command_line): Make args a constant pointer.
11681
11682 2017-02-08  Jerome Guitton  <guitton@adacore.com>
11683
11684         * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
11685         Remove case-insensitive search.
11686
11687 2017-02-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
11688
11689         * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
11690         at the end of the line.  Avoids an ARI warning.
11691
11692 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
11693
11694         * NEWS: Mention support for record/replay of Intel 64 rdrand and
11695         rdseed instructions.
11696         i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
11697
11698 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
11699
11700         PR tdep/20936
11701         Provide and use sparc32 and sparc64 target description XML files.
11702         * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
11703         features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
11704         * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
11705         features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
11706         * features/sparc/sparc32-solaris.xml: New file.
11707         * features/sparc/sparc64-solaris.xml: New file.
11708         * features/sparc/sparc32-solaris.c: Generated.
11709         * features/sparc/sparc64-solaris.c: Generated.
11710         * sparc-tdep.h: Account for differences in target descriptions.
11711         * sparc-tdep.c (sparc32_register_name): Use target provided registers.
11712         (sparc32_register_type): Use target provided registers.
11713         (validate_tdesc_registers): New function.
11714         (sparc32_gdbarch_init): Use tdesc_has_registers.
11715         Set pseudoregister functions.
11716         * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
11717         (sparc64_register_type): Use target provided registers.
11718         (sparc64_init_abi): Set pseudoregister functions.
11719
11720 2017-02-03  Tom Tromey  <tom@tromey.com>
11721
11722         PR rust/21097:
11723         * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
11724         with a single member.
11725
11726 2017-02-03  Pedro Alves  <palves@redhat.com>
11727
11728         * cli/cli-interp.c (cli_interp_base::cli_interp_base)
11729         (cli_interp_base::~cli_interp_base): New.
11730         (cli_interp): New struct.
11731         (as_cli_interp): Cast the interp itself to cli_interp.
11732         (cli_interpreter_pre_command_loop): Rename to ...
11733         (cli_interp_base::pre_command_loop): ... this.  Remove 'self'
11734         parameter.
11735         (cli_interpreter_init): Rename to ...
11736         (cli_interp::init): ... this.  Remove 'self' parameter.  Use
11737         boolean.  Make extern.
11738         (cli_interpreter_resume): Rename to ...
11739         (cli_interp::resume): ... this.  Remove 'data' parameter.  Make
11740         extern.
11741         (cli_interpreter_suspend): Rename to ...
11742         (cli_interp::suspend): ... this.  Remove 'data' parameter.  Make
11743         extern.
11744         (cli_interpreter_exec): Rename to ...
11745         (cli_interp::exec): ... this.  Remove 'data' parameter.  Make
11746         extern.
11747         (cli_interpreter_supports_command_editing): Rename to ...
11748         (cli_interp_base::supports_command_editing): ... this.  Remove
11749         'interp' parameter.  Make extern.
11750         (cli_ui_out): Rename to ...
11751         (cli_interp::interp_ui_out): ... this.  Remove 'interp' parameter.
11752         Make extern.
11753         (cli_set_logging): Rename to ...
11754         (cli_interp_base::set_logging): ... this.  Remove 'interp'
11755         parameter.  Make extern.
11756         (cli_interp_procs): Delete.
11757         (cli_interp_factory): Adjust to use "new".
11758         * cli/cli-interp.h: Include "interps.h".
11759         (struct cli_interp_base): New struct.
11760         * interps.c (struct interp): Delete.  Fields moved to interps.h.
11761         (interp_new): Delete.
11762         (interp::interp, interp::~interp): New.
11763         (interp_set): Use bool, and return void.  Assume the interpreter
11764         has suspend, init and resume methods, and that the all return
11765         void.
11766         (set_top_level_interpreter): interp_set returns void.
11767         (interp_ui_out): Adapt.
11768         (current_interp_set_logging): Adapt.
11769         (interp_data): Delete.
11770         (interp_pre_command_loop, interp_supports_command_editing): Adapt.
11771         (interp_exec): Adapt.
11772         (top_level_interpreter_data): Delete.
11773         * interps.h (interp_init_ftype, interp_resume_ftype)
11774         (interp_suspend_ftype, interp_exec_ftype)
11775         (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
11776         (class interp): New.
11777         (interp_new): Delete.
11778         (interp_set): Now returns void.  Use bool.
11779         (interp_data, top_level_interpreter_data): Delete.
11780         * mi/mi-common.h: Include interps.h.
11781         (class mi_interp): Inherit from interp.  Define a ctor.  Declare
11782         init, resume, suspect, exec, interp_ui_out, set_logging and
11783         pre_command_loop methods.
11784         * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
11785         (mi_interpreter_init): Rename to ...
11786         (mi_interp::init): ... this.  Remove the 'interp' parameter, use
11787         bool, return void and make extern.  Adjust.
11788         (mi_interpreter_resume): ... Rename to ...
11789         (mi_interp::resume): ... this.  Remove the 'data' parameter,
11790         return void and make extern.  Adjust.
11791         (mi_interpreter_suspend): ... Rename to ...
11792         (mi_interp::suspend): ... this.  Remove the 'data' parameter,
11793         return void and make extern.  Adjust.
11794         (mi_interpreter_exec): ... Rename to ...
11795         (mi_interp::exec): ... this.  Remove the 'data' parameter and make
11796         extern.  Adjust.
11797         (mi_interpreter_pre_command_loop): ... Rename to ...
11798         (mi_interp::pre_command_loop): ... this.  Remove the 'self'
11799         parameter and make extern.
11800         (mi_on_normal_stop_1): Adjust.
11801         (mi_ui_out): Rename to ...
11802         (mi_interp::interp_ui_out): ... this.  Remove the 'interp'
11803         parameter and make extern.  Adjust.
11804         (mi_set_logging): Rename to ...
11805         (mi_interp::set_logging): ... this.  Remove the 'interp'
11806         parameter and make extern.  Adjust.
11807         (mi_interp_procs): Delete.
11808         (mi_interp_factory): Adjust to use 'new'.
11809         * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
11810         (mi_print_exception, mi_execute_command, mi_load_progress):
11811         Adjust.
11812         * tui/tui-interp.c (tui_interp): New class.
11813         (as_tui_interp): Return a tui_interp pointer.
11814         (tui_on_normal_stop, tui_on_signal_received)
11815         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
11816         (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
11817         to use interp::interp_ui_out.
11818         (tui_init): Rename to ...
11819         (tui_interp::init): ... this.  Remove the 'self' parameter, use
11820         bool, return void and make extern.  Adjust.
11821         (tui_resume): Rename to ...
11822         (tui_interp::resume): ... this.  Remove the 'data' parameter,
11823         return void and make extern.  Adjust.
11824         (tui_suspend): Rename to ...
11825         (tui_interp::suspend): ... this.  Remove the 'data' parameter,
11826         return void and make extern.  Adjust.
11827         (tui_ui_out): Rename to ...
11828         (tui_interp::interp_ui_out): ... this.  Remove the 'self'
11829         parameter, and make extern.  Adjust.
11830         (tui_exec): Rename to ...
11831         (tui_interp::exec): ... this.  Remove the 'data' parameter and
11832         make extern.
11833         (tui_interp_procs): Delete.
11834         (tui_interp_factory): Use "new".
11835
11836 2017-02-02  Tom Tromey  <tom@tromey.com>
11837
11838         * rust-exp.y (ends_raw_string, space_then_number)
11839         (rust_identifier_start_p): Return bool.
11840         * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
11841         (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
11842         (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
11843         (rust_chartype_p): Return bool.
11844         (val_print_struct, rust_print_struct_def, rust_print_type):
11845         Update.
11846         * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
11847         Return bool.
11848
11849 2017-02-02  Tom Tromey  <tom@tromey.com>
11850
11851         * rust-lang.c: Reindent.
11852
11853 2017-02-02  Tom Tromey  <tom@tromey.com>
11854
11855         * rust-lang.h (rust_crate_for_block): Update.
11856         * rust-lang.c (rust_crate_for_block): Return std::string.
11857         (rust_get_disr_info): Use std:;string, not
11858         gdb::unique_xmalloc_ptr.
11859         * rust-exp.y (crate_name): Update.
11860
11861 2017-02-02  Pedro Alves  <palves@redhat.com>
11862
11863         * disasm-selftests.c (print_one_insn_test): Move the "verbose"
11864         field out of gdb_disassembler_test and make it static.
11865
11866 2017-02-02  Pedro Alves  <palves@redhat.com>
11867
11868         * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
11869         mi1_interp and mi_interp fields.
11870
11871 2017-02-02  Pedro Alves  <palves@redhat.com>
11872
11873         * cli/cli-interp.c (struct saved_output_files, saved_output):
11874         Moved from cli/cli-logging.c.
11875         (cli_set_logging): New function.
11876         (cli_interp_procs): Install cli_set_logging.
11877         * cli/cli-interp.h (make_logging_output, cli_set_logging):
11878         Declare.
11879         * cli/cli-logging.c (struct saved_output_files, saved_output):
11880         Moved to cli/cli-interp.c.
11881         (pop_output_files): Don't save outputs here.
11882         (make_logging_output): New function.
11883         (handle_redirections): Don't build tee nor save previous outputs
11884         here.
11885         * interps.c (current_interp_set_logging): Change prototype.
11886         Assume there's always a set_logging_proc method installed.
11887         * interps.h (interp_set_logging_ftype): Change prototype.
11888         (current_interp_set_logging): Change prototype and adjust comment.
11889         * mi/mi-interp.c (mi_set_logging): Change protototype.  Adjust to
11890         use make_logging_output.
11891         * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
11892 2017-02-02  Pedro Alves  <palves@redhat.com>
11893
11894         * cli/cli-logging.c (maybe_warn_already_logging): New factored out
11895         from ...
11896         (set_logging_overwrite): ... here.
11897         (logging_no_redirect_file): Delete.
11898         (set_logging_redirect): Don't handle redirection on the fly.
11899         Instead warn that "logging off" / "logging on" is necessary.
11900         (pop_output_files): Delete references to logging_no_redirect_file.
11901         (show_logging_command): Always speak in terms of what will happen
11902         once logging is reenabled.
11903
11904 2017-02-02  Pedro Alves  <palves@redhat.com>
11905
11906         * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
11907
11908 2017-02-02  Pedro Alves  <palves@redhat.com>
11909
11910         * disasm.c (gdb_pretty_print_insn): Rename to ...
11911         (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
11912         Remove gdbarch parameter.  Adapt to clear the object's buffers
11913         instead of allocating new buffers, and to print using the object's
11914         gdb_disassembler instead of calling gdb_print_insn.
11915         (dump_insns): Use gdb_pretty_print_disassembler.
11916         * disasm.h (gdb_pretty_print_insn): Delete declaration.
11917         (gdb_pretty_print_disassembler): New class.
11918         * record-btrace.c (btrace_insn_history): Use
11919         gdb_pretty_print_disassembler.
11920
11921 2017-02-02  Pedro Alves  <palves@redhat.com>
11922
11923         * ada-lang.c (type_as_string): Use string_file.
11924         * ada-valprint.c (ada_print_floating): Use string_file.
11925         * ada-varobj.c (ada_varobj_scalar_image)
11926         (ada_varobj_get_value_image): Use string_file.
11927         * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
11928         * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
11929         * breakpoint.c (update_inserted_breakpoint_locations)
11930         (insert_breakpoint_locations, reattach_breakpoints)
11931         (print_breakpoint_location, print_one_detail_ranged_breakpoint)
11932         (print_it_watchpoint): Use string_file.
11933         (save_breakpoints): Use stdio_file.
11934         * c-exp.y (oper): Use string_file.
11935         * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
11936         tee_file.
11937         (pop_output_files): Use delete.
11938         (handle_redirections): Use stdio_file and tee_file.
11939         * cli/cli-setshow.c (do_show_command): Use string_file.
11940         * compile/compile-c-support.c (c_compute_program): Use
11941         string_file.
11942         * compile/compile-c-symbols.c (generate_vla_size): Take a
11943         'string_file &' instead of a 'ui_file *'.
11944         (generate_c_for_for_one_variable): Take a 'string_file &' instead
11945         of a 'ui_file *'.  Use string_file.
11946         (generate_c_for_variable_locations): Take a 'string_file &'
11947         instead of a 'ui_file *'.
11948         * compile/compile-internal.h (generate_c_for_for_one_variable):
11949         Take a 'string_file &' instead of a 'ui_file *'.
11950         * compile/compile-loc2c.c (push, pushf, unary, binary)
11951         (print_label, pushf_register_address, pushf_register)
11952         (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
11953         'ui_file *'.  Adjust.
11954         * compile/compile.c (compile_to_object): Use string_file.
11955         * compile/compile.h (compile_dwarf_expr_to_c)
11956         (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
11957         'ui_file *'.
11958         * cp-support.c (inspect_type): Use string_file and obstack_copy0.
11959         (replace_typedefs_qualified_name): Use string_file and
11960         obstack_copy0.
11961         * disasm.c (gdb_pretty_print_insn): Use string_file.
11962         (gdb_disassembly): Adjust reference the null_stream global.
11963         (do_ui_file_delete): Delete.
11964         (gdb_insn_length): Use null_stream.
11965         * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
11966         * dwarf2loc.c (dwarf2_compile_property_to_c)
11967         (locexpr_generate_c_location, loclist_generate_c_location): Take a
11968         'string_file &' instead of a 'ui_file *'.
11969         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
11970         * dwarf2read.c (do_ui_file_peek_last): Delete.
11971         (dwarf2_compute_name): Use string_file.
11972         * event-top.c (gdb_setup_readline): Use stdio_file.
11973         * gdbarch.sh (verify_gdbarch): Use string_file.
11974         * gdbtypes.c (safe_parse_type): Use null_stream.
11975         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
11976         string_file.
11977         * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
11978         'string_file *' instead of a 'ui_file *'.
11979         (gdbscm_arch_disassemble): Use string_file.
11980         * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
11981         * guile/scm-ports.c (class ioscm_file_port): Now a class that
11982         inherits from ui_file.
11983         (ioscm_file_port_delete, ioscm_file_port_rewind)
11984         (ioscm_file_port_put): Delete.
11985         (ioscm_file_port_write): Rename to ...
11986         (ioscm_file_port::write): ... this.  Remove file_port_magic
11987         checks.
11988         (ioscm_file_port_new): Delete.
11989         (ioscm_with_output_to_port_worker): Use ioscm_file_port and
11990         ui_file_up.
11991         * guile/scm-type.c (tyscm_type_name): Use string_file.
11992         * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
11993         Use string_file.
11994         * infcmd.c (print_return_value_1): Use string_file.
11995         * infrun.c (print_target_wait_results): Use string_file.
11996         * language.c (add_language): Use string_file.
11997         * location.c (explicit_to_string_internal): Use string_file.
11998         * main.c (captured_main_1): Use null_file.
11999         * maint.c (maintenance_print_architecture): Use stdio_file.
12000         * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
12001         * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
12002         event_channel>: Change type to mi_console_file pointer.
12003         * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
12004         (mi_console_file_delete): Delete.
12005         (struct mi_console_file): Delete.
12006         (mi_console_file_magic): Delete.
12007         (mi_console_file_new): Delete.
12008         (mi_console_file::mi_console_file): New.
12009         (mi_console_file_delete): Delete.
12010         (mi_console_file_fputs): Delete.
12011         (mi_console_file::write): New.
12012         (mi_console_raw_packet): Delete.
12013         (mi_console_file::flush): New.
12014         (mi_console_file_flush): Delete.
12015         (mi_console_set_raw): Rename to ...
12016         (mi_console_file::set_raw): ... this.
12017         * mi/mi-console.h (class mi_console_file): New class.
12018         (mi_console_file_new, mi_console_set_raw): Delete.
12019         * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
12020         (mi_set_logging): Use delete and tee_file.  Adjust.
12021         * mi/mi-main.c (output_register): Use string_file.
12022         (mi_cmd_data_evaluate_expression): Use string_file.
12023         (mi_cmd_data_read_memory): Use string_file.
12024         (mi_cmd_execute, print_variable_or_computed): Use string_file.
12025         * mi/mi-out.c (mi_ui_out::main_stream): New.
12026         (mi_ui_out::rewind): Use main_stream and
12027         string_file.
12028         (mi_ui_out::put): Use main_stream and string_file.
12029         (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
12030         Allocate a 'string_file' instead.
12031         (mi_out_new): Don't allocate a mem_fileopen stream here.
12032         * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
12033         (mi_ui_out::main_stream): Declare method.
12034         * printcmd.c (eval_command): Use string_file.
12035         * psymtab.c (maintenance_print_psymbols): Use stdio_file.
12036         * python/py-arch.c (archpy_disassemble): Use string_file.
12037         * python/py-breakpoint.c (bppy_get_commands): Use string_file.
12038         * python/py-frame.c (frapy_str): Use string_file.
12039         * python/py-framefilter.c (py_print_type, py_print_single_arg):
12040         Use string_file.
12041         * python/py-type.c (typy_str): Use string_file.
12042         * python/py-unwind.c (unwind_infopy_str): Use string_file.
12043         * python/py-value.c (valpy_str): Use string_file.
12044         * record-btrace.c (btrace_insn_history): Use string_file.
12045         * regcache.c (regcache_print): Use stdio_file.
12046         * reggroups.c (maintenance_print_reggroups): Use stdio_file.
12047         * remote.c (escape_buffer): Use string_file.
12048         * rust-lang.c (rust_get_disr_info): Use string_file.
12049         * serial.c (serial_open_ops_1): Use stdio_file.
12050         (do_serial_close): Use delete.
12051         * stack.c (print_frame_arg): Use string_file.
12052         (print_frame_args): Remove local mem_fileopen stream, not used.
12053         (print_frame): Use string_file.
12054         * symmisc.c (maintenance_print_symbols): Use stdio_file.
12055         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
12056         Take a 'string_file *' instead of a 'ui_file *'.
12057         * top.c (new_ui): Use stdio_file and stderr_file.
12058         (free_ui): Use delete.
12059         (execute_command_to_string): Use string_file.
12060         (quit_confirm): Use string_file.
12061         * tracepoint.c (collection_list::append_exp): Use string_file.
12062         * tui/tui-disasm.c (tui_disassemble): Use string_file.
12063         * tui/tui-file.c: Don't include "ui-file.h".
12064         (enum streamtype, struct tui_stream): Delete.
12065         (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
12066         (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
12067         (tui_file::tui_file): New method.
12068         (tui_file_fputs): Delete.
12069         (tui_file_get_strbuf): Delete.
12070         (tui_file::puts): New method.
12071         (tui_file_adjust_strbuf): Delete.
12072         (tui_file_flush): Delete.
12073         (tui_file::flush): New method.
12074         * tui/tui-file.h: Tweak intro comment.
12075         Include ui-file.h.
12076         (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
12077         (tui_file_adjust_strbuf): Delete declarations.
12078         (class tui_file): New class.
12079         * tui/tui-io.c (tui_initialize_io): Use tui_file.
12080         * tui/tui-regs.c (tui_restore_gdbout): Use delete.
12081         (tui_register_format): Use string_stream.
12082         * tui/tui-stack.c (tui_make_status_line): Use string_file.
12083         (tui_get_function_from_frame): Use string_file.
12084         * typeprint.c (type_to_string): Use string_file.
12085         * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
12086         (null_stream): New global.
12087         (ui_file_delete): Delete.
12088         (ui_file::ui_file): New.
12089         (null_file_isatty): Delete.
12090         (ui_file::~ui_file): New.
12091         (null_file_rewind): Delete.
12092         (ui_file::printf): New.
12093         (null_file_put): Delete.
12094         (null_file_flush): Delete.
12095         (ui_file::putstr): New.
12096         (null_file_write): Delete.
12097         (ui_file::putstrn): New.
12098         (null_file_read): Delete.
12099         (ui_file::putc): New.
12100         (null_file_fputs): Delete.
12101         (null_file_write_async_safe): Delete.
12102         (ui_file::vprintf): New.
12103         (null_file_delete): Delete.
12104         (null_file::write): New.
12105         (null_file_fseek): Delete.
12106         (null_file::puts): New.
12107         (ui_file_data): Delete.
12108         (null_file::write_async_safe): New.
12109         (gdb_flush, ui_file_isatty): Adjust.
12110         (ui_file_put, ui_file_rewind): Delete.
12111         (ui_file_write): Adjust.
12112         (ui_file_write_for_put): Delete.
12113         (ui_file_write_async_safe, ui_file_read): Adjust.
12114         (ui_file_fseek): Delete.
12115         (fputs_unfiltered): Adjust.
12116         (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
12117         (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
12118         (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
12119         (set_ui_file_data): Delete.
12120         (string_file::~string_file, string_file::write)
12121         (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
12122         (do_ui_file_as_string, ui_file_as_string): Delete.
12123         (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
12124         (struct mem_file): Delete.
12125         (mem_file_new): Delete.
12126         (stdio_file::stdio_file): New.
12127         (mem_file_delete): Delete.
12128         (stdio_file::stdio_file): New.
12129         (mem_fileopen): Delete.
12130         (stdio_file::~stdio_file): New.
12131         (mem_file_rewind): Delete.
12132         (stdio_file::set_stream): New.
12133         (mem_file_put): Delete.
12134         (stdio_file::open): New.
12135         (mem_file_write): Delete.
12136         (stdio_file_magic, struct stdio_file): Delete.
12137         (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
12138         (stdio_file::flush): New.
12139         (stdio_file_read): Rename to ...
12140         (stdio_file::read): ... this.  Adjust.
12141         (stdio_file_write): Rename to ...
12142         (stdio_file::write): ... this.  Adjust.
12143         (stdio_file_write_async_safe): Rename to ...
12144         (stdio_file::write_async_safe) ... this.  Adjust.
12145         (stdio_file_fputs): Rename to ...
12146         (stdio_file::puts) ... this.  Adjust.
12147         (stdio_file_isatty): Delete.
12148         (stdio_file_fseek): Delete.
12149         (stdio_file::isatty): New.
12150         (stderr_file_write): Rename to ...
12151         (stderr_file::write) ... this.  Adjust.
12152         (stderr_file_fputs): Rename to ...
12153         (stderr_file::puts) ... this.  Adjust.
12154         (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
12155         (stderr_file::stderr_file): New.
12156         (tee_file_magic): Delete.
12157         (struct tee_file): Delete.
12158         (tee_file::tee_file): New.
12159         (tee_file_new): Delete.
12160         (tee_file::~tee_file): New.
12161         (tee_file_delete): Delete.
12162         (tee_file_flush): Rename to ...
12163         (tee_file::flush): ... this.  Adjust.
12164         (tee_file_write): Rename to ...
12165         (tee_file::write): ... this.  Adjust.
12166         (tee_file::write_async_safe): New.
12167         (tee_file_fputs): Rename to ...
12168         (tee_file::puts): ... this.  Adjust.
12169         (tee_file_isatty): Rename to ...
12170         (tee_file::isatty): ... this.  Adjust.
12171         * ui-file.h (struct obstack, struct ui_file): Don't
12172         forward-declare.
12173         (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
12174         (ui_file_write_ftype)
12175         (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
12176         (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
12177         (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
12178         (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
12179         (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
12180         (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
12181         (set_ui_file_fseek): Delete.
12182         (ui_file_data, ui_file_delete, ui_file_rewind)
12183         (struct ui_file): New.
12184         (ui_file_up): New.
12185         (class null_file): New.
12186         (null_stream): Declare.
12187         (ui_file_write_for_put, ui_file_put): Delete.
12188         (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
12189         Delete.
12190         (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
12191         (gdb_fopen, tee_file_new): Delete.
12192         (struct string_file): New.
12193         (struct stdio_file): New.
12194         (stdio_file_up): New.
12195         (struct stderr_file): New.
12196         (class tee_file): New.
12197         * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
12198         of a 'ui_file *'.  Adjust.
12199         * ui-out.h (class ui_out) <field_stream>: Likewise.
12200         * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
12201         (null_stream): Delete.
12202         (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
12203         Adjust.
12204         * utils.h (struct ui_file): Delete forward declaration..
12205         (make_cleanup_ui_file_delete, null_stream): Delete declarations.
12206         (error_stream): Take a 'string_file &' instead of a
12207         'ui_file *'.
12208         * varobj.c (varobj_value_get_print_value): Use string_file.
12209         * xtensa-tdep.c (xtensa_verify_config): Use string_file.
12210         * gdbarch.c: Regenerate.
12211
12212 2017-02-02  Pedro Alves  <palves@redhat.com>
12213
12214         * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
12215         (gdb_pretty_print_insn): ... this.  Now a free function.  Add back
12216         a 'gdbarch' parameter.  Allocate a mem_fileopen stream here.
12217         Adjust to call gdb_print_insn instead of
12218         gdb_disassembler::print_insn.
12219         (dump_insns, do_mixed_source_and_assembly_deprecated)
12220         (do_mixed_source_and_assembly, do_assembly_only): Add back a
12221         'gdbarch' parameter.  Remove gdb_disassembler parameter.
12222         (gdb_disassembly): Don't allocate a gdb_disassembler here.
12223         * disasm.h (gdb_disassembler::pretty_print_insn): Delete
12224         declaration.
12225         (gdb_pretty_print_insn): Re-add declaration.
12226         * record-btrace.c (btrace_insn_history): Don't allocate a
12227         gdb_disassembler here.  Adjust to call gdb_pretty_print_insn.
12228
12229 2017-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
12230
12231         * disasm.h (gdb_disassembly): Remove file_string parameter.
12232         * disasm.c (gdb_disassembly): Likewise.
12233         * cli/cli-cmds.c (print_disassembly): Adapt.
12234         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
12235         * stack.c (do_gdb_disassembly): Likewise.
12236
12237 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12238
12239         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
12240         DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
12241         targets.  And if the implicit value is longer than needed, extract
12242         the first bytes instead of the "least significant" ones.
12243
12244 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
12245
12246         * btrace.c (btrace_enable): Do not call btrace_add_pc for
12247         BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
12248         (btrace_fetch): Assert can_access_registers_ptid.
12249         * record-btrace.c (require_btrace_thread, record_btrace_info): Call
12250         validate_registers_access.
12251
12252 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
12253
12254         * gdbthread.h (can_access_registers_ptid): New.
12255         * thread.c (can_access_registers_ptid): New.
12256
12257 2017-02-01  Pedro Alves  <palves@redhat.com>
12258
12259         * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
12260
12261 2017-01-31  Pedro Alves  <palves@redhat.com>
12262
12263         * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
12264         Fix typos.
12265
12266 2017-01-31  Pedro Alves  <palves@redhat.com>
12267
12268         * stack.c (print_frame_args): Remove local mem_fileopen stream,
12269         not used.
12270
12271 2017-01-31  Pedro Alves  <palves@redhat.com>
12272
12273         * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
12274
12275 2017-01-31  Pedro Alves  <palves@redhat.com>
12276
12277         * common/scoped_restore.h
12278         (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
12279         change the value's parameter type to T2.
12280         (make_scoped_restore): Likewise.
12281
12282 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
12283             Richard Henderson  <rth@redhat.com>
12284
12285         * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
12286         (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
12287         GS_BASE for older kernels.
12288         (amd64_linux_store_inferior_registers): Add case to store FS_BASE
12289         GS_BASE for older kernels.
12290         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
12291         and GS_BASE to the offset table.
12292         (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
12293         system register group.
12294         * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
12295         for older kernels.
12296         * amd64-tdep.c (amd64_init_abi): Add segment registers for the
12297         amd64 ABI.
12298         * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
12299         AMD64_GSBASE_REGNUM.
12300         (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
12301         * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
12302         (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
12303         (x32-avx-linux.dat, x32-avx512-linux.dat): Add
12304         i386/64bit-segments.xml in those rules.
12305         * features/i386/64bit-segments.xml: New file.
12306         * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
12307         * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
12308         * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
12309         * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
12310         * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
12311         * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
12312         * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
12313         * features/i386/amd64-avx-linux.c: Regenerated.
12314         * features/i386/amd64-avx-mpx-linux.c: Regenerated.
12315         * features/i386/amd64-avx-mpx.c: Regenerated.
12316         * features/i386/amd64-avx512-linux.c: Regenerated.
12317         * features/i386/amd64-linux.c: Regenerated.
12318         * features/i386/amd64-mpx-linux.c: Regenerated.
12319         * features/i386/i386-avx-mpx-linux.c: Regenerated.
12320         * features/i386/i386-avx-mpx.c: Regenerated.
12321         * features/i386/x32-avx-linux.c: Regenerated.
12322         * features/i386/x32-avx512-linux.c: Regenerated.
12323         * regformats/i386/amd64-avx-linux.dat: Regenerated.
12324         * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
12325         * regformats/i386/amd64-avx512-linux.dat: Regenerated.
12326         * regformats/i386/amd64-linux.dat: Regenerated.
12327         * regformats/i386/amd64-mpx-linux.dat: Regenerated.
12328         * regformats/i386/x32-avx-linux.dat: Regenerated.
12329         * regformats/i386/x32-avx512-linux.dat: Regenerated.
12330         * regformats/i386/x32-linux.dat: Regenerated.
12331
12332 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
12333
12334         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
12335         Set to AMD64_NUM_REGS.
12336
12337 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
12338
12339         * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
12340         that checks validity of a register number.
12341
12342 2017-01-27  Kees Cook  <keescook@google.com>
12343
12344         * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
12345         fetch_fpregs if target has fpa registers.
12346         (arm_linux_store_inferior_registers): Call store_fpregs if target
12347         has fpa registers.
12348
12349 2017-01-26  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12350
12351         * cris-tdep.c (cris_gdbarch_init): Remove check for
12352         info.byte_order and force it to BFD_ENDIAN_LITTLE.
12353
12354 2017-01-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12355
12356         * corelow.c (get_core_register_section): Check for regset
12357         existence before checking for REGSET_VARIABLE_SIZE.
12358
12359 2017-01-26  Yao Qi  <yao.qi@linaro.org>
12360             Pedro Alves  <palves@redhat.com>
12361
12362         PR gdb/20939
12363         * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
12364         call memory_error, save memaddr instead.
12365         (gdb_disassembler::print_insn): If gdbarch_print_insn returns
12366         negative, cal memory_error.
12367         * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
12368
12369 2017-01-26  Yao Qi  <yao.qi@linaro.org>
12370
12371         * disasm-selftests.c (memory_error_test): New function.
12372         (_initialize_disasm_selftests): Register memory_error_test.
12373
12374 2017-01-26  Yao Qi  <yao.qi@linaro.org>
12375
12376         * Makefile.in (SFILES): Add disasm-selftests.c and
12377         selftest-arch.c.
12378         (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
12379         * disasm-selftests.c: New file.
12380         * selftest-arch.c: New file.
12381         * selftest-arch.h: New file.
12382
12383 2017-01-26  Yao Qi  <yao.qi@linaro.org>
12384
12385         * mep-tdep.c (mep_gdb_print_insn): Set info->arch
12386         to bfd_arch_mep.  Don't return 0 if section is not
12387         found.  Call print_insn_mep.
12388
12389 2017-01-26  Pedro Alves  <palves@redhat.com>
12390             Yao Qi  <yao.qi@linaro.org>
12391
12392         * arm-tdep.c: Include "disasm.h".
12393         (gdb_print_insn_arm): Update code to get gdbarch.
12394         * disasm.c (dis_asm_read_memory): Change it to
12395         gdb_disassembler::dis_asm_read_memory.
12396         (dis_asm_memory_error): Likewise.
12397         (dis_asm_print_address): Likewise.
12398         (gdb_pretty_print_insn): Change it to
12399         gdb_disassembler::pretty_print_insn.
12400         (dump_insns): Add one argument gdb_disassemlber.  All
12401         callers updated.
12402         (do_mixed_source_and_assembly_deprecated): Likewise.
12403         (do_mixed_source_and_assembly): Likewise.
12404         (do_assembly_only): Likewise.
12405         (gdb_disassembler::gdb_disassembler): New.
12406         (gdb_disassembler::print_insn): New.
12407         * disasm.h (class gdb_disassembler): New.
12408         (gdb_pretty_print_insn): Remove declaration.
12409         (gdb_disassemble_info): Likewise.
12410         * guile/scm-disasm.c (class gdbscm_disassembler): New.
12411         (gdbscm_disasm_read_memory_worker): Update.
12412         (gdbscm_disasm_read_memory): Update.
12413         (gdbscm_disasm_memory_error): Remove.
12414         (gdbscm_disasm_print_address): Remove.
12415         (gdbscm_disassembler::gdbscm_disassembler): New.
12416         (gdbscm_print_insn_from_port): Update.
12417         * mips-tdep.c: Include disasm.h.
12418         (gdb_print_insn_mips): Update code to get gdbarch.
12419         * record-btrace.c (btrace_insn_history): Update.
12420         * spu-tdep.c: Include disasm.h.
12421         (struct spu_dis_asm_data): Remove.
12422         (struct spu_dis_asm_info): New.
12423         (spu_dis_asm_print_address): Use spu_dis_asm_info to get
12424         SPU id.
12425         (gdb_print_insn_spu): Cast disassemble_info to
12426         spu_dis_asm_info.
12427
12428 2017-01-26  Yao Qi  <yao.qi@linaro.org>
12429
12430         * disasm.c (do_ui_file_delete): Delete.
12431         (gdb_insn_length): Move code creating stream to ...
12432         * utils.c (null_stream): ... here.  New function.
12433         * utils.h (null_stream): Declare.
12434
12435 2017-01-23  Simon Marchi  <simon.marchi@polymtl.ca>
12436
12437         * python/py-inferior.c (find_thread_object): Return directly
12438         from the loop.  Remove "found" variable.
12439
12440 2017-01-21  Joel Brobecker  <brobecker@adacore.com>
12441
12442         GDB 7.12.1 released.
12443
12444 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
12445
12446         * python/py-function.c (fnpy_call): Reorder declarations to have
12447         the gdbpy_enter object declared first.
12448         * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
12449
12450 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
12451
12452         PR python/21068
12453         * python/python-internal.h (PyMem_RawMalloc): Define for
12454         Python < 3.4.
12455         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
12456         PyMem_RawMalloc instead of PyMem_Malloc.
12457
12458 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
12459             Luis Machado  <lgustavo@codesourcery.com>
12460
12461         * NEWS (New commands): Mention flash-erase.
12462         (New MI commands): Mention target-flash-erase.
12463         * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
12464         command.
12465         * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
12466         * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
12467         * target.c (flash_erase_command): New function.
12468         (initialize_targets): Add new flash-erase command.
12469         * target.h (flash_erase_command): New declaration.
12470
12471 2017-01-20  Joel Brobecker  <brobecker@adacore.com>
12472
12473         * nat/linux-ptrace.c: Only include <sys/procfs.h> if
12474         HAVE_SYS_PROCFS_H is defined.
12475
12476 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
12477
12478         * remote.c (struct cached_reg): Change data into a pointer.
12479         * (stop_reply_dtr): Free data pointers before deleting vector.
12480         (process_stop_reply): Likewise.
12481         (remote_parse_stop_reply): Allocate space for data
12482
12483 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
12484
12485         * amd64-tdep.c (amd64_pseudo_register_read_value): remove
12486         MAX_REGISTER_SIZE.
12487         (amd64_pseudo_register_read_value): Likewise.
12488         * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
12489         (store_register_using_P): Likewise.
12490         * regcache.c (regcache_xfer_part): Likewise.
12491
12492 2017-01-16  Ivo Raisr  <ivo.raisr@oracle.com>
12493
12494         Split real and pseudo registers.
12495         * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
12496         (sparc32_pseudo_regnum): New enum.
12497         * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
12498         * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
12499         (SPARC32_CP0_REGISTERS): New macro.
12500         (sparc32_pseudo_register_name): New function.
12501         (sparc32_register_name): Use sparc32_pseudo_register_name.
12502         (sparc32_pseudo_register_type): New function.
12503         (sparc32_register_type): Use sparc32_pseudo_register_type.
12504         (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
12505         pseudo register numbers.
12506         * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
12507         (SPARC64_CP0_REGISTERS): New macro.
12508         (sparc64_pseudo_register_name): New function.
12509         (sparc64_register_name): Use sparc64_pseudo_register_name.
12510         (sparc64_pseudo_register_type): New function.
12511         (sparc64_register_type): Use sparc64_pseudo_register_type.
12512         (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
12513         pseudo register numbers.
12514         (sparc64_store_floating_fields, sparc64_extract_floating_fields,
12515         sparc64_store_arguments): Handle pseudo register numbers.
12516
12517 2017-01-13  Yao Qi  <yao.qi@linaro.org>
12518
12519         * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
12520         (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
12521         output.
12522         (getpkt_or_notif_sane_1): Likewise.
12523
12524 2017-01-13  Yao Qi  <yao.qi@linaro.org>
12525
12526         * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
12527         of CC.  Pass "-x c++-header" instead of "-x c".
12528
12529 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
12530
12531         * remote.c (remote_can_async_p): Update comment.
12532
12533 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
12534
12535         * linux-nat.c (linux_nat_can_async_p): Update comment.
12536
12537 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
12538
12539         * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
12540
12541 2017-01-11  Simon Marchi  <simon.marchi@ericsson.com>
12542
12543         * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
12544
12545 2017-01-10  Tom Tromey  <tom@tromey.com>
12546
12547         * python/py-type.c (typy_legacy_template_argument): Update.
12548         * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
12549         ~demangle_parse_info): Declare new members.
12550         (cp_demangled_name_to_comp): Return unique_ptr.
12551         (cp_demangled_name_parse_free)
12552         (make_cleanup_cp_demangled_name_parse_free)
12553         (cp_new_demangle_parse_info): Remove.
12554         * cp-support.c (do_demangled_name_parse_free_cleanup)
12555         (make_cleanup_cp_demangled_name_parse_free): Remove.
12556         (inspect_type, cp_canonicalize_string_full)
12557         (cp_canonicalize_string): Update.
12558         (mangled_name_to_comp): Change return type.
12559         (cp_class_name_from_physname, method_name_from_physname)
12560         (cp_func_name, cp_remove_params): Update.
12561         * cp-name-parser.y (demangle_parse_info): New constructor, from
12562         cp_new_demangle_parse_info.
12563         (~demangle_parse_info): New destructor, from
12564         cp_demangled_name_parse_free.
12565         (cp_merge_demangle_parse_infos): Update.
12566         (cp_demangled_name_to_comp): Change return type.
12567
12568 2017-01-10  Tom Tromey  <tom@tromey.com>
12569
12570         * top.c (prevent_dont_repeat): Change return type.
12571         * python/python.c (execute_gdb_command): Use std::string.
12572         Update.
12573         * guile/guile.c (gdbscm_execute_gdb_command): Update.
12574         * command.h (prevent_dont_repeat): Change return type.
12575         * breakpoint.c (bpstat_do_actions_1): Update.
12576
12577 2017-01-10  Tom Tromey  <tom@tromey.com>
12578
12579         * value.h (scoped_value_mark::~scoped_value_mark): Call
12580         free_to_mark.
12581         (scoped_value_mark::free_to_mark): New method.
12582         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
12583         scoped_value_mark.
12584
12585 2017-01-10  Tom Tromey  <tom@tromey.com>
12586
12587         * python/py-value.c (valpy_dereference, valpy_referenced_value)
12588         (valpy_reference_value, valpy_const_value, valpy_get_address)
12589         (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12590         (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
12591         (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
12592         * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
12593         scoped_value_mark.
12594         * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
12595         * value.h (scoped_value_mark): New class.
12596
12597 2017-01-10  Tom Tromey  <tom@tromey.com>
12598
12599         * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
12600         * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
12601         * psymtab.c (discard_psymtabs_upto): Remove.
12602         (make_cleanup_discard_psymtabs): Remove.
12603         (struct psymtab_state): Remove.
12604
12605 2017-01-10  Tom Tromey  <tom@tromey.com>
12606
12607         * record-full.c (record_full_save_cleanups): Remove.
12608         (record_full_save): Use gdb::unlinker.
12609         * gcore.c (do_bfd_delete_cleanup): Remove.
12610         (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr.  Remove
12611         cleanups.
12612         * dwarf2read.c (unlink_if_set): Remove.
12613         (write_psymtabs_to_index): Use gdb::unlinker.
12614         * common/gdb_unlinker.h: New file.
12615
12616 2017-01-10  Tom Tromey  <tom@tromey.com>
12617
12618         * windows-tdep.c (windows_xfer_shared_library): Update.
12619         * windows-nat.c (windows_make_so): Update.
12620         * utils.h (make_cleanup_bfd_unref): Remove.
12621         * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
12622         * symfile.h (symfile_bfd_open)
12623         (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
12624         * symfile.c (read_symbols, symbol_file_add)
12625         (separate_debug_file_exists): Update.
12626         (symfile_bfd_open): Return gdb_bfd_ref_ptr.
12627         (generic_load, reread_symbols): Update.
12628         * symfile-mem.c (symbol_file_add_from_memory): Update.
12629         * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
12630         (spu_symbol_file_add_from_memory): Update.
12631         * solist.h (struct target_so_ops) <bfd_open>: Return
12632         gdb_bfd_ref_ptr.
12633         (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
12634         * solib.c (solib_bfd_fopen, solib_bfd_open): Return
12635         gdb_bfd_ref_ptr.
12636         (solib_map_sections, reload_shared_libraries_1): Update.
12637         * solib-svr4.c (enable_break): Update.
12638         * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
12639         * solib-frv.c (enable_break2): Update.
12640         * solib-dsbt.c (enable_break): Update.
12641         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
12642         gdb_bfd_ref_ptr.
12643         (darwin_solib_get_all_image_info_addr_at_init): Update.
12644         (darwin_bfd_open): Return gdb_bfd_ref_ptr.
12645         * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
12646         * record-full.c (record_full_save): Update.
12647         * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
12648         * procfs.c (insert_dbx_link_bpt_in_file): Update.
12649         * minidebug.c (find_separate_debug_file_in_section): Return
12650         gdb_bfd_ref_ptr.
12651         * machoread.c (macho_add_oso_symfile): Change abfd to
12652         gdb_bfd_ref_ptr.
12653         (macho_symfile_read_all_oso): Update.
12654         (macho_check_dsym): Return gdb_bfd_ref_ptr.
12655         (macho_symfile_read): Update.
12656         * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
12657         (jit_bfd_try_read_symtab): Update.
12658         * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12659         (gdb_bfd_openw, gdb_bfd_openr_iovec)
12660         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12661         gdb_bfd_ref_ptr.
12662         (gdb_bfd_ref_policy): New struct.
12663         (gdb_bfd_ref_ptr): New typedef.
12664         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12665         (gdb_bfd_openw, gdb_bfd_openr_iovec)
12666         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12667         gdb_bfd_ref_ptr.
12668         * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12669         * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12670         (gcore_command): Update.
12671         * exec.c (exec_file_attach): Update.
12672         * elfread.c (elf_symfile_read): Update.
12673         * dwarf2read.c (dwarf2_get_dwz_file): Update.
12674         (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
12675         (open_and_init_dwo_file): Update.
12676         (open_dwp_file): Return gdb_bfd_ref_ptr.
12677         (open_and_init_dwp_file): Update.
12678         * corelow.c (core_open): Update.
12679         * compile/compile-object-load.c (compile_object_load): Update.
12680         * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
12681         * coffread.c (coff_symfile_read): Update.
12682         * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
12683         gdb_bfd_ref_ptr.  Rename.
12684         (dump_bfd_file, restore_command): Update.
12685         * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12686         * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12687         (find_separate_debug_file_by_buildid): Update.
12688
12689 2017-01-10  Tom Tromey  <tom@tromey.com>
12690
12691         * common/gdb_ref_ptr.h: New file.
12692         * python/py-ref.h (struct gdbpy_ref_policy): New.
12693         (gdbpy_ref): Now a typedef.
12694
12695 2017-01-10  Tom Tromey  <tom@tromey.com>
12696
12697         * utils.h (make_cleanup_htab_delete): Don't declare.
12698         * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
12699         Remove.
12700         * linespec.c (decode_compound_collector): Add constructor,
12701         destructor.
12702         (lookup_prefix_sym): Remove cleanup.
12703         (symtab_collector): Add constructor, destructor.
12704         (collect_symtabs_from_filename): Remove cleanup.
12705         * disasm.c (do_mixed_source_and_assembly): Use htab_up.
12706         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
12707         Use htab_up.
12708         * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
12709         * dwarf2read.c (dw2_expand_symtabs_matching)
12710         (dw2_map_symbol_filenames, dwarf_decode_macros)
12711         (write_psymtabs_to_index): Use htab_up.
12712         * dwarf2loc.c (func_verify_no_selftailcall)
12713         (call_site_find_chain_1, func_verify_no_selftailcall)
12714         (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
12715         std::vector, gdb::unique_xmalloc_ptr.
12716         (call_sitep): Remove typedef.
12717         (dwarf2_locexpr_baton_eval): Remove unused variable.
12718
12719 2017-01-10  Tom Tromey  <tom@tromey.com>
12720
12721         * python/python-internal.h (make_cleanup_py_decref)
12722         (make_cleanup_py_xdecref): Don't declare.
12723         * python/py-utils.c (py_decref, make_cleanup_py_decref)
12724         (py_xdecref, make_cleanup_py_xdecref): Remove.
12725
12726 2017-01-10  Tom Tromey  <tom@tromey.com>
12727
12728         * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
12729         (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
12730
12731 2017-01-10  Tom Tromey  <tom@tromey.com>
12732
12733         * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
12734
12735 2017-01-10  Tom Tromey  <tom@tromey.com>
12736
12737         * python/py-utils.c (unicode_to_encoded_string)
12738         (python_string_to_target_string)
12739         (python_string_to_target_python_string)
12740         (python_string_to_host_string, gdbpy_obj_to_string)
12741         (get_addr_from_python): Use gdbpy_ref.
12742
12743 2017-01-10  Tom Tromey  <tom@tromey.com>
12744
12745         * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
12746         gdbpy_ref.
12747
12748 2017-01-10  Tom Tromey  <tom@tromey.com>
12749
12750         * python/python.c (eval_python_command, gdbpy_decode_line)
12751         (gdbpy_run_events, gdbpy_start_type_printers)
12752         (gdbpy_apply_type_printers): Use gdbpy_ref.
12753
12754 2017-01-10  Tom Tromey  <tom@tromey.com>
12755
12756         * python/py-param.c (get_doc_string, compute_enum_values): Use
12757         gdbpy_ref.
12758
12759 2017-01-10  Tom Tromey  <tom@tromey.com>
12760
12761         * python/py-inferior.c (find_thread_object, build_inferior_list):
12762         Use gdbpy_ref.
12763
12764 2017-01-10  Tom Tromey  <tom@tromey.com>
12765
12766         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12767
12768 2017-01-10  Tom Tromey  <tom@tromey.com>
12769
12770         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
12771         gdbpy_ref.
12772
12773 2017-01-10  Tom Tromey  <tom@tromey.com>
12774
12775         * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref.  Remove
12776         extra incref.
12777         (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
12778         Use gdbpy_ref.
12779
12780 2017-01-10  Tom Tromey  <tom@tromey.com>
12781
12782         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
12783         gdbpy_ref.
12784
12785 2017-01-10  Tom Tromey  <tom@tromey.com>
12786
12787         * python/py-arch.c (archpy_disassemble): Use gdbpy_ref.  Don't
12788         decref results of PyArg_ParseTupleAndKeywords.
12789
12790 2017-01-10  Tom Tromey  <tom@tromey.com>
12791
12792         * python/python.c (python_run_simple_file): Use
12793         unique_xmalloc_ptr, gdbpy_ref.
12794
12795 2017-01-10  Tom Tromey  <tom@tromey.com>
12796
12797         * python/py-prettyprint.c (print_stack_unless_memory_error)
12798         (print_string_repr, print_children): Use gdbpy_ref.
12799         (dummy_python_frame): New class.
12800         (dummy_python_frame::dummy_python_frame): Rename from
12801         push_dummy_python_frame.
12802         (py_restore_tstate): Remove.
12803
12804 2017-01-10  Tom Tromey  <tom@tromey.com>
12805
12806         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12807
12808 2017-01-10  Tom Tromey  <tom@tromey.com>
12809
12810         * python/python.c (ensure_python_env, restore_python_env):
12811         Remove.
12812         * python/python-internal.h (ensure_python_env): Don't declare.
12813         * varobj.h (varobj_ensure_python_env): Don't declare.
12814         * varobj.c (varobj_ensure_python_env): Remove.
12815
12816 2017-01-10  Tom Tromey  <tom@tromey.com>
12817
12818         * varobj.c (varobj_value_get_print_value): Use
12819         gdbpy_enter_varobj.
12820
12821 2017-01-10  Tom Tromey  <tom@tromey.com>
12822
12823         * python/py-prettyprint.c (print_string_repr, print_children):
12824         Update.
12825         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
12826         of "encoding".
12827         * varobj.c (varobj_value_get_print_value): Update.
12828         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
12829
12830 2017-01-10  Tom Tromey  <tom@tromey.com>
12831
12832         * varobj.c (varobj_get_display_hint)
12833         (dynamic_varobj_has_child_method, install_new_value_visualizer)
12834         (varobj_set_visualizer, free_variable): Use
12835         gdbpy_enter_varobj.
12836
12837 2017-01-10  Tom Tromey  <tom@tromey.com>
12838
12839         * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
12840         (do_finish_initialization): New function.  Use gdbpy_ref.
12841         (gdbpy_finish_initialization): Use gdbpy_enter.  Call
12842         do_finish_initialization.
12843
12844 2017-01-10  Tom Tromey  <tom@tromey.com>
12845
12846         * python/py-param.c (get_set_value, get_show_value): Use
12847         gdbpy_enter, gdbpy_ref.
12848
12849 2017-01-10  Tom Tromey  <tom@tromey.com>
12850
12851         * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
12852
12853 2017-01-10  Tom Tromey  <tom@tromey.com>
12854
12855         * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
12856
12857 2017-01-10  Tom Tromey  <tom@tromey.com>
12858
12859         * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
12860         Use gdbpy_enter_varobj.
12861
12862 2017-01-10  Tom Tromey  <tom@tromey.com>
12863
12864         * varobj.c (gdbpy_enter_varobj): New constructor.
12865         * python/python-internal.h (gdbpy_enter_varobj): New class.
12866         * python/py-varobj.c (py_varobj_get_iterator): Use
12867         gdbpy_enter_varobj.
12868
12869 2017-01-10  Tom Tromey  <tom@tromey.com>
12870
12871         * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
12872         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12873         (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
12874         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
12875         unique_xmalloc_ptr.
12876         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
12877
12878 2017-01-10  Tom Tromey  <tom@tromey.com>
12879
12880         * python/py-xmethods.c (invoke_match_method): Use
12881         gdbpy_ref.
12882
12883 2017-01-10  Tom Tromey  <tom@tromey.com>
12884
12885         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
12886         gdbpy_enter, gdbpy_ref.
12887
12888 2017-01-10  Tom Tromey  <tom@tromey.com>
12889
12890         * python/python.c (python_interactive_command): Use gdbpy_enter.
12891
12892 2017-01-10  Tom Tromey  <tom@tromey.com>
12893
12894         * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
12895         gdbpy_ref.
12896
12897 2017-01-10  Tom Tromey  <tom@tromey.com>
12898
12899         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
12900         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12901
12902 2017-01-10  Tom Tromey  <tom@tromey.com>
12903
12904         * utils.h (htab_deleter): New struct.
12905         (htab_up): New typedef.
12906         * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
12907         gdbpy_enter, gdbpy_ref, htab_up.
12908
12909 2017-01-10  Tom Tromey  <tom@tromey.com>
12910
12911         * python/py-unwind.c (pending_frame_invalidate): Remove.
12912         (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
12913
12914 2017-01-10  Tom Tromey  <tom@tromey.com>
12915
12916         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
12917         (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
12918
12919 2017-01-10  Tom Tromey  <tom@tromey.com>
12920
12921         * python/py-type.c (save_objfile_types): Use gdbpy_enter.
12922
12923 2017-01-10  Tom Tromey  <tom@tromey.com>
12924
12925         * python/python.c (gdbpy_eval_from_control_command)
12926         (gdbpy_source_script, gdbpy_run_events)
12927         (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
12928         (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
12929         gdbpy_enter.
12930
12931 2017-01-10  Tom Tromey  <tom@tromey.com>
12932
12933         * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
12934
12935 2017-01-10  Tom Tromey  <tom@tromey.com>
12936
12937         * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
12938
12939 2017-01-10  Tom Tromey  <tom@tromey.com>
12940
12941         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
12942         (python_on_inferior_call_pre, python_on_inferior_call_post)
12943         (python_on_memory_change, python_on_register_change)
12944         (python_inferior_exit, python_new_objfile, add_thread_object)
12945         (delete_thread_object, py_free_inferior): Use gdbpy_enter.
12946
12947 2017-01-10  Tom Tromey  <tom@tromey.com>
12948
12949         * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
12950         (bpfinishpy_handle_exit): Use gdbpy_enter.
12951
12952 2017-01-10  Tom Tromey  <tom@tromey.com>
12953
12954         * python/py-cmd.c (cmdpy_destroyer)
12955         (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
12956         gdbpy_enter.
12957
12958 2017-01-10  Tom Tromey  <tom@tromey.com>
12959
12960         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
12961         gdbpy_enter.
12962         (gdbpy_breakpoint_has_cond): Likewise.
12963
12964 2017-01-10  Tom Tromey  <tom@tromey.com>
12965
12966         * python/python.c (gdbpy_enter): New constructor.
12967         (~gdbpy_enter): New destructor.
12968         (restore_python_env, ensure_python_env): Rewrite.
12969         * python/python-internal.h (gdbpy_enter): New class.
12970
12971 2017-01-10  Tom Tromey  <tom@tromey.com>
12972
12973         * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
12974
12975 2017-01-10  Tom Tromey  <tom@tromey.com>
12976
12977         * python/py-value.c (value_has_field, get_field_flag)
12978         (get_field_type, valpy_getitem, convert_value_from_python): Use
12979         gdbpy_ref.
12980
12981 2017-01-10  Tom Tromey  <tom@tromey.com>
12982
12983         * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
12984         gdbpy_ref.
12985
12986 2017-01-10  Tom Tromey  <tom@tromey.com>
12987
12988         * python/py-prettyprint.c (search_pp_list)
12989         (find_pretty_printer_from_objfiles)
12990         (find_pretty_printer_from_progspace)
12991         (find_pretty_printer_from_gdb, find_pretty_printer)
12992         (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
12993         gdbpy_ref.
12994
12995 2017-01-10  Tom Tromey  <tom@tromey.com>
12996
12997         * python/py-param.c (call_doc_function): Use gdbpy_ref.
12998
12999 2017-01-10  Tom Tromey  <tom@tromey.com>
13000
13001         * python/py-linetable.c (build_line_table_tuple_from_pcs)
13002         (ltpy_get_all_source_lines): Use gdbpy_ref.
13003
13004 2017-01-10  Tom Tromey  <tom@tromey.com>
13005
13006         * python/py-framefilter.c (extract_sym, extract_value)
13007         (get_py_iter_from_func, bootstrap_python_frame_filters): Use
13008         gdbpy_ref.
13009
13010 2017-01-10  Tom Tromey  <tom@tromey.com>
13011
13012         * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
13013
13014 2017-01-10  Tom Tromey  <tom@tromey.com>
13015
13016         * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
13017
13018 2017-01-10  Tom Tromey  <tom@tromey.com>
13019
13020         * python/py-function.c (convert_values_to_python, fnpy_init): Use
13021         gdbpy_ref.
13022
13023 2017-01-10  Tom Tromey  <tom@tromey.com>
13024
13025         * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
13026
13027 2017-01-10  Tom Tromey  <tom@tromey.com>
13028
13029         * python/py-type.c (convert_field, make_fielditem, typy_fields)
13030         (typy_range): Use gdbpy_ref.
13031
13032 2017-01-10  Tom Tromey  <tom@tromey.com>
13033
13034         * python/py-threadevent.c (create_thread_event_object): Use
13035         gdbpy_ref.
13036         * python/py-stopevent.c (create_stop_event_object): Simplify.
13037         (emit_stop_event): Use gdbpy_ref.
13038         * python/py-signalevent.c (create_signal_event_object): Use
13039         gdbpy_ref.
13040         * python/py-newobjfileevent.c (create_new_objfile_event_object)
13041         (emit_new_objfile_event, create_clear_objfiles_event_object)
13042         (emit_clear_objfiles_event): Use gdbpy_ref.
13043         * python/py-infevents.c (create_inferior_call_event_object)
13044         (create_register_changed_event_object)
13045         (create_memory_changed_event_object, emit_inferior_call_event)
13046         (emit_memory_changed_event, emit_register_changed_event): Use
13047         gdbpy_ref.
13048         * python/py-exitedevent.c (create_exited_event_object)
13049         (emit_exited_event): Use gdbpy_ref.
13050         * python/py-event.h (evpy_emit_event): Remove
13051         CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
13052         * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
13053         * python/py-continueevent.c (emit_continue_event): Use
13054         gdbpy_ref.
13055         * python/py-breakpoint.c (gdbpy_breakpoint_created)
13056         (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
13057         gdbpy_ref.
13058         * python/py-bpevent.c (create_breakpoint_event_object): Use
13059         gdbpy_ref.
13060
13061 2017-01-10  Tom Tromey  <tom@tromey.com>
13062
13063         * python/py-ref.h: New file.
13064
13065 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
13066
13067         * cli-out.c (cli_ui_out::do_redirect): Change return type to
13068         void.
13069         * cli-out.h (cli_ui_out::do_redirect): Likewise.
13070         * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
13071         * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
13072         * ui-out.c (ui_out::redirect): Likewise.
13073         * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
13074         * cli/cli-logging.c (set_logging_redirect): Update call site of
13075         ui_out::redirect.
13076         (handle_redirections): Likewise.
13077         * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
13078         * top.c (execute_command_to_string): Likewise.
13079         * utils.c (do_ui_out_redirect_pop): Likewise.
13080
13081 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
13082
13083         * stack.c (_initialize_stack): Update "frame" command help message.
13084
13085 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
13086
13087         * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
13088
13089 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13090
13091         * x86-linux-nat.h: Include gdb_proc_service.h.
13092
13093 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13094
13095         * ser-base.h: Include serial.h.
13096
13097 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13098
13099         * ppc-linux-tdep.h: Include ppc-tdep.h.
13100
13101 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13102
13103         * nat/amd64-linux-siginfo.h: Include signal.h.
13104
13105 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13106
13107         * nat/aarch64-linux-hw-point.h: Include break-common.h.
13108
13109 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13110
13111         * mi/mi-parse.h: Include mi-cmds.h.
13112
13113 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13114
13115         * inf-loop.c: Don't include "target.h".
13116         * inf-loop.h: Include it here.
13117
13118 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13119
13120         * dfp.h: Include "dboulest.h" and "expression.h".
13121
13122 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13123
13124         * ax-gdb.h: Include "ax.h".
13125
13126 2017-01-06  Yao Qi  <yao.qi@linaro.org>
13127
13128         * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
13129         with nat/gdb_ptrace.h.
13130
13131 2017-01-05  Yao Qi  <yao.qi@linaro.org>
13132
13133         * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
13134         new line.
13135         (mips64_fbsd_sigframe_init): Likewise.
13136
13137 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
13138
13139         * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
13140         GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
13141
13142 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
13143
13144         * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
13145         * NEWS: Mention new FreeBSD/mips native configuration.
13146         * config/mips/fbsd.mh: New file.
13147         * configure.host: Add mips*-*-freebsd*.
13148         * mips-fbsd-nat.c: New file.
13149
13150 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
13151
13152         * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
13153         (ALLDEPFILES): Add mips-fbsd-tdep.c.
13154         * NEWS: Mention new FreeBSD/mips target.
13155         * configure.tgt: Add mips*-*-freebsd*.
13156         * mips-fbsd-tdep.c: New file.
13157         * mips-fbsd-tdep.h: New file.
13158
13159 2017-01-04  Yao Qi  <yao.qi@linaro.org>
13160
13161         * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
13162         use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
13163
13164 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
13165
13166         Update copyright year range in all GDB files.
13167
13168 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
13169
13170         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
13171
13172 For older changes see ChangeLog-2016.
13173 \f
13174 Local Variables:
13175 mode: change-log
13176 left-margin: 8
13177 fill-column: 74
13178 version-control: never
13179 coding: utf-8
13180 End: