Remove type_name_no_tag and rename type_name_no_tag_or_error
[external/binutils.git] / gdb / ChangeLog
1 2018-06-01  Tom Tromey  <tom@tromey.com>
2
3         * valops.c (value_cast_structs, destructor_name_p): Update.
4         * symtab.c (gdb_mangle_name): Update.
5         * stabsread.c (define_symbol, read_cpp_abbrev, read_baseclasses):
6         Update.
7         * p-valprint.c (pascal_object_is_vtbl_ptr_type)
8         (pascal_object_print_value_fields, pascal_object_print_value):
9         Update.
10         * p-typeprint.c (pascal_type_print_derivation_info): Update.
11         * linespec.c (find_methods): Update.
12         * gdbtypes.h (type_name_no_tag): Remove.
13         (type_name_or_error): Rename from type_name_no_tag_or_error.
14         * gdbtypes.c (type_name_no_tag): Remove.
15         (type_name_or_error): Rename from type_name_no_tag_or_error.
16         (lookup_struct_elt_type, check_typedef): Update.
17         * expprint.c (print_subexp_standard): Update.
18         * dwarf2read.c (dwarf2_add_field, load_partial_dies): Update.
19         * d-namespace.c (d_lookup_nested_symbol): Update.
20         * cp-valprint.c (cp_is_vtbl_ptr_type, cp_print_value_fields)
21         (cp_print_class_member): Update.
22         * cp-namespace.c (cp_lookup_nested_symbol): Update.
23         * completer.c (add_struct_fields): Update.
24         * c-typeprint.c (cp_type_print_derivation_info)
25         (c_type_print_varspec_prefix, c_type_print_base_struct_union):
26         Update.
27         * ada-lang.c (parse_old_style_renaming, xget_renaming_scope)
28         (ada_prefer_type, ada_is_exception_sym): Update.
29
30 2018-06-01  Tom Tromey  <tom@tromey.com>
31
32         * valops.c (enum_constant_from_type, value_namespace_elt)
33         (value_maybe_namespace_elt): Update.
34         * valarith.c (find_size_for_pointer_math): Update.
35         * target-descriptions.c (make_gdb_type): Update.
36         * symmisc.c (print_symbol): Update.
37         * stabsread.c (define_symbol, read_type)
38         (complain_about_struct_wipeout, add_undefined_type)
39         (cleanup_undefined_types_1): Update.
40         * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)
41         (rust_range_type_p, val_print_struct, rust_print_struct_def)
42         (rust_internal_print_type, rust_composite_type)
43         (rust_evaluate_funcall, rust_evaluate_subexp)
44         (rust_inclusive_range_type_p): Update.
45         * python/py-type.c (typy_get_tag): Update.
46         * p-typeprint.c (pascal_type_print_base): Update.
47         * mdebugread.c (parse_symbol, parse_type): Update.
48         * m2-typeprint.c (m2_long_set, m2_record_fields, m2_enum):
49         Update.
50         * guile/scm-type.c (gdbscm_type_tag): Update.
51         * go-lang.c (sixg_string_p): Update.
52         * gnu-v3-abi.c (build_gdb_vtable_type, build_std_type_info_type):
53         Update.
54         * gdbtypes.h (struct main_type) <tag_name>: Remove.
55         (TYPE_TAG_NAME): Remove.
56         * gdbtypes.c (type_name_no_tag): Simplify.
57         (check_typedef, check_types_equal, recursive_dump_type)
58         (copy_type_recursive, arch_composite_type): Update.
59         * f-typeprint.c (f_type_print_base): Update.  Print "Type" prefix
60         in summary mode when needed.
61         * eval.c (evaluate_funcall): Update.
62         * dwarf2read.c (fixup_go_packaging, read_structure_type)
63         (process_structure_scope, read_enumeration_type)
64         (read_namespace_type, read_module_type, determine_prefix): Update.
65         * cp-support.c (inspect_type): Update.
66         * coffread.c (process_coff_symbol, decode_base_type): Update.
67         * c-varobj.c (c_is_path_expr_parent): Update.
68         * c-typeprint.c (c_type_print_base_struct_union): Update.
69         (c_type_print_base_1): Update.  Print struct/class/union/enum in
70         summary when using C language.
71         * ax-gdb.c (gen_struct_ref, gen_namespace_elt)
72         (gen_maybe_namespace_elt): Update.
73         * ada-lang.c (ada_type_name): Simplify.
74         (empty_record, ada_template_to_fixed_record_type_1)
75         (template_to_static_fixed_type)
76         (to_record_with_fixed_variant_part, ada_check_typedef): Update.
77
78 2018-06-01  Tom Tromey  <tom@tromey.com>
79
80         * dwarf2read.c (dwarf2_compute_name): Pass CU's language to
81         c_print_type.
82         * c-typeprint.c (c_print_type_1): Add "language" parameter.
83         (c_print_type): Update.
84         (c_print_type): New overload.
85         (c_type_print_varspec_prefix, c_type_print_args)
86         (c_type_print_varspec_suffix, c_print_type_no_offsets)
87         (c_type_print_base_struct_union, c_type_print_base_1)
88         (cp_type_print_method_args): Add "language" parameter.
89         (c_type_print_base): Update.
90         * c-lang.h (c_print_type): Add new overload.
91
92 2018-06-01  Tom Tromey  <tom@tromey.com>
93
94         * typeprint.h (c_type_print_varspec_suffix): Don't declare.
95         * c-typeprint.c (c_type_print_varspec_suffix): Now static.
96
97 2018-06-01  Alan Hayward  <alan.hayward@arm.com>
98
99         * aarch64-tdep.c (aarch64_sve_register_names): New const
100         var.
101         * arch/aarch64.h (enum aarch64_regnum): Add SVE entries.
102         (AARCH64_SVE_Z_REGS_NUM): New define.
103         (AARCH64_SVE_P_REGS_NUM): Likewise.
104         (AARCH64_SVE_NUM_REGS): Likewise.
105
106 2018-05-31  Uros Bizjak  <ubizjak@gmail.com>
107
108         * nat/linux-ptrace.h [__alpha__]
109         (GDB_ARCH_IS_TRAP_BRKPT, GDB_ARCH_IS_TRAP_HWBKPT): Remove
110         definitions.
111
112 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
113
114         * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to
115         the endianness selected.
116         * NEWS: Document `set endian auto' mode operation update.
117
118 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
119
120         * Makefile.in: Add new header.
121         * gdb/arch/aarch64.h (sve_vg_from_vl): New macro.
122         (sve_vl_from_vg): Likewise.
123         (sve_vq_from_vl): Likewise.
124         (sve_vl_from_vq): Likewise.
125         (sve_vq_from_vg): Likewise.
126         (sve_vg_from_vq): Likewise.
127         * configure.nat: Add new c file.
128         * nat/aarch64-sve-linux-ptrace.c: New file.
129         * nat/aarch64-sve-linux-ptrace.h: New file.
130
131 2018-05-31  Alan Hayward  <alan.hayward@arm.com>
132
133         * aarch64-linux-nat.c (aarch64_linux_read_description):
134         Add parmeter zero.
135         * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
136         Likewise.
137         * aarch64-tdep.c (tdesc_aarch64_list): Add.
138         (aarch64_read_description): Use VQ to index tdesc_aarch64_list.
139         (aarch64_gdbarch_init): Add parmeter zero.
140         * aarch64-tdep.h (aarch64_read_description): Add VQ parmeter.
141         * arch/aarch64.c (aarch64_create_target_description): Check VQ.
142         * arch/aarch64.h (aarch64_create_target_description): Add VQ.
143         parmeter.
144         * doc/gdb.texinfo: Describe SVE feature
145         * features/aarch64-sve.c: New file.
146
147 2018-05-31  Omair Javaid  <omair.javaid@linaro.org>
148
149         PR gdb/23210
150         * gdbarch.sh (significant_addr_bit): Default to zero when
151         not set by target architecture.
152         * gdbarch.c: Re-generated.
153         * utils.c (address_significant): Update.
154
155 2018-05-30  Joel Brobecker  <brobecker@adacore.com>
156
157         * stack.c (func_command): Remove trailing newline in call to error.
158
159 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
160
161         * regcache.h (regcache_raw_collect): Remove, update callers to
162         use regcache::raw_collect.
163         * regcache.c (regcache_raw_collect): Remove.
164
165 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
166
167         * regcache.h (regcache_raw_supply): Remove, update callers to
168         use detached_regcache::raw_supply.
169         * regcache.c (regcache_raw_supply): Remove.
170
171 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
172
173         * regcache.h (regcache_cooked_write_part): Remove, update
174         callers to use regcache::cooked_write_part.
175         * regcache.c (regcache_cooked_write_part): Remove.
176
177 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
178
179         * regcache.h (regcache_cooked_read_part): Remove, update callers
180         to use readable_regcache::cooked_read_part.
181         * regcache.c (regcache_cooked_read_part): Remove.
182
183 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
184
185         * regcache.h (regcache_cooked_read_value): Remove, update
186         callers to use readable_regcache::cooked_read_value.
187         * regcache.c (regcache_cooked_read_value): Remove.
188
189 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
190
191         * regcache.h (regcache_cooked_write): Remove, update callers to
192         use regcache::cooked_write.
193         * regcache.c (regcache_cooked_write): Remove.
194
195 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
196
197         * regcache.h (regcache_invalidate): Remove, update callers to
198         use detached_regcache::invalidate instead.
199         * regcache.c (regcache_invalidate): Remove.
200
201 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
202
203         * regcache.h (regcache_raw_write_part): Remove, update callers
204         to use regcache::raw_write_part instead.
205         * regcache.c (regcache_raw_write_part): Remove.
206
207 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
208
209         * regcache.h (regcache_raw_read_part): Remove, update callers to
210         use readable_regcache::raw_read_part instead.
211         * regcache.c (regcache_raw_read_part): Remove.
212
213 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
214
215         * regcache.h (regcache_cooked_read): Remove, update callers to
216         use readable_regcache::cooked_read instead.
217         * regcache.c (regcache_cooked_read): Remove.
218
219 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
220
221         * regcache.h (regcache_raw_write): Remove, update callers to use
222         regcache::raw_write instead.
223         * regcache.c (regcache_raw_write): Remove.
224
225 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
226
227         * regcache.h (regcache_raw_read): Remove, update callers to use
228         readable_regcache::raw_read instead.
229         * regcache.c (regcache_raw_read): Remove.
230
231 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
232
233         * regcache.h (regcache_raw_update): Remove, update callers to
234         use readable_regcache::raw_update instead.
235         * regcache.c (regcache_raw_update): Remove.
236
237 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
238
239         * regcache.h (regcache_register_status): Remove, update callers
240         to use reg_buffer::get_register_status directly instead.
241         * regcache.c (regcache_register_status): Remove.
242
243 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
244
245         * regcache.h (regcache_get_ptid): Remove, update all callers to
246         call regcache::ptid instead.
247         * regcache.c (regcache_get_ptid): Remove.
248
249 2018-05-30  Simon Marchi  <simon.marchi@ericsson.com>
250
251         * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
252
253 2018-05-30  Pedro Alves  <palves@redhat.com>
254
255         * common/common-exceptions.h (exception_rethrow): Use
256         ATTRIBUTE_NORETURN.
257
258 2018-05-29  Simon Marchi  <simon.marchi@polymtl.ca>
259
260         * breakpoint.c (print_solib_event, check_status_catch_solib):
261         Remove struct keyword in range-based for loops.
262         * dbxread.c (find_corresponding_bincl_psymtab): Likewise.
263         * dwarf2read.c (compute_delayed_physnames, rust_union_quirks);
264         Likewise.
265         * linespec.c (find_superclass_methods, search_minsyms_for_name):
266         Likewise.
267         * symfile.c (addr_info_make_relative): Likewise.
268         * thread.c (value_in_thread_stack_temporaries): Likewise.
269
270 2018-05-29  Weimin Pan  <weimin.pan@oracle.com>
271
272         * minsyms.h (lookup_minimal_symbol_and_objfile): Remove declaration.
273         * minsyms.c (lookup_minimal_symbol_and_objfile): Remove definition.
274         * coff-pe-read.c (add_pe_forwarded_sym): Replace
275         lookup_minimal_symbol_and_objfile with lookup_bound_minimal_symbol.
276         * glibc-tdep.c (glibc_skip_solib_resolver): Likewise.
277         * jit.c (jit_breakpoint_re_set_internal): Likewise.
278         * printcmd.c (info_address_command): Likewise.
279
280 2018-05-29  Tom Tromey  <tom@tromey.com>
281
282         * windows-nat.c (handle_exception): Update fall-through comment.
283
284 2018-05-29  Tom Tromey  <tom@tromey.com>
285
286         * progspace.h (so_list_ptr): Remove typedef.  Don't declare VEC.
287         (struct program_space) <added_solibs>: Now a std::vector.
288         * breakpoint.c (print_solib_event): Update.
289         (check_status_catch_solib): Update.
290         * progspace.c (clear_program_space_solib_cache): Update.
291         * solib.c (update_solib_list): Update.
292
293 2018-05-29  Tom Tromey  <tom@tromey.com>
294
295         * python/py-type.c (typy_richcompare): Update.
296         * guile/scm-type.c (tyscm_equal_p_type_smob): Update.
297         * gdbtypes.h (types_deeply_equal): Return bool.
298         (types_equal): Likewise.
299         * gdbtypes.c (type_equality_entry_d): Remove typedef.  Don't
300         declare VEC.
301         (check_types_equal): Change worklist to std::vector.  Return
302         bool.
303         (struct type_equality_entry): Add constructor.
304         (compare_maybe_null_strings): Return bool.
305         (check_types_worklist): Return bool.  Change worklist to
306         std::vector.
307         (types_deeply_equal): Use std::vector.
308         (types_equal): Return bool.
309         (compare_maybe_null_strings): Simplify.
310
311 2018-05-29  Tom Tromey  <tom@tromey.com>
312
313         * record-btrace.c (tp_t): Remove typedef.  Don't declare VEC.
314
315 2018-05-29  Tom Tromey  <tom@tromey.com>
316
317         * objc-lang.h: Don't include cp-support.h.
318         * common/gdb_vecs.h (const_char_ptr): Remove typedef.  Don't
319         declare VEC.
320
321 2018-05-27  Tom Tromey  <tom@tromey.com>
322
323         * Makefile.in (DEPFILES): Don't reference REMOTE_OBS.
324
325 2018-05-25  Tom Tromey  <tom@tromey.com>
326
327         * value.c (value::location): Initialize.
328
329 2018-05-25  Tom Tromey  <tom@tromey.com>
330
331         * dbxread.c (init_bincl_list): Remove.
332         (bincl_list): Now a std::vector.
333         (bincls_allocated, next_bincl): Remove.
334         (free_bincl_list, do_free_bincl_list_cleanup)
335         (make_cleanup_free_bincl_list): Remove.
336         (dbx_read_symtab, elfstab_build_psymtabs): Use scoped_restore,
337         unique_xmalloc_ptr.
338         (find_corresponding_bincl_psymtab, read_dbx_symtab): Update.
339         (struct header_file_location): Add constructor.
340         (add_bincl_to_list): Remove.
341
342 2018-05-25  Tom Tromey  <tom@tromey.com>
343
344         * tui/tui.c (tui_enable): Update.
345         * mi/mi-interp.c (mi_interp::init): Update.
346         * interps.h (class interp) <name>: New method.
347         <m_name>: Rename from name.
348         (~scoped_restore_interp): Update.
349         * interps.c (interp::interp): Update.
350         (interp_add, interp_set, interp_lookup_existing)
351         (current_interp_named_p): Update.
352
353 2018-05-25  Tom Tromey  <tom@tromey.com>
354
355         * interps.c (interp_name): Remove.
356         * mi/mi-interp.c (mi_interp::init): Update.
357         * interps.h (interp_name): Remove.
358         (~scoped_restore_interp): Update.
359         * tui/tui.c (tui_enable): Update.
360
361 2018-05-25  Tom Tromey  <tom@tromey.com>
362
363         * utils.c (fputs_maybe_filtered): Update.
364         * linespec.c (decode_line_full): Update.
365         * mi/mi-interp.c (mi_on_normal_stop_1, mi_tsv_modified)
366         (mi_print_breakpoint_for_event, mi_solib_loaded)
367         (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
368         (mi_user_selected_context_changed): Update.
369         * mi/mi-main.c (mi_execute_command): Update.
370         * cli/cli-script.c (execute_control_command): Update.
371         * python/python.c (execute_gdb_command): Update.
372         * solib.c (info_sharedlibrary_command): Update.
373         * interps.c (interp_ui_out): Remove.
374         * interps.h (interp_ui_out): Remove.
375
376 2018-05-25  Tom Tromey  <tom@tromey.com>
377
378         * tui/tui-interp.c (as_tui_interp): Use dynamic_cast.
379         * mi/mi-interp.c (as_mi_interp): Use dynamic_cast.
380         * cli/cli-interp.c (as_cli_interp): Use dynamic_cast.
381
382 2018-05-25  Tom Tromey  <tom@tromey.com>
383
384         * cli/cli-interp.c (safe_execute_command): Use scoped_restore.
385         * interps.c (interp_exec): Use scoped_restore.
386
387 2018-05-25  Tom Tromey  <tom@tromey.com>
388
389         * remote.c (remote_target::remote_file_get): Use
390         gdb::byte_vector.
391         (remote_target::remote_file_put): Likewise.
392
393 2018-05-25  Tom Tromey  <tom@tromey.com>
394
395         * coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
396         a std::string.
397         (get_pe_section_index, add_pe_exported_sym): Update.
398         (read_pe_exported_syms): Use gdb::def_vector.
399
400 2018-05-25  Tom Tromey  <tom@tromey.com>
401
402         * frame.c (remove_prev_frame): Remove.
403         (get_prev_frame_if_no_cycle): Use TRY/CATCH.
404
405 2018-05-25  Maciej W. Rozycki  <macro@mips.com>
406
407         * mips-linux-tdep.h (mips_supply_fpregset, mips_fill_fpregset):
408         Remove prototypes.
409         * mips-linux-nat.c (supply_fpregset): Always call
410         `mips64_supply_fpregset' rather than `mips_supply_fpregset'.
411         (fill_fpregset): Always call `mips64_fill_fpregset' rather than
412         `mips_fill_fpregset'.
413         * mips-linux-tdep.c (mips_supply_fpregset)
414         (mips_supply_fpregset_wrapper, mips_fill_fpregset)
415         (mips_fill_fpregset_wrapper): Remove functions.
416         (mips64_supply_fpregset, mips64_fill_fpregset): Update comments.
417         (mips_linux_fpregset): Remove variable.
418         (mips_linux_iterate_over_regset_sections): Use
419         `mips64_linux_fpregset' in place of `mips_linux_fpregset'.
420         (mips_linux_o32_sigframe_init): Remove comment.
421
422 2018-05-25  Pedro Alves  <palves@redhat.com>
423
424         * remote.c (struct vCont_action_support, MAXTHREADLISTRESULTS)
425         (struct readahead_cache, struct packet_reg, struct
426         remote_arch_state, class remote_state): Move higher up in the
427         file.
428         (remote_target::m_remote_state): Now an object instead of a pointer.
429         (remote_target::get_remote_state): Adjust.
430
431 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
432
433         * stack.c (select_and_print_frame): Delete.
434         (struct function_bounds): Move struct within function.
435         (func_command): Most content moved into new function
436         find_frame_for_function, use new function, print result, add
437         function comment.
438         (find_frame_for_function): New function, now returns a result.
439
440 2018-05-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
441
442         * stack.c (iterate_over_block_arg_vars): Fix comment.
443         (print_frame_arg_vars): Pass stream in cb_data, not gdb_stdout.
444
445 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
446
447         PR gdb/23203
448         * frame.c
449         (scoped_restore_selected_frame::scoped_restore_selected_frame):
450         Define.
451         (scoped_restore_selected_frame::~scoped_restore_selected_frame):
452         Define.
453         * frame.h (class scoped_restore_selected_frame): New class.
454         * stack.c (print_frame_local_vars): Remove catching and rethrowing
455         of any exception, use scoped_restore_selected_frame to restore the
456         frame instead.
457
458 2018-05-24  Pedro Alves  <palves@redhat.com>
459
460         * darwin-nat.h (darwin_nat_target::create_inferior): Mark with
461         override.
462
463 2018-05-23  Tom Tromey  <tom@tromey.com>
464
465         * complaints.c (struct complaints): Remove.
466         (symfile_complaint_book): Remove.
467         (series): New global.
468         (complaint_internal): Update.
469         (clear_complaints): Update.
470
471 2018-05-23  Tom Tromey  <tom@tromey.com>
472
473         * complaints.c (counters): New global.
474         (struct complain): Remove.
475         (struct complaints) <root>: Remove.
476         (complaint_sentinel): Remove.
477         (symfile_complaint_book): Update.
478         (find_complaint) Remove.
479         (complaint_internal, clear_complaints): Update.
480
481 2018-05-23  Tom Tromey  <tom@tromey.com>
482
483         * complaints.c (struct complain) <file, line>: Remove.
484         (find_complaint): Remove file, line parameters.
485         (complaint_internal): Update.
486
487 2018-05-23  Tom Tromey  <tom@tromey.com>
488
489         * complaints.c (vcomplaint): Remove.
490         (complaint_internal) Merge in contents of vcomplaint.
491
492 2018-05-23  Tom Tromey  <tom@tromey.com>
493
494         * complaints.c (struct complaints) <explanation>: Remove.
495         (symfile_explanations): Remove.
496         (symfile_complaint_book): Update.
497         (vcomplaint): Update.
498         (struct explanation): Remove.
499
500 2018-05-23  Tom Tromey  <tom@tromey.com>
501
502         * complaints.c (symfile_complaints): Remove.
503         (complaint_internal): Remove "complaints" parameter.
504         (clear_complaints, vcomplaint): Remove "c" parameter.
505         (get_complaints): Remove.
506         * dwarf2read.c (dwarf2_statement_list_fits_in_line_number_section_complaint)
507         (dwarf2_debug_line_missing_file_complaint)
508         (dwarf2_debug_line_missing_end_sequence_complaint)
509         (dwarf2_complex_location_expr_complaint)
510         (dwarf2_const_value_length_mismatch_complaint)
511         (dwarf2_section_buffer_overflow_complaint)
512         (dwarf2_macro_malformed_definition_complaint)
513         (dwarf2_invalid_attrib_class_complaint)
514         (create_addrmap_from_index, dw2_symtab_iter_next)
515         (dw2_expand_marked_cus)
516         (dw2_debug_names_iterator::find_vec_in_debug_names)
517         (dw2_debug_names_iterator::next, dw2_debug_names_iterator::next)
518         (create_debug_type_hash_table, init_cutu_and_read_dies)
519         (partial_die_parent_scope, add_partial_enumeration)
520         (skip_one_die, fixup_go_packaging, quirk_rust_enum, process_die)
521         (dwarf2_compute_name, dwarf2_physname, read_namespace_alias)
522         (read_import_statement, read_file_scope, create_dwo_cu_reader)
523         (create_cus_hash_table, create_dwp_hash_table)
524         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
525         (dwarf2_rnglists_process, dwarf2_ranges_process)
526         (dwarf2_add_type_defn, dwarf2_attach_fields_to_type)
527         (dwarf2_add_member_fn, get_alignment, maybe_set_alignment)
528         (handle_struct_member_die, process_structure_scope)
529         (read_array_type, read_common_block, read_module_type)
530         (read_tag_pointer_type, read_typedef, read_base_type)
531         (read_subrange_type, load_partial_dies, partial_die_info::read)
532         (partial_die_info::read, partial_die_info::read)
533         (partial_die_info::read, read_checked_initial_length_and_offset)
534         (dwarf2_string_attr, read_formatted_entries)
535         (dwarf_decode_line_header)
536         (lnp_state_machine::check_line_address, dwarf_decode_lines_1)
537         (new_symbol, dwarf2_const_value_attr, lookup_die_type)
538         (read_type_die_1, determine_prefix, dwarf2_get_ref_die_offset)
539         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
540         (get_signatured_type, get_DW_AT_signature_type)
541         (decode_locdesc, file_file_name, consume_improper_spaces)
542         (skip_form_bytes, skip_unknown_opcode, dwarf_parse_macro_header)
543         (dwarf_decode_macro_bytes, dwarf_decode_macros)
544         (dwarf2_symbol_mark_computed, set_die_type)
545         (read_attribute_value): Update.
546         * stap-probe.c (handle_stap_probe, get_stap_base_address):
547         Update.
548         * dbxread.c (unknown_symtype_complaint)
549         (lbrac_mismatch_complaint, repeated_header_complaint)
550         (set_namestring, function_outside_compilation_unit_complaint)
551         (read_dbx_symtab, process_one_symbol): Update.
552         * gdbtypes.c (stub_noname_complaint): Update.
553         * windows-nat.c (handle_unload_dll): Update.
554         * coffread.c (coff_symtab_read, enter_linenos, decode_type)
555         (decode_base_type): Update.
556         * xcoffread.c (bf_notfound_complaint, ef_complaint)
557         (eb_complaint, record_include_begin, record_include_end)
558         (enter_line_range, xcoff_next_symbol_text, read_xcoff_symtab)
559         (process_xcoff_symbol, read_symbol)
560         (function_outside_compilation_unit_complaint)
561         (scan_xcoff_symtab): Update.
562         * machoread.c (macho_symtab_read, macho_add_oso_symfile): Update.
563         * buildsym.c (finish_block_internal, make_blockvector)
564         (end_symtab_get_static_block, augment_type_symtab): Update.
565         * dtrace-probe.c (dtrace_process_dof)
566         (dtrace_static_probe_ops::get_probes): Update.
567         * complaints.h (struct complaint): Don't declare.
568         (symfile_complaints): Remove.
569         (complaint_internal): Remove "complaints" parameter.
570         (complaint): Likewise.
571         (clear_complaints): Likewise.
572         * symfile.c (syms_from_objfile_1, finish_new_objfile)
573         (reread_symbols): Update.
574         * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program)
575         (dwarf2_frame_cache, decode_frame_entry): Update.
576         * dwarf2loc.c (dwarf_reg_to_regnum): Update.
577         * objc-lang.c (lookup_objc_class, lookup_child_selector)
578         (info_selectors_command): Update.
579         * macrotab.c (macro_include, check_for_redefinition)
580         (macro_undef): Update.
581         * objfiles.c (filter_overlapping_sections): Update.
582         * stabsread.c (invalid_cpp_abbrev_complaint)
583         (reg_value_complaint, stabs_general_complaint, dbx_lookup_type)
584         (define_symbol, error_type, read_type, rs6000_builtin_type)
585         (stabs_method_name_from_physname, read_member_functions)
586         (read_cpp_abbrev, read_baseclasses, read_tilde_fields)
587         (attach_fields_to_type, complain_about_struct_wipeout)
588         (read_range_type, read_args, common_block_start)
589         (common_block_end, cleanup_undefined_types_1, scan_file_globals):
590         Update.
591         * mdebugread.c (index_complaint, unknown_ext_complaint)
592         (basic_type_complaint, bad_tag_guess_complaint)
593         (bad_rfd_entry_complaint, unexpected_type_code_complaint)
594         (reg_value_complaint, parse_symbol, parse_type, upgrade_type)
595         (parse_procedure, parse_lines)
596         (function_outside_compilation_unit_complaint)
597         (parse_partial_symbols, psymtab_to_symtab_1, cross_ref)
598         (bad_tag_guess_complaint, reg_value_complaint): Update.
599         * cp-support.c (demangled_name_complaint): Update.
600         * macroscope.c (sal_macro_scope): Update.
601         * dwarf-index-write.c (class debug_names): Update.
602
603 2018-05-23  Tom Tromey  <tom@tromey.com>
604
605         * complaints.c (clear_complaints): Remove "noisy" parameter.
606         * complaints.h (clear_complaints): Update.
607         * symfile.c (syms_from_objfile_1, finish_new_objfile)
608         (reread_symbols): Update.
609
610 2018-05-23  Tom Tromey  <tom@tromey.com>
611
612         * complaints.c (enum complaint_series): Remove FIRST_MESSAGE,
613         SUBSEQUENT_MESSAGE.
614         (vcomplaint, clear_complaints): Update.
615         (symfile_explanations): Remove some messages.
616
617 2018-05-23  Tom Tromey  <tom@tromey.com>
618
619         * complaints.c (internal_complaint): Remove.
620         * complaints.h (internal_complaint): Remove.
621
622 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
623
624         * i387-tdep.c (i387_collect_xsave): Make `i' unsigned.
625
626 2018-05-22  Pedro Alves  <palves@redhat.com>
627
628         * remote-fileio.c (remote_fileio_reply, remote_fileio_ioerror)
629         (remote_fileio_badfd, remote_fileio_return_errno)
630         (remote_fileio_return_success, remote_fileio_func_open)
631         (remote_fileio_func_open, remote_fileio_func_close)
632         (remote_fileio_func_read, remote_fileio_func_write)
633         (remote_fileio_func_lseek, remote_fileio_func_rename)
634         (remote_fileio_func_unlink, remote_fileio_func_stat)
635         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
636         (remote_fileio_func_isatty, remote_fileio_func_system): Add
637         remote_target parameter.
638         (remote_fio_func_map) <func>: Add remote_target parameter.
639         (do_remote_fileio_request, remote_fileio_request):
640         * remote-fileio.h (remote_fileio_request):
641         * remote-notif.c (remote_notif_ack, remote_notif_parse, ): Add
642         remote_target parameter.
643         (remote_notif_process, handle_notification): Adjust to pass down
644         the remote.
645         (remote_notif_state_allocate): Add remote_target parameter.  Save
646         it.
647         * remote-notif.h (struct remote_target): Forward declare.
648         (struct notif_client) <parse, ack, can_get_pending_events>: Add
649         remote_target parameter.
650         (struct remote_notif_state) <remote>: New field.
651         (remote_notif_ack, remote_notif_parse): Add remote_target
652         parameter.
653         (remote_notif_state_allocate, remote_notif_state_allocate): Add
654         remote_target parameter.
655         * remote.c (OPAQUETHREADBYTES, threadref, gdb_ext_thread_info)
656         (threads_listing_context, rmt_thread_action, protocol_feature)
657         (packet_reg, stop_reply, stop_reply_p, enum packet_support)
658         (packet_result, struct threads_listing_context, remote_state):
659         Move definitions and declarations higher up.
660         (remote_target) <~remote_target>: Declare.
661         (remote_download_command_source, remote_file_put, remote_file_get)
662         (remote_file_delete, remote_hostio_pread, remote_hostio_pwrite)
663         (remote_hostio_pread_vFile, remote_hostio_send_command)
664         (remote_hostio_set_filesystem, remote_hostio_open)
665         (remote_hostio_close, remote_hostio_unlink, remote_state)
666         (get_remote_state, get_remote_packet_size, get_memory_packet_size)
667         (get_memory_write_packet_size, get_memory_read_packet_size)
668         (append_pending_thread_resumptions, remote_detach_1)
669         (append_resumption, remote_resume_with_vcont)
670         (add_current_inferior_and_thread, wait_ns, wait_as)
671         (process_stop_reply, remote_notice_new_inferior)
672         (process_initial_stop_replies, remote_add_thread)
673         (btrace_sync_conf, remote_btrace_maybe_reopen)
674         (remove_new_fork_children, kill_new_fork_children)
675         (discard_pending_stop_replies, stop_reply_queue_length)
676         (check_pending_events_prevent_wildcard_vcont)
677         (discard_pending_stop_replies_in_queue, stop_reply)
678         (remote_notif_remove_queued_reply, stop_reply *queued_stop_reply)
679         (peek_stop_reply, remote_parse_stop_reply, remote_stop_ns)
680         (remote_interrupt_as, remote_interrupt_ns)
681         (remote_get_noisy_reply, remote_query_attached)
682         (remote_add_inferior, remote_current_thread, get_current_thread)
683         (set_thread, set_general_thread, set_continue_thread)
684         (set_general_process, write_ptid)
685         (remote_unpack_thread_info_response, remote_get_threadinfo)
686         (parse_threadlist_response, remote_get_threadlist)
687         (remote_threadlist_iterator, remote_get_threads_with_ql)
688         (remote_get_threads_with_qxfer)
689         (remote_get_threads_with_qthreadinfo, extended_remote_restart)
690         (get_offsets, remote_check_symbols, remote_supported_packet)
691         (remote_query_supported, remote_packet_size)
692         (remote_serial_quit_handler, remote_detach_pid)
693         (remote_vcont_probe, remote_resume_with_hc)
694         (send_interrupt_sequence, interrupt_query)
695         (remote_notif_get_pending_events, fetch_register_using_p)
696         (send_g_packet, process_g_packet, fetch_registers_using_g)
697         (store_register_using_P, store_registers_using_G)
698         (set_remote_traceframe, check_binary_download)
699         (remote_write_bytes_aux, remote_write_bytes, remote_read_bytes_1)
700         (remote_xfer_live_readonly_partial, remote_read_bytes)
701         (remote_send_printf, remote_flash_write, readchar)
702         (remote_serial_write, putpkt, putpkt_binary, skip_frame)
703         (read_frame, getpkt, getpkt_or_notif_sane_1, getpkt_sane)
704         (getpkt_or_notif_sane, remote_vkill, remote_kill_k)
705         (extended_remote_disable_randomization, extended_remote_run)
706         (send_environment_packet, extended_remote_environment_support)
707         (extended_remote_set_inferior_cwd, remote_write_qxfer)
708         (remote_read_qxfer, push_stop_reply, vcont_r_supported)
709         (packet_command): Now methods of ...
710         (remote_target): ... this class.
711         (m_remote_state) <remote_target>: New field.
712         (struct remote_state) <stop_reply_queue,
713         remote_async_inferior_event_token, wait_forever_enabled_p>: New
714         fields.
715         (remote_state::remote_state): Allocate stop_reply_queue.
716         (remote_state): Delete global.
717         (get_remote_state_raw): Delete.
718         (remote_target::get_remote_state): Allocate m_remote_state on
719         demand.
720         (get_current_remote_target): New.
721         (remote_ops, extended_remote_ops): Delete.
722         (wait_forever_enabled_p, remote_async_inferior_event_token):
723         Delete, moved to struct remote_state.
724         (remote_target::close): Delete self.  Destruction bits split to
725         ...
726         (remote_target::~remote_target): ... this.
727         (show_memory_packet_size): Adjust to use
728         get_current_remote_target.
729         (struct protocol_feature) <func>: Add remote_target parameter.
730         All callers adjusted.
731         (curr_quit_handler_target): New.
732         (remote_serial_quit_handler): Reimplement.
733         (remote_target::open_1): Adjust to use get_current_remote_target.
734         Heap-allocate remote_target/extended_remote_target instances.
735         (vcont_builder::vcont_builder): Add remote_target parameter, and
736         save it in m_remote.  All callers adjusted.
737         (vcont_builder::m_remote): New field.
738         (vcont_builder::restart, vcont_builder::flush)
739         (vcont_builder::push_action): Use it.
740         (remote_target::commit_resume): Use it.
741         (struct queue_iter_param) <remote>: New field.
742         (remote_target::remove_new_fork_children): Fill in 'remote' field.
743         (check_pending_event_prevents_wildcard_vcont_callback_data): New.
744         (check_pending_event_prevents_wildcard_vcont_callback)
745         (remote_target::check_pending_events_prevent_wildcard_vcont)
746         (remote_target::discard_pending_stop_replies)
747         (remote_target::discard_pending_stop_replies_in_queue)
748         (remote_target::remote_notif_remove_queued_reply): Fill in
749         'remote' field.
750         (remote_notif_get_pending_events): New.
751         (remote_target::readchar, remote_target::remote_serial_write):
752         Save/restore curr_quit_handler_target.
753         (putpkt): New.
754         (kill_new_fork_children): Fill in 'remote' field.
755         (packet_command): Use get_current_remote_target, defer to
756         remote_target method of same name.
757         (scoped_remote_fd::scoped_remote_fd): Add 'remote_target'
758         parameter, and save it in m_remote.  All callers adjusted.
759         (scoped_remote_fd::release): Use m_remote.
760         (scoped_remote_fd::m_remote): New field.
761         (remote_file_put, remote_file_get, remote_file_delete): Use
762         get_current_remote_target, defer to remote_target method of same
763         name.
764         (remote_btrace_reset): Add remote_state paremeter.  Update all
765         callers.
766         (remote_async_inferior_event_handler). Pass down 'data'.
767         (remote_new_objfile): Use get_current_remote_target.
768         (remote_target::vcont_r_supported): New.
769         (set_range_stepping): Use get_current_remote_target and
770         remote_target::vcont_r_supported.
771         (_initialize_remote): Don't allocate 'remote_state' and
772         'stop_reply_queue' globals.
773         * remote.h (struct remote_target): Forward declare.
774         (getpkt, putpkt, remote_notif_get_pending_events): Add
775         'remote_target' parameter.
776
777 2018-05-22  Pedro Alves  <palves@redhat.com>
778
779         * remote.c (vcont_builder): Now a class.  Make all data members
780         private.
781         (vcont_builder) <vcont_builder, restart, flush, push_action>:
782         Declare methods.
783         (vcont_builder_restart): Rename to ...
784         (vcont_builder::restart): ... this.
785         (vcont_builder_flush): Rename to ...
786         (vcont_builder::flush): ... this.
787         (vcont_builder_push_action): Rename to ...
788         (vcont_builder::push_action): ... this.
789         (remote_target::commit_resume): Adjust.
790
791 2018-05-22  Pedro Alves  <palves@redhat.com>
792
793         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE): Rename to ...
794         (DEFAULT_MAX_MEMORY_PACKET_SIZE_FIXED): ... this.
795         (get_fixed_memory_packet_size): New.
796         (get_memory_packet_size): Use it.
797         (set_memory_packet_size): Don't override the config size with
798         DEFAULT_MAX_MEMORY_PACKET_SIZE.
799         (show_memory_packet_size): Use get_fixed_memory_packet_size.
800         Don't refer to get_memory_packet_size if not connected to a remote
801         target.  Show "(default)" if configured size is 0.
802
803 2018-05-22  Pedro Alves  <palves@redhat.com>
804
805         * remote.c (remote_target::mourn_inferior): Move
806         discard_pending_stop_replies call here from ...
807         (_initialize_remote): ... here.
808
809 2018-05-22  Pedro Alves  <palves@redhat.com>
810
811         * remote.c (compare_section_command): Remove set_general_process
812         call.
813
814 2018-05-22  Pedro Alves  <palves@redhat.com>
815
816         * remote.c (struct packet_reg, struct remote_arch_state):
817         Move higher up in the file.
818         (remote_state) <m_arch_states>: Store remote_arch_state values
819         instead of remote_arch_state pointers.
820         (remote_state::get_remote_arch_state): Adjust.
821
822 2018-05-22  Pedro Alves  <palves@redhat.com>
823
824         * remote.c: Include <unordered_map>.
825         (remote_state): Now a class.
826         (remote_state) <get_remote_arch_state>: Declare method.
827         <get_remote_arch_state>: New field.
828         (remote_arch_state) <remote_arch_state>: Declare ctor.
829         <regs>: Now a unique_ptr.
830         (remote_gdbarch_data_handle): Delete.
831         (get_remote_arch_state): Delete.
832         (remote_state::get_remote_arch_state): New.
833         (get_remote_state): Adjust to call remote_state's
834         get_remote_arch_state method.
835         (init_remote_state): Delete, bits factored out to ...
836         (remote_arch_state::remote_arch_state): ... this new method.
837         (get_remote_packet_size, get_memory_packet_size)
838         (process_g_packet, remote_target::fetch_registers)
839         (remote_target::prepare_to_store, store_registers_using_G)
840         (remote_target::store_registers, remote_target::get_trace_status):
841         Adjust to call remote_state's method.
842         (_initialize_remote): Remove reference to
843         remote_gdbarch_data_handle.
844
845 2018-05-22  Pedro Alves  <palves@redhat.com>
846
847         * remote.c (struct readahead_cache) <invalidate, invalidate_fd,
848         pread>: New method declarations.
849         (remote_target::open_1): Adjust.
850         (readahead_cache_invalidate): Rename to ...
851         (readahead_cache::invalidate): ... this, and adjust to be a class
852         method.
853         (readahead_cache_invalidate_fd): Rename to ...
854         (readahead_cache::invalidate_fd): ... this, and adjust to be a
855         class method.
856         (remote_hostio_pwrite): Adjust.
857         (remote_hostio_pread_from_cache): Rename to ...
858         (readahead_cache::pread): ... this, and adjust to be a class
859         method.
860         (remote_hostio_close): Adjust.
861
862 2018-05-22  Pedro Alves  <palves@redhat.com>
863
864         * remote.c (remote_hostio_close_cleanup): Delete.
865         (class scoped_remote_fd): New.
866         (remote_file_put, remote_file_get): Use it.
867
868 2018-05-22  Pedro Alves  <palves@redhat.com>
869
870         (struct vCont_action_support): Use bool and initialize all fields.
871         (struct readahead_cache): Initialize all fields.
872         (remote_state): Use bool and initialize all fields.
873         (remote_state::remote_state, remote_state::~remote_state): New.
874         (new_remote_state): Delete.
875         (_initialize_remote): Use new to allocate remote_state.
876
877 2018-05-22  Pedro Alves  <palves@redhat.com>
878             張俊芝  <zjz@zjz.name>
879
880         PR gdb/22973
881         * c-exp.y: Include "c-support.h".
882         (parse_number, c_parse_escape, lex_one_token): Use TOLOWER instead
883         of tolower.  Use c_ident_is_alpha to scan names.
884         * c-lang.c: Include "c-support.h".
885         (convert_ucn, convert_octal, convert_hex, convert_escape): Use
886         ISXDIGIT instead of isxdigit and ISDIGIT instead of isdigit.
887         * c-support.h: New file, with bits factored out from ...
888         * cp-name-parser.y: ... this file.
889         Include "c-support.h".
890         (cp_ident_is_alpha, cp_ident_is_alnum): Deleted, moved to
891         c-support.h and renamed.
892         (symbol_end, yylex): Adjust.
893
894 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
895
896         * arch/ppc-linux-common.c (ppc_linux_has_isa205): Change the
897         parameter type to CORE_ADDR.
898         * arch/ppc-linux-common.h (ppc_linux_has_isa205): Change the
899         parameter type in declaration to CORE_ADDR.
900         * ppc-linux-tdep.c (ppc_linux_core_read_description): Call
901         target_auxv_search to get AT_HWCAP and use the result to get the
902         target description.
903         * ppc-linux-nat.c (ppc_linux_get_hwcap): Change the return type
904         to CORE_ADDR. Remove the cast of the return value to unsigned
905         long. Fix error predicate of target_auxv_search.
906         (ppc_linux_nat_target::read_description): Change the type of the
907         hwcap variable to CORE_ADDR.
908
909 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
910
911         * rs6000-tdep.c (rs6000_gdbarch_init): Assign 1 to have_dfp only
912         if the size of fpscr is larger than 32 bits.
913
914 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
915
916         * ppc-linux-tdep.c (ppc_linux_vsxregset): New function.
917         (ppc32_linux_vsxregmap): New global.
918         (ppc32_linux_vsxregset): Initialize with ppc32_linux_vsxregmap,
919         regcache_supply_regset, and regcache_collect_regset.
920         * ppc-linux-tdep.h (ppc_linux_vsxregset): Declare.
921         * ppc-linux-nat.c (supply_vsxregset, fill_vsxregset): Remove.
922         (fetch_vsx_register, store_vsx_register): Remove.
923         (fetch_vsx_registers): Add regno parameter. Get regset using
924         ppc_linux_vsxregset. Use regset to supply registers.
925         (store_vsx_registers): Add regno parameter. Get regset using
926         ppc_linux_vsxregset. Use regset to collect registers.
927         (fetch_register): Call fetch_vsx_registers instead of
928         fetch_vsx_register.
929         (store_register): Call store_vsx_registers instead of
930         store_vsx_register.
931         (fetch_ppc_registers): Call fetch_vsx_registers with -1 for the
932         new regno parameter.
933         (store_ppc_registers): Call store_vsx_registers with -1 for the
934         new regno parameter.
935         * rs6000-tdep.c (ppc_vsx_support_p, ppc_supply_vsxreget)
936         (ppc_collect_vsxregset): Remove.
937
938 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
939
940         * ppc-tdep.h (struct ppc_reg_offsets): Remove vector register
941         offset fields.
942         * ppc-fbsd-tdep.c (ppc32_fbsd_reg_offsets): Remove initializers
943         for vector register offset fields.
944         (ppc64_fbsd_reg_offsets): Likewise.
945         * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
946         to vector register offset fields.
947         * ppc-obsd-tdep.c (_initialize_ppcnbsd_tdep): Remove assignment
948         to vector register offset fields.
949         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Remove assignment to
950         vector register offset fields.
951         * rs6000-aix-tdep.c (rs6000_aix32_reg_offsets): Remove
952         initializers for vector register offset fields.
953         (rs6000_aix64_reg_offsets): Likewise.
954         * rs6000-tdep.c (ppc_vrreg_offset): Remove.
955         (ppc_supply_vrregset): Remove.
956         (ppc_collect_vrregset): Remove.
957         * ppc-linux-tdep.c (ppc_linux_collect_vrregset): New function.
958         (ppc_linux_vrregset) : New function.
959         (ppc32_le_linux_vrregmap, ppc32_be_linux_vrregmap)
960         (ppc32_le_linux_vrregset, ppc32_be_linux_vrregset): New globals.
961         (ppc32_linux_vrregset): Remove.
962         (ppc_linux_iterate_over_regset_sections): Call ppc_linux_vrregset
963         and use result instead of ppc32_linux_vrregset.
964         (ppc32_linux_reg_offsets): Remove initializers for vector register
965         offset fields.
966         (ppc64_linux_reg_offsets): Likewise.
967         * ppc-linux-tdep.h (ppc_linux_vrregset): New declaration.
968         * ppc-linux-nat.c: Include regset.h.
969         (gdb_vrregset_t): Adjust comment to account for little-endian
970         mode.
971         (supply_vrregset, fill_vrregset): Remove.
972         (fetch_altivec_register, store_altivec_register): Remove.
973         (fetch_altivec_registers): Add regno parameter. Get regset using
974         ppc_linux_vrregset. Use regset to supply registers.
975         (store_altivec_registers): Add regno parameter. Get regset using
976         ppc_linux_vrregset. Use regset to collect registers.
977         (fetch_register): Call fetch_altivec_registers instead of
978         fetch_altivec_register.
979         (store_register): Call store_altivec_registers instead of
980         store_altivec_register.
981         (fetch_ppc_registers): Call fetch_altivec_registers with -1 for
982         the new regno parameter.
983         (store_ppc_registers): Call store_altivec_registers with -1 for
984         the new regno parameter.
985
986 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
987
988         * arch/ppc-linux-common.h (PPC_LINUX_SIZEOF_VRREGSET)
989         (PPC_LINUX_SIZEOF_VSXREGSET): Define.
990         * ppc-linux-nat.c (SIZEOF_VSXREGS, SIZEOF_VRREGS): Remove.
991         (gdb_vrregset_t): Change array type size to
992         PPC_LINUX_SIZEOF_VRREGSET.
993         (gdb_vsxregset_t): Change array type size to
994         PPC_LINUX_SIZEOF_VSXREGSET.
995         * ppc-linux-tdep.c (ppc_linux_iterate_over_regset_sections):
996         Change integer literals to PPC_LINUX_SIZEOF_VRREGSET and
997         PPC_LINUX_SIZEOF_VSXREGSET.
998
999 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1000
1001         * configure.nat <linux powerpc>: Add ppc-linux.o to NATDEPFILES.
1002         * ppc-linux-nat.c (ppc_linux_target_wordsize): Move to
1003         nat/ppc-linux.c.
1004         (ppc_linux_nat_target::auxv_parse): Get thread id tid. Call
1005         ppc_linux_target_wordsize with tid.
1006         (ppc_linux_nat_target::read_description): Call ppc_linux_target
1007         wordsize with tid.
1008         * nat/ppc-linux.c: Include nat/gdb_ptrace.h.
1009         (ppc64_64bit_inferior_p): Add static and inline specifiers.
1010         (ppc_linux_target_wordsize): Move here from ppc-linux-nat.c. Add
1011         tid parameter. Remove static specifier.
1012         * nat/ppc-linux.h (ppc64_64bit_inferior_p): Remove declaration.
1013         (ppc_linux_target_wordsize): New declaration.
1014
1015 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1016
1017         * arch/ppc-linux-common.c: New file.
1018         * arch/ppc-linux-common.h: New file.
1019         * arch/ppc-linux-tdesc.h: New file.
1020         * configure.tgt (powerpc*-*-linux*): Add arch/ppc-linux-common.o.
1021         * Makefile.in (ALL_TARGET_OBS): Add arch/ppc-linux-common.o.
1022         (HFILES_NO_SRCDIR): Add arch/ppc-linux-common.h and
1023         arch/ppc-linux-tdesc.h.
1024         * ppc-linux-nat.c: Include arch/ppc-linux-common.h and
1025         arch/ppc-linux-tdesc.h.
1026         (ppc_linux_nat_target::read_description): Remove target
1027         description matching code. Fill a ppc_linux_features struct and
1028         call ppc_linux_match_description with it. Move comment about ISA
1029         2.05 to ppc-linux-common.c.
1030         * ppc-linux-tdep.c: Include arch/ppc-linux-common.h and
1031         arch/ppc-linux-tdesc.h.
1032         (ppc_linux_core_read_description): Remove target description
1033         matching code. Fill a ppc_linux_features struct and call
1034         ppc_linux_match_description with it.
1035         * ppc-linux-tdep.h (tdesc_powerpc_32l, tdesc_powerpc_64l)
1036         (tdesc_powerpc_altivec32l, tdesc_powerpc_altivec64l)
1037         (tdesc_powerpc_cell32l, tdesc_powerpc_cell64l)
1038         (tdesc_powerpc_vsx32l, tdesc_powerpc_vsx64l)
1039         (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_64l)
1040         (tdesc_powerpc_isa205_altivec32l, tdesc_powerpc_isa205_altivec64l)
1041         (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_vsx64l)
1042         (tdesc_powerpc_e500l): Remove.
1043
1044 2018-05-22  Joel Brobecker  <brobecker@adacore.com>
1045
1046         * ada-lang.c (catch_assert_command): Pass empty string instead
1047         of NULL for excep_string argument.
1048
1049 2018-05-22  Maciej W. Rozycki  <macro@mips.com>
1050
1051         * mips-linux-nat.c (mips64_linux_register_addr): Return -1 if
1052         the width of the requested register exceeds the width of the
1053         `ptrace' data type.
1054
1055 2018-05-21  Tom Tromey  <tom@tromey.com>
1056
1057         * printcmd.c (output_command): Remove.
1058         (output_command_const): Rename to output_command.
1059         * valprint.h (output_command): Rename from output_command_const.
1060         * tracepoint.c (trace_dump_actions): Call output_command.
1061
1062 2018-05-21  Tom Tromey  <tom@tromey.com>
1063
1064         * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
1065         (mi_cmd_catch_exception, mi_cmd_catch_handlers): Update.
1066         * ada-lang.h (create_ada_exception_catchpoint): Update.
1067         * ada-lang.c (struct ada_catchpoint) <excep_string>: Now a
1068         std::string.
1069         (create_excep_cond_exprs, ~ada_catchpoint)
1070         (should_stop_exception, print_one_exception)
1071         (print_mention_exception, print_recreate_exception): Update.
1072         (ada_get_next_arg): Remove.
1073         (catch_ada_exception_command_split): Use std::string.  Change type
1074         of "excep_string", "cond_string".
1075         (catch_ada_exception_command): Update.
1076         (create_ada_exception_catchpoint): Change type of excep_string.
1077         (ada_exception_sal): Remove excep_string parameter.
1078         (~ada_catchpoint): Remove.
1079
1080 2018-05-21  Tom Tromey  <tom@tromey.com>
1081
1082         * ada-lang.c (ada_collect_symbol_completion_matches): Remove
1083         cleanup.
1084
1085 2018-05-21  Tom Tromey  <tom@tromey.com>
1086
1087         * ada-lang.c (ada_exception_message_1, ada_exception_message):
1088         Return unique_xmalloc_ptr.
1089         (print_it_exception): Update.
1090
1091 2018-05-21  Tom Tromey  <tom@tromey.com>
1092
1093         * tracepoint.c (trace_dump_actions): Use std::string.
1094
1095 2018-05-21  Tom Tromey  <tom@tromey.com>
1096
1097         * symfile.c (reread_symbols): Use std::string for original_name.
1098
1099 2018-05-21  Tom Tromey  <tom@tromey.com>
1100
1101         * dwarf2read.c (dwarf2_read_debug_names): Use std::unique_ptr.
1102         (mapped_index_base): Use DISABLE_COPY_AND_ASSIGN.  Default
1103         constructor.
1104
1105 2018-05-20  Simon Marchi  <simon.marchi@polymtl.ca>
1106
1107         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Rename the wrong
1108         instance to...
1109         (HAVE_IS_TRIVIALLY_CONSTRUCTIBLE): ... this.
1110         * objfiles.c (get_objfile_bfd_data): Allocate
1111         objfile_per_bfd_storage with obstack_new when allocating on
1112         obstack.
1113
1114 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
1115
1116         * ada-lang.c (cache_symbol): Use XOBNEW and/or XOBNEWVEC and/or
1117         OBSTACK_ZALLOC.
1118         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1119         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
1120         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1121         (add_pending): Likewise.
1122         (parse_symbol): Likewise.
1123         (parse_partial_symbols): Likewise.
1124         (psymtab_to_symtab_1): Likewise.
1125         (new_psymtab): Likewise.
1126         (elfmdebug_build_psymtabs): Likewise.
1127         * minsyms.c (terminate_minimal_symbol_table): Likewise.
1128         * objfiles.c (get_objfile_bfd_data): Likewise.
1129         (objfile_register_static_link): Likewise.
1130         * psymtab.c (allocate_psymtab): Likewise.
1131         * stabsread.c (read_member_functions): Likewise.
1132         * xcoffread.c (xcoff_end_psymtab): Likewise.
1133
1134 2018-05-20  Simon Marchi  <simon.marchi@ericsson.com>
1135
1136         * common/traits.h (HAVE_IS_TRIVIALLY_COPYABLE): Define if
1137         compiler supports std::is_trivially_constructible.
1138         * common/poison.h: Include obstack.h.
1139         (IsMallocable): Define to is_trivially_constructible if the
1140         compiler supports it, define to true_type otherwise.
1141         (xobnew): New.
1142         (XOBNEW): Redefine.
1143         (xobnewvec): New.
1144         (XOBNEWVEC): Redefine.
1145         * gdb_obstack.h (obstack_zalloc): New.
1146         (OBSTACK_ZALLOC): Redefine.
1147         (obstack_calloc): New.
1148         (OBSTACK_CALLOC): Redefine.
1149         (obstack_new): New.
1150         * gdbarch.sh: Include gdb_obstack in gdbarch.h.
1151         (gdbarch_obstack): New declaration in gdbarch.h, definition in
1152         gdbarch.c.
1153         (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Use
1154         obstack_calloc/obstack_zalloc.
1155         (gdbarch_obstack_zalloc): Remove.
1156         * target-descriptions.c (tdesc_data_init): Use obstack_new.
1157
1158 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1159
1160         * stack.c (backtrace_command_1): Remove useless variable int i.
1161
1162 2018-05-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1163
1164         * stack.c (print_frame_info): Fix comment.
1165
1166 2018-05-18  Tom Tromey  <tom@tromey.com>
1167
1168         * dwarf2read.c (struct dwz_file): Add constructor, initializers.
1169         <dwz_bfd>: Now a gdb_bfd_ref_ptr.
1170         (~dwarf2_per_objfile): Update
1171         (dwarf2_get_dwz_file): Use new.
1172         * dwarf2read.h (struct dwarf2_per_objfile) <dwz_file>: Now a
1173         unique_ptr.
1174
1175 2018-05-18  Tom Tromey  <tom@tromey.com>
1176
1177         * dwarf2read.h (struct dwarf2_per_objfile) <dwp_file>: Now a
1178         unique_ptr.
1179         * dwarf2read.c (struct dwp_file): Add constructor and
1180         initializers.
1181         (open_and_init_dwp_file): Return a unique_ptr.
1182         (dwarf2_per_objfile, create_dwp_hash_table)
1183         (create_dwo_unit_in_dwp_v1, create_dwo_unit_in_dwp_v2)
1184         (lookup_dwo_unit_in_dwp): Update.
1185         (open_and_init_dwp_file, get_dwp_file): Update.
1186
1187 2018-05-18  Tom Tromey  <tom@tromey.com>
1188
1189         * dwarf2read.c (dwarf2_per_objfile): Update.
1190         (struct mapped_index): Add initializers.
1191         (dwarf2_read_index): Use new.
1192         (dw2_symtab_iter_init): Update.
1193         * dwarf2read.h (struct dwarf2_per_objfile) <index_table>: Now a
1194         unique_ptr.
1195
1196 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
1197
1198         * dwarf2read.c (mapped_index) <total_size>: Remove.
1199
1200 2018-05-18  Simon Marchi  <simon.marchi@ericsson.com>
1201
1202         * unittests/format_pieces-selftests.c (test_format_specifier):
1203         Add ARI comments.
1204
1205 2018-05-18  Tom Tromey  <tom@tromey.com>
1206
1207         * c-typeprint.c (maybe_print_hole): New function.
1208         (c_print_type_struct_field_offset): Update.
1209         (c_type_print_base_struct_union): Call maybe_print_hole.
1210
1211 2018-05-17  Keith Seitz  <keiths@redhat.com>
1212
1213         * breakpoint.c (build_bpstat_chain): New function, moved from
1214         bpstat_stop_status.
1215         (bpstat_stop_status): Add optional parameter, `stop_chain'.
1216         If no stop chain is passed, call build_bpstat_chain to build it.
1217         * breakpoint.h (build_bpstat_chain): Declare.
1218         (bpstat_stop_status): Move documentation here from breakpoint.c.
1219         * infrun.c (handle_signal_stop): Before eliding inlined frames,
1220         build the stop chain and pass it to skip_inline_frames.
1221         Pass this stop chain to bpstat_stop_status.
1222         * inline-frame.c: Include breakpoint.h.
1223         (stopped_by_user_bp_inline_frame): New function.
1224         (skip_inline_frames): Add parameter `stop_chain'.
1225         Move documention to inline-frame.h.
1226         If non-NULL, use stopped_by_user_bp_inline_frame to determine
1227         whether the frame should be elided.
1228         * inline-frame.h (skip_inline_frames): Add parameter `stop_chain'.
1229         Add moved documentation and update for new parameter.
1230
1231 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
1232
1233         PR cli/14975
1234         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1235         unittests/format_pieces-selftests.c.
1236         * common/format.h (format_piece) <operator==>: New.
1237         (format_pieces) <operator[]>: Remove.
1238         * common/format.c (format_pieces::format_pieces): Handle \e.
1239         * unittests/format_pieces-selftests.c: New.
1240
1241 2018-05-17  Tom Tromey  <tom@tromey.com>
1242
1243         PR symtab/23010:
1244         * dwarf2read.c (load_cu, dw2_do_instantiate_symtab)
1245         (dw2_instantiate_symtab): Add skip_partial parameter.
1246         (dw2_find_last_source_symtab, dw2_map_expand_apply)
1247         (dw2_lookup_symbol, dw2_expand_symtabs_for_function)
1248         (dw2_expand_all_symtabs, dw2_expand_symtabs_with_fullname)
1249         (dw2_expand_symtabs_matching_one)
1250         (dw2_find_pc_sect_compunit_symtab)
1251         (dw2_debug_names_lookup_symbol)
1252         (dw2_debug_names_expand_symtabs_for_function): Update.
1253         (init_cutu_and_read_dies): Add skip_partial parameter.
1254         (process_psymtab_comp_unit, build_type_psymtabs_1)
1255         (process_skeletonless_type_unit, load_partial_comp_unit)
1256         (psymtab_to_symtab_1): Update.
1257         (load_full_comp_unit): Add skip_partial parameter.
1258         (process_imported_unit_die, dwarf2_read_addr_index)
1259         (follow_die_offset, dwarf2_fetch_die_loc_sect_off)
1260         (dwarf2_fetch_constant_bytes, dwarf2_fetch_die_type_sect_off)
1261         (read_signatured_type): Update.
1262
1263 2018-05-17  Simon Marchi  <simon.marchi@ericsson.com>
1264
1265         * value.c (release_value): Remove unused variable.
1266         (record_latest_value): Likewise.
1267         (access_value_history): Likewise.
1268         (preserve_values): Likewise.
1269
1270 2018-05-17  Tom Tromey  <tom@tromey.com>
1271
1272         * extension.h (struct ext_lang_type_printers) <py_type_printers>:
1273         Initialize.
1274
1275 2018-05-16  Maciej W. Rozycki  <macro@mips.com>
1276
1277         PR gdb/22286
1278         * linux-nat-trad.c (linux_nat_trad_target::fetch_register):
1279         Also handle registers whose width is not a multiple of
1280         PTRACE_TYPE_RET.
1281         (linux_nat_trad_target::store_register): Likewise.
1282
1283 2018-05-16  Tom Tromey  <tom@tromey.com>
1284
1285         * gdbcore.h (core_bfd): Redefine.
1286         * corelow.c (core_target::close): Update.
1287         (core_target_open): Update.
1288         * progspace.h (struct program_space) <cbfd>: Now a
1289         gdb_bfd_ref_ptr.
1290
1291 2018-05-16  Tom Tromey  <tom@tromey.com>
1292
1293         PR cli/19551:
1294         * symfile-add-flags.h (enum symfile_add_flags)
1295         <SYMFILE_NOT_FILENAME>: New constant.
1296         * symfile.c (read_symbols): Use SYMFILE_NOT_FILENAME.  Get
1297         objfile name from BFD.
1298         (symbol_file_add_with_addrs): Check SYMFILE_NOT_FILENAME.
1299         * minidebug.c (find_separate_debug_file_in_section): Put
1300         ".gnu_debugdata" into BFD's file name.
1301
1302 2018-05-16  Simon Marchi  <simon.marchi@ericsson.com>
1303
1304         * regcache.c (regcache_read_ftype, regcache_write_ftype):
1305         Remove.
1306
1307 2018-05-15  Tamar Christina  <tamar.christina@arm.com>
1308
1309         PR binutils/21446
1310         * aarch64-tdep.c (aarch64_analyze_prologue,
1311         aarch64_software_single_step, aarch64_displaced_step_copy_insn):
1312         Indicate not interested in errors.
1313
1314 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1315
1316         * mips-linux-nat.c (mips_linux_nat_target::fetch_registers):
1317         Supply the MIPS_ZERO_REGNUM register.
1318
1319 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1320
1321         * mips-tdep.c (mask_address_var): Make variable static.
1322
1323 2018-05-14  Tom Tromey  <tom@tromey.com>
1324
1325         * dwarf2read.c (rust_union_quirks): Clear rust_unions.
1326
1327 2018-05-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1328
1329         * i387-tdep.c (i387_collect_xsave): Use FXSAVE_MXCSR_ADDR not
1330         FXSAVE_ADDR for the mxcsr register.
1331
1332 2018-05-11  Max Filippov  <jcmvbkbc@gmail.com>
1333
1334         * configure.tgt (xtensa*-*-linux*): Drop gdb_target definition.
1335
1336 2018-05-11  Pedro Alves  <palves@redhat.com>
1337
1338         * corelow.c (core_target) <core_target>: No longer inline.
1339         Initialize m_core_gdbarch, m_core_vec and build the section table
1340         here.
1341         <~core_target>: New.
1342         <core_gdbarch, get_core_register_section>: New methods.
1343         <m_core_section_table, m_core_vec, m_core_gdbarch>: New fields,
1344         factored out from ...
1345         <core_data, core_vec, core_gdbarch>: ... these deleted globals.
1346         (core_ops): Delete.
1347         (sniff_core_bfd): Add gdbarch parameter.
1348         (core_close): Delete, merged into ...
1349         (core_target::close): ... here.  Delete self.
1350         (core_close_cleanup): Delete.
1351         (core_target_open): Allocate a core_target on the heap.  Use a
1352         unique_ptr instead of a cleanup.  Bits moved into the core_target
1353         ctor.  Adjust to use core_target methods instead of globals.
1354         (get_core_register_section): Rename to ...
1355         (core_target::get_core_register_section): ... this and adjust.
1356         (struct get_core_registers_cb_data): New.
1357         (get_core_registers_cb): Use it.  Use bool.
1358         (core_target::fetch_registers, core_target::files_info)
1359         (core_target::xfer_partial, core_target::read_description)
1360         (core_target::pid_to, core_target::thread_name): Adjust to
1361         reference class fields instead of globals.
1362         * target.h (struct target_ops_deleter, target_ops_up): New.
1363
1364 2018-05-11  Pedro Alves  <palves@redhat.com>
1365
1366         * corefile.c (core_file_command): Move to corelow.c.
1367         * corelow.c (the_core_target): Delete.
1368         (core_file_command): Moved from corefile.c.  Check exec_bfd
1369         instead of the_core_target.  Use target_detach instead of calling
1370         into the_core_target directly.
1371         (maybe_say_no_core_file_now): New.
1372         (core_target::detach): Use it.
1373         (_initialize_corelow): Remove references to the_core_target.
1374         * gdbcore.h (the_core_target): Delete.
1375
1376 2018-05-11  Tom Tromey  <tromey@redhat.com>
1377             Pedro Alves  <palves@redhat.com>
1378
1379         * corefile.c (core_bfd): Remove.
1380         * gdbcore.h (core_bfd): Now a macro.
1381         * progspace.h (struct program_space) <cbfd>: New field.
1382
1383 2018-05-11  Tom Tromey  <tom@tromey.com>
1384
1385         * mdebugread.c (parse_partial_symbols, psymtab_to_symtab_1): Use
1386         gdb::def_vector.
1387
1388 2018-05-10  Tom Tromey  <tom@tromey.com>
1389
1390         * configure: Rebuild.
1391         * warning.m4 (AM_GDB_WARNINGS): Use -Wimplicit-fallthrough=3.
1392
1393 2018-05-10  Joel Brobecker  <brobecker@adacore.com>
1394
1395         PR server/23158:
1396         * regformats/regdat.sh: Adjust script, following the addition
1397         of the new expedite_regs parameter to init_target_desc.
1398
1399 2018-05-10  Omair Javaid  <omair.javaid@linaro.org>
1400     
1401         PR gdb/23127
1402         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add call to
1403         set_gdbarch_significant_addr_bit.
1404         * aarch64-tdep.c (aarch64_gdbarch_init): Remove call to
1405         set_gdbarch_significant_addr_bit.
1406         * utils.c (address_significant): Update to sign extend addr.
1407
1408 2018-05-09  Max Filippov  <jcmvbkbc@gmail.com>
1409
1410         * xtensa-linux-tdep.c (xtensa-tdep.h): New include.
1411         (xtensa_linux_init_abi): Limit tdep->num_regs by
1412         tdep->num_nopriv_regs.
1413         * xtensa-tdep.c (xtensa_derive_tdep): Calculate
1414         tdep->num_nopriv_regs and only copy it to tdep->num_regs if it's
1415         not initialized.
1416
1417 2018-05-08  Simon Marchi  <simon.marchi@ericsson.com>
1418
1419         * unittests/string_view-selftests.c: Define GNULIB_NAMESPACE.
1420
1421 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1422
1423         * common/x86-xstate.h (I387_FCTRL_INIT_VAL): New constant.
1424         (I387_MXCSR_INIT_VAL): New constant.
1425         * amd64-tdep.c (amd64_supply_xsave): Only read state from xsave
1426         buffer if it was supplied by the inferior.
1427         * i387-tdep.c (i387_supply_fsave): Use I387_MXCSR_INIT_VAL.
1428         (i387_xsave_get_clear_bv): New function.
1429         (i387_supply_xsave): Only read x87 control registers from the
1430         xsave buffer if the feature is enabled, and the state will have
1431         been written, otherwise, provide a suitable default.
1432         (i387_collect_xsave): Pre-clear all registers in xsave buffer,
1433         including x87 control registers.  Update control registers if they
1434         have changed from the default value, and mark features as enabled
1435         as required.
1436         * i387-tdep.h (i387_xsave_get_clear_bv): Declare.
1437
1438 2018-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
1439
1440         * spu-tdep.c (info_spu_event_command): Fix output formatting.
1441
1442 2018-05-07  Tom Tromey  <tom@tromey.com>
1443
1444         * configure: Rebuild.
1445         * warning.m4 (AM_GDB_WARNINGS): Add -Wduplicated-cond.
1446
1447 2018-05-07  Tom Tromey  <tom@tromey.com>
1448
1449         PR tdep/20362:
1450         * arm-tdep.c (arm_record_vfp_data_proc_insn): Properly mask off D
1451         bit.  Use correct value for VDIV.
1452
1453 2018-05-04  Tom Tromey  <tom@tromey.com>
1454
1455         * configure: Rebuild.
1456         * warning.m4 (AM_GDB_WARNINGS): Add -Wimplicit-fallthrough.
1457
1458 2018-05-04  Tom Tromey  <tom@tromey.com>
1459
1460         * linux-record.c (record_linux_system_call) <case
1461         RECORD_SYS_RECVFROM>: Add "break".
1462
1463 2018-05-04  Tom Tromey  <tom@tromey.com>
1464
1465         * mi/mi-main.c (mi_cmd_trace_frame_collected) <REGISTERS_FORMAT>:
1466         Add missing "break".
1467         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals) <NO_FRAME_FILTERS>:
1468         Add missing "break".
1469
1470 2018-05-04  Tom Tromey  <tom@tromey.com>
1471
1472         * rs6000-tdep.c (ppc_process_record_op4)
1473         (ppc_process_record_op63): Add fall-through comment.
1474
1475 2018-05-04  Tom Tromey  <tom@tromey.com>
1476
1477         * i386-tdep.c (i386_process_record): Add fall-through comment.
1478
1479 2018-05-04  Tom Tromey  <tom@tromey.com>
1480
1481         * stabsread.c (define_symbol) <case 'p'>: Add fall-through
1482         comment.
1483
1484 2018-05-04  Tom Tromey  <tom@tromey.com>
1485
1486         * riscv-tdep.c (riscv_isa_xlen): Add fall-through comment.
1487         * utils.c (can_dump_core) <LIMIT_CUR>: Add fall-through comment.
1488         * eval.c (fetch_subexp_value) <MEMORY_ERROR>: Add fall-through
1489         comment.
1490         * d-valprint.c (d_val_print) <TYPE_CODE_STRUCT>: Add fall-through
1491         comment.
1492         * coffread.c (coff_symtab_read) <C_LABEL>: Add fall-through
1493         comment.
1494
1495 2018-05-04  Tom Tromey  <tom@tromey.com>
1496
1497         * dwarf2loc.c (unimplemented): Add ATTRIBUTE_NORETURN.
1498
1499 2018-05-04  Tom Tromey  <tom@tromey.com>
1500
1501         * s390-tdep.c (s390_process_record): Fix fall-through comments.
1502         * xcoffread.c (scan_xcoff_symtab): Move comment later.
1503         * symfile.c (section_is_mapped): Fix fall-through comment.
1504         * stabsread.c (define_symbol, read_member_functions): Fix
1505         fall-through comment.
1506         * s390-linux-tdep.c (s390_process_record): Fix fall-through
1507         comment.
1508         * remote.c (remote_wait_as): Fix fall-through comment.
1509         * p-exp.y (yylex): Fix fall-through comment.
1510         * nat/x86-dregs.c (x86_length_and_rw_bits): Fix fall-through
1511         comment.
1512         * msp430-tdep.c (msp430_gdbarch_init): Fix fall-through comment.
1513         * mdebugread.c (parse_partial_symbols): Fix fall-through comment.
1514         * jv-exp.y (yylex): Fix fall-through comment.
1515         * go-exp.y (lex_one_token): Fix fall-through comment.
1516         * gdbtypes.c (get_discrete_bounds, rank_one_type): Fix
1517         fall-through comment.
1518         * f-exp.y (yylex): Fix fall-through comment.
1519         * dwarf2read.c (process_die): Fix fall-through comments.
1520         * dbxread.c (process_one_symbol): Fix fall-through comment.
1521         * d-exp.y (lex_one_token): Fix fall-through comment.
1522         * cp-name-parser.y (yylex): Fix fall-through comment.
1523         * coffread.c (coff_symtab_read): Fix fall-through comment.
1524         * c-exp.y (lex_one_token): Fix fall-through comment.
1525         * arm-tdep.c (arm_decode_miscellaneous): Fix fall-through
1526         comment.
1527         * arch/arm.c (arm_instruction_changes_pc): Fix fall-through
1528         comment.
1529
1530 2018-05-04  Tom Tromey  <tom@tromey.com>
1531
1532         PR python/22730:
1533         * NEWS: Mention gdb.execute change.
1534         * gdbcmd.h (execute_control_command): Don't declare.
1535         * python/python.c (execute_gdb_command): Use read_command_lines_1,
1536         execute_control_commands, execute_control_commands_to_string.
1537         * cli/cli-script.h (execute_control_commands)
1538         (execute_control_commands_to_string): Declare.
1539         (execute_control_command): Add from_tty parameter.
1540         * cli/cli-script.c (execute_control_commands)
1541         (execute_control_commands_to_string): New functions.
1542         (execute_user_command): Use execute_control_commands.
1543         (execute_control_command_1): Add "from_tty" parameter.  Update.
1544         (execute_control_command): Likewise.
1545
1546 2018-05-04  Tom Tromey  <tom@tromey.com>
1547
1548         PR python/22731:
1549         * NEWS: Mention that breakpoint commands are writable.
1550         * python/py-breakpoint.c (bppy_set_commands): New function.
1551         (breakpoint_object_getset) <"commands">: Use it.
1552
1553 2018-05-04  Tom Tromey  <tom@tromey.com>
1554
1555         * tracepoint.c (actions_command): Update.
1556         * mi/mi-cmd-break.c (mi_command_line_array)
1557         (mi_command_line_array_cnt, mi_command_line_array_ptr)
1558         (mi_read_next_line): Remove.
1559         (mi_cmd_break_commands): Update.
1560         * cli/cli-script.h (read_command_lines, read_command_lines_1): Use
1561         function_view.
1562         * cli/cli-script.c (get_command_line): Update.
1563         (process_next_line): Use function_view.  Constify.
1564         (recurse_read_control_structure, read_command_lines)
1565         (read_command_lines_1): Change argument types to function_view.
1566         (do_define_command, document_command): Update.
1567         * breakpoint.h (check_tracepoint_command): Don't declare.
1568         * breakpoint.c (check_tracepoint_command): Remove.
1569         (commands_command_1, create_tracepoint_from_upload): Update.
1570
1571 2018-05-04  Tom Tromey  <tom@tromey.com>
1572
1573         PR gdb/11750:
1574         * cli/cli-script.h (enum command_control_type) <define_control>:
1575         New constant.
1576         * cli/cli-script.c (multi_line_command_p): Handle define_control.
1577         (build_command_line, execute_control_command_1)
1578         (process_next_line): Likewise.
1579         (do_define_command): New function, extracted from define_command.
1580         (define_command): Use it.
1581
1582 2018-05-04  Tom Tromey  <tom@tromey.com>
1583
1584         * tracepoint.c (actions_command): Update.
1585         * cli/cli-script.h (read_command_lines): Update.
1586         * cli/cli-script.c (read_command_lines): Constify prompt_arg.
1587         (MAX_TMPBUF): Remove define.
1588         (define_command): Use string_printf.
1589         (document_command): Likewise.
1590         * breakpoint.c (commands_command_1): Update.
1591
1592 2018-05-04  Tom Tromey  <tom@tromey.com>
1593
1594         * top.c (execute_command): Update.
1595         * cli/cli-script.h (print_command_lines): Now varargs.
1596         * cli/cli-script.c (print_command_lines): Now varargs.
1597         (execute_control_command_1) <case while_control, case if_control>:
1598         Update.
1599
1600 2018-05-04  Tom Tromey  <tom@tromey.com>
1601
1602         * tracepoint.c (all_tracepoint_actions): Rename from
1603         all_tracepoint_actions_and_cleanup.  Change return type.
1604         (actions_command, encode_actions_1, encode_actions)
1605         (trace_dump_actions, tdump_command): Update.
1606         * remote.c (remote_download_command_source): Update.
1607         * python/python.c (gdbpy_eval_from_control_command)
1608         (python_command, python_interactive_command): Update.
1609         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
1610         * guile/guile.c (guile_command)
1611         (gdbscm_eval_from_control_command, guile_command): Update.
1612         * compile/compile.c (compile_code_command)
1613         (compile_print_command, compile_to_object): Update.
1614         * cli/cli-script.h (struct command_lines_deleter): New.
1615         (counted_command_line): New typedef.
1616         (struct command_line): Add constructor, destructor.
1617         <body_list>: Remove.
1618         <body_list_0, body_list_1>: New members.
1619         (command_line_up): Remove typedef.
1620         (read_command_lines, read_command_lines_1, get_command_line):
1621         Update.
1622         (copy_command_lines): Don't declare.
1623         * cli/cli-script.c (build_command_line): Use "new".
1624         (get_command_line): Return counted_command_line.
1625         (print_command_lines, execute_user_command)
1626         (execute_control_command_1, while_command, if_command): Update.
1627         (realloc_body_list): Remove.
1628         (process_next_line, recurse_read_control_structure): Update.
1629         (read_command_lines, read_command_lines_1): Return counted_command_line.
1630         (free_command_lines): Use "delete".
1631         (copy_command_lines): Remove.
1632         (define_command, document_command, show_user_1): Update.
1633         * cli/cli-decode.h (struct cmd_list_element) <user_commands>: Now
1634         a counted_command_line.
1635         * breakpoint.h (counted_command_line): Remove typedef.
1636         (breakpoint_set_commands): Update.
1637         * breakpoint.c (check_no_tracepoint_commands)
1638         (validate_commands_for_breakpoint): Update.
1639         (breakpoint_set_commands): Change commands to be a
1640         counted_command_line.
1641         (commands_command_1, update_dprintf_command_list)
1642         (create_tracepoint_from_upload): Update.
1643
1644 2018-05-04  Tom Tromey  <tom@tromey.com>
1645
1646         * cli/cli-decode.h (cmd_list_element): New constructor.
1647         (~cmd_list_element): New destructor.
1648         (struct cmd_list_element): Add initializers.
1649         * cli/cli-decode.c (do_add_cmd): Use "new".
1650         (delete_cmd): Use "delete".
1651
1652 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1653             Pedro Alves <palves@redhat.com>
1654
1655         PR breakpoints/19806 and support for PR external/20207.
1656         * NEWS: Mention Aarch64 watchpoint improvements.
1657         * aarch64-linux-nat.c (aarch64_linux_stopped_data_address): Fix missed
1658         watchpoints and PR external/20207 watchpoints.
1659         * nat/aarch64-linux-hw-point.c
1660         (kernel_supports_any_contiguous_range): New.
1661         (aarch64_watchpoint_offset): New.
1662         (aarch64_watchpoint_length): Support PR external/20207 watchpoints.
1663         (aarch64_point_encode_ctrl_reg): New parameter offset, new asserts.
1664         (aarch64_point_is_aligned): Support PR external/20207 watchpoints.
1665         (aarch64_align_watchpoint): New parameters aligned_offset_p and
1666         next_addr_orig_p.  Support PR external/20207 watchpoints.
1667         (aarch64_downgrade_regs): New.
1668         (aarch64_dr_state_insert_one_point): New parameters offset and
1669         addr_orig.
1670         (aarch64_dr_state_remove_one_point): Likewise.
1671         (aarch64_handle_breakpoint): Update caller.
1672         (aarch64_handle_aligned_watchpoint): Likewise.
1673         (aarch64_handle_unaligned_watchpoint): Support addr_orig and
1674         aligned_offset.
1675         (aarch64_linux_set_debug_regs): Remove const from state.  Call
1676         aarch64_downgrade_regs.
1677         (aarch64_show_debug_reg_state): Print also dr_addr_orig_wp.
1678         * nat/aarch64-linux-hw-point.h (DR_CONTROL_LENGTH): Rename to ...
1679         (DR_CONTROL_MASK): ... this.
1680         (struct aarch64_debug_reg_state): New field dr_addr_orig_wp.
1681         (unsigned int aarch64_watchpoint_offset): New prototype.
1682         (aarch64_linux_set_debug_regs): Remove const from state.
1683         * utils.c (align_up, align_down): Move to ...
1684         * common/common-utils.c (align_up, align_down): ... here.
1685         * utils.h (align_up, align_down): Move to ...
1686         * common/common-utils.h (align_up, align_down): ... here.
1687
1688 2018-05-04  Joel Brobecker  <brobecker@adacore.com>
1689
1690         * sparc-tdep.c (sparc_structure_return_p): Re-implement to
1691         match the ABI as summarized in GCC's gcc/config/sparc/sparc.c.
1692         (sparc_arg_by_memory_p): Renamed from sparc_arg_on_registers_p.
1693         Re-implement to match the ABI as summarized in GCC's
1694         gcc/config/sparc/sparc.c.  All callers updated.
1695         (sparc32_store_arguments): Remove assertion.
1696
1697 2018-05-04  Tom Tromey  <tom@tromey.com>
1698
1699         * printcmd.c: Don't include tui.h.
1700         (decode_format): Use skip_spaces.
1701
1702 2018-05-04  Tom Tromey  <tom@tromey.com>
1703
1704         PR gdb/22619:
1705         * printcmd.c (last_count): New global.
1706         (x_command): Use saved count when repeating.
1707
1708 2018-05-04  Tom Tromey  <tom@tromey.com>
1709
1710         * nto-procfs.c (do_closedir_cleanup): Remove.
1711         (procfs_pidlist): Use gdb_dir_up.
1712         * procfs.c (do_closedir_cleanup): Remove.
1713         (proc_update_threads): Use gdb_dir_up.
1714         * common/filestuff.h (struct gdb_dir_deleter): New.
1715         (gdb_dir_up): New typedef.
1716
1717 2018-05-04  Tom Tromey  <tom@tromey.com>
1718
1719         * ada-lang.c (print_mention_exception): Use std::string.
1720
1721 2018-05-04  Tom Tromey  <tom@tromey.com>
1722
1723         * ada-lang.c (create_excep_cond_exprs): Update.
1724         (ada_exception_catchpoint_cond_string): Use std::string.
1725
1726 2018-05-04  Tom Tromey  <tom@tromey.com>
1727
1728         * ada-lang.c (xget_renaming_scope): Return std::string.
1729         (old_renaming_is_invisible): Update.
1730
1731 2018-05-04  Tom Tromey  <tom@tromey.com>
1732
1733         * bfd-target.c (target_bfd::m_bfd): Now a gdb_bfd_ref_ptr.
1734         (target_bfd::target_bfd, target_bfd::~target_bfd): Update.
1735
1736 2018-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
1737
1738         * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error.
1739
1740 2018-05-04  Tom Tromey  <tom@tromey.com>
1741
1742         * remote.c (remote_query_supported_append): Change type.
1743         (remote_check_symbols): Update.
1744
1745 2018-05-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
1746
1747         PR gdb/11420
1748         * configure.ac: Prepend libpython.
1749         * python/python-config.py: Likewise.
1750         * configure: Regenerate.
1751
1752 2018-05-03  Simon Marchi  <simon.marchi@ericsson.com>
1753
1754         * Makefile.in (%.c: %.l): Use -t instead of --stdout.
1755
1756 2018-05-03  Pedro Alves  <palves@redhat.com>
1757
1758         * s390-linux-nat.c
1759         (s390_linux_nat_target::have_continuable_watchpoint): Mark with
1760         override.  Write 'true' instead of '1'.
1761         (s390_linux_nat_target::watchpoint_addr_within_range): Remove
1762         declaration.
1763
1764 2018-05-02  Pedro Alves  <palves@redhat.com>
1765
1766         * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Use
1767         add_inf_child_target.
1768         * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Use
1769         add_inf_child_target.
1770         * aix-thread.c (aix_thread_target_info): New.
1771         (aix_thread_target) <shortname, longname, doc>: Delete.
1772         <info>: New.
1773         * alpha-bsd-nat.c (_initialize_alphabsd_nat): Use
1774         add_inf_child_target.
1775         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Use
1776         add_inf_child_target.
1777         * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Use
1778         add_inf_child_target.
1779         * amd64-linux-nat.c (_initialize_amd64_linux_nat): Use
1780         add_inf_child_target.
1781         * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Use
1782         add_inf_child_target.
1783         * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Use
1784         add_inf_child_target.
1785         * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Use
1786         add_inf_child_target.
1787         * arm-linux-nat.c (_initialize_arm_linux_nat): Use
1788         add_inf_child_target.
1789         * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Use
1790         add_inf_child_target.
1791         * bfd-target.c (target_bfd_target_info): New.
1792         (target_bfd) <shortname, longname, doc>: Delete.
1793         <info>: New.
1794         * bsd-kvm.c (bsd_kvm_target_info): New.
1795         (bsd_kvm_target) <shortname, longname, doc>: Delete.
1796         <info>: New.
1797         (bsd_kvm_target::open): Rename to ...
1798         (bsd_kvm_target_open): ... this.  Adjust.
1799         * bsd-uthread.c (bsd_uthread_target_info): New.
1800         (bsd_uthread_target) <shortname, longname, doc>: Delete.
1801         <info>: New.
1802         * corefile.c (core_file_command): Adjust.
1803         * corelow.c (core_target_info): New.
1804         (core_target) <shortname, longname, doc>: Delete.
1805         <info>: New.
1806         (core_target::open): Rename to ...
1807         (core_target_open): ... this.  Adjust.
1808         * ctf.c (ctf_target_info): New.
1809         (ctf_target) <shortname, longname, doc>: Delete.
1810         <info>: New.
1811         (ctf_target::open): Rename to ...
1812         (ctf_target_open): ... this.
1813         (_initialize_ctf): Adjust.
1814         * exec.c (exec_target_info): New.
1815         (exec_target) <shortname, longname, doc>: Delete.
1816         <info>: New.
1817         (exec_target::open): Rename to ...
1818         (exec_target_open): ... this.
1819         * gdbcore.h (core_target_open): Declare.
1820         * go32-nat.c (_initialize_go32_nat): Use add_inf_child_target.
1821         * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
1822         add_inf_child_target.
1823         * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Use
1824         add_inf_child_target.
1825         * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Use
1826         add_inf_child_target.
1827         * i386-darwin-nat.c (_initialize_i386_darwin_nat): Use
1828         add_inf_child_target.
1829         * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Use
1830         add_inf_child_target.
1831         * i386-gnu-nat.c (_initialize_i386gnu_nat): Use
1832         add_inf_child_target.
1833         * i386-linux-nat.c (_initialize_i386_linux_nat): Use
1834         add_inf_child_target.
1835         * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Use
1836         add_inf_child_target.
1837         * i386-obsd-nat.c (_initialize_i386obsd_nat): Use
1838         add_inf_child_target.
1839         * ia64-linux-nat.c (_initialize_ia64_linux_nat): Use
1840         add_inf_child_target.
1841         * inf-child.c (inf_child_target_info): New.
1842         (inf_child_target::info): New.
1843         (inf_child_open_target): Remove 'target' parameter.  Use
1844         get_native_target instead.
1845         (inf_child_target::open): Delete.
1846         (add_inf_child_target): New.
1847         * inf-child.h (inf_child_target) <shortname, longname, doc, open>:
1848         Delete.
1849         <info>: New.
1850         (add_inf_child_target): Declare.
1851         (inf_child_open_target): Declare.
1852         * linux-thread-db.c (thread_db_target_info): New.
1853         (thread_db_target) <shortname, longname, doc>: Delete.
1854         <info>: New.
1855         * m32r-linux-nat.c (_initialize_m32r_linux_nat): Use
1856         add_inf_child_target.
1857         * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Use
1858         add_inf_child_target.
1859         * m68k-linux-nat.c (_initialize_m68k_linux_nat): Use
1860         add_inf_child_target.
1861         * m88k-bsd-nat.c (_initialize_m88kbsd_nat): Use
1862         add_inf_child_target.
1863         * make-target-delegates (print_class): Adjust.
1864         * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Use
1865         add_inf_child_target.
1866         * mips-linux-nat.c (_initialize_mips_linux_nat): Use
1867         add_inf_child_target.
1868         * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Use
1869         add_inf_child_target.
1870         * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Use
1871         add_inf_child_target.
1872         * nto-procfs.c (nto_native_target_info): New.
1873         (nto_procfs_target_native) <shortname, longname, doc>:
1874         Delete.
1875         <info>: New.
1876         (nto_procfs_target_info): New.
1877         (nto_procfs_target_procfs) <shortname, longname, doc>:
1878         Delete.
1879         <info>: New.
1880         (init_procfs_targets): Adjust.
1881         * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Use
1882         add_inf_child_target.
1883         * ppc-linux-nat.c (_initialize_ppc_linux_nat): Use
1884         add_inf_child_target.
1885         * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Use
1886         add_inf_child_target.
1887         * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Use
1888         add_inf_child_target.
1889         * ravenscar-thread.c (ravenscar_target_info): New.
1890         (ravenscar_thread_target) <shortname, longname, doc>:
1891         Delete.
1892         <info>: New.
1893         * record-btrace.c (record_btrace_target_info):
1894         (record_btrace_target) <shortname, longname, doc>: Delete.
1895         <info>: New.
1896         (record_btrace_target::open): Rename to ...
1897         (record_btrace_target_open): ... this.  Adjust.
1898         * record-full.c (record_longname, record_doc): New.
1899         (record_full_base_target) <shortname, longname, doc>: Delete.
1900         <info>: New.
1901         (record_full_target_info): New.
1902         (record_full_target): <shortname>: Delete.
1903         <info>: New.
1904         (record_full_core_open_1, record_full_open_1): Update comments.
1905         (record_full_base_target::open): Rename to ...
1906         (record_full_open): ... this.
1907         (cmd_record_full_restore): Update.
1908         (_initialize_record_full): Update.
1909         * remote-sim.c (remote_sim_target_info): New.
1910         (gdbsim_target) <shortname, longname, doc>: Delete.
1911         <info>: New.
1912         (gdbsim_target::open): Rename to ...
1913         (gdbsim_target_open): ... this.
1914         (_initialize_remote_sim): Adjust.
1915         * remote.c (remote_doc): New.
1916         (remote_target_info): New.
1917         (remote_target) <shortname, longname, doc>: Delete.
1918         <info>: New.
1919         (extended_remote_target_info): New.
1920         (extended_remote_target) <shortname, longname, doc>: Delete.
1921         <info>: New.
1922         (remote_target::open_1): Make static.  Adjust.
1923         * rs6000-nat.c (_initialize_rs6000_nat): Use add_inf_child_target.
1924         * s390-linux-nat.c (_initialize_s390_nat): Use
1925         add_inf_child_target.
1926         * sh-nbsd-nat.c (_initialize_shnbsd_nat): Use
1927         add_inf_child_target.
1928         * sol-thread.c (thread_db_target_info): New.
1929         (sol_thread_target) <shortname, longname, doc>: Delete.
1930         <info>: New.
1931         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Use
1932         add_inf_child_target.
1933         * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Use
1934         add_inf_child_target.
1935         * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Use
1936         add_inf_child_target.
1937         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
1938         add_inf_child_target.
1939         * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Use
1940         add_inf_child_target.
1941         * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Use
1942         add_inf_child_target.
1943         * spu-linux-nat.c (_initialize_spu_nat): Use
1944         add_inf_child_target.
1945         * spu-multiarch.c (spu_multiarch_target_info): New.
1946         (spu_multiarch_target) <shortname, longname, doc>: Delete.
1947         <info>: New.
1948         * target-delegates.c: Regenerate.
1949         * target.c: Include <unordered_map>.
1950         (target_ops_p): Delete.
1951         (DEF_VEC_P(target_ops_p)): Delete.
1952         (target_factories): New.
1953         (test_target_info): New.
1954         (test_target_ops::info): New.
1955         (open_target): Adjust to use target_factories.
1956         (add_target_with_completer): Rename to ...
1957         (add_target): ... this.  Change prototype.  Register target_info
1958         and open callback in target_factories.  Register target_info in
1959         command context instead of target_ops.
1960         (add_target): Delete old implementation.
1961         (add_deprecated_target_alias): Change prototype.  Adjust.
1962         (the_native_target): New.
1963         (set_native_target, get_native_target): New.
1964         (find_default_run_target): Use the_native_target.
1965         (find_attach_target, find_run_target): Simplify.
1966         (target_ops::open): Delete.
1967         (dummy_target_info): New.
1968         (dummy_target::shortname, dummy_target::longname)
1969         (dummy_target::doc): Delete.
1970         (dummy_target::info): New.
1971         (debug_target::shortname, debug_target::longname)
1972         (debug_target::doc): Delete.
1973         (debug_target::info): New.
1974         * target.h (struct target_info): New.
1975         (target_ops::~target_ops): Add comment.
1976         (target_ops::info): New.
1977         (target_ops::shortname, target_ops::longname, target_ops::doc): No
1978         longer virtual.  Implement in terms of target_info.
1979         (set_native_target, get_native_target): Declare.
1980         (target_open_ftype): New.
1981         (add_target, add_target_with_completer)
1982         (add_deprecated_target_alias): Change prototype.
1983         (test_target) <shortname, longname, doc>: Delete.
1984         <info>: New.
1985         * tilegx-linux-nat.c (_initialize_tile_linux_nat): Use
1986         add_inf_child_target.
1987         * tracefile-tfile.c (tfile_target_info): New.
1988         (tfile_target) <shortname, longname, doc>: Delete.
1989         <info>: New.
1990         (tfile_target::open): Rename to ...
1991         (tfile_target_open): ... this.
1992         (_initialize_tracefile_tfile): Adjust.
1993         * vax-bsd-nat.c (_initialize_vaxbsd_nat): Use
1994         add_inf_child_target.
1995         * windows-nat.c (_initialize_windows_nat): Use
1996         add_inf_child_target.
1997         * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Use
1998         add_inf_child_target.
1999
2000 2018-05-02  Pedro Alves  <palves@redhat.com>
2001
2002         * linux-nat.h (linux_nat_target) <low_new_thread,
2003         low_delete_thread, low_new_fork, low_forget_process,
2004         low_prepare_to_resume, low_siginfo_fixup, low_status_is_event>:
2005         New virtual methods.
2006         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
2007         (linux_nat_new_fork_ftype, linux_nat_set_new_fork)
2008         (linux_nat_forget_process_ftype, linux_nat_set_forget_process)
2009         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
2010         (linux_nat_set_prepare_to_resume, linux_nat_set_status_is_event):
2011         Delete.
2012         * linux-fork.c (delete_fork): Adjust to call low method.
2013         * linux-nat.c (linux_nat_new_thread, linux_nat_delete_thread)
2014         (linux_nat_new_fork, linux_nat_forget_process_hook)
2015         (linux_nat_prepare_to_resume, linux_nat_siginfo_fixup)
2016         (linux_nat_status_is_event):
2017         (linux_nat_target::follow_fork, lwp_free, add_lwp, detach_one_lwp)
2018         (linux_resume_one_lwp_throw, linux_handle_extended_wait): Adjust
2019         to call low method.
2020         (sigtrap_is_event): Rename to ...
2021         (linux_nat_target::low_status_is_event): ... this.
2022         (linux_nat_set_status_is_event): Delete.
2023         (save_stop_reason, linux_nat_wait_1)
2024         (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
2025         low methods.
2026         (linux_nat_set_new_thread, linux_nat_set_delete_thread)
2027         (linux_nat_set_new_fork, linux_nat_set_forget_process)
2028         (linux_nat_forget_process, linux_nat_set_siginfo_fixup)
2029         (linux_nat_set_prepare_to_resume): Delete.
2030         * aarch64-linux-nat.c: All linux_nat_set_* callbacks converted to
2031         low virtual methods.
2032         * amd64-linux-nat.c: Likewise.
2033         * arm-linux-nat.c: Likewise.
2034         * i386-linux-nat.c: Likewise.
2035         * ia64-linux-nat.c: Likewise.
2036         * mips-linux-nat.c: Likewise.
2037         * ppc-linux-nat.c: Likewise.
2038         * s390-linux-nat.c: Likewise.
2039         * sparc64-linux-nat.c: Likewise.
2040         * x86-linux-nat.c: Likewise.
2041         * x86-linux-nat.h: Include "nat/x86-linux.h".
2042         (x86_linux_nat_target) <low_new_fork, low_forget_process,
2043         low_prepare_to_resume, low_new_thread, low_delete_thread>:
2044         Override methods.
2045
2046 2018-05-02  Pedro Alves  <palves@redhat.com>
2047
2048         * target.h (target_ops)
2049         <stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
2050         stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint,
2051         stopped_by_watchpoint, have_continuable_watchpoint,
2052         stopped_data_address, watchpoint_addr_within_range,
2053         can_accel_watchpoint_condition, can_run, thread_alive,
2054         has_all_memory, has_memory, has_stack, has_registers,
2055         has_execution, can_async_p, is_async_p, supports_non_stop,
2056         always_non_stop_p, can_execute_reverse, supports_multi_process,
2057         supports_enable_disable_tracepoint,
2058         supports_disable_randomization, supports_string_tracing,
2059         supports_evaluation_of_breakpoint_conditions,
2060         can_run_breakpoint_commands, filesystem_is_local,
2061         can_download_tracepoint, get_trace_state_variable_value,
2062         set_trace_notes, get_tib_address, use_agent, can_use_agent,
2063         record_is_replaying, record_will_replay,
2064         augmented_libraries_svr4_read>: Adjust to return bool.
2065         * aarch64-linux-nat.c: All implementations adjusted.
2066         * aix-thread.c: All implementations adjusted.
2067         * arm-linux-nat.c: All implementations adjusted.
2068         * breakpoint.c: All implementations adjusted.
2069         * bsd-kvm.c: All implementations adjusted.
2070         * bsd-uthread.c: All implementations adjusted.
2071         * corelow.c: All implementations adjusted.
2072         * ctf.c: All implementations adjusted.
2073         * darwin-nat.c: All implementations adjusted.
2074         * darwin-nat.h: All implementations adjusted.
2075         * exec.c: All implementations adjusted.
2076         * fbsd-nat.c: All implementations adjusted.
2077         * fbsd-nat.h: All implementations adjusted.
2078         * gnu-nat.c: All implementations adjusted.
2079         * gnu-nat.h: All implementations adjusted.
2080         * go32-nat.c: All implementations adjusted.
2081         * ia64-linux-nat.c: All implementations adjusted.
2082         * inf-child.c: All implementations adjusted.
2083         * inf-child.h: All implementations adjusted.
2084         * inf-ptrace.c: All implementations adjusted.
2085         * inf-ptrace.h: All implementations adjusted.
2086         * linux-nat.c: All implementations adjusted.
2087         * linux-nat.h: All implementations adjusted.
2088         * mips-linux-nat.c: All implementations adjusted.
2089         * nto-procfs.c: All implementations adjusted.
2090         * ppc-linux-nat.c: All implementations adjusted.
2091         * procfs.c: All implementations adjusted.
2092         * ravenscar-thread.c: All implementations adjusted.
2093         * record-btrace.c: All implementations adjusted.
2094         * record-full.c: All implementations adjusted.
2095         * remote-sim.c: All implementations adjusted.
2096         * remote.c: All implementations adjusted.
2097         * s390-linux-nat.c: All implementations adjusted.
2098         * sol-thread.c: All implementations adjusted.
2099         * spu-multiarch.c: All implementations adjusted.
2100         * target-delegates.c: All implementations adjusted.
2101         * target.c: All implementations adjusted.
2102         * target.h: All implementations adjusted.
2103         * tracefile-tfile.c: All implementations adjusted.
2104         * tracefile.c: All implementations adjusted.
2105         * tracefile.h: All implementations adjusted.
2106         * windows-nat.c: All implementations adjusted.
2107         * x86-linux-nat.h: All implementations adjusted.
2108         * x86-nat.h: All implementations adjusted.
2109
2110 2018-05-02  Pedro Alves  <palves@redhat.com>
2111
2112         * make-target-delegates (scan_target_h): Don't trim lines here.
2113         Replace sequences of tabs and/or whitespace with a single
2114         whitespace.
2115         (top level, parsing methods): Trim each line before processing it
2116         here.
2117
2118 2018-05-02  Pedro Alves  <palves@redhat.com>
2119             John Baldwin  <jhb@freebsd.org>
2120
2121         * target.h (enum strata) <debug_stratum>: New.
2122         (struct target_ops) <all delegation methods>: Replace by C++
2123         virtual methods, and drop "to_" prefix.  All references updated
2124         throughout.
2125         <to_shortname, to_longname, to_doc, to_data,
2126         to_have_steppable_watchpoint, to_have_continuable_watchpoint,
2127         to_has_thread_control, to_attach_no_wait>: Delete, replaced by
2128         virtual methods.  All references updated throughout.
2129         <can_attach, supports_terminal_ours, can_create_inferior,
2130         get_thread_control_capabilities, attach_no_wait>: New
2131         virtual methods.
2132         <insert_breakpoint, remove_breakpoint>: Now
2133         TARGET_DEFAULT_NORETURN methods.
2134         <info_proc>: Now returns bool.
2135         <to_magic>: Delete.
2136         (OPS_MAGIC): Delete.
2137         (current_target): Delete.  All references replaced by references
2138         to ...
2139         (target_stack): ... this.  New.
2140         (target_shortname, target_longname): Adjust.
2141         (target_can_run): Now a function declaration.
2142         (default_child_has_all_memory, default_child_has_memory)
2143         (default_child_has_stack, default_child_has_registers)
2144         (default_child_has_execution): Remove target_ops parameter.
2145         (complete_target_initialization): Delete.
2146         (memory_breakpoint_target): New template class.
2147         (test_target_ops): Refactor as a C++ class with virtual methods.
2148         * make-target-delegates (NAME_PART): Tighten.
2149         (POINTER_PART, CP_SYMBOL): New.
2150         (SIMPLE_RETURN_PART): Reimplement.
2151         (VEC_RETURN_PART): Expect less.
2152         (RETURN_PART, VIRTUAL_PART): New.
2153         (METHOD): Adjust to C++ virtual methods.
2154         (scan_target_h): Remove reference to C99.
2155         (dname): Output "target_ops::" prefix.
2156         (write_function_header): Adjust to output a C++ class method.
2157         (write_declaration): New.
2158         (write_delegator): Adjust to output a C++ class method.
2159         (tdname): Output "dummy_target::" prefix.
2160         (write_tdefault, write_debugmethod): Adjust to output a C++ class
2161         method.
2162         (tdefault_names, debug_names): Delete.
2163         (return_types, tdefaults, styles, argtypes_array): New.
2164         (top level): All methods are delegators.
2165         (print_class): New.
2166         (top level): Print dummy_target and debug_target classes.
2167         * target-delegates.c: Regenerate.
2168         * target-debug.h (target_debug_print_enum_info_proc_what)
2169         (target_debug_print_thread_control_capabilities)
2170         (target_debug_print_thread_info_p): New.
2171         * target.c (dummy_target): Delete.
2172         (the_dummy_target, the_debug_target): New.
2173         (target_stack): Now extern.
2174         (set_targetdebug): Push/unpush debug target.
2175         (default_child_has_all_memory, default_child_has_memory)
2176         (default_child_has_stack, default_child_has_registers)
2177         (default_child_has_execution): Remove target_ops parameter.
2178         (complete_target_initialization): Delete.
2179         (add_target_with_completer): No longer call
2180         complete_target_initialization.
2181         (target_supports_terminal_ours): Use regular delegation.
2182         (update_current_target): Delete.
2183         (push_target): No longer check magic number.  Don't call
2184         update_current_target.
2185         (unpush_target): Don't call update_current_target.
2186         (target_is_pushed): No longer check magic number.
2187         (target_require_runnable): Skip for all stratums over
2188         process_stratum.
2189         (target_ops::info_proc): New.
2190         (target_info_proc): Use find_target_at and
2191         find_default_run_target.
2192         (target_supports_disable_randomization): Use regular delegation.
2193         (target_get_osdata): Use find_target_at.
2194         (target_ops::open, target_ops::close, target_ops::can_attach)
2195         (target_ops::attach, target_ops::can_create_inferior)
2196         (target_ops::create_inferior, target_ops::can_run)
2197         (target_can_run): New.
2198         (default_fileio_target): Use regular delegation.
2199         (target_ops::fileio_open, target_ops::fileio_pwrite)
2200         (target_ops::fileio_pread, target_ops::fileio_fstat)
2201         (target_ops::fileio_close, target_ops::fileio_unlink)
2202         (target_ops::fileio_readlink): New.
2203         (target_fileio_open_1, target_fileio_unlink)
2204         (target_fileio_readlink): Always call the target method.  Handle
2205         FILEIO_ENOSYS.
2206         (return_zero, return_zero_has_execution): Delete.
2207         (init_dummy_target): Delete.
2208         (dummy_target::dummy_target, dummy_target::shortname)
2209         (dummy_target::longname, dummy_target::doc)
2210         (debug_target::debug_target, debug_target::shortname)
2211         (debug_target::longname, debug_target::doc): New.
2212         (target_supports_delete_record): Use regular delegation.
2213         (setup_target_debug): Delete.
2214         (maintenance_print_target_stack): Skip debug_stratum.
2215         (initialize_targets): Instantiate the_dummy_target and
2216         the_debug_target.
2217         * auxv.c (target_auxv_parse): Remove 'ops' parameter.  Adjust to
2218         use target_stack.
2219         (target_auxv_search, fprint_target_auxv): Adjust.
2220         (info_auxv_command): Adjust to use target_stack.
2221         * auxv.h (target_auxv_parse): Remove 'ops' parameter.
2222         * exceptions.c (print_flush): Handle a NULL target_stack.
2223         * regcache.c (target_ops_no_register): Refactor as class with
2224         virtual methods.
2225
2226         * exec.c (exec_target): New class.
2227         (exec_ops): Now an exec_target.
2228         (exec_open, exec_close_1, exec_get_section_table)
2229         (exec_xfer_partial, exec_files_info, exec_has_memory)
2230         (exec_make_note_section): Refactor as exec_target methods.
2231         (exec_file_clear, ignore, exec_remove_breakpoint, init_exec_ops):
2232         Delete.
2233         (exec_target::find_memory_regions): New.
2234         (_initialize_exec): Don't call init_exec_ops.
2235         * gdbcore.h (exec_file_clear): Delete.
2236
2237         * corefile.c (core_target): Delete.
2238         (core_file_command): Adjust.
2239         * corelow.c (core_target): New class.
2240         (the_core_target): New.
2241         (core_close): Remove target_ops parameter.
2242         (core_close_cleanup): Adjust.
2243         (core_target::close): New.
2244         (core_open, core_detach, get_core_registers, core_files_info)
2245         (core_xfer_partial, core_thread_alive, core_read_description)
2246         (core_pid_to_str, core_thread_name, core_has_memory)
2247         (core_has_stack, core_has_registers, core_info_proc): Rework as
2248         core_target methods.
2249         (ignore, core_remove_breakpoint, init_core_ops): Delete.
2250         (_initialize_corelow): Initialize the_core_target.
2251         * gdbcore.h (core_target): Delete.
2252         (the_core_target): New.
2253
2254         * ctf.c: (ctf_target): New class.
2255         (ctf_ops): Now a ctf_target.
2256         (ctf_open, ctf_close, ctf_files_info, ctf_fetch_registers)
2257         (ctf_xfer_partial, ctf_get_trace_state_variable_value)
2258         (ctf_trace_find, ctf_traceframe_info): Refactor as ctf_target
2259         methods.
2260         (init_ctf_ops): Delete.
2261         (_initialize_ctf): Don't call it.
2262         * tracefile-tfile.c (tfile_target): New class.
2263         (tfile_ops): Now a tfile_target.
2264         (tfile_open, tfile_close, tfile_files_info)
2265         (tfile_get_tracepoint_status, tfile_trace_find)
2266         (tfile_fetch_registers, tfile_xfer_partial)
2267         (tfile_get_trace_state_variable_value, tfile_traceframe_info):
2268         Refactor as tfile_target methods.
2269         (tfile_xfer_partial_features): Remove target_ops parameter.
2270         (init_tfile_ops): Delete.
2271         (_initialize_tracefile_tfile): Don't call it.
2272         * tracefile.c (tracefile_has_all_memory, tracefile_has_memory)
2273         (tracefile_has_stack, tracefile_has_registers)
2274         (tracefile_thread_alive, tracefile_get_trace_status): Refactor as
2275         tracefile_target methods.
2276         (init_tracefile_ops): Delete.
2277         (tracefile_target::tracefile_target): New.
2278         * tracefile.h: Include "target.h".
2279         (tracefile_target): New class.
2280         (init_tracefile_ops): Delete.
2281
2282         * spu-multiarch.c (spu_multiarch_target): New class.
2283         (spu_ops): Now a spu_multiarch_target.
2284         (spu_thread_architecture, spu_region_ok_for_hw_watchpoint)
2285         (spu_fetch_registers, spu_store_registers, spu_xfer_partial)
2286         (spu_search_memory, spu_mourn_inferior): Refactor as
2287         spu_multiarch_target methods.
2288         (init_spu_ops): Delete.
2289         (_initialize_spu_multiarch): Remove references to init_spu_ops,
2290         complete_target_initialization.
2291
2292         * ravenscar-thread.c (ravenscar_thread_target): New class.
2293         (ravenscar_ops): Now a ravenscar_thread_target.
2294         (ravenscar_resume, ravenscar_wait, ravenscar_update_thread_list)
2295         (ravenscar_thread_alive, ravenscar_pid_to_str)
2296         (ravenscar_fetch_registers, ravenscar_store_registers)
2297         (ravenscar_prepare_to_store, ravenscar_stopped_by_sw_breakpoint)
2298         (ravenscar_stopped_by_hw_breakpoint)
2299         (ravenscar_stopped_by_watchpoint, ravenscar_stopped_data_address)
2300         (ravenscar_mourn_inferior, ravenscar_core_of_thread)
2301         (ravenscar_get_ada_task_ptid): Refactor as ravenscar_thread_target
2302         methods.
2303         (init_ravenscar_thread_ops): Delete.
2304         (_initialize_ravenscar): Remove references to
2305         init_ravenscar_thread_ops and complete_target_initialization.
2306
2307         * bsd-uthread.c (bsd_uthread_ops_hack): Delete.
2308         (bsd_uthread_target): New class.
2309         (bsd_uthread_ops): Now a bsd_uthread_target.
2310         (bsd_uthread_activate): Adjust to refer to bsd_uthread_ops.
2311         (bsd_uthread_close, bsd_uthread_mourn_inferior)
2312         (bsd_uthread_fetch_registers, bsd_uthread_store_registers)
2313         (bsd_uthread_wait, bsd_uthread_resume, bsd_uthread_thread_alive)
2314         (bsd_uthread_update_thread_list, bsd_uthread_extra_thread_info)
2315         (bsd_uthread_pid_to_str): Refactor as bsd_uthread_target methods.
2316         (bsd_uthread_target): Delete function.
2317         (_initialize_bsd_uthread): Remove reference to
2318         complete_target_initialization.
2319
2320         * bfd-target.c (target_bfd_data): Delete.  Fields folded into ...
2321         (target_bfd): ... this new class.
2322         (target_bfd_xfer_partial, target_bfd_get_section_table)
2323         (target_bfd_close): Refactor as target_bfd methods.
2324         (target_bfd::~target_bfd): New.
2325         (target_bfd_reopen): Adjust.
2326         (target_bfd::close): New.
2327
2328         * record-btrace.c (record_btrace_target): New class.
2329         (record_btrace_ops): Now a record_btrace_target.
2330         (record_btrace_open, record_btrace_stop_recording)
2331         (record_btrace_disconnect, record_btrace_close)
2332         (record_btrace_async, record_btrace_info)
2333         (record_btrace_insn_history, record_btrace_insn_history_range)
2334         (record_btrace_insn_history_from, record_btrace_call_history)
2335         (record_btrace_call_history_range)
2336         (record_btrace_call_history_from, record_btrace_record_method)
2337         (record_btrace_is_replaying, record_btrace_will_replay)
2338         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
2339         (record_btrace_remove_breakpoint, record_btrace_fetch_registers)
2340         (record_btrace_store_registers, record_btrace_prepare_to_store)
2341         (record_btrace_to_get_unwinder)
2342         (record_btrace_to_get_tailcall_unwinder, record_btrace_resume)
2343         (record_btrace_commit_resume, record_btrace_wait)
2344         (record_btrace_stop, record_btrace_can_execute_reverse)
2345         (record_btrace_stopped_by_sw_breakpoint)
2346         (record_btrace_supports_stopped_by_sw_breakpoint)
2347         (record_btrace_stopped_by_hw_breakpoint)
2348         (record_btrace_supports_stopped_by_hw_breakpoint)
2349         (record_btrace_update_thread_list, record_btrace_thread_alive)
2350         (record_btrace_goto_begin, record_btrace_goto_end)
2351         (record_btrace_goto, record_btrace_stop_replaying_all)
2352         (record_btrace_execution_direction)
2353         (record_btrace_prepare_to_generate_core)
2354         (record_btrace_done_generating_core): Refactor as
2355         record_btrace_target methods.
2356         (init_record_btrace_ops): Delete.
2357         (_initialize_record_btrace): Remove reference to
2358         init_record_btrace_ops.
2359         * record-full.c (RECORD_FULL_IS_REPLAY): Adjust to always refer to
2360         the execution_direction global.
2361         (record_full_base_target, record_full_target)
2362         (record_full_core_target): New classes.
2363         (record_full_ops): Now a record_full_target.
2364         (record_full_core_ops): Now a record_full_core_target.
2365         (record_full_target::detach, record_full_target::disconnect)
2366         (record_full_core_target::disconnect)
2367         (record_full_target::mourn_inferior, record_full_target::kill):
2368         New.
2369         (record_full_open, record_full_close, record_full_async): Refactor
2370         as methods of the record_full_base_target class.
2371         (record_full_resume, record_full_commit_resume): Refactor
2372         as methods of the record_full_target class.
2373         (record_full_wait, record_full_stopped_by_watchpoint)
2374         (record_full_stopped_data_address)
2375         (record_full_stopped_by_sw_breakpoint)
2376         (record_full_supports_stopped_by_sw_breakpoint)
2377         (record_full_stopped_by_hw_breakpoint)
2378         (record_full_supports_stopped_by_hw_breakpoint): Refactor as
2379         methods of the record_full_base_target class.
2380         (record_full_store_registers, record_full_xfer_partial)
2381         (record_full_insert_breakpoint, record_full_remove_breakpoint):
2382         Refactor as methods of the record_full_target class.
2383         (record_full_can_execute_reverse, record_full_get_bookmark)
2384         (record_full_goto_bookmark, record_full_execution_direction)
2385         (record_full_record_method, record_full_info, record_full_delete)
2386         (record_full_is_replaying, record_full_will_replay)
2387         (record_full_goto_begin, record_full_goto_end, record_full_goto)
2388         (record_full_stop_replaying): Refactor as methods of the
2389         record_full_base_target class.
2390         (record_full_core_resume, record_full_core_kill)
2391         (record_full_core_fetch_registers)
2392         (record_full_core_prepare_to_store)
2393         (record_full_core_store_registers, record_full_core_xfer_partial)
2394         (record_full_core_insert_breakpoint)
2395         (record_full_core_remove_breakpoint)
2396         (record_full_core_has_execution): Refactor
2397         as methods of the record_full_core_target class.
2398         (record_full_base_target::supports_delete_record): New.
2399         (init_record_full_ops): Delete.
2400         (init_record_full_core_ops): Delete.
2401         (record_full_save): Refactor as method of the
2402         record_full_base_target class.
2403         (_initialize_record_full): Remove references to
2404         init_record_full_ops and init_record_full_core_ops.
2405
2406         * remote.c (remote_target, extended_remote_target): New classes.
2407         (remote_ops): Now a remote_target.
2408         (extended_remote_ops): Now an extended_remote_target.
2409         (remote_insert_fork_catchpoint, remote_remove_fork_catchpoint)
2410         (remote_insert_vfork_catchpoint, remote_remove_vfork_catchpoint)
2411         (remote_insert_exec_catchpoint, remote_remove_exec_catchpoint)
2412         (remote_pass_signals, remote_set_syscall_catchpoint)
2413         (remote_program_signals, )
2414         (remote_thread_always_alive): Remove target_ops parameter.
2415         (remote_thread_alive, remote_thread_name)
2416         (remote_update_thread_list, remote_threads_extra_info)
2417         (remote_static_tracepoint_marker_at)
2418         (remote_static_tracepoint_markers_by_strid)
2419         (remote_get_ada_task_ptid, remote_close, remote_start_remote)
2420         (remote_open): Refactor as methods of remote_target.
2421         (extended_remote_open, extended_remote_detach)
2422         (extended_remote_attach, extended_remote_post_attach):
2423         (extended_remote_supports_disable_randomization)
2424         (extended_remote_create_inferior): : Refactor as method of
2425         extended_remote_target.
2426         (remote_set_permissions, remote_open_1, remote_detach)
2427         (remote_follow_fork, remote_follow_exec, remote_disconnect)
2428         (remote_resume, remote_commit_resume, remote_stop)
2429         (remote_interrupt, remote_pass_ctrlc, remote_terminal_inferior)
2430         (remote_terminal_ours, remote_wait, remote_fetch_registers)
2431         (remote_prepare_to_store, remote_store_registers)
2432         (remote_flash_erase, remote_flash_done, remote_files_info)
2433         (remote_kill, remote_mourn, remote_insert_breakpoint)
2434         (remote_remove_breakpoint, remote_insert_watchpoint)
2435         (remote_watchpoint_addr_within_range)
2436         (remote_remove_watchpoint, remote_region_ok_for_hw_watchpoint)
2437         (remote_check_watch_resources, remote_stopped_by_sw_breakpoint)
2438         (remote_supports_stopped_by_sw_breakpoint)
2439         (remote_stopped_by_hw_breakpoint)
2440         (remote_supports_stopped_by_hw_breakpoint)
2441         (remote_stopped_by_watchpoint, remote_stopped_data_address)
2442         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
2443         (remote_verify_memory): Refactor as methods of remote_target.
2444         (remote_write_qxfer, remote_read_qxfer): Remove target_ops
2445         parameter.
2446         (remote_xfer_partial, remote_get_memory_xfer_limit)
2447         (remote_search_memory, remote_rcmd, remote_memory_map)
2448         (remote_pid_to_str, remote_get_thread_local_address)
2449         (remote_get_tib_address, remote_read_description): Refactor as
2450         methods of remote_target.
2451         (remote_target::fileio_open, remote_target::fileio_pwrite)
2452         (remote_target::fileio_pread, remote_target::fileio_close): New.
2453         (remote_hostio_readlink, remote_hostio_fstat)
2454         (remote_filesystem_is_local, remote_can_execute_reverse)
2455         (remote_supports_non_stop, remote_supports_disable_randomization)
2456         (remote_supports_multi_process, remote_supports_cond_breakpoints)
2457         (remote_supports_enable_disable_tracepoint)
2458         (remote_supports_string_tracing)
2459         (remote_can_run_breakpoint_commands, remote_trace_init)
2460         (remote_download_tracepoint, remote_can_download_tracepoint)
2461         (remote_download_trace_state_variable, remote_enable_tracepoint)
2462         (remote_disable_tracepoint, remote_trace_set_readonly_regions)
2463         (remote_trace_start, remote_get_trace_status)
2464         (remote_get_tracepoint_status, remote_trace_stop)
2465         (remote_trace_find, remote_get_trace_state_variable_value)
2466         (remote_save_trace_data, remote_get_raw_trace_data)
2467         (remote_set_disconnected_tracing, remote_core_of_thread)
2468         (remote_set_circular_trace_buffer, remote_traceframe_info)
2469         (remote_get_min_fast_tracepoint_insn_len)
2470         (remote_set_trace_buffer_size, remote_set_trace_notes)
2471         (remote_use_agent, remote_can_use_agent, remote_enable_btrace)
2472         (remote_disable_btrace, remote_teardown_btrace)
2473         (remote_read_btrace, remote_btrace_conf)
2474         (remote_augmented_libraries_svr4_read, remote_load)
2475         (remote_pid_to_exec_file, remote_can_do_single_step)
2476         (remote_execution_direction, remote_thread_handle_to_thread_info):
2477         Refactor as methods of remote_target.
2478         (init_remote_ops, init_extended_remote_ops): Delete.
2479         (remote_can_async_p, remote_is_async_p, remote_async)
2480         (remote_thread_events, remote_upload_tracepoints)
2481         (remote_upload_trace_state_variables): Refactor as methods of
2482         remote_target.
2483         (_initialize_remote): Remove references to init_remote_ops and
2484         init_extended_remote_ops.
2485
2486         * remote-sim.c (gdbsim_target): New class.
2487         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_kill)
2488         (gdbsim_load, gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2489         (gdbsim_detach, gdbsim_resume, gdbsim_interrupt)
2490         (gdbsim_wait, gdbsim_prepare_to_store, gdbsim_xfer_partial)
2491         (gdbsim_files_info, gdbsim_mourn_inferior, gdbsim_thread_alive)
2492         (gdbsim_pid_to_str, gdbsim_has_all_memory, gdbsim_has_memory):
2493         Refactor as methods of gdbsim_target.
2494         (gdbsim_ops): Now a gdbsim_target.
2495         (init_gdbsim_ops): Delete.
2496         (gdbsim_cntrl_c): Adjust.
2497         (_initialize_remote_sim): Remove reference to init_gdbsim_ops.
2498
2499         * amd64-linux-nat.c (amd64_linux_nat_target): New class.
2500         (the_amd64_linux_nat_target): New.
2501         (amd64_linux_fetch_inferior_registers)
2502         (amd64_linux_store_inferior_registers): Refactor as methods of
2503         amd64_linux_nat_target.
2504         (_initialize_amd64_linux_nat): Adjust.  Set linux_target.
2505         * i386-linux-nat.c: Don't include "linux-nat.h".
2506         (i386_linux_nat_target): New class.
2507         (the_i386_linux_nat_target): New.
2508         (i386_linux_fetch_inferior_registers)
2509         (i386_linux_store_inferior_registers, i386_linux_resume): Refactor
2510         as methods of i386_linux_nat_target.
2511         (_initialize_i386_linux_nat): Adjust.  Set linux_target.
2512         * inf-child.c (inf_child_ops): Delete.
2513         (inf_child_fetch_inferior_registers)
2514         (inf_child_store_inferior_registers): Delete.
2515         (inf_child_post_attach, inf_child_prepare_to_store): Refactor as
2516         methods of inf_child_target.
2517         (inf_child_target::supports_terminal_ours)
2518         (inf_child_target::terminal_init)
2519         (inf_child_target::terminal_inferior)
2520         (inf_child_target::terminal_ours_for_output)
2521         (inf_child_target::terminal_ours, inf_child_target::interrupt)
2522         (inf_child_target::pass_ctrlc, inf_child_target::terminal_info):
2523         New.
2524         (inf_child_open, inf_child_disconnect, inf_child_close)
2525         (inf_child_mourn_inferior, inf_child_maybe_unpush_target)
2526         (inf_child_post_startup_inferior, inf_child_can_run)
2527         (inf_child_pid_to_exec_file): Refactor as methods of
2528         inf_child_target.
2529         (inf_child_follow_fork): Delete.
2530         (inf_child_target::can_create_inferior)
2531         (inf_child_target::can_attach): New.
2532         (inf_child_target::has_all_memory, inf_child_target::has_memory)
2533         (inf_child_target::has_stack, inf_child_target::has_registers)
2534         (inf_child_target::has_execution): New.
2535         (inf_child_fileio_open, inf_child_fileio_pwrite)
2536         (inf_child_fileio_pread, inf_child_fileio_fstat)
2537         (inf_child_fileio_close, inf_child_fileio_unlink)
2538         (inf_child_fileio_readlink, inf_child_use_agent)
2539         (inf_child_can_use_agent): Refactor as methods of
2540         inf_child_target.
2541         (return_zero, inf_child_target): Delete.
2542         (inf_child_target::inf_child_target): New.
2543         * inf-child.h: Include "target.h".
2544         (inf_child_target): Delete function prototype.
2545         (inf_child_target): New class.
2546         (inf_child_open_target, inf_child_mourn_inferior)
2547         (inf_child_maybe_unpush_target): Delete.
2548         * inf-ptrace.c (inf_ptrace_target::~inf_ptrace_target): New.
2549         (inf_ptrace_follow_fork, inf_ptrace_insert_fork_catchpoint)
2550         (inf_ptrace_remove_fork_catchpoint, inf_ptrace_create_inferior)
2551         (inf_ptrace_post_startup_inferior, inf_ptrace_mourn_inferior)
2552         (inf_ptrace_attach, inf_ptrace_post_attach, inf_ptrace_detach)
2553         (inf_ptrace_detach_success, inf_ptrace_kill, inf_ptrace_resume)
2554         (inf_ptrace_wait, inf_ptrace_xfer_partial)
2555         (inf_ptrace_thread_alive, inf_ptrace_files_info)
2556         (inf_ptrace_pid_to_str, inf_ptrace_auxv_parse): Refactor as
2557         methods of inf_ptrace_target.
2558         (inf_ptrace_target): Delete function.
2559         * inf-ptrace.h: Include "inf-child.h".
2560         (inf_ptrace_target): Delete function declaration.
2561         (inf_ptrace_target): New class.
2562         (inf_ptrace_trad_target, inf_ptrace_detach_success): Delete.
2563         * linux-nat.c (linux_target): New.
2564         (linux_ops, linux_ops_saved, super_xfer_partial): Delete.
2565         (linux_nat_target::~linux_nat_target): New.
2566         (linux_child_post_attach, linux_child_post_startup_inferior)
2567         (linux_child_follow_fork, linux_child_insert_fork_catchpoint)
2568         (linux_child_remove_fork_catchpoint)
2569         (linux_child_insert_vfork_catchpoint)
2570         (linux_child_remove_vfork_catchpoint)
2571         (linux_child_insert_exec_catchpoint)
2572         (linux_child_remove_exec_catchpoint)
2573         (linux_child_set_syscall_catchpoint, linux_nat_pass_signals)
2574         (linux_nat_create_inferior, linux_nat_attach, linux_nat_detach)
2575         (linux_nat_resume, linux_nat_stopped_by_watchpoint)
2576         (linux_nat_stopped_data_address)
2577         (linux_nat_stopped_by_sw_breakpoint)
2578         (linux_nat_supports_stopped_by_sw_breakpoint)
2579         (linux_nat_stopped_by_hw_breakpoint)
2580         (linux_nat_supports_stopped_by_hw_breakpoint, linux_nat_wait)
2581         (linux_nat_kill, linux_nat_mourn_inferior)
2582         (linux_nat_xfer_partial, linux_nat_thread_alive)
2583         (linux_nat_update_thread_list, linux_nat_pid_to_str)
2584         (linux_nat_thread_name, linux_child_pid_to_exec_file)
2585         (linux_child_static_tracepoint_markers_by_strid)
2586         (linux_nat_is_async_p, linux_nat_can_async_p)
2587         (linux_nat_supports_non_stop, linux_nat_always_non_stop_p)
2588         (linux_nat_supports_multi_process)
2589         (linux_nat_supports_disable_randomization, linux_nat_async)
2590         (linux_nat_stop, linux_nat_close, linux_nat_thread_address_space)
2591         (linux_nat_core_of_thread, linux_nat_filesystem_is_local)
2592         (linux_nat_fileio_open, linux_nat_fileio_readlink)
2593         (linux_nat_fileio_unlink, linux_nat_thread_events): Refactor as
2594         methods of linux_nat_target.
2595         (linux_nat_wait_1, linux_xfer_siginfo, linux_proc_xfer_partial)
2596         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Remove target_ops
2597         parameter.
2598         (check_stopped_by_watchpoint): Adjust.
2599         (linux_xfer_partial): Delete.
2600         (linux_target_install_ops, linux_target, linux_nat_add_target):
2601         Delete.
2602         (linux_nat_target::linux_nat_target): New.
2603         * linux-nat.h: Include "inf-ptrace.h".
2604         (linux_nat_target): New.
2605         (linux_target, linux_target_install_ops, linux_nat_add_target):
2606         Delete function declarations.
2607         (linux_target): Declare global.
2608         * linux-thread-db.c (thread_db_target): New.
2609         (thread_db_target::thread_db_target): New.
2610         (thread_db_ops): Delete.
2611         (the_thread_db_target): New.
2612         (thread_db_detach, thread_db_wait, thread_db_mourn_inferior)
2613         (thread_db_update_thread_list, thread_db_pid_to_str)
2614         (thread_db_extra_thread_info)
2615         (thread_db_thread_handle_to_thread_info)
2616         (thread_db_get_thread_local_address, thread_db_get_ada_task_ptid)
2617         (thread_db_resume): Refactor as methods of thread_db_target.
2618         (init_thread_db_ops): Delete.
2619         (_initialize_thread_db): Remove reference to init_thread_db_ops.
2620         * x86-linux-nat.c: Don't include "linux-nat.h".
2621         (super_post_startup_inferior): Delete.
2622         (x86_linux_nat_target::~x86_linux_nat_target): New.
2623         (x86_linux_child_post_startup_inferior)
2624         (x86_linux_read_description, x86_linux_enable_btrace)
2625         (x86_linux_disable_btrace, x86_linux_teardown_btrace)
2626         (x86_linux_read_btrace, x86_linux_btrace_conf): Refactor as
2627         methods of x86_linux_nat_target.
2628         (x86_linux_create_target): Delete.  Bits folded ...
2629         (x86_linux_add_target): ... here.  Now takes a linux_nat_target
2630         pointer.
2631         * x86-linux-nat.h: Include "linux-nat.h" and "x86-nat.h".
2632         (x86_linux_nat_target): New class.
2633         (x86_linux_create_target): Delete.
2634         (x86_linux_add_target): Now takes a linux_nat_target pointer.
2635         * x86-nat.c (x86_insert_watchpoint, x86_remove_watchpoint)
2636         (x86_region_ok_for_watchpoint, x86_stopped_data_address)
2637         (x86_stopped_by_watchpoint, x86_insert_hw_breakpoint)
2638         (x86_remove_hw_breakpoint, x86_can_use_hw_breakpoint)
2639         (x86_stopped_by_hw_breakpoint): Remove target_ops parameter and
2640         make extern.
2641         (x86_use_watchpoints): Delete.
2642         * x86-nat.h: Include "breakpoint.h" and "target.h".
2643         (x86_use_watchpoints): Delete.
2644         (x86_can_use_hw_breakpoint, x86_region_ok_for_hw_watchpoint)
2645         (x86_stopped_by_watchpoint, x86_stopped_data_address)
2646         (x86_insert_watchpoint, x86_remove_watchpoint)
2647         (x86_insert_hw_breakpoint, x86_remove_hw_breakpoint)
2648         (x86_stopped_by_hw_breakpoint): New declarations.
2649         (x86_nat_target): New template class.
2650
2651         * ppc-linux-nat.c (ppc_linux_nat_target): New class.
2652         (the_ppc_linux_nat_target): New.
2653         (ppc_linux_fetch_inferior_registers)
2654         (ppc_linux_can_use_hw_breakpoint)
2655         (ppc_linux_region_ok_for_hw_watchpoint)
2656         (ppc_linux_ranged_break_num_registers)
2657         (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
2658         (ppc_linux_insert_mask_watchpoint)
2659         (ppc_linux_remove_mask_watchpoint)
2660         (ppc_linux_can_accel_watchpoint_condition)
2661         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint)
2662         (ppc_linux_stopped_data_address, ppc_linux_stopped_by_watchpoint)
2663         (ppc_linux_watchpoint_addr_within_range)
2664         (ppc_linux_masked_watch_num_registers)
2665         (ppc_linux_store_inferior_registers, ppc_linux_auxv_parse)
2666         (ppc_linux_read_description): Refactor as methods of
2667         ppc_linux_nat_target.
2668         (_initialize_ppc_linux_nat): Adjust.  Set linux_target.
2669
2670         * procfs.c (procfs_xfer_partial): Delete forward declaration.
2671         (procfs_target): New class.
2672         (the_procfs_target): New.
2673         (procfs_target): Delete function.
2674         (procfs_auxv_parse, procfs_attach, procfs_detach)
2675         (procfs_fetch_registers, procfs_store_registers, procfs_wait)
2676         (procfs_xfer_partial, procfs_resume, procfs_pass_signals)
2677         (procfs_files_info, procfs_kill_inferior, procfs_mourn_inferior)
2678         (procfs_create_inferior, procfs_update_thread_list)
2679         (procfs_thread_alive, procfs_pid_to_str)
2680         (procfs_can_use_hw_breakpoint, procfs_stopped_by_watchpoint)
2681         (procfs_stopped_data_address, procfs_insert_watchpoint)
2682         (procfs_remove_watchpoint, procfs_region_ok_for_hw_watchpoint)
2683         (proc_find_memory_regions, procfs_info_proc)
2684         (procfs_make_note_section): Refactor as methods of procfs_target.
2685         (_initialize_procfs): Adjust.
2686         * sol-thread.c (sol_thread_target): New class.
2687         (sol_thread_ops): Now a sol_thread_target.
2688         (sol_thread_detach, sol_thread_resume, sol_thread_wait)
2689         (sol_thread_fetch_registers, sol_thread_store_registers)
2690         (sol_thread_xfer_partial, sol_thread_mourn_inferior)
2691         (sol_thread_alive, solaris_pid_to_str, sol_update_thread_list)
2692         (sol_get_ada_task_ptid): Refactor as methods of sol_thread_target.
2693         (init_sol_thread_ops): Delete.
2694         (_initialize_sol_thread): Adjust.  Remove references to
2695         init_sol_thread_ops and complete_target_initialization.
2696
2697         * windows-nat.c (windows_nat_target): New class.
2698         (windows_fetch_inferior_registers)
2699         (windows_store_inferior_registers, windows_resume, windows_wait)
2700         (windows_attach, windows_detach, windows_pid_to_exec_file)
2701         (windows_files_info, windows_create_inferior)
2702         (windows_mourn_inferior, windows_interrupt, windows_kill_inferior)
2703         (windows_close, windows_pid_to_str, windows_xfer_partial)
2704         (windows_get_tib_address, windows_get_ada_task_ptid)
2705         (windows_thread_name, windows_thread_alive): Refactor as
2706         windows_nat_target methods.
2707         (do_initial_windows_stuff): Adjust.
2708         (windows_target): Delete function.
2709         (_initialize_windows_nat): Adjust.
2710
2711         * darwin-nat.c (darwin_resume, darwin_wait_to, darwin_interrupt)
2712         (darwin_mourn_inferior, darwin_kill_inferior)
2713         (darwin_create_inferior, darwin_attach, darwin_detach)
2714         (darwin_pid_to_str, darwin_thread_alive, darwin_xfer_partial)
2715         (darwin_pid_to_exec_file, darwin_get_ada_task_ptid)
2716         (darwin_supports_multi_process): Refactor as darwin_nat_target
2717         methods.
2718         (darwin_resume_to, darwin_files_info): Delete.
2719         (_initialize_darwin_inferior): Rename to ...
2720         (_initialize_darwin_nat): ... this.  Adjust to C++ification.
2721         * darwin-nat.h: Include "inf-child.h".
2722         (darwin_nat_target): New class.
2723         (darwin_complete_target): Delete.
2724         * i386-darwin-nat.c (i386_darwin_nat_target): New class.
2725         (darwin_target): New.
2726         (i386_darwin_fetch_inferior_registers)
2727         (i386_darwin_store_inferior_registers): Refactor as methods of
2728         darwin_nat_target.
2729         (darwin_complete_target): Delete, with ...
2730         (_initialize_i386_darwin_nat): ... bits factored out here.
2731
2732         * alpha-linux-nat.c (alpha_linux_nat_target): New class.
2733         (the_alpha_linux_nat_target): New.
2734         (alpha_linux_register_u_offset): Refactor as
2735         alpha_linux_nat_target method.
2736         (_initialize_alpha_linux_nat): Adjust.
2737         * linux-nat-trad.c (inf_ptrace_register_u_offset): Delete.
2738         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2739         (inf_ptrace_store_register, inf_ptrace_store_registers): Refact as
2740         methods of linux_nat_trad_target.
2741         (linux_trad_target): Delete.
2742         * linux-nat-trad.h (linux_trad_target): Delete function.
2743         (linux_nat_trad_target): New class.
2744         * mips-linux-nat.c (mips_linux_nat_target): New class.
2745         (super_fetch_registers, super_store_registers, super_close):
2746         Delete.
2747         (the_mips_linux_nat_target): New.
2748         (mips64_linux_regsets_fetch_registers)
2749         (mips64_linux_regsets_store_registers)
2750         (mips64_linux_fetch_registers, mips64_linux_store_registers)
2751         (mips_linux_register_u_offset, mips_linux_read_description)
2752         (mips_linux_can_use_hw_breakpoint)
2753         (mips_linux_stopped_by_watchpoint)
2754         (mips_linux_stopped_data_address)
2755         (mips_linux_region_ok_for_hw_watchpoint)
2756         (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
2757         (mips_linux_close): Refactor as methods of mips_linux_nat.
2758         (_initialize_mips_linux_nat): Adjust to C++ification.
2759
2760         * aix-thread.c (aix_thread_target): New class.
2761         (aix_thread_ops): Now an aix_thread_target.
2762         (aix_thread_detach, aix_thread_resume, aix_thread_wait)
2763         (aix_thread_fetch_registers, aix_thread_store_registers)
2764         (aix_thread_xfer_partial, aix_thread_mourn_inferior)
2765         (aix_thread_thread_alive, aix_thread_pid_to_str)
2766         (aix_thread_extra_thread_info, aix_thread_get_ada_task_ptid):
2767         Refactor as methods of aix_thread_target.
2768         (init_aix_thread_ops): Delete.
2769         (_initialize_aix_thread): Remove references to init_aix_thread_ops
2770         and complete_target_initialization.
2771         * rs6000-nat.c (rs6000_xfer_shared_libraries): Delete.
2772         (rs6000_nat_target): New class.
2773         (the_rs6000_nat_target): New.
2774         (rs6000_fetch_inferior_registers, rs6000_store_inferior_registers)
2775         (rs6000_xfer_partial, rs6000_wait, rs6000_create_inferior)
2776         (rs6000_xfer_shared_libraries): Refactor as rs6000_nat_target methods.
2777         (super_create_inferior): Delete.
2778         (_initialize_rs6000_nat): Adjust to C++ification.
2779
2780         * arm-linux-nat.c (arm_linux_nat_target): New class.
2781         (the_arm_linux_nat_target): New.
2782         (arm_linux_fetch_inferior_registers)
2783         (arm_linux_store_inferior_registers, arm_linux_read_description)
2784         (arm_linux_can_use_hw_breakpoint, arm_linux_insert_hw_breakpoint)
2785         (arm_linux_remove_hw_breakpoint)
2786         (arm_linux_region_ok_for_hw_watchpoint)
2787         (arm_linux_insert_watchpoint, arm_linux_remove_watchpoint)
2788         (arm_linux_stopped_data_address, arm_linux_stopped_by_watchpoint)
2789         (arm_linux_watchpoint_addr_within_range): Refactor as methods of
2790         arm_linux_nat_target.
2791         (_initialize_arm_linux_nat): Adjust to C++ification.
2792
2793         * aarch64-linux-nat.c (aarch64_linux_nat_target): New class.
2794         (the_aarch64_linux_nat_target): New.
2795         (aarch64_linux_fetch_inferior_registers)
2796         (aarch64_linux_store_inferior_registers)
2797         (aarch64_linux_child_post_startup_inferior)
2798         (aarch64_linux_read_description)
2799         (aarch64_linux_can_use_hw_breakpoint)
2800         (aarch64_linux_insert_hw_breakpoint)
2801         (aarch64_linux_remove_hw_breakpoint)
2802         (aarch64_linux_insert_watchpoint, aarch64_linux_remove_watchpoint)
2803         (aarch64_linux_region_ok_for_hw_watchpoint)
2804         (aarch64_linux_stopped_data_address)
2805         (aarch64_linux_stopped_by_watchpoint)
2806         (aarch64_linux_watchpoint_addr_within_range)
2807         (aarch64_linux_can_do_single_step): Refactor as methods of
2808         aarch64_linux_nat_target.
2809         (super_post_startup_inferior): Delete.
2810         (_initialize_aarch64_linux_nat): Adjust to C++ification.
2811
2812         * hppa-linux-nat.c (hppa_linux_nat_target): New class.
2813         (the_hppa_linux_nat_target): New.
2814         (hppa_linux_fetch_inferior_registers)
2815         (hppa_linux_store_inferior_registers): Refactor as methods of
2816         hppa_linux_nat_target.
2817         (_initialize_hppa_linux_nat): Adjust to C++ification.
2818
2819         * ia64-linux-nat.c (ia64_linux_nat_target): New class.
2820         (the_ia64_linux_nat_target): New.
2821         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
2822         (ia64_linux_stopped_data_address)
2823         (ia64_linux_stopped_by_watchpoint, ia64_linux_fetch_registers)
2824         (ia64_linux_store_registers, ia64_linux_xfer_partial): Refactor as
2825         ia64_linux_nat_target methods.
2826         (super_xfer_partial): Delete.
2827         (_initialize_ia64_linux_nat): Adjust to C++ification.
2828
2829         * m32r-linux-nat.c (m32r_linux_nat_target): New class.
2830         (the_m32r_linux_nat_target): New.
2831         (m32r_linux_fetch_inferior_registers)
2832         (m32r_linux_store_inferior_registers): Refactor as
2833         m32r_linux_nat_target methods.
2834         (_initialize_m32r_linux_nat): Adjust to C++ification.
2835
2836         * m68k-linux-nat.c (m68k_linux_nat_target): New class.
2837         (the_m68k_linux_nat_target): New.
2838         (m68k_linux_fetch_inferior_registers)
2839         (m68k_linux_store_inferior_registers): Refactor as
2840         m68k_linux_nat_target methods.
2841         (_initialize_m68k_linux_nat): Adjust to C++ification.
2842
2843         * s390-linux-nat.c (s390_linux_nat_target): New class.
2844         (the_s390_linux_nat_target): New.
2845         (s390_linux_fetch_inferior_registers)
2846         (s390_linux_store_inferior_registers, s390_stopped_by_watchpoint)
2847         (s390_insert_watchpoint, s390_remove_watchpoint)
2848         (s390_can_use_hw_breakpoint, s390_insert_hw_breakpoint)
2849         (s390_remove_hw_breakpoint, s390_region_ok_for_hw_watchpoint)
2850         (s390_auxv_parse, s390_read_description): Refactor as methods of
2851         s390_linux_nat_target.
2852         (_initialize_s390_nat): Adjust to C++ification.
2853
2854         * sparc-linux-nat.c (sparc_linux_nat_target): New class.
2855         (the_sparc_linux_nat_target): New.
2856         (_initialize_sparc_linux_nat): Adjust to C++ification.
2857         * sparc-nat.c (sparc_fetch_inferior_registers)
2858         (sparc_store_inferior_registers): Remove target_ops parameter.
2859         * sparc-nat.h (sparc_fetch_inferior_registers)
2860         (sparc_store_inferior_registers): Remove target_ops parameter.
2861         * sparc64-linux-nat.c (sparc64_linux_nat_target): New class.
2862         (the_sparc64_linux_nat_target): New.
2863         (_initialize_sparc64_linux_nat): Adjust to C++ification.
2864
2865         * spu-linux-nat.c (spu_linux_nat_target): New class.
2866         (the_spu_linux_nat_target): New.
2867         (spu_child_post_startup_inferior, spu_child_post_attach)
2868         (spu_child_wait, spu_fetch_inferior_registers)
2869         (spu_store_inferior_registers, spu_xfer_partial)
2870         (spu_can_use_hw_breakpoint): Refactor as spu_linux_nat_target
2871         methods.
2872         (_initialize_spu_nat): Adjust to C++ification.
2873
2874         * tilegx-linux-nat.c (tilegx_linux_nat_target): New class.
2875         (the_tilegx_linux_nat_target): New.
2876         (fetch_inferior_registers, store_inferior_registers):
2877         Refactor as methods.
2878         (_initialize_tile_linux_nat): Adjust to C++ification.
2879
2880         * xtensa-linux-nat.c (xtensa_linux_nat_target): New class.
2881         (the_xtensa_linux_nat_target): New.
2882         (xtensa_linux_fetch_inferior_registers)
2883         (xtensa_linux_store_inferior_registers): Refactor as
2884         xtensa_linux_nat_target methods.
2885         (_initialize_xtensa_linux_nat): Adjust to C++ification.
2886
2887         * fbsd-nat.c (USE_SIGTRAP_SIGINFO): Delete.
2888         (fbsd_pid_to_exec_file, fbsd_find_memory_regions)
2889         (fbsd_find_memory_regions, fbsd_info_proc, fbsd_xfer_partial)
2890         (fbsd_thread_alive, fbsd_pid_to_str, fbsd_thread_name)
2891         (fbsd_update_thread_list, fbsd_resume, fbsd_wait)
2892         (fbsd_stopped_by_sw_breakpoint)
2893         (fbsd_supports_stopped_by_sw_breakpoint, fbsd_follow_fork)
2894         (fbsd_insert_fork_catchpoint, fbsd_remove_fork_catchpoint)
2895         (fbsd_insert_vfork_catchpoint, fbsd_remove_vfork_catchpoint)
2896         (fbsd_post_startup_inferior, fbsd_post_attach)
2897         (fbsd_insert_exec_catchpoint, fbsd_remove_exec_catchpoint)
2898         (fbsd_set_syscall_catchpoint)
2899         (super_xfer_partial, super_resume, super_wait)
2900         (fbsd_supports_stopped_by_hw_breakpoint): Delete.
2901         (fbsd_handle_debug_trap): Remove target_ops parameter.
2902         (fbsd_nat_add_target): Delete.
2903         * fbsd-nat.h: Include "inf-ptrace.h".
2904         (fbsd_nat_add_target): Delete.
2905         (USE_SIGTRAP_SIGINFO): Define.
2906         (fbsd_nat_target): New class.
2907
2908         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers)
2909         (amd64bsd_store_inferior_registers): Remove target_ops parameter.
2910         (amd64bsd_target): Delete.
2911         * amd64-bsd-nat.h: New file.
2912         * amd64-fbsd-nat.c: Include "amd64-bsd-nat.h" instead of
2913         "x86-bsd-nat.h".
2914         (amd64_fbsd_nat_target): New class.
2915         (the_amd64_fbsd_nat_target): New.
2916         (amd64fbsd_read_description): Refactor as method of
2917         amd64_fbsd_nat_target.
2918         (amd64_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
2919         (_initialize_amd64fbsd_nat): Adjust to C++ification.
2920         * amd64-nat.h (amd64bsd_target): Delete function declaration.
2921         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers)
2922         (i386bsd_store_inferior_registers): Remove target_ops parameter.
2923         (i386bsd_target): Delete.
2924         * i386-bsd-nat.h (i386bsd_target): Delete function declaration.
2925         (i386bsd_fetch_inferior_registers)
2926         (i386bsd_store_inferior_registers): Declare.
2927         (i386_bsd_nat_target): New class.
2928         * i386-fbsd-nat.c (i386_fbsd_nat_target): New class.
2929         (the_i386_fbsd_nat_target): New.
2930         (i386fbsd_resume, i386fbsd_read_description): Refactor as
2931         i386_fbsd_nat_target methods.
2932         (i386_fbsd_nat_target::supports_stopped_by_hw_breakpoint): New.
2933         (_initialize_i386fbsd_nat): Adjust to C++ification.
2934         * x86-bsd-nat.c (super_mourn_inferior): Delete.
2935         (x86bsd_mourn_inferior, x86bsd_target): Delete.
2936         (_initialize_x86_bsd_nat): Adjust to C++ification.
2937         * x86-bsd-nat.h: Include "x86-nat.h".
2938         (x86bsd_target): Delete declaration.
2939         (x86bsd_nat_target): New class.
2940
2941         * aarch64-fbsd-nat.c (aarch64_fbsd_nat_target): New class.
2942         (the_aarch64_fbsd_nat_target): New.
2943         (aarch64_fbsd_fetch_inferior_registers)
2944         (aarch64_fbsd_store_inferior_registers): Refactor as methods of
2945         aarch64_fbsd_nat_target.
2946         (_initialize_aarch64_fbsd_nat): Adjust to C++ification.
2947         * alpha-bsd-nat.c (alpha_bsd_nat_target): New class.
2948         (the_alpha_bsd_nat_target): New.
2949         (alphabsd_fetch_inferior_registers)
2950         (alphabsd_store_inferior_registers): Refactor as
2951         alpha_bsd_nat_target methods.
2952         (_initialize_alphabsd_nat): Refactor as methods of
2953         alpha_bsd_nat_target.
2954         * amd64-nbsd-nat.c: Include "amd64-bsd-nat.h".
2955         (the_amd64_nbsd_nat_target): New.
2956         (_initialize_amd64nbsd_nat): Adjust to C++ification.
2957         * amd64-obsd-nat.c: Include "amd64-bsd-nat.h".
2958         (the_amd64_obsd_nat_target): New.
2959         (_initialize_amd64obsd_nat): Adjust to C++ification.
2960         * arm-fbsd-nat.c (arm_fbsd_nat_target): New.
2961         (the_arm_fbsd_nat_target): New.
2962         (arm_fbsd_fetch_inferior_registers)
2963         (arm_fbsd_store_inferior_registers, arm_fbsd_read_description):
2964         (_initialize_arm_fbsd_nat): Refactor as methods of
2965         arm_fbsd_nat_target.
2966         (_initialize_arm_fbsd_nat): Adjust to C++ification.
2967         * arm-nbsd-nat.c (arm_netbsd_nat_target): New class.
2968         (the_arm_netbsd_nat_target): New.
2969         (armnbsd_fetch_registers, armnbsd_store_registers): Refactor as
2970         arm_netbsd_nat_target.
2971         (_initialize_arm_netbsd_nat): Adjust to C++ification.
2972         * hppa-nbsd-nat.c (hppa_nbsd_nat_target): New class.
2973         (the_hppa_nbsd_nat_target): New.
2974         (hppanbsd_fetch_registers, hppanbsd_store_registers): Refactor as
2975         hppa_nbsd_nat_target methods.
2976         (_initialize_hppanbsd_nat): Adjust to C++ification.
2977         * hppa-obsd-nat.c (hppa_obsd_nat_target): New class.
2978         (the_hppa_obsd_nat_target): New.
2979         (hppaobsd_fetch_registers, hppaobsd_store_registers): Refactor as
2980         methods of hppa_obsd_nat_target.
2981         (_initialize_hppaobsd_nat): Adjust to C++ification.  Use
2982         add_target.
2983         * i386-nbsd-nat.c (the_i386_nbsd_nat_target): New.
2984         (_initialize_i386nbsd_nat): Adjust to C++ification.  Use
2985         add_target.
2986         * i386-obsd-nat.c (the_i386_obsd_nat_target): New.
2987         (_initialize_i386obsd_nat): Use add_target.
2988         * m68k-bsd-nat.c (m68k_bsd_nat_target): New class.
2989         (the_m68k_bsd_nat_target): New.
2990         (m68kbsd_fetch_inferior_registers)
2991         (m68kbsd_store_inferior_registers): Refactor as methods of
2992         m68k_bsd_nat_target.
2993         (_initialize_m68kbsd_nat): Adjust to C++ification.
2994         * mips-fbsd-nat.c (mips_fbsd_nat_target): New class.
2995         (the_mips_fbsd_nat_target): New.
2996         (mips_fbsd_fetch_inferior_registers)
2997         (mips_fbsd_store_inferior_registers): Refactor as methods of
2998         mips_fbsd_nat_target.
2999         (_initialize_mips_fbsd_nat): Adjust to C++ification.  Use
3000         add_target.
3001         * mips-nbsd-nat.c (mips_nbsd_nat_target): New class.
3002         (the_mips_nbsd_nat_target): New.
3003         (mipsnbsd_fetch_inferior_registers)
3004         (mipsnbsd_store_inferior_registers): Refactor as methods of
3005         mips_nbsd_nat_target.
3006         (_initialize_mipsnbsd_nat): Adjust to C++ification.
3007         * mips64-obsd-nat.c (mips64_obsd_nat_target): New class.
3008         (the_mips64_obsd_nat_target): New.
3009         (mips64obsd_fetch_inferior_registers)
3010         (mips64obsd_store_inferior_registers): Refactor as methods of
3011         mips64_obsd_nat_target.
3012         (_initialize_mips64obsd_nat): Adjust to C++ification.  Use
3013         add_target.
3014         * nbsd-nat.c (nbsd_pid_to_exec_file): Refactor as method of
3015         nbsd_nat_target.
3016         * nbsd-nat.h: Include "inf-ptrace.h".
3017         (nbsd_nat_target): New class.
3018         * obsd-nat.c (obsd_pid_to_str, obsd_update_thread_list)
3019         (obsd_wait): Refactor as methods of obsd_nat_target.
3020         (obsd_add_target): Delete.
3021         * obsd-nat.h: Include "inf-ptrace.h".
3022         (obsd_nat_target): New class.
3023         * ppc-fbsd-nat.c (ppc_fbsd_nat_target): New class.
3024         (the_ppc_fbsd_nat_target): New.
3025         (ppcfbsd_fetch_inferior_registers)
3026         (ppcfbsd_store_inferior_registers): Refactor as methods of
3027         ppc_fbsd_nat_target.
3028         (_initialize_ppcfbsd_nat): Adjust to C++ification.  Use
3029         add_target.
3030         * ppc-nbsd-nat.c (ppc_nbsd_nat_target): New class.
3031         (the_ppc_nbsd_nat_target): New.
3032         (ppcnbsd_fetch_inferior_registers)
3033         (ppcnbsd_store_inferior_registers): Refactor as methods of
3034         ppc_nbsd_nat_target.
3035         (_initialize_ppcnbsd_nat): Adjust to C++ification.
3036         * ppc-obsd-nat.c (ppc_obsd_nat_target): New class.
3037         (the_ppc_obsd_nat_target): New.
3038         (ppcobsd_fetch_registers, ppcobsd_store_registers): Refactor as
3039         methods of ppc_obsd_nat_target.
3040         (_initialize_ppcobsd_nat): Adjust to C++ification.  Use
3041         add_target.
3042         * sh-nbsd-nat.c (sh_nbsd_nat_target): New class.
3043         (the_sh_nbsd_nat_target): New.
3044         (shnbsd_fetch_inferior_registers)
3045         (shnbsd_store_inferior_registers): Refactor as methods of
3046         sh_nbsd_nat_target.
3047         (_initialize_shnbsd_nat): Adjust to C++ification.
3048         * sparc-nat.c (sparc_xfer_wcookie): Make extern.
3049         (inf_ptrace_xfer_partial): Delete.
3050         (sparc_xfer_partial, sparc_target): Delete.
3051         * sparc-nat.h (sparc_fetch_inferior_registers)
3052         (sparc_store_inferior_registers, sparc_xfer_wcookie): Declare.
3053         (sparc_target): Delete function declaration.
3054         (sparc_target): New template class.
3055         * sparc-nbsd-nat.c (the_sparc_nbsd_nat_target): New.
3056         (_initialize_sparcnbsd_nat): Adjust to C++ification.
3057         * sparc64-fbsd-nat.c (the_sparc64_fbsd_nat_target): New.
3058         (_initialize_sparc64fbsd_nat): Adjust to C++ification.  Use
3059         add_target.
3060         * sparc64-nbsd-nat.c (the_sparc64_nbsd_nat_target): New.
3061         (_initialize_sparc64nbsd_nat): Adjust to C++ification.
3062         * sparc64-obsd-nat.c (the_sparc64_obsd_nat_target): New.
3063         (_initialize_sparc64obsd_nat): Adjust to C++ification.  Use
3064         add_target.
3065         * vax-bsd-nat.c (vax_bsd_nat_target): New class.
3066         (the_vax_bsd_nat_target): New.
3067         (vaxbsd_fetch_inferior_registers)
3068         (vaxbsd_store_inferior_registers): Refactor as vax_bsd_nat_target
3069         methods.
3070         (_initialize_vaxbsd_nat): Adjust to C++ification.
3071
3072         * bsd-kvm.c (bsd_kvm_target): New class.
3073         (bsd_kvm_ops): Now a bsd_kvm_target.
3074         (bsd_kvm_open, bsd_kvm_close, bsd_kvm_xfer_partial)
3075         (bsd_kvm_files_info, bsd_kvm_fetch_registers)
3076         (bsd_kvm_thread_alive, bsd_kvm_pid_to_str): Refactor as methods of
3077         bsd_kvm_target.
3078         (bsd_kvm_return_one): Delete.
3079         (bsd_kvm_add_target): Adjust to C++ification.
3080
3081         * nto-procfs.c (nto_procfs_target, nto_procfs_target_native)
3082         (nto_procfs_target_procfs): New classes.
3083         (procfs_open_1, procfs_thread_alive, procfs_update_thread_list)
3084         (procfs_files_info, procfs_pid_to_exec_file, procfs_attach)
3085         (procfs_post_attach, procfs_wait, procfs_fetch_registers)
3086         (procfs_xfer_partial, procfs_detach, procfs_insert_breakpoint)
3087         (procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
3088         (procfs_remove_hw_breakpoint, procfs_resume)
3089         (procfs_mourn_inferior, procfs_create_inferior, procfs_interrupt)
3090         (procfs_kill_inferior, procfs_store_registers)
3091         (procfs_pass_signals, procfs_pid_to_str, procfs_can_run): Refactor
3092         as methods of nto_procfs_target.
3093         (nto_procfs_ops): Now an nto_procfs_target_procfs.
3094         (nto_native_ops): Delete.
3095         (procfs_open, procfs_native_open): Delete.
3096         (nto_native_ops): Now an nto_procfs_target_native.
3097         (init_procfs_targets): Adjust to C++ification.
3098         (procfs_can_use_hw_breakpoint, procfs_remove_hw_watchpoint)
3099         (procfs_insert_hw_watchpoint, procfs_stopped_by_watchpoint):
3100         Refactor as methods of nto_procfs_target.
3101
3102         * go32-nat.c (go32_nat_target): New class.
3103         (the_go32_nat_target): New.
3104         (go32_attach, go32_resume, go32_wait, go32_fetch_registers)
3105         (go32_store_registers, go32_xfer_partial, go32_files_info)
3106         (go32_kill_inferior, go32_create_inferior, go32_mourn_inferior)
3107         (go32_terminal_init, go32_terminal_info, go32_terminal_inferior)
3108         (go32_terminal_ours, go32_pass_ctrlc, go32_thread_alive)
3109         (go32_pid_to_str): Refactor as methods of go32_nat_target.
3110         (go32_target): Delete.
3111         (_initialize_go32_nat): Adjust to C++ification.
3112
3113         * gnu-nat.c (gnu_wait, gnu_resume, gnu_kill_inferior)
3114         (gnu_mourn_inferior, gnu_create_inferior, gnu_attach, gnu_detach)
3115         (gnu_stop, gnu_thread_alive, gnu_xfer_partial)
3116         (gnu_find_memory_regions, gnu_pid_to_str): Refactor as methods of
3117         gnu_nat_target.
3118         (gnu_target): Delete.
3119         * gnu-nat.h (gnu_target): Delete.
3120         (gnu_nat_target): New class.
3121         * i386-gnu-nat.c (gnu_base_target): New.
3122         (i386_gnu_nat_target): New class.
3123         (the_i386_gnu_nat_target): New.
3124         (_initialize_i386gnu_nat): Adjust to C++ification.
3125
3126 2018-05-02  Pedro Alves  <palves@redhat.com>
3127
3128         * bfd-target.c (target_bfd_xclose): Rename to ...
3129         (target_bfd_close): ... this.
3130         (target_bfd_reopen): Adjust.
3131         * target.c (target_close): Remove references to to_xclose.
3132         * target.h (target_ops::to_xclose): Delete.
3133         (target_ops::to_close): Update comments.
3134
3135 2018-05-02  Pedro Alves  <palves@redhat.com>
3136
3137         * alpha-linux-nat.c: Include "linux-nat-trad.h" instead of
3138         "linux-nat.h".
3139         * configure.nat (alpha-linux, linux-mips): Add linux-nat-trad.o.
3140         * inf-ptrace.c (inf_ptrace_register_u_offset)
3141         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
3142         (inf_ptrace_store_register, inf_ptrace_store_registers)
3143         (inf_ptrace_trad_target): Move to ...
3144         * linux-nat-trad.c: ... this new file.
3145         * linux-nat-trad.h: New file.
3146         * linux-nat.c (linux_target_install_ops): Make extern.
3147         (linux_trad_target): Delete.
3148         * linux-nat.h (linux_trad_target): Delete declaration.
3149         (linux_target_install_ops): Declare.
3150         * mips-linux-nat.c: Include "linux-nat-trad.h" instead of
3151         "linux-nat.h".
3152
3153 2018-05-02  Pedro Alves  <palves@redhat.com>
3154
3155         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
3156         procfs_target/add_target here.
3157         * procfs.c (procfs_target): Make static.
3158         (_initialize_procfs): Call add_target here.
3159         * procfs.h (struct target_ops): Remove forward declaration.
3160         (procfs_target): Remove declaration.
3161         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Delete.
3162
3163 2018-05-02  Pedro Alves  <palves@redhat.com>
3164
3165         * procfs.c (procfs_stopped_by_watchpoint)
3166         (procfs_insert_watchpoint, procfs_remove_watchpoint)
3167         (procfs_region_ok_for_hw_watchpoint, procfs_stopped_data_address):
3168         Forward declare.
3169         (procfs_use_watchpoints): Delete, move contents...
3170         (procfs_target): ... here.
3171         * procfs.h (procfs_use_watchpoints): Delete declaration.
3172         * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Don't call
3173         procfs_use_watchpoints.
3174         * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Don't call
3175         procfs_use_watchpoints.
3176
3177 2018-05-02  Tom Tromey  <tom@tromey.com>
3178
3179         PR python/20084:
3180         * python/python.c (gdbpy_parameter_value): Handle var_zuinteger
3181         and var_zuinteger_unlimited.
3182         * python/py-param.c (struct parm_constant): Add PARAM_ZUINTEGER
3183         and PARAM_ZUINTEGER_UNLIMITED.
3184         (set_parameter_value): Handle var_zuinteger and
3185         var_zuinteger_unlimited.
3186         (add_setshow_generic): Likewise.
3187         (parmpy_init): Likewise.
3188
3189 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
3190
3191         PR rust/23124
3192         * gdb/rust-exp.y (convert_params_to_types): Ensure that the params
3193         pointer is not null before dereferencing it.
3194
3195 2018-04-30  Tom Tromey  <tom@tromey.com>
3196
3197         * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
3198         is_mi_like_p.
3199
3200 2018-04-30  Tom Tromey  <tom@tromey.com>
3201
3202         * breakpoint.c (mention): Remove use of is_mi_like_p.
3203         (print_mention_ranged_breakpoint): Likewise.
3204         * break-catch-throw.c (print_it_exception_catchpoint): Remove use
3205         of is_mi_like_p.
3206
3207 2018-04-30  Tom Tromey  <tom@tromey.com>
3208
3209         * tracepoint.c (tvariables_info_1): Remove use of is_mi_like_p.
3210
3211 2018-04-30  Tom Tromey  <tom@tromey.com>
3212
3213         * spu-tdep.c (info_spu_mailbox_list, info_spu_dma_cmdlist)
3214         (info_spu_event_command): Remove some uses of is_mi_like_p.
3215
3216 2018-04-30  Tom Tromey  <tom@tromey.com>
3217
3218         * python/py-framefilter.c (py_print_single_arg)
3219         (enumerate_locals, py_print_args, py_print_frame): Remove some
3220         uses of is_mi_like_p.
3221
3222 2018-04-30  Tom Tromey  <tom@tromey.com>
3223
3224         * ui-out.c: Update.
3225         * cli-out.h (cli_ui_out::do_is_mi_like_p): Update.
3226         * ui-out.h (ui_out::is_mi_like_p): Now const.
3227         (ui_out::do_is_mi_like_p): Now const.
3228         * mi/mi-out.h (mi_ui_out::do_is_mi_like_p): Update.
3229
3230 2018-04-30  Tom Tromey  <tom@tromey.com>
3231
3232         * varobj.c (varobj_set_visualizer): Use new_reference.
3233         * python/python.c (gdbpy_decode_line): Use new_reference.
3234         * python/py-cmd.c (cmdpy_function, cmdpy_completer_helper): Use
3235         new_reference.
3236
3237 2018-04-30  Tom Tromey  <tom@tromey.com>
3238
3239         * varobj.c (install_new_value): Use new_reference.
3240         * value.h (value_incref): Return void.  Swap intro comment with
3241         value_decref.
3242         * value.c (set_value_parent): Use new_reference.
3243         (value_incref): Return void.  Update intro comment.
3244         (release_value): Use new_reference.
3245         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use new_reference.
3246
3247 2018-04-30  Tom Tromey  <tom@tromey.com>
3248
3249         * symfile-mem.c (symbol_file_add_from_memory): Use new_reference.
3250         * gdb_bfd.h (new_bfd_ref): Remove.
3251         (gdb_bfd_open): Update comment.
3252         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
3253         (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_record_inclusion)
3254         (gdb_bfd_fdopenr): Use new_reference.
3255         * exec.c (exec_file_attach): Use new_reference.
3256
3257 2018-04-30  Tom Tromey  <tom@tromey.com>
3258
3259         * common/gdb_ref_ptr.h (ref_ptr::new_reference): New static
3260         method.
3261
3262 2018-04-30  Tom Tromey  <tom@tromey.com>
3263
3264         * jit.c (jit_read_code_entry): Use type_align.
3265         * i386-tdep.c (i386_gdbarch_init): Don't call
3266         set_gdbarch_long_long_align_bit.
3267         * gdbarch.sh: Remove long_long_align_bit.
3268         * gdbarch.c, gdbarch.h: Rebuild.
3269         * arc-tdep.c (arc_type_align): New function.
3270         (arc_gdbarch_init): Use arc_type_align.  Don't call
3271         set_gdbarch_long_long_align_bit.
3272
3273 2018-04-30  Tom Tromey  <tom@tromey.com>
3274
3275         * rust-lang.c (rust_type_alignment): Remove.
3276         (rust_composite_type): Use type_align.
3277
3278 2018-04-30  Tom Tromey  <tom@tromey.com>
3279
3280         * NEWS: Mention Type.align.
3281         * python/py-type.c (typy_get_alignof): New function.
3282         (type_object_getset): Add "alignof".
3283
3284 2018-04-30  Tom Tromey  <tom@tromey.com>
3285
3286         PR exp/17095:
3287         * NEWS: Update.
3288         * std-operator.def (UNOP_ALIGNOF): New operator.
3289         * expprint.c (dump_subexp_body_standard) <case UNOP_ALIGNOF>:
3290         New.
3291         * eval.c (evaluate_subexp_standard) <case UNOP_ALIGNOF>: New.
3292         * c-lang.c (c_op_print_tab): Add alignof.
3293         * c-exp.y (ALIGNOF): New token.
3294         (exp): Add "ALIGNOF" production.
3295         (ident_tokens): Add _Alignof and alignof.
3296
3297 2018-04-30  Tom Tromey  <tom@tromey.com>
3298
3299         * i386-tdep.c (i386_type_align): New function.
3300         (i386_gdbarch_init): Update.
3301         * gdbarch.sh (type_align): New method.
3302         * gdbarch.c, gdbarch.h: Rebuild.
3303         * arch-utils.h (default_type_align): Declare.
3304         * arch-utils.c (default_type_align): New function.
3305         * gdbtypes.h (TYPE_ALIGN_BITS): New define.
3306         (struct type) <align_log2>: New field.
3307         <instance_flags>: Now a bitfield.
3308         (TYPE_RAW_ALIGN): New macro.
3309         (type_align, type_raw_align, set_type_align): Declare.
3310         * gdbtypes.c (type_align, type_raw_align, set_type_align): New
3311         functions.
3312         * dwarf2read.c (quirk_rust_enum): Set type alignment.
3313         (get_alignment, maybe_set_alignment): New functions.
3314         (read_structure_type, read_enumeration_type, read_array_type)
3315         (read_set_type, read_tag_pointer_type, read_tag_reference_type)
3316         (read_subrange_type, read_base_type): Set type alignment.
3317
3318 2018-04-30  Simon Marchi  <simon.marchi@ericsson.com>
3319
3320         * dwarf2read.c (read_index_from_section): Use bool.
3321
3322 2018-04-29  Fabian Groffen  <grobian@gentoo.org>
3323
3324         PR gdb/22950
3325         * proc-events.c (init_syscall_table): Guard usage os SYS_uuidsys
3326         with #ifdef.
3327
3328 2018-04-29  John Reiser  <jreiser@BitWagon.com>
3329
3330         PR build/22873
3331         * gdb/Makefile.in: (.c:.l, .c:.y): Write the target only in the
3332         last step, and do it atomically.
3333
3334 2018-04-27  Alexandre Oliva  <aoliva@redhat.com>
3335
3336         * compile/compile-c-types.c (convert_int, convert_float):
3337         Update for C FE v1.
3338
3339 2018-04-27  Tom Tromey  <tom@tromey.com>
3340
3341         PR rust/22545:
3342         * rust-lang.c (rust_inclusive_range_type_p): New function.
3343         (rust_range): Handle inclusive ranges.
3344         (rust_compute_range): Likewise.
3345         * rust-exp.y (struct rust_op) <inclusive>: New field.
3346         (DOTDOTEQ): New constant.
3347         (range_expr): Add "..=" productions.
3348         (operator_tokens): Add "..=" token.
3349         (ast_range): Add "inclusive" parameter.
3350         (convert_ast_to_expression) <case OP_RANGE>: Handle inclusive
3351         ranges.
3352         * parse.c (operator_length_standard) <case OP_RANGE>: Handle new
3353         bounds values.
3354         * expression.h (enum range_type) <NONE_BOUND_DEFAULT_EXCLUSIVE,
3355         LOW_BOUND_DEFAULT_EXCLUSIVE>: New constants.
3356         Update comments.
3357         * expprint.c (print_subexp_standard): Handle new bounds values.
3358         (dump_subexp_body_standard): Likewise.
3359
3360 2018-04-27  Tom Tromey  <tom@tromey.com>
3361
3362         * configure: Rebuild.
3363         * warning.m4 (AM_GDB_WARNINGS): Add -Wsuggest-override.
3364         * dwarf2loc.c (class dwarf_evaluate_loc_desc): Use "override", not
3365         "OVERRIDE".
3366         (class symbol_needs_eval_context): Likewise.
3367         * dwarf2read.c (mock_mapped_index::symbol_name_count)
3368         (mock_mapped_index::symbol_name_at): Use "override".  Remove
3369         "virtual".
3370         * dwarf2-frame.c (dwarf_expr_executor::get_addr_index): Use
3371         "override".
3372         (class dwarf_expr_executor): Use "override", not "OVERRIDE".
3373         * aarch64-tdep.c (instruction_reader::read): Use "override".
3374         (instruction_reader_test::read): Likewise.
3375         * arm-tdep.c (instruction_reader::read): Use "override".
3376         (instruction_reader_thumb::read): Likewise.
3377
3378 2018-04-26  Andrzej Kaczmarek  <andrzej.kaczmarek@codecoup.pl>
3379
3380         PR remote/9665
3381         * remote.c (send_g_packet): Use putpkt/getpkt/packet_check_result
3382         instead of remote_send.
3383         (remote_send): Remove.
3384
3385 2018-04-26  Pedro Alves  <palves@redhat.com>
3386
3387         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Use
3388         find_function_start_sal instead of find_pc_line.
3389
3390 2018-04-26  Pedro Alves  <palves@redhat.com>
3391
3392         * breakpoint.c (set_breakpoint_location_function): Handle
3393         mst_data_gnu_ifunc.
3394         * c-exp.y (variable production): Handle mst_data_gnu_ifunc.
3395         * elfread.c (elf_symtab_read): Give data symbols with
3396         BSF_GNU_INDIRECT_FUNCTION set mst_data_gnu_ifunc type.
3397         (elf_rel_plt_read): Update comment.
3398         * linespec.c (convert_linespec_to_sals): Handle
3399         mst_data_gnu_ifunc.
3400         (minsym_found): Handle mst_data_gnu_ifunc.
3401         * minsyms.c (msymbol_is_function, minimal_symbol_reader::record)
3402         (find_solib_trampoline_target): Handle mst_data_gnu_ifunc.
3403         * parse.c (find_minsym_type_and_address): Handle
3404         mst_data_gnu_ifunc.
3405         * symmisc.c (dump_msymbols): Handle mst_data_gnu_ifunc.
3406         * symtab.c (find_gnu_ifunc): Handle mst_data_gnu_ifunc.
3407         * symtab.h (minimal_symbol_type) <mst_text_gnu_ifunc>: Update
3408         comment.
3409         <mst_data_gnu_ifunc>: New enumerator.
3410
3411 2018-04-26  Pedro Alves  <palves@redhat.com>
3412
3413         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Rename to ...
3414         (lookup_minimal_symbol_by_pc_section): ... this.  Replace
3415         'want_trampoline' parameter by a lookup_msym_prefer parameter.
3416         Handle it.
3417         (lookup_minimal_symbol_by_pc_section): Delete old implementation.
3418         (lookup_minimal_symbol_by_pc): Adjust.
3419         (in_gnu_ifunc_stub): Prefer GNU ifunc symbols.
3420         (lookup_solib_trampoline_symbol_by_pc): Adjust.
3421         * minsyms.h (lookup_msym_prefer): New enum.
3422         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
3423         parameter by a lookup_msym_prefer parameter.
3424
3425 2018-04-26  Pedro Alves  <palves@redhat.com>
3426
3427         * elfread.c (elf_gnu_ifunc_record_cache): Check if the symbol name
3428         ends in "@plt" instead of looking at the symbol's section.
3429
3430 2018-04-26  Pedro Alves  <palves@redhat.com>
3431
3432         * blockframe.c (cache_pc_function_is_gnu_ifunc): Delete.  Remove
3433         all references.
3434         (find_pc_partial_function_gnu_ifunc): Rename to ...
3435         (find_pc_partial_function): ... this, and remove references to
3436         'is_gnu_ifunc_p'.
3437         (find_pc_partial_function): Delete old implementation.
3438         * symtab.h (find_pc_partial_function_gnu_ifunc): Delete.
3439
3440 2018-04-26  Pedro Alves  <palves@redhat.com>
3441
3442         * linespec.c (struct bound_minimal_symbol_search_key): New.
3443         (convert_linespec_to_sals): Sort minimal symbols earlier.  Don't
3444         skip first line if we found a GNU ifunc minimal symbol by name.
3445         (compare_msymbols): Change parameters to work with a destructured
3446         lhs minsym.
3447         (compare_msymbols_for_qsort, compare_msymbols_for_bsearch): New
3448         functions.
3449
3450 2018-04-26  Pedro Alves  <palves@redhat.com>
3451
3452         * breakpoint.c (set_breakpoint_location_function): Don't resolve
3453         ifunc targets here.  Instead, if we have an ifunc minsym, use its
3454         address/name.
3455         (add_location_to_breakpoint): Store the minsym and the objfile in
3456         the breakpoint location.
3457         * breakpoint.h (bp_location) <msymbol, objfile>: New fields.
3458         * linespec.c (minsym_found): Resolve GNU ifunc targets here.
3459         Record the minsym in the sal.
3460         * symtab.h (symtab_and_line) <msymbol>: New field.
3461
3462 2018-04-26  Pedro Alves  <palves@redhat.com>
3463
3464         * elfread.c (elf_gnu_ifunc_resolve_by_got): Don't write to *ADDR_P
3465         unless we actually resolved the ifunc.
3466
3467 2018-04-26  Pedro Alves  <palves@redhat.com>
3468
3469         * c-exp.y (variable production): Prefer ifunc minsyms over
3470         regular function symbols.
3471         * symtab.c (find_gnu_ifunc): New function.
3472         * minsyms.h (lookup_msym_prefer): New enum.
3473         (lookup_minimal_symbol_by_pc_section): Replace 'want_trampoline'
3474         parameter by a lookup_msym_prefer parameter.
3475         * symtab.h (find_gnu_ifunc): New declaration.
3476
3477 2018-04-26  Pedro Alves  <palves@redhat.com>
3478
3479         * blockframe.c (find_gnu_ifunc_target_type): New function.
3480         (find_function_type): New.
3481         * eval.c (evaluate_var_msym_value): For GNU ifunc types, always
3482         return a value with a memory address.
3483         (eval_call): For calls to GNU ifunc functions, try to find the
3484         type of the target function from the type that the resolver
3485         returns.
3486         * gdbtypes.c (objfile_type): Don't install a return type for ifunc
3487         symbols.
3488         * infcall.c (find_function_return_type): Delete.
3489         (find_function_addr): Add 'function_type' parameter.  For calls to
3490         GNU ifunc functions, try to find the type of the target function
3491         from the type that the resolver returns, and return it via
3492         FUNCTION_TYPE.
3493         (call_function_by_hand_dummy): Adjust to use the function type
3494         returned by find_function_addr.
3495         (find_function_addr): Add 'function_type' parameter and move
3496         description here.
3497         * symtab.h (find_function_type, find_gnu_ifunc_target_type): New
3498         declarations.
3499
3500 2018-04-26  Pedro Alves  <palves@redhat.com>
3501
3502         * c-exp.y (variable production): Skip finding an alias for ifunc
3503         symbols.
3504
3505 2018-04-26  Pedro Alves  <palves@redhat.com>
3506
3507         * elfread.c (elf_rel_plt_read): Look for relocations for .got.plt too.
3508
3509 2018-04-25  Pedro Alves  <palves@redhat.com>
3510
3511         * infcmd.c (kill_command): Print the pid as string, not the whole
3512         thread's ptid.  Add comment.  s/has been killed/killed/ in output
3513         message.
3514         * remote.c (remote_detach_1): Print the pid as string, not the
3515         whole thread's ptid.
3516
3517 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3518             Sergio Durigan Junior  <sergiodj@redhat.com>
3519             Pedro Alves  <palves@redhat.com>
3520
3521         * infcmd.c (kill_command): Print message when inferior has
3522         been killed.
3523         * inferior.c (print_inferior_events): Remove 'static'.  Set as
3524         '1'.
3525         (add_inferior): Improve message printed when
3526         'print_inferior_events' is on.
3527         (exit_inferior): Remove message printed when
3528         'print_inferior_events' is on.
3529         (detach_inferior): Improve message printed when
3530         'print_inferior_events' is on.
3531         (initialize_inferiors): Use 'add_inferior_silent' to set
3532         'current_inferior_'.
3533         * inferior.h (print_inferior_events): Declare here as
3534         'extern'.
3535         * infrun.c (follow_fork_inferior): Print '[Attaching...]' or
3536         '[Detaching...]' messages when 'print_inferior_events' is on.
3537         Use 'add_thread_silent' instead of 'add_thread'.  Add '[' and ']'
3538         as prefix/suffix for messages.  Remove periods.  Fix erroneous
3539         'Detaching after fork from child...', replace it by '... from
3540         parent...'.
3541         (handle_vfork_child_exec_or_exit): Add '[' and ']' as
3542         prefix/suffix when printing 'Detaching...' messages.  Print
3543         them when 'print_inferior_events' is on.
3544         * remote.c (remote_detach_1): Print message when detaching
3545         from inferior and '!is_fork_parent'.
3546
3547 2018-04-24  Tom Tromey  <tom@tromey.com>
3548
3549         * cli-out.h: Reindent.
3550
3551 2018-04-24  Tom Tromey  <tom@tromey.com>
3552
3553         * cli-out.c (cli_ui_out::out_field_fmt): Remove.
3554         (cli_ui_out::do_field_string): Use fputs_filtered.
3555         * cli-out.h (class cli_ui_out) <out_field_fmt>: Remove.
3556
3557 2018-04-23  Tom Tromey  <tom@tromey.com>
3558
3559         * guile/scm-frame.c (gdbscm_frame_read_var): Use
3560         gdb::unique_xmalloc_ptr.
3561
3562 2018-04-23  Tom Tromey  <tom@tromey.com>
3563
3564         * configure: Rebuild.
3565
3566 2018-04-22  Rajendra SY  <rajendra.sy@gmail.com>
3567
3568         PR gdb/23095
3569         * gdb/testsuite/gdb.base/break-probes.exp: Pass shlib_load to
3570         prepare_for_testing.  Set normal_bp to r_debug_state if target
3571         is bsd.
3572
3573 2018-04-21  Pedro Alves  <palves@redhat.com>
3574             Rajendra SY  <rajendra.sy@gmail.com>
3575
3576         * inf-ptrace.c (inf_ptrace_attach): Mark the thread as executing.
3577         * remote.c (extended_remote_attach): In all-stop mode, mark the
3578         thread as executing.
3579
3580 2018-04-19  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
3581
3582         * thread.c (thread_apply_all_command): Fix comment.
3583         (thread_command): Fix comment.
3584
3585 2018-04-10  Alan Hayward  <alan.hayward@arm.com>
3586
3587         * common/tdesc.h (tdesc_create_feature): Remove xml filename
3588         parameter.
3589         * features/aarch64-core.c (create_feature_aarch64_core):
3590         Regenerate.
3591         * features/aarch64-fpu.c (create_feature_aarch64_fpu):
3592         Likewise.
3593         * features/i386/32bit-avx.c (create_feature_i386_32bit_avx):
3594         Likewise.
3595         * features/i386/32bit-avx512.c
3596         (create_feature_i386_32bit_avx512): Likewise.
3597         * features/i386/32bit-core.c (create_feature_i386_32bit_core):
3598         Likewise.
3599         * features/i386/32bit-linux.c (create_feature_i386_32bit_linux):
3600         Likewise.
3601         * features/i386/32bit-mpx.c (create_feature_i386_32bit_mpx):
3602         Likewise.
3603         * features/i386/32bit-pkeys.c (create_feature_i386_32bit_pkeys):
3604         Likewise.
3605         * features/i386/32bit-sse.c (create_feature_i386_32bit_sse):
3606         Likewise.
3607         * features/i386/64bit-avx.c (create_feature_i386_64bit_avx):
3608         Likewise.
3609         * features/i386/64bit-avx512.c
3610         (create_feature_i386_64bit_avx512): Likewise.
3611         * features/i386/64bit-core.c (create_feature_i386_64bit_core):
3612         Likewise.
3613         * features/i386/64bit-linux.c (create_feature_i386_64bit_linux):
3614         Likewise.
3615         * features/i386/64bit-mpx.c (create_feature_i386_64bit_mpx):
3616         Likewise.
3617         * features/i386/64bit-pkeys.c (create_feature_i386_64bit_pkeys):
3618         Likewise.
3619         * features/i386/64bit-segments.c
3620         (create_feature_i386_64bit_segments): Likewise.
3621         * features/i386/64bit-sse.c (create_feature_i386_64bit_sse):
3622         Likewise.
3623         * features/i386/x32-core.c
3624         (create_feature_i386_x32_core): Likewise.
3625         * features/tic6x-c6xp.c (create_feature_tic6x_c6xp): Likewise.
3626         * features/tic6x-core.c (create_feature_tic6x_core): Likewise.
3627         * features/tic6x-gp.c (create_feature_tic6x_gp): Likewise.
3628         * target-descriptions.c: In generated code, don't pass xml
3629         filename.
3630
3631 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3632
3633         * common/tdesc.c (print_xml_feature::visit_pre): Add xml parsing.
3634         (print_xml_feature::visit_post): Likewise.
3635         (print_xml_feature::visit): Likewise.
3636         * common/tdesc.h (tdesc_get_features_xml): Use const tdesc.
3637         (print_xml_feature): Add new class.
3638         * regformats/regdat.sh: Null xmltarget on feature targets.
3639         * target-descriptions.c (struct target_desc): Add xmltarget.
3640         (maintenance_check_tdesc_xml_convert): Add unittest function.
3641         (tdesc_get_features_xml): Add function to get xml.
3642         (maintenance_check_xml_descriptions): Test xml generation.
3643         * xml-tdesc.c (string_read_description_xml): Add function.
3644         * xml-tdesc.h (string_read_description_xml): Add declaration.
3645
3646 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3647
3648         * features/Makefile: Add feature marker to targets with new style
3649         target descriptions.
3650         * regformats/aarch64.dat: Regenerate.
3651         * regformats/i386/amd64-avx-avx512-linux.dat: Likewise.
3652         * regformats/i386/amd64-avx-linux.dat: Likewise.
3653         * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Likewise.
3654         * regformats/i386/amd64-avx-mpx-linux.dat: Likewise.
3655         * regformats/i386/amd64-linux.dat: Likewise.
3656         * regformats/i386/amd64-mpx-linux.dat: Likewise.
3657         * regformats/i386/amd64.dat: Likewise.
3658         * regformats/i386/i386-avx-avx512-linux.dat: Likewise.
3659         * regformats/i386/i386-avx-linux.dat: Likewise.
3660         * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Likewise.
3661         * regformats/i386/i386-avx-mpx-linux.dat: Likewise.
3662         * regformats/i386/i386-linux.dat: Likewise.
3663         * regformats/i386/i386-mmx-linux.dat: Likewise.
3664         * regformats/i386/i386-mpx-linux.dat: Likewise.
3665         * regformats/i386/i386.dat: Likewise.
3666         * regformats/i386/x32-avx-avx512-linux.dat: Likewise.
3667         * regformats/i386/x32-avx-linux.dat: Likewise.
3668         * regformats/i386/x32-linux.dat: Likewise.
3669         * regformats/tic6x-c62x-linux.dat: Likewise.
3670         * regformats/tic6x-c64x-linux.dat: Likewise.
3671         * regformats/tic6x-c64xp-linux.dat: Likewise.
3672         * regformats/regdat.sh: Parse feature marker.
3673
3674 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3675
3676         * common/tdesc.h (tdesc_architecture_name): Add new declaration.
3677         (tdesc_osabi_name): Likewise.
3678         * target-descriptions.c (tdesc_architecture_name): Add new
3679         function.
3680         (tdesc_osabi_name): Likewise.
3681
3682 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3683
3684         * common/tdesc.c (tdesc_predefined_type): Move to here.
3685         (tdesc_named_type): Likewise.
3686         (tdesc_create_vector): Likewise.
3687         (tdesc_create_struct): Likewise.
3688         (tdesc_set_struct_size): Likewise.
3689         (tdesc_create_union): Likewise.
3690         (tdesc_create_flags): Likewise.
3691         (tdesc_create_enum): Likewise.
3692         (tdesc_add_field): Likewise.
3693         (tdesc_add_typed_bitfield): Likewise.
3694         (tdesc_add_bitfield): Likewise.
3695         (tdesc_add_flag): Likewise.
3696         (tdesc_add_enum_value): Likewise.
3697         * common/tdesc.h (struct tdesc_type_builtin): Likewise.
3698         (struct tdesc_type_vector): Likewise.
3699         (struct tdesc_type_field): Likewise.
3700         (struct tdesc_type_with_fields): Likewise.
3701         (tdesc_create_enum): Add declaration.
3702         (tdesc_add_typed_bitfield): Likewise.
3703         (tdesc_add_enum_value): Likewise.
3704         * target-descriptions.c (tdesc_type_field): Move from here.
3705         (tdesc_type_builtin): Likewise.
3706         (tdesc_type_vector): Likewise.
3707         (tdesc_type_with_fields): Likewise.
3708         (tdesc_predefined_types): Likewise.
3709         (tdesc_named_type): Likewise.
3710         (tdesc_create_vector): Likewise.
3711         (tdesc_create_struct): Likewise.
3712         (tdesc_set_struct_size): Likewise.
3713         (tdesc_create_union): Likewise.
3714         (tdesc_create_flags): Likewise.
3715         (tdesc_create_enum): Likewise.
3716         (tdesc_add_field): Likewise.
3717         (tdesc_add_typed_bitfield): Likewise.
3718         (tdesc_add_bitfield): Likewise.
3719         (tdesc_add_flag): Likewise.
3720         (tdesc_add_enum_value): Likewise.
3721         * gdb/target-descriptions.h (tdesc_create_enum): Likewise.
3722         (tdesc_add_typed_bitfield): Likewise.
3723         (tdesc_add_enum_value): Likewise.
3724
3725 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3726
3727         * common/tdesc.c (tdesc_feature::accept): Move to here.
3728         (tdesc_feature::operator==): Likewise.
3729         (tdesc_create_reg): Likewise.
3730         * common/tdesc.h (tdesc_type_kind): Likewise.
3731         (struct tdesc_type): Likewise.
3732         (struct tdesc_feature): Likewise.
3733         * regformats/regdat.sh: Create a feature.
3734         * target-descriptions.c (tdesc_type_kind): Move from here.
3735         (tdesc_type): Likewise.
3736         (tdesc_type_up): Likewise.
3737         (tdesc_feature): Likewise.
3738         (tdesc_create_reg): Likewise.
3739
3740 2018-04-18  Alan Hayward  <alan.hayward@arm.com>
3741
3742         * Makefile.in: Add arch/tdesc.c
3743         * common/tdesc.c: New file.
3744         * common/tdesc.h (tdesc_element_visitor): Move to here.
3745         (tdesc_element): Likewise.
3746         (tdesc_reg): Likewise.
3747         (tdesc_reg_up): Likewise.
3748         * regformats/regdef.h (reg): Add offset to constructors.
3749         * target-descriptions.c (tdesc_element_visitor): Move from here.
3750         (tdesc_element): Likewise.
3751         (tdesc_reg): Likewise.
3752         (tdesc_reg_up): Likewise.
3753
3754 2018-04-17  Tom Tromey  <tom@tromey.com>
3755
3756         * dwarf2read.c (quirk_rust_enum): Conditionally drop the
3757         discriminant field.
3758
3759 2018-04-17  Tom Tromey  <tom@tromey.com>
3760
3761         * dwarf2read.c (quirk_rust_enum): Handle unions correctly.
3762
3763 2018-04-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3764
3765         * symtab.c (print_symbol_info): Skip printing filename and line
3766         number when `last' is NULL.
3767         (symtab_symbol_info): Use empty string instead of NULL for first
3768         invocation of print_symbol_info.
3769         (rbreak_command): Pass NULL to `last' parameter of
3770         print_symbol_info.
3771
3772 2018-04-16  Simon Marchi  <simon.marchi@ericsson.com>
3773
3774         * linux-tdep.c (linux_spu_make_corefile_notes): Return note_data
3775         instead of nullptr.
3776
3777 2018-04-16  Pedro Alves  <palves@redhat.com>
3778
3779         * MAINTAINERS (sh): Remove.
3780         * Makefile.in (ALL_TARGET_OBS): Remove sh64-tdep.o.
3781         (HFILES_NO_SRCDIR): Remove sh64-tdep.h.
3782         (ALLDEPFILES): Remove sh64-tdep.c.
3783         * NEWS: Mentions that support for SH-5/SH64 is removed.
3784         * configure.tgt (sh*-*-linux*): Remove reference to sh64-tdep.o.
3785         (sh*-*-openbsd*): Ditto.
3786         (sh64-*-elf*): Remove.
3787         (sh*): Remove.
3788         * regcache.c (cooked_write_test): Remove bfd_mach_sh5 case.
3789         * sh-linux-tdep.c: Remove reference to bfd_mach_sh5.
3790         * sh-tdep.c: No longer include "sh64-tdep.h".
3791         (sh_gdbarch_init): Remove reference to bfd_mach_sh5.
3792         * sh64-tdep.c, sh64-tdep.h: Remove files.
3793
3794 2018-04-16  Pedro Alves  <palves@redhat.com>
3795
3796         * MAINTAINERS: Remove m88k.
3797         * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o.
3798         (HFILES_NO_SRCDIR): Remove m88k-tdep.h.
3799         (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c.
3800         * NEWS: Mention that support for m88k was removed.
3801         * configure.host (m88*-*-*): Remove support.
3802         * configure.nat (m88k-*-*): Remove support.
3803         * configure.tgt (m88*-*-openbsd*): Remove.
3804         * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
3805
3806 2018-04-15  Simon Marchi  <simon.marchi@polymtl.ca>
3807
3808         * configure.tgt (x86_tobjs): New variable.
3809         (amd64_tobjs, i386_tobjs): Use it.
3810
3811 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3812
3813         * symtab.c (print_symbol_info): Precede the symbol definition by
3814         the line number when available.
3815         * NEWS: Advertise this enhancement.
3816
3817 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3818
3819         * NEWS (New options): announce set/show record btrace cpu.
3820         * btrace.c: Include record-btrace.h.
3821         (btrace_compute_ftrace_pt): Skip enabling errata workarounds if
3822         the vendor is unknown.
3823         (btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
3824         Maybe overwrite the btrace configuration's cpu.
3825         (btrace_compute_ftrace): Add cpu parameter.  Update callers.
3826         (btrace_fetch): Add cpu parameter.  Update callers.
3827         (btrace_maint_update_pt_packets): Call record_btrace_get_cpu.
3828         Maybe overwrite the btrace configuration's cpu.  Skip enabling
3829         errata workarounds if the vendor is unknown.
3830         * python/py-record-btrace.c: Include record-btrace.h.
3831         (recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
3832         (recpy_bt_function_call_history): Call record_btrace_get_cpu.
3833         * record-btrace.c (record_btrace_cpu_state_kind): New.
3834         (record_btrace_cpu): New.
3835         (set_record_btrace_cpu_cmdlist): New.
3836         (record_btrace_get_cpu): New.
3837         (require_btrace_thread, record_btrace_info)
3838         (record_btrace_resume_thread): Call record_btrace_get_cpu.
3839         (cmd_set_record_btrace_cpu_none): New.
3840         (cmd_set_record_btrace_cpu_auto): New.
3841         (cmd_set_record_btrace_cpu): New.
3842         (cmd_show_record_btrace_cpu): New.
3843         (_initialize_record_btrace): Initialize set/show record btrace cpu
3844         commands.
3845         * record-btrace.h (record_btrace_get_cpu): New.
3846
3847 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3848
3849         * record.c (set_record_command): Fix typo in message.
3850
3851 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3852
3853         * record-btrace.c (cmd_set_record_btrace): Print sub-commands.
3854
3855 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3856
3857         * infrun.c (process_event_stop_test): Call
3858         gdbarch_in_indirect_branch_thunk.
3859         * gdbarch.sh (in_indirect_branch_thunk): New.
3860         * gdbarch.c: Regenerated.
3861         * gdbarch.h: Regenerated.
3862         * x86-tdep.h: New.
3863         * x86-tdep.c: New.
3864         * Makefile.in (ALL_TARGET_OBS): Add x86-tdep.o.
3865         (HFILES_NO_SRCDIR): Add x86-tdep.h.
3866         (ALLDEPFILES): Add x86-tdep.c.
3867         * arch-utils.h (default_in_indirect_branch_thunk): New.
3868         * arch-utils.c (default_in_indirect_branch_thunk): New.
3869         * i386-tdep: Include x86-tdep.h.
3870         (i386_in_indirect_branch_thunk): New.
3871         (i386_elf_init_abi): Set in_indirect_branch_thunk gdbarch
3872         function.
3873         * amd64-tdep: Include x86-tdep.h.
3874         (amd64_in_indirect_branch_thunk): New.
3875         (amd64_init_abi): Set in_indirect_branch_thunk gdbarch function.
3876
3877 2018-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3878
3879         PR gdb/23053
3880         * dwarf-index-write.c (data_buf::grow) (write_one_signatured_type)
3881         (recursively_write_psymbols) (debug_names::recursively_write_psymbols)
3882         (debug_names::write_one_signatured_type): Fix -D_GLIBCXX_DEBUG
3883         regression.
3884
3885 2018-04-12  Tom Tromey  <tom@tromey.com>
3886
3887         * rust-lang.c (rust_print_struct_def): Remove univariant code.
3888         (rust_evaluate_subexp): Likewise.
3889
3890 2018-04-12  Pedro Alves  <palves@redhat.com>
3891
3892         * procfs.c (procfs_detach): Make forward declaration's prototype
3893         match definition's protototype.
3894         (proc_get_LDT_entry): Remove stale do_cleanups call.
3895
3896 2018-04-12  Pedro Alves  <palves@redhat.com>
3897
3898         * target.h (target_ops::to_has_exited): Delete.
3899         (target_has_exited): Delete.
3900         * target-delegates.c: Regenerate.
3901
3902 2018-04-11  Pedro Alves  <palves@redhat.com>
3903
3904         * target.c (fileio_fh_t::t): Add comment.
3905         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
3906         (target_fileio_close): Handle a NULL target.
3907         (invalidate_fileio_fh): New.
3908         (target_close): Call it.
3909         * remote.c (remote_hostio_send_command): No longer check whether
3910         remote_desc is open.
3911
3912 2018-04-11  Pedro Alves  <palves@redhat.com>
3913
3914         * target.c (fileio_fh_t): Make it a named struct instead of a
3915         typedef.
3916         (fileio_fh_t::is_closed): New method.
3917         (DEF_VEC_O (fileio_fh_t)): Remove.
3918         (fileio_fhandles): Now a std::vector.
3919         (is_closed_fileio_fh): Delete.
3920         (acquire_fileio_fd): Adjust.  Rename parameters.
3921         (release_fileio_fd): Adjust.
3922         (fileio_fd_to_fh): Reimplement as a function instead of a macro.
3923         (target_fileio_pwrite, target_fileio_pread, target_fileio_fstat)
3924         (target_fileio_close): Adjust.
3925
3926 2018-04-10  Simon Marchi  <simon.marchi@ericsson.com>
3927
3928         * auto-load.c (auto_load_safe_path_vec_update): Iterate by
3929         index.
3930
3931 2018-04-10  Pedro Alves  <palves@redhat.com>
3932
3933         * gdbthread.h (finish_thread_state_cleanup): Delete declaration.
3934         (scoped_finish_thread_state): New class.
3935         * infcmd.c (run_command_1): Use it instead of finish_thread_state
3936         cleanup.
3937         * infrun.c (proceed, prepare_for_detach, wait_for_inferior)
3938         (fetch_inferior_event, normal_stop): Likewise.
3939         * thread.c (finish_thread_state_cleanup): Delete.
3940
3941 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3942             Pedro Alves  <palves@redhat.com>
3943
3944         * value.c: Include "selftest.h" and "common/array-view.h".
3945         (struct range) <operator ==>: New.
3946         (test_ranges_contain): New.
3947         (check_ranges_vector): New.
3948         (test_insert_into_bit_range_vector): New.
3949         (_initialize_values): Register selftests.
3950         * common/array-view.h (operator==, operator!=): New.
3951
3952 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3953
3954         * common/gdb_vecs.h (unordered_remove): Add overload that takes
3955         an iterator.
3956         * inline-frame.c: Include <algorithm>.
3957         (struct inline_state): Add constructor.
3958         (inline_state_s): Remove.
3959         (DEF_VEC_O(inline_state_s)): Remove.
3960         (inline_states): Change type to std::vector.
3961         (find_inline_frame_state): Adjust to std::vector.
3962         (allocate_inline_frame_state): Remove.
3963         (clear_inline_frame_state): Adjust to std::vector.
3964         (skip_inline_frames): Adjust to std::vector.
3965
3966 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3967
3968         * tracepoint.h (struct trace_state_variable): Add constructor.
3969         <name>: Change type to std::string.
3970         * tracepoint.c (tsv_s): Remove.
3971         (DEF_VEC_O(tsv_s)): Remove.
3972         (tvariables): Change to std::vector.
3973         (create_trace_state_variable): Adjust to std::vector.
3974         (find_trace_state_variable): Likewise.
3975         (find_trace_state_variable_by_number): Likewise.
3976         (delete_trace_state_variable): Likewise.
3977         (trace_variable_command): Adjust to std::string.
3978         (delete_trace_variable_command): Likewise.
3979         (tvariables_info_1): Adjust to std::vector.
3980         (save_trace_state_variables): Likewise.
3981         (start_tracing): Likewise.
3982         (merge_uploaded_trace_state_variables): Adjust to std::vector
3983         and std::string.
3984         * target.h (struct target_ops)
3985         <to_download_trace_state_variable>: Pass reference to
3986         trace_state_variable.
3987         * target-debug.h (target_debug_print_const_trace_state_variable_r): New.
3988         * target-delegates.c: Re-generate.
3989         * mi/mi-interp.c (mi_tsv_created): Adjust to std::string.
3990         (mi_tsv_deleted): Likewise.
3991         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
3992         * remote.c (remote_download_trace_state_variable): Change
3993         pointer to reference and adjust.
3994         * make-target-delegates (parse_argtypes): Handle references.
3995         (write_function_header): Likewise.
3996         (munge_type): Likewise.
3997
3998 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3999
4000         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4001         string_view-selftests.c.
4002         * unittests/basic_string_view/capacity/1.cc: Adapt to GDB
4003         testsuite.
4004         * unittests/basic_string_view/cons/char/1.cc: Likewise.
4005         * unittests/basic_string_view/cons/char/2.cc: Likewise.
4006         * unittests/basic_string_view/cons/char/3.cc: Likewise.
4007         * unittests/basic_string_view/element_access/char/1.cc:
4008         Likewise.
4009         * unittests/basic_string_view/element_access/char/empty.cc:
4010         Likewise.
4011         * unittests/basic_string_view/element_access/char/front_back.cc:
4012         Likewise.
4013         * unittests/basic_string_view/inserters/char/2.cc: Likewise.
4014         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc:
4015         Likewise.
4016         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc:
4017         Likewise.
4018         * unittests/basic_string_view/modifiers/swap/char/1.cc:
4019         Likewise.
4020         * unittests/basic_string_view/operations/compare/char/1.cc:
4021         Likewise.
4022         * unittests/basic_string_view/operations/compare/char/13650.cc:
4023         Likewise.
4024         * unittests/basic_string_view/operations/copy/char/1.cc:
4025         Likewise.
4026         * unittests/basic_string_view/operations/data/char/1.cc:
4027         Likewise.
4028         * unittests/basic_string_view/operations/find/char/1.cc:
4029         Likewise.
4030         * unittests/basic_string_view/operations/find/char/2.cc:
4031         Likewise.
4032         * unittests/basic_string_view/operations/find/char/3.cc:
4033         Likewise.
4034         * unittests/basic_string_view/operations/find/char/4.cc:
4035         Likewise.
4036         * unittests/basic_string_view/operations/rfind/char/1.cc:
4037         Likewise.
4038         * unittests/basic_string_view/operations/rfind/char/2.cc:
4039         Likewise.
4040         * unittests/basic_string_view/operations/rfind/char/3.cc:
4041         Likewise.
4042         * unittests/basic_string_view/operations/substr/char/1.cc:
4043         Likewise.
4044         * unittests/basic_string_view/operators/char/2.cc: Likewise.
4045         * unittests/string_view-selftests.c: New file.
4046
4047 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
4048
4049         * unittests/basic_string_view/capacity/1.cc: New file.
4050         * unittests/basic_string_view/capacity/empty_neg.cc: New file.
4051         * unittests/basic_string_view/cons/char/1.cc: New file.
4052         * unittests/basic_string_view/cons/char/2.cc: New file.
4053         * unittests/basic_string_view/cons/char/3.cc: New file.
4054         * unittests/basic_string_view/cons/wchar_t/1.cc: New file.
4055         * unittests/basic_string_view/cons/wchar_t/2.cc: New file.
4056         * unittests/basic_string_view/cons/wchar_t/3.cc: New file.
4057         * unittests/basic_string_view/element_access/char/1.cc: New file.
4058         * unittests/basic_string_view/element_access/char/2.cc: New file.
4059         * unittests/basic_string_view/element_access/char/empty.cc: New file.
4060         * unittests/basic_string_view/element_access/char/front_back.cc: New file.
4061         * unittests/basic_string_view/element_access/wchar_t/1.cc: New file.
4062         * unittests/basic_string_view/element_access/wchar_t/2.cc: New file.
4063         * unittests/basic_string_view/element_access/wchar_t/empty.cc: New file.
4064         * unittests/basic_string_view/element_access/wchar_t/front_back.cc: New file.
4065         * unittests/basic_string_view/include.cc: New file.
4066         * unittests/basic_string_view/inserters/char/1.cc: New file.
4067         * unittests/basic_string_view/inserters/char/2.cc: New file.
4068         * unittests/basic_string_view/inserters/char/3.cc: New file.
4069         * unittests/basic_string_view/inserters/pod/10081-out.cc: New file.
4070         * unittests/basic_string_view/inserters/wchar_t/1.cc: New file.
4071         * unittests/basic_string_view/inserters/wchar_t/2.cc: New file.
4072         * unittests/basic_string_view/inserters/wchar_t/3.cc: New file.
4073         * unittests/basic_string_view/literals/types.cc: New file.
4074         * unittests/basic_string_view/literals/values.cc: New file.
4075         * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc: New file.
4076         * unittests/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: New file.
4077         * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc: New file.
4078         * unittests/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: New file.
4079         * unittests/basic_string_view/modifiers/swap/char/1.cc: New file.
4080         * unittests/basic_string_view/modifiers/swap/wchar_t/1.cc: New file.
4081         * unittests/basic_string_view/operations/compare/char/1.cc: New file.
4082         * unittests/basic_string_view/operations/compare/char/13650.cc: New file.
4083         * unittests/basic_string_view/operations/compare/char/2.cc: New file.
4084         * unittests/basic_string_view/operations/compare/char/70483.cc: New file.
4085         * unittests/basic_string_view/operations/compare/wchar_t/1.cc: New file.
4086         * unittests/basic_string_view/operations/compare/wchar_t/13650.cc: New file.
4087         * unittests/basic_string_view/operations/compare/wchar_t/2.cc: New file.
4088         * unittests/basic_string_view/operations/copy/char/1.cc: New file.
4089         * unittests/basic_string_view/operations/copy/wchar_t/1.cc: New file.
4090         * unittests/basic_string_view/operations/data/char/1.cc: New file.
4091         * unittests/basic_string_view/operations/data/wchar_t/1.cc: New file.
4092         * unittests/basic_string_view/operations/find/char/1.cc: New file.
4093         * unittests/basic_string_view/operations/find/char/2.cc: New file.
4094         * unittests/basic_string_view/operations/find/char/3.cc: New file.
4095         * unittests/basic_string_view/operations/find/char/4.cc: New file.
4096         * unittests/basic_string_view/operations/find/wchar_t/1.cc: New file.
4097         * unittests/basic_string_view/operations/find/wchar_t/2.cc: New file.
4098         * unittests/basic_string_view/operations/find/wchar_t/3.cc: New file.
4099         * unittests/basic_string_view/operations/find/wchar_t/4.cc: New file.
4100         * unittests/basic_string_view/operations/rfind/char/1.cc: New file.
4101         * unittests/basic_string_view/operations/rfind/char/2.cc: New file.
4102         * unittests/basic_string_view/operations/rfind/char/3.cc: New file.
4103         * unittests/basic_string_view/operations/rfind/wchar_t/1.cc: New file.
4104         * unittests/basic_string_view/operations/rfind/wchar_t/2.cc: New file.
4105         * unittests/basic_string_view/operations/rfind/wchar_t/3.cc: New file.
4106         * unittests/basic_string_view/operations/string_conversion/1.cc: New file.
4107         * unittests/basic_string_view/operations/substr/char/1.cc: New file.
4108         * unittests/basic_string_view/operations/substr/wchar_t/1.cc: New file.
4109         * unittests/basic_string_view/operators/char/2.cc: New file.
4110         * unittests/basic_string_view/operators/wchar_t/2.cc: New file.
4111         * unittests/basic_string_view/range_access/char/1.cc: New file.
4112         * unittests/basic_string_view/range_access/wchar_t/1.cc: New file.
4113         * unittests/basic_string_view/requirements/explicit_instantiation/1.cc: New file.
4114         * unittests/basic_string_view/requirements/explicit_instantiation/char/1.cc: New file.
4115         * unittests/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: New file.
4116         * unittests/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: New file.
4117         * unittests/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: New file.
4118         * unittests/basic_string_view/requirements/typedefs.cc: New file.
4119         * unittests/basic_string_view/typedefs.cc: New file.
4120         * unittests/basic_string_view/types/1.cc: New file.
4121
4122 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
4123
4124         * common/gdb_string_view.h: Remove libstdc++ implementation
4125         details, adjust to gdb reality.
4126         * common/gdb_string_view.tcc: Likewise.
4127         * cli/cli-script.c (struct string_view): Remove.
4128         (user_args) <m_args>: Change element type to gdb::string_view.
4129         (user_args::insert_args): Adjust.
4130
4131 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
4132
4133         * common/gdb_string_view.h: New file.
4134         * common/gdb_string_view.tcc: New file.
4135
4136 2018-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
4137
4138         * ax_cxx_compile_stdcxx.m4: Sync with upstream.
4139         * configure: Re-generate.
4140
4141 2018-04-09  Pedro Alves  <palves@redhat.com>
4142
4143         * gdbarch.sh: Include "observable.h" instead of "observer.h".
4144         (set_target_gdbarch): Call
4145         gdb::observers::architecture_changed.notify instead of
4146         observer_notify_architecture_changed.
4147
4148 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4149
4150         * tracepoint.c (struct current_traceframe_cleanup): Remove.
4151         (do_restore_current_traceframe_cleanup): Remove.
4152         (restore_current_traceframe_cleanup_dtor): Remove.
4153         (make_cleanup_restore_current_traceframe): Remove.
4154         (scoped_restore_current_traceframe::scoped_restore_current_traceframe):
4155         New.
4156         * tracepoint.h (struct scoped_restore_current_traceframe): New.
4157         * infrun.c (fetch_inferior_event): Use
4158         scoped_restore_current_traceframe.
4159
4160 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4161
4162         * dwarf2read.h (struct dwarf2_per_objfile) <n_type_units>:
4163         Remove.
4164         <n_allocated_type_units>: Remove.
4165         <all_type_units>: Change to std::vector.
4166         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
4167         to std::vector change.
4168         (dwarf2_per_objfile::get_cutu): Likewise.
4169         (dwarf2_per_objfile::get_tu): Likewise.
4170         (create_signatured_type_table_from_index): Likewise.
4171         (create_signatured_type_table_from_debug_names): Likewise.
4172         (dw2_symtab_iter_next): Likewise.
4173         (dw2_print_stats): Likewise.
4174         (dw2_expand_all_symtabs): Likewise.
4175         (dw2_expand_marked_cus): Likewise.
4176         (dw2_debug_names_iterator::next): Likewise.
4177         (dwarf2_initialize_objfile): Likewise.
4178         (add_signatured_type_cu_to_table): Likewise.
4179         (create_all_type_units): Likewise.
4180         (add_type_unit): Likewise.
4181         (struct tu_abbrev_offset): Add constructor.
4182         (build_type_psymtabs_1): Adjust to std::vector change.
4183         (print_tu_stats): Likewise.
4184         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
4185         (write_debug_names): Likewise.
4186
4187 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4188
4189         * dwarf2read.h (struct dwarf2_per_objfile) <all_comp_units>: Likewise.
4190         Make an std::vector.
4191         <n_comp_units>: Remove.
4192         * dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): Adjust
4193         to std::vector change.
4194         (dwarf2_per_objfile::get_cutu): Likewise.
4195         (dwarf2_per_objfile::get_cu): Likewise.
4196         (create_cus_from_index): Likewise.
4197         (create_addrmap_from_index): Likewise.
4198         (create_addrmap_from_aranges): Likewise.
4199         (dwarf2_read_index): Likewise.
4200         (dw2_find_last_source_symtab): Likewise.
4201         (dw2_map_symtabs_matching_filename): Likewise.
4202         (dw2_symtab_iter_next): Likewise.
4203         (dw2_print_stats): Likewise.
4204         (dw2_expand_all_symtabs): Likewise.
4205         (dw2_expand_symtabs_with_fullname): Likewise.
4206         (dw2_expand_marked_cus): Likewise.
4207         (dw2_map_symbol_filenames): Likewise.
4208         (create_cus_from_debug_names): Likewise.
4209         (dwarf2_read_debug_names): Likewise.
4210         (dw2_debug_names_iterator::next): Likewise.
4211         (dwarf2_initialize_objfile): Likewise.
4212         (set_partial_user): Likewise.
4213         (dwarf2_build_psymtabs_hard): Likewise.
4214         (read_comp_units_from_section): Remove arguments, adjust to
4215         std::vector change.
4216         (create_all_comp_units): Adjust to std::vector and
4217         read_comp_units_from_section changes.
4218         (dwarf2_find_containing_comp_unit): Adjust to std::vector
4219         change.
4220         * dwarf-index-write.c (check_dwarf64_offsets): Likewise.
4221         (psyms_seen_size): Likewise.
4222         (write_gdbindex): Likewise.
4223         (write_debug_names): Likewise.
4224
4225 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4226
4227         * dwarf2read.c (create_cus_from_index_list): Replace objfile arg
4228         with dwarf2_per_objfile.
4229         (create_cus_from_index): Likewise.
4230         (create_signatured_type_table_from_index): Likewise.
4231         (dwarf2_read_index): Likewise.
4232         (dwarf2_initialize_objfile): Likewise.
4233         (dwarf2_fetch_die_loc_sect_off):  Get dwarf2_per_objfile from
4234         per_cu rather than get_dwarf2_per_objfile.
4235
4236 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4237
4238         * dwarf2read.h (struct signatured_type): Forward declare.
4239         (struct dwarf2_per_objfile) <get_cutu, get_cu, get_tu>:
4240         New methods.
4241         * dwarf2read.c (dwarf2_per_objfile::get_cutu): Rename from...
4242         (dw2_get_cutu): ...this.
4243         (dwarf2_per_objfile::get_cu): Rename from...
4244         (dw2_get_cu): ...this.
4245         (dwarf2_per_objfile::get_tu): New.
4246         (create_addrmap_from_index): Adjust.
4247         (create_addrmap_from_aranges): Adjust.
4248         (dw2_find_last_source_symtab): Adjust.
4249         (dw2_map_symtabs_matching_filename): Adjust.
4250         (dw2_symtab_iter_next): Adjust.
4251         (dw2_print_stats): Adjust.
4252         (dw2_expand_all_symtabs): Adjust.
4253         (dw2_expand_symtabs_with_fullname): Adjust.
4254         (dw2_expand_marked_cus): Adjust.
4255         (dw_expand_symtabs_matching_file_matcher): Adjust.
4256         (dw2_map_symbol_filenames): Adjust.
4257         (dw2_debug_names_iterator::next): Adjust.
4258         (dwarf2_initialize_objfile): Adjust.
4259         (set_partial_user): Adjust.
4260         (dwarf2_build_psymtabs_hard): Adjust.
4261
4262 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4263
4264         * dwarf2read.c (create_signatured_type_table_from_debug_names):
4265         Remove unused variables.
4266         (dw2_map_symtabs_matching_filename): Likewise.
4267         (dwarf2_record_block_ranges): Likewise.
4268         (dwarf2_read_addr_index): Likewise.
4269         (follow_die_offset): Likewise.
4270
4271 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4272
4273         * progspace.c (clone_program_space): Pass SYMFILE_DEFER_BP_RESET
4274         to symbol_file_add_main.
4275
4276 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4277
4278         PR mi/22299
4279         * mi/mi-console.c (do_fputc_async_safe): New.
4280         (mi_console_file::write_async_safe): New.
4281         (mi_console_file::flush): Adjust calls to fputstrn_unfiltered.
4282         * mi/mi-console.h (class mi_console_file) <write_async_safe>:
4283         New.
4284         * ui-file.c (ui_file::putstrn): Adjust call to
4285         fputstrn_unfiltered.
4286         * utils.c (printchar): Replace do_fputs and do_fprintf
4287         parameters by do_fputc.
4288         (fputstr_filtered): Adjust call to printchar.
4289         (fputstr_unfiltered): Likewise.
4290         (fputstrn_filtered): Likewise.
4291         (fputstrn_unfiltered): Add do_fputc parameter, pass to
4292         printchar.
4293         * utils.h (do_fputc_ftype): New typedef.
4294         (fputstrn_unfiltered): Add do_fputc parameter.
4295
4296 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
4297
4298         * regformats/i386/i386-avx.dat: Remove.
4299
4300 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
4301
4302         PR gdb/22979
4303         * amd64-tdep.c (amd64_none_init_abi): New function.
4304         (amd64_x32_none_init_abi): New function.
4305         (_initialize_amd64_tdep): Register handlers for x86-64 and
4306         x64_32 with GDB_OSABI_NONE.
4307         * osabi.c (gdbarch_init_osabi): Allow running handlers for the
4308         GDB_OSABI_NONE osabi.
4309
4310 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
4311
4312         PR gdb/22980
4313         * defs.h (enum gdb_osabi): Remove GDB_OSABI_UNINITIALIZED, add
4314         GDB_OSABI_NONE.
4315         * arch-utils.c (gdbarch_info_init): Don't set info->osabi.
4316         * osabi.c (gdb_osabi_names): Add "unknown" entry.
4317
4318 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
4319
4320         * common/byte-vector.h (char_vector): New type.
4321         * target.h (target_read_alloc): Return
4322         gdb::optional<byte_vector>.
4323         (target_read_stralloc): Return gdb::optional<char_vector>.
4324         (target_get_osdata): Return gdb::optional<char_vector>.
4325         * target.c (target_read_alloc_1): Templatize.  Replacement
4326         manual memory management with vector.
4327         (target_read_alloc): Change return type, adjust.
4328         (target_read_stralloc): Change return type, adjust.
4329         (target_get_osdata): Change return type, adjust.
4330         * auxv.c (struct auxv_info) <length>: Remove.
4331         <data>: Change type to gdb::optional<byte_vector>.
4332         (auxv_inferior_data_cleanup): Free auxv_info with delete.
4333         (get_auxv_inferior_data): Allocate auxv_info with new, adjust.
4334         (target_auxv_search): Adjust.
4335         (fprint_target_auxv): Adjust.
4336         * avr-tdep.c (avr_io_reg_read_command): Adjust.
4337         * linux-tdep.c (linux_spu_make_corefile_notes): Adjust.
4338         (linux_make_corefile_notes): Adjust.
4339         * osdata.c (get_osdata): Adjust.
4340         * remote.c (remote_get_threads_with_qxfer): Adjust.
4341         (remote_memory_map): Adjust.
4342         (remote_traceframe_info): Adjust.
4343         (btrace_read_config): Adjust.
4344         (remote_read_btrace): Adjust.
4345         (remote_pid_to_exec_file): Adjust.
4346         * solib-aix.c (solib_aix_get_library_list): Adjust.
4347         * solib-dsbt.c (decode_loadmap): Don't free buf.
4348         (dsbt_get_initial_loadmaps): Adjust.
4349         * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Adjust.
4350         * solib-target.c (solib_target_current_sos): Adjust.
4351         * tracepoint.c (sdata_make_value): Adjust.
4352         * xml-support.c (xinclude_start_include): Adjust.
4353         (xml_fetch_content_from_file): Adjust.
4354         * xml-support.h (xml_fetch_another): Change return type.
4355         (xml_fetch_content_from_file): Change return type.
4356         * xml-syscall.c (xml_init_syscalls_info): Adjust.
4357         * xml-tdesc.c (file_read_description_xml): Adjust.
4358         (fetch_available_features_from_target): Change return type.
4359         (target_fetch_description_xml): Adjust.
4360         (target_read_description_xml): Adjust.
4361
4362 2018-04-06  Tom Tromey  <tom@tromey.com>
4363
4364         * value.c (~value): Update.
4365         (struct value) <contents>: Now unique_xmalloc_ptr.
4366         (value_contents_bits_eq, allocate_value_contents)
4367         (value_contents_raw, value_contents_all_raw)
4368         (value_contents_for_printing, value_contents_for_printing_const)
4369         (set_value_enclosing_type): Update.
4370
4371 2018-04-06  Tom Tromey  <tom@tromey.com>
4372
4373         * value.c (range_s): Remove typedef, VEC.
4374         (struct range): Add operator<.
4375         (range_lessthan): Remove.
4376         (ranges_contain): Change type.
4377         (~value): Update.
4378         (struct value) <unavailable, optimized_out>: Now std::vector.
4379         (value_entirely_available)
4380         (value_entirely_covered_by_range_vector)
4381         (value_entirely_unavailable, value_entirely_optimized_out):
4382         Update.
4383         (insert_into_bit_range_vector): Change argument type.
4384         (find_first_range_overlap): Likewise.
4385         (struct ranges_and_idx, value_contents_bits_eq)
4386         (require_not_optimized_out, require_available): Update.
4387         (ranges_copy_adjusted): Change argument types.
4388         (value_optimized_out, value_copy, value_fetch_lazy): Update.
4389
4390 2018-04-06  Tom Tromey  <tom@tromey.com>
4391
4392         * value.c (~value): Update.
4393         (struct value) <parent>: Now a value_ref_ptr.
4394         (value_parent, set_value_parent, value_address, value_copy):
4395         Update.
4396
4397 2018-04-06  Tom Tromey  <tom@tromey.com>
4398
4399         * value.c (struct value): Add constructor, destructor, and member
4400         initializers.
4401         (allocate_value_lazy, value_decref): Update.
4402
4403 2018-04-06  Tom Tromey  <tom@tromey.com>
4404
4405         * value.c (struct value) <released, next>: Remove.
4406         (all_values): Now a std::vector.
4407         (allocate_value_lazy): Update.
4408         (value_next): Remove.
4409         (value_mark, value_free_to_mark, release_value)
4410         (value_release_to_mark): Update.
4411
4412 2018-04-06  Tom Tromey  <tom@tromey.com>
4413
4414         * value.h (fetch_subexp_value, value_release_to_mark): Update.
4415         (free_value_chain): Remove.
4416         * value.c (free_value_chain): Remove.
4417         (value_release_to_mark): Return a std::vector.
4418         * ppc-linux-nat.c (num_memory_accesses): Change "chain" to a
4419         std::vector.
4420         (check_condition): Update.
4421         * eval.c (fetch_subexp_value): Change "val_chain" to a
4422         std::vector.
4423         * breakpoint.c (update_watchpoint): Update.
4424         (can_use_hardware_watchpoint): Change "vals" to a std::vector.
4425
4426 2018-04-06  Tom Tromey  <tom@tromey.com>
4427
4428         * value.h (free_all_values): Remove.
4429         * value.c (free_all_values): Remove.
4430
4431 2018-04-06  Tom Tromey  <tom@tromey.com>
4432
4433         * value.c (VALUE_HISTORY_CHUNK, struct value_history_chunk)
4434         (value_history_chain, value_history_count): Remove.
4435         (value_history): New global.
4436         (record_latest_value, access_value_history, show_values)
4437         (preserve_values): Update.
4438
4439 2018-04-06  Tom Tromey  <tom@tromey.com>
4440
4441         * varobj.h (struct varobj) <value>: Now a value_ref_ptr.
4442         * varobj.c (varobj_set_display_format, varobj_set_value)
4443         (install_default_visualizer, construct_visualizer)
4444         (install_new_value, ~varobj, varobj_get_value_type)
4445         (my_value_of_variable, varobj_editable_p): Update.
4446         * c-varobj.c (c_describe_child, c_value_of_variable)
4447         (cplus_number_of_children, cplus_describe_child): Update.
4448         * ada-varobj.c (ada_number_of_children, ada_name_of_child)
4449         (ada_path_expr_of_child, ada_value_of_child, ada_type_of_child)
4450         (ada_value_of_variable, ada_value_is_changeable_p): Update.
4451
4452 2018-04-06  Tom Tromey  <tom@tromey.com>
4453
4454         * printcmd.c (last_examine_address): Change type to
4455         value_ref_ptr.
4456         (do_examine, x_command): Update.
4457
4458 2018-04-06  Tom Tromey  <tom@tromey.com>
4459
4460         * value.c (release_value): Update.
4461         * breakpoint.h (struct watchpoint) <val>: Now a value_ref_ptr.
4462         (struct bpstats) <val>: Now a value_ref_ptr.
4463         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
4464         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
4465         (~watchpoint, print_it_watchpoint, watch_command_1)
4466         (invalidate_bp_value_on_memory_change): Update.
4467
4468 2018-04-06  Tom Tromey  <tom@tromey.com>
4469
4470         * varobj.c (varobj_clear_saved_item)
4471         (update_dynamic_varobj_children, install_new_value, ~varobj):
4472         Update.
4473         * value.h (value_incref): Move declaration earlier.
4474         (value_decref): Rename from value_free.
4475         (struct value_ref_policy): New.
4476         (value_ref_ptr): New typedef.
4477         (struct value_deleter): Remove.
4478         (gdb_value_up): Remove typedef.
4479         (release_value): Change return type.
4480         (release_value_or_incref): Remove.
4481         * value.c (set_value_parent): Update.
4482         (value_incref): Change return type.
4483         (value_decref): Rename from value_free.
4484         (value_free_to_mark, free_all_values, free_value_chain): Update.
4485         (release_value): Return value_ref_ptr.
4486         (release_value_or_incref): Remove.
4487         (record_latest_value, set_internalvar, clear_internalvar):
4488         Update.
4489         * stack.c (info_frame_command): Don't call value_free.
4490         * python/py-value.c (valpy_dealloc, valpy_new)
4491         (value_to_value_object): Update.
4492         * printcmd.c (do_examine): Update.
4493         * opencl-lang.c (lval_func_free_closure): Update.
4494         * mi/mi-main.c (register_changed_p): Don't call value_free.
4495         * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
4496         * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
4497         * m68hc11-tdep.c (m68hc11_frame_prev_register): Don't call
4498         value_free.
4499         * guile/scm-value.c (vlscm_free_value_smob)
4500         (vlscm_scm_from_value): Update.
4501         * frame.c (frame_register_unwind, frame_unwind_register_signed)
4502         (frame_unwind_register_unsigned, get_frame_register_bytes)
4503         (put_frame_register_bytes): Don't call value_free.
4504         * findvar.c (address_from_register): Don't call value_free.
4505         * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
4506         * dwarf2loc.c (entry_data_value_free_closure)
4507         (value_of_dwarf_reg_entry, free_pieced_value_closure)
4508         (dwarf2_evaluate_loc_desc_full): Update.
4509         * breakpoint.c (update_watchpoint, breakpoint_init_inferior)
4510         (~bpstats, bpstats, bpstat_clear_actions, watchpoint_check)
4511         (~watchpoint, watch_command_1)
4512         (invalidate_bp_value_on_memory_change): Update.
4513         * alpha-tdep.c (alpha_register_to_value): Don't call value_free.
4514
4515 2018-04-06  Simon Marchi  <simon.marchi@polymtl.ca>
4516
4517         PR gdb/23022
4518         * warning.m4: Add -Wno-error=deprecated-register.
4519         * configure: Re-generate.
4520
4521 2018-04-05  Tom Tromey  <tom@tromey.com>
4522
4523         * linespec.h: Remove include of "vec.h".
4524
4525 2018-04-05  Tom Tromey  <tom@tromey.com>
4526
4527         * linespec.c (typep): Remove typedef.
4528         (find_methods, find_superclass_methods): Take a std::vector.
4529         (find_method): Use std::vector.
4530
4531 2018-04-05  Tom Tromey  <tom@tromey.com>
4532
4533         * utils.c (compare_strings): Remove.
4534         * utils.h (compare_strings): Remove.
4535         * objc-lang.h (find_imps): Update.
4536         * objc-lang.c (find_methods): Take a std::vector.
4537         (uniquify_strings, find_imps): Likewise.
4538         * linespec.c (find_methods): Take a std::vector.
4539         (decode_objc): Use std::vector.
4540         (add_all_symbol_names_from_pspace, find_superclass_methods): Take
4541         a std::vector.
4542         (find_method, find_function_symbols): Use std::vector.
4543
4544 2018-04-05  Tom Tromey  <tom@tromey.com>
4545
4546         * completer.c (completion_tracker::completion_tracker): Remove
4547         cast.
4548         (completion_tracker::discard_completions): Likewise.
4549         * breakpoint.c (ambiguous_names_p): Remove cast.
4550         * ada-lang.c (_initialize_ada_language): Remove cast.
4551         * utils.h (streq): Update.
4552         (streq_hash): Add new declaration.
4553         * utils.c (streq): Return bool.
4554         (streq_hash): New function.
4555
4556 2018-04-05  Tom Tromey  <tom@tromey.com>
4557
4558         * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
4559         Remove a string copy.
4560
4561 2018-04-05  Tom Tromey  <tom@tromey.com>
4562
4563         * linespec.c (filter_results): Use std::vector.
4564         (decode_line_2, decode_line_full): Update.
4565
4566 2018-04-05  Tom Tromey  <tom@tromey.com>
4567
4568         * linespec.c (canonical_to_fullform): Return std::string.
4569         (filter_results): Update.
4570         (struct decode_line_2_item): Add constructor.
4571         <fullform, displayform>: Now std::string.
4572         (decode_line_2_compare_items): Now a std::sort comparator.
4573         (decode_line_2): Update.
4574
4575 2018-04-05  Tom Tromey  <tom@tromey.com>
4576
4577         * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
4578         (unexpected_linespec_error): Update.
4579         (linespec_parse_basic, parse_linespec): Update.
4580
4581 2018-04-05  Tom Tromey  <tom@tromey.com>
4582
4583         * linespec.c (linespec_parse_basic): Reindent.
4584
4585 2018-04-05  Tom Tromey  <tom@tromey.com>
4586
4587         * minsyms.h (iterate_over_minimal_symbols): Update.
4588         * minsyms.c (iterate_over_minimal_symbols): Take a
4589         gdb::function_view.
4590         * linespec.c (struct collect_minsyms): Remove.
4591         (compare_msyms): Now a std::sort comparator.
4592         (add_minsym): Add parameters.
4593         (search_minsyms_for_name): Update.  Use std::vector.
4594
4595 2018-04-03  Tom Tromey  <tom@tromey.com>
4596
4597         * mipsread.c (read_alphacoff_dynamic_symtab): Use
4598         gdb::byte_vector.
4599
4600 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
4601
4602         * MAINTAINERS (Write After Approval): Add Weimin Pan.
4603
4604 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
4605
4606         PR gdb/16959
4607         * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
4608         printing static type.
4609
4610 2018-04-01  Tom Tromey  <tom@tromey.com>
4611
4612         * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
4613         (rs6000_xfer_shared_libraries): Update.
4614
4615 2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
4616
4617         * common/gdb_vecs.h (char_ptr): Remove.
4618         * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
4619
4620 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
4621
4622         * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
4623         with std::vector.
4624         * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
4625
4626 2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
4627
4628         * tracepoint.h (struct uploaded_tp): Initialize fields.
4629         <actions, step_actions, cmd_strings>: Change type to
4630         std::vector<char *>.
4631         * tracepoint.c (get_uploaded_tp): Allocate with new.
4632         (free_uploaded_tps): Free with delete.
4633         (parse_tracepoint_definition): Adjust to std::vector change.
4634         * breakpoint.c (read_uploaded_action): Likewise.
4635         (create_tracepoint_from_upload): Likewise.
4636         * ctf.c (ctf_write_uploaded_tp): Likewise.
4637         (SET_ARRAY_FIELD): Likewise.
4638         * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
4639
4640 2018-03-30  Tom Tromey  <tom@tromey.com>
4641
4642         * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
4643         std::unique_ptr.
4644         (svr4_keep_data_in_core): Update.
4645         (svr4_read_so_list): Update.
4646
4647 2018-03-30  Tom Tromey  <tom@tromey.com>
4648
4649         * windows-nat.c (handle_output_debug_string, handle_exception):
4650         Update.
4651         * target.h (target_read_string): Update.
4652         * target.c (target_read_string): Change "string" to
4653         unique_xmalloc_ptr.
4654         * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
4655         Update.
4656         * solib-frv.c (frv_current_sos): Update.
4657         * solib-dsbt.c (dsbt_current_sos): Update.
4658         * solib-darwin.c (darwin_current_sos): Update.
4659         * linux-thread-db.c (inferior_has_bug): Update.
4660         * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
4661         Update.  Remove alloca.
4662         * ada-lang.c (ada_main_name): Update.
4663
4664 2018-03-30  Tom Tromey  <tom@tromey.com>
4665
4666         * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
4667         (struct dwo_file_deleter): New.
4668         (dwo_file_up): New typedef.
4669         (open_and_init_dwo_file): Use dwo_file_up.
4670         (free_dwo_file_cleanup): Remove.
4671
4672 2018-03-30  Tom Tromey  <tom@tromey.com>
4673
4674         * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
4675         (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
4676
4677 2018-03-30  Tom Tromey  <tom@tromey.com>
4678
4679         * dwarf2read.c (class free_cached_comp_units): New class.
4680         (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
4681         (free_cached_comp_units): Remove function.
4682
4683 2018-03-30  Tom Tromey  <tom@tromey.com>
4684
4685         * utils.h (make_cleanup_unpush_target): Remove.
4686         * inf-ptrace.c (struct target_unpusher): New.
4687         (target_unpush_up) New typedef.
4688         (inf_ptrace_create_inferior, inf_ptrace_attach): Use
4689         target_unpush_up.
4690         * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
4691
4692 2018-03-27  Tom Tromey  <tom@tromey.com>
4693
4694         * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
4695
4696 2018-03-27  Pedro Alves  <palves@redhat.com>
4697             Tom Tromey  <tom@tromey.com>
4698
4699         * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
4700         destructor.  Now a class.
4701         (gdb_readline_wrapper_cleanup): Remove function.
4702         (gdb_readline_wrapper): Remove cleanups.
4703
4704 2018-03-27  Tom Tromey  <tom@tromey.com>
4705
4706         * typeprint.h (struct type_print_options) <local_typedefs,
4707         global_typedefs>: Remove "struct" keyword.
4708         (class typedef_hash_table): New class.
4709         (recursively_update_typedef_hash, add_template_parameters)
4710         (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
4711         (find_typedef_in_hash): Don't declare.
4712         * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
4713         (typedef_hash_table::recursively_update): Rename from
4714         recursively_update_typedef_hash.  Now a member.
4715         (typedef_hash_table::add_template_parameters): Rename from
4716         add_template_parameters.  Now a member.
4717         (typedef_hash_table::typedef_hash_table): Now a constructor;
4718         rename from create_typedef_hash.
4719         (typedef_hash_table::~typedef_hash_table): Now a destructor;
4720         rename from free_typedef_hash.
4721         (do_free_typedef_hash, make_cleanup_free_typedef_hash)
4722         (do_free_global_table): Remove.
4723         (typedef_hash_table::typedef_hash_table): New constructor; renamed
4724         from copy_type_recursive.
4725         (create_global_typedef_table): Remove.
4726         (typedef_hash_table::find_global_typedef): Now a member of
4727         typedef_hash_table.
4728         (typedef_hash_table::find_typedef): Rename from
4729         find_typedef_in_hash; now a member.
4730         (whatis_exp): Update.
4731         * extension.h (struct ext_lang_type_printers): Add constructor and
4732         destructor.
4733         (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
4734         declare.
4735         * extension.c (ext_lang_type_printers::ext_lang_type_printers):
4736         Now a constructor; rename from start_ext_lang_type_printers.
4737         (ext_lang_type_printers): Now a destructor; rename from
4738         free_ext_lang_type_printers.
4739         * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
4740         Update.
4741         (c_type_print_base_struct_union): Update.  Remove cleanups.
4742
4743 2018-03-27  Tom Tromey  <tom@tromey.com>
4744
4745         * dwarf-index-write.c: Include <cmath>.
4746
4747 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
4748
4749         * NEWS: Add entry describing new "set|show varsize-limit" command.
4750         * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
4751         command.
4752         * printcmd.c (_initialize_printcmd): Add "set var" alias of
4753         "set variable".
4754
4755 2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
4756
4757         * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
4758         dwarf-index-write.c
4759         (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
4760         * dwarf-index-common.c: New file.
4761         * dwarf-index-common.h: New file.
4762         * dwarf-index-write.c: New file.
4763         * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
4764         (struct dwarf2_section_info): Move from here.
4765         (dwarf2_section_info_def): Likewise.
4766         (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
4767         (offset_type): Likewise.
4768         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
4769         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
4770         (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
4771         (byte_swap): Likewise.
4772         (MAYBE_SWAP): Likewise.
4773         (dwarf2_per_cu_ptr): Likewise.
4774         (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
4775         (struct tu_stats): Likewise.
4776         (struct dwarf2_per_objfile): Likewise.
4777         (struct dwarf2_per_cu_data): Likewise.
4778         (struct signatured_type): Likewise.
4779         (sig_type_ptr): Likewise.
4780         (DEF_VEC_P (sig_type_ptr)): Likewise.
4781         (INDEX4_SUFFIX): Likewise.
4782         (INDEX5_SUFFIX): Likewise.
4783         (DEBUG_STR_SUFFIX): Likewise.
4784         (dwarf2_read_section): Make non-static.
4785         (mapped_index_string_hash): Move from here.
4786         (dwarf5_djb_hash): Likewise.
4787         (file_write): Likewise.
4788         (class data_buf): Likewise.
4789         (struct symtab_index_entry): Likewise.
4790         (struct mapped_symtab): Likewise.
4791         (find_slot): Likewise.
4792         (hash_expand): Likewise.
4793         (add_index_entry): Likewise.
4794         (uniquify_cu_indices): Likewise.
4795         (class c_str_view): Likewise.
4796         (class c_str_view_hasher): Likewise.
4797         (class vector_hasher): Likewise.
4798         (write_hash_table): Likewise.
4799         (psym_index_map): Likewise.
4800         (struct addrmap_index_data): Likewise.
4801         (add_address_entry): Likewise.
4802         (add_address_entry_worker): Likewise.
4803         (write_address_map): Likewise.
4804         (symbol_kind): Likewise.
4805         (write_psymbols): Likewise.
4806         (struct signatured_type_index_data): Likewise.
4807         (write_one_signatured_type): Likewise.
4808         (recursively_count_psymbols): Likewise.
4809         (recursively_write_psymbols): Likewise.
4810         (class debug_names): Likewise.
4811         (check_dwarf64_offsets): Likewise.
4812         (psyms_seen_size): Likewise.
4813         (write_gdbindex): Likewise.
4814         (write_debug_names): Likewise.
4815         (assert_file_size): Likewise.
4816         (write_psymtabs_to_index): Likewise.
4817         (save_gdb_index_command): Likewise.
4818         (_initialize_dwarf2_read): Don't register the "save gdb-index"
4819         command.
4820         * dwarf2read.h: New file.
4821
4822 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
4823
4824         PR gdb/22670
4825         * dwarf2read.c (dwarf2_physname): Do not return the demangled
4826         symbol name if the CU's language stores symbol names in linkage
4827         format.
4828         * language.h (struct language_defn)
4829         <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
4830         all instances of this struct.
4831
4832 2018-03-26  Tom Tromey  <tom@tromey.com>
4833
4834         * stack.c (backtrace_command_1): Remove verbose code.
4835
4836 2018-03-26  Tom Tromey  <tom@tromey.com>
4837
4838         * python/py-framefilter.c (py_print_type): Don't catch
4839         exceptions.  Return void.
4840         (py_print_value): Likewise.
4841         (py_print_single_arg): Likewise.
4842         (enumerate_args): Don't catch exceptions.
4843         (py_print_args): Likewise.
4844         (py_print_frame): Likewise.
4845         (gdbpy_apply_frame_filter): Catch exceptions here.
4846
4847 2018-03-26  Tom Tromey  <tom@tromey.com>
4848
4849         * stack.c (_initialize_stack): Remove trailing newlines from help
4850         text.  Add "Usage" line to "backtrace" help.
4851
4852 2018-03-26  Tom Tromey  <tom@tromey.com>
4853
4854         PR python/16486:
4855         * python/py-framefilter.c (py_print_args): Call wrap_hint.
4856
4857 2018-03-26  Tom Tromey  <tom@tromey.com>
4858
4859         * python/py-framefilter.c (py_print_single_arg): Return
4860         EXT_LANG_BT_ERROR from catch.
4861
4862 2018-03-26  Tom Tromey  <tom@tromey.com>
4863
4864         PR backtrace/15584:
4865         * stack.c (backtrace_command_1): Move some code into no-filters
4866         "if".
4867
4868 2018-03-26  Tom Tromey  <tom@tromey.com>
4869
4870         * python/py-framefilter.c (throw_quit_or_print_exception): New
4871         function.
4872         (gdbpy_apply_frame_filter): Use it.
4873
4874 2018-03-26  Tom Tromey  <tom@tromey.com>
4875
4876         PR cli/17716:
4877         * python/py-framefilter.c (py_print_type, py_print_value)
4878         (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
4879         RETURN_MASK_ERROR.
4880
4881 2018-03-26  Tom Tromey  <tom@tromey.com>
4882
4883         * python/py-framefilter.c (enumerate_args): Use
4884         gdb::unique_xmalloc_ptr.
4885
4886 2018-03-26  Tom Tromey  <tom@tromey.com>
4887
4888         * python/py-framefilter.c (py_print_frame): Return
4889         EXT_LANG_BT_OK.
4890         (gdbpy_apply_frame_filter): Update comment.
4891         * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
4892         Remove.
4893         <EXT_LANG_BT_NO_FILTERS>: Change value.
4894
4895 2018-03-26  Tom Tromey  <tom@tromey.com>
4896
4897         PR backtrace/15582:
4898         * stack.c (backtrace_command): Parse "hide" argument.
4899         * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
4900         * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
4901         constant.
4902
4903 2018-03-26  Tom Tromey  <tom@tromey.com>
4904
4905         * stack.c (backtrace_command_1): Remove "show_locals" parameter,
4906         add "flags".
4907         (backtrace_command): Remove "fulltrace", add "flags".
4908
4909 2018-03-26  Tom Tromey  <tom@tromey.com>
4910
4911         * stack.c (backtrace_command): Rewrite command line parsing.
4912
4913 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
4914
4915         * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
4916
4917 2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
4918
4919         * filename-seen-cache.h: Add include guard.
4920
4921 2018-03-26  Keith Seitz  <keiths@redhat.com>
4922
4923         * symfile.c (place_section): Remove "struct" from section_addr_info
4924         in comment.
4925         * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
4926         "struct" keyword from section_addr_info.
4927
4928 2018-03-26  Alan Hayward  <alan.hayward@arm.com>
4929
4930         * regformats/regdef.h (reg): Add constructors.
4931
4932 2018-03-25  Pedro Alves  <palves@redhat.com>
4933
4934         * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
4935         if then/else bodies in var_func_name extraction.
4936
4937 2018-03-23  Weimin Pan  <weimin.pan@oracle.com>
4938
4939         * minsyms.c (lookup_minimal_symbol_and_objfile): Use
4940         lookup_minimal_symbol() to find symbol entry.
4941         * minsyms.h (lookup_minimal_symbol_and_objfile): Update comment.
4942
4943 2018-03-23  Keith Seitz  <keiths@redhat.com>
4944
4945         PR c++/22968
4946         * dwarf2read.c (scan_partial_symbols): Scan structs/classes for
4947         nested type definitions for C++, too.
4948
4949 2018-03-23  Tom Tromey  <tom@tromey.com>
4950
4951         * machoread.c (struct oso_el): Add a constructor.  Don't define as
4952         a typedef.
4953         (macho_register_oso): Remove.
4954         (macho_symtab_read): Take a std::vector.
4955         (oso_el_compare_name): Now a std::sort comparator.
4956         (macho_symfile_read_all_oso): Take a std::vector.
4957         (macho_symfile_read): Use std::vector.  Remove cleanups.
4958
4959 2018-03-22  Tom Tromey  <tom@tromey.com>
4960
4961         * record-full.c (record_full_exec_insn): Use gdb::byte_vector.
4962         (record_full_goto_bookmark): Use std::string.
4963
4964 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
4965
4966         PR tdep/18295
4967         * rs6000-tdep.c (skip_prologue): Match both stwux and stdux
4968         a single mask.
4969
4970 2018-03-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
4971
4972         * rs6000-tdep.c (store_insn_p): New function.
4973         (skip_prologue): New variable alloca_reg_offset. Set lr_reg
4974         and cr_reg to their unshifted values. Use store_insn_p to
4975         match LR saves using either R1 or fdata->alloca_reg. Use
4976         store_insn_p to match CR saves. Set alloca_reg_offset
4977         when alloca_reg and framep are set. Remove lr_reg shift
4978         when assigning to fdata->lr_register.
4979
4980 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4981
4982         * linux-tdep.c (linux_info_proc): For "info proc cmdline", print
4983         command line args instead of emitting a warning.
4984
4985 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
4986
4987         * tracepoint.h (struct static_tracepoint_marker): Initialize
4988         fields, define default constructor, move constructor and move
4989         assignment, disable the rest.
4990         <str_id, extra>: Make std::string.
4991         (release_static_tracepoint_marker): Remove.
4992         (free_current_marker): Remove.
4993         * tracepoint.c (free_current_marker): Remove.
4994         (parse_static_tracepoint_marker_definition): Adjust to
4995         std::string, use new hex2str overload.
4996         (release_static_tracepoint_marker): Remove.
4997         (print_one_static_tracepoint_marker): Get marker by reference
4998         and adjust to std::string.
4999         (info_static_tracepoint_markers_command): Adjust to std::vector
5000         changes
5001         * target.h (static_tracepoint_marker_p): Remove typedef.
5002         (DEF_VEC_P(static_tracepoint_marker_p)): Remove.
5003         (struct target_ops) <to_static_tracepoint_marker_at>: Return
5004         bool.
5005         <to_static_tracepoint_markers_by_strid>: Return std::vector.
5006         * target-debug.h
5007         (target_debug_print_VEC_static_tracepoint_marker_p_p): Remove.
5008         (target_debug_print_std_vector_static_tracepoint_marker): New.
5009         (target_debug_print_struct_static_tracepoint_marker_p): Rename
5010         to...
5011         (target_debug_print_static_tracepoint_marker_p): ... this.
5012         * target-delegates.c: Re-generate.
5013         * breakpoint.h (struct tracepoint) <static_trace_marker_id>:
5014         Make std::string.
5015         * breakpoint.c (init_breakpoint_sal): Adjust to std::string.
5016         (decode_static_tracepoint_spec): Adjust to std::vector.
5017         (tracepoint_print_one_detail): Adjust to std::string.
5018         (strace_marker_decode_location): Adjust to std::string.
5019         (update_static_tracepoint): Adjust to std::string, remove call
5020         to release_static_tracepoint_marker.
5021         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5022         Adjust to std::vector.
5023         * remote.c (remote_static_tracepoint_marker_at): Return bool.
5024         (remote_static_tracepoint_markers_by_strid): Adjust to
5025         std::vector.
5026         * common/rsp-low.h (hex2str): New overload with explicit count
5027         of bytes.
5028         * common/rsp-low.c (hex2str): New overload with explicit count
5029         of bytes.
5030         * unittests/rsp-low-selftests.c (test_hex2str): New function.
5031         (_initialize_rsp_low_selftests): Add test_hex2str test.
5032         * unittests/tracepoint-selftests.c
5033         (test_parse_static_tracepoint_marker_definition): Adjust to
5034         std::string.
5035
5036 2018-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
5037
5038         * tracepoint.c (parse_static_tracepoint_marker_definition):
5039         Consider case where the definition is followed by more
5040         definitions.
5041         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5042         tracepoint-selftests.c.
5043         * unittests/tracepoint-selftests.c: New.
5044
5045 2018-03-21  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
5046
5047         * MAINTAINERS (Write After Approval): Add Pedro Franco de
5048         Carvalho.
5049
5050 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
5051
5052         * symtab.c (find_pc_sect_line): fixed indentation.
5053
5054 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
5055
5056         * symtab.c (find_pc_sect_line): now uses binary search.
5057
5058 2018-03-19  Tom Tromey  <tom@tromey.com>
5059
5060         * rust-exp.y (struct_expr_tail, struct_expr_list): Add plain
5061         "IDENT" production.
5062
5063 2018-03-19  Pedro Alves  <palves@redhat.com>
5064             Tom Tromey  <tom@tromey.com>
5065
5066         * unittests/observable-selftests.c: New file.
5067         * common/observable.h: New file.
5068         * observable.h: New file.
5069         * ada-lang.c, ada-tasks.c, agent.c, aix-thread.c, annotate.c,
5070         arm-tdep.c, auto-load.c, auxv.c, break-catch-syscall.c,
5071         breakpoint.c, bsd-uthread.c, cli/cli-interp.c, cli/cli-setshow.c,
5072         corefile.c, dummy-frame.c, event-loop.c, event-top.c, exec.c,
5073         extension.c, frame.c, gdbarch.c, guile/scm-breakpoint.c,
5074         infcall.c, infcmd.c, inferior.c, inflow.c, infrun.c, jit.c,
5075         linux-tdep.c, linux-thread-db.c, m68klinux-tdep.c,
5076         mi/mi-cmd-break.c, mi/mi-interp.c, mi/mi-main.c, objfiles.c,
5077         ppc-linux-nat.c, ppc-linux-tdep.c, printcmd.c, procfs.c,
5078         python/py-breakpoint.c, python/py-finishbreakpoint.c,
5079         python/py-inferior.c, python/py-unwind.c, ravenscar-thread.c,
5080         record-btrace.c, record-full.c, record.c, regcache.c, remote.c,
5081         riscv-tdep.c, sol-thread.c, solib-aix.c, solib-spu.c, solib.c,
5082         spu-multiarch.c, spu-tdep.c, stack.c, symfile-mem.c, symfile.c,
5083         symtab.c, thread.c, top.c, tracepoint.c, tui/tui-hooks.c,
5084         tui/tui-interp.c, valops.c: Update all users.
5085         * tui/tui-hooks.c (tui_bp_created_observer)
5086         (tui_bp_deleted_observer, tui_bp_modified_observer)
5087         (tui_inferior_exit_observer, tui_before_prompt_observer)
5088         (tui_normal_stop_observer, tui_register_changed_observer):
5089         Remove.
5090         (tui_observers_token): New global.
5091         (attach_or_detach, tui_attach_detach_observers): New functions.
5092         (tui_install_hooks, tui_remove_hooks): Use
5093         tui_attach_detach_observers.
5094         * record-btrace.c (record_btrace_thread_observer): Remove.
5095         (record_btrace_thread_observer_token): New global.
5096         * observer.sh: Remove.
5097         * observer.c: Rename to observable.c.
5098         * observable.c (namespace gdb_observers): Define new objects.
5099         (observer_debug): Move into gdb_observers namespace.
5100         (struct observer, struct observer_list, xalloc_observer_list_node)
5101         (xfree_observer_list_node, generic_observer_attach)
5102         (generic_observer_detach, generic_observer_notify): Remove.
5103         (_initialize_observer): Update.
5104         Don't include observer.inc.
5105         * Makefile.in (generated_files): Remove observer.h, observer.inc.
5106         (clean mostlyclean): Likewise.
5107         (observer.h, observer.inc): Remove targets.
5108         (SUBDIR_UNITTESTS_SRCS): Add observable-selftests.c.
5109         (COMMON_SFILES): Use observable.c, not observer.c.
5110         * .gitignore: Remove observer.h.
5111
5112 2018-03-18  Tom Tromey  <tom@tromey.com>
5113
5114         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Use
5115         gdb::def_vector.
5116         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
5117
5118 2018-03-17  Tom Tromey  <tom@tromey.com>
5119
5120         * auto-load.c (auto_load_objfile_script_1): Use std::string.
5121
5122 2018-03-17  Tom Tromey  <tom@tromey.com>
5123
5124         * target.c (class scoped_target_fd): New.
5125         (target_fileio_close_cleanup): Remove.
5126         (target_fileio_read_alloc_1): Use scoped_target_fd.
5127
5128 2018-03-16  Simon Marchi  <simon.marchi@polymtl.ca>
5129
5130         * silent-rules.mk: New.
5131         * Makefile.in: Include silent-rules.mk
5132         (srcdir, VPATH, top_srcdir): Move up.
5133         (COMPILE): Add ECHO_CXX.
5134         (test-cp-name-parser$(EXEEXT)): Add ECHO_CXXLD.
5135         (init.c): Add ECHO_INIT_C.
5136         (gdb$(EXEEXT)): Add SILENCE and ECHO_CXXLD.
5137         (version.c): Add ECHO_GEN.
5138         (printcmd.o): Add ECHO_CXX.
5139         (target-float.o): Add ECHO_CXX.
5140         (ada-exp.o): Add ECHO_CXX.
5141         (stamp-xml): Add SILENCE and ECHO_GEN_XML_BUILTIN.
5142         (insight$(EXEEXT)): Add ECHO_CXXLD.
5143         * gnulib/configure.ac: Add AM_SILENT_RULES.
5144         * gnulib/aclocal.m4: Re-generate.
5145         * gnulib/configure: Re-generate.
5146         * gnulib/import/Makefile.in: Re-generate.
5147
5148 2018-03-16  Tom Tromey  <tom@tromey.com>
5149
5150         * xcoffread.c (xcoff_symfile_offsets): Change type of "addrs".
5151         * utils.h (make_cleanup_free_section_addr_info): Don't declare.
5152         * utils.c (do_free_section_addr_info)
5153         (make_cleanup_free_section_addr_info): Remove.
5154         * symfile.h (struct other_sections): Add constructor.
5155         (struct section_addr_info): Remove.
5156         (section_addr_info): New typedef.
5157         (struct sym_fns) <sym_offsets>: Change type of parameter.
5158         (build_section_addr_info_from_objfile)
5159         (relative_addr_info_to_section_offsets, addr_info_make_relative)
5160         (default_symfile_offsets, symbol_file_add)
5161         (symbol_file_add_from_bfd)
5162         (build_section_addr_info_from_section_table): Update.
5163         (alloc_section_addr_info, free_section_addr_info): Don't declare.
5164         * symfile.c (alloc_section_addr_info): Remove.
5165         (build_section_addr_info_from_section_table): Change return type.
5166         Update.
5167         (build_section_addr_info_from_bfd)
5168         (build_section_addr_info_from_objfile): Likewise.
5169         (free_section_addr_info): Remove.
5170         (relative_addr_info_to_section_offsets): Change type of "addrs".
5171         (addrs_section_compar): Now a std::sort comparator.
5172         (addrs_section_sort): Change return type.
5173         (addr_info_make_relative): Change type of "addrs".  Update.
5174         (default_symfile_offsets, syms_from_objfile_1)
5175         (syms_from_objfile, symbol_file_add_with_addrs): Likewise.
5176         (symbol_file_add_separate): Update.
5177         (symbol_file_add): Change type of "addrs".  Update.
5178         (add_symbol_file_command): Update.  Remove cleanups.
5179         * symfile-mem.c (symbol_file_add_from_memory): Update.  Remove
5180         cleanups.
5181         * symfile-debug.c (debug_sym_offsets): Change type of "info".
5182         * solib.c (solib_read_symbols): Update.
5183         * objfiles.c (objfile_relocate): Update.  Remove cleanups.
5184         * machoread.c (macho_symfile_offsets): Update.
5185         * jit.c (jit_bfd_try_read_symtab): Update.
5186
5187 2018-03-15  Simon Marchi  <simon.marchi@polymtl.ca>
5188
5189         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5190         unittests/utils-selftests.c.
5191         * unittests/utils-selftests.c: New file.
5192
5193 2018-03-14  Tom Tromey  <tom@tromey.com>
5194
5195         PR cli/14977:
5196         * printcmd.c (printf_c_string, printf_wide_c_string): Special case
5197         for NULL.
5198
5199 2018-03-14  Tom Tromey  <tom@tromey.com>
5200
5201         PR cli/19918:
5202         * printcmd.c (printf_pointer): Allow "-" in format.
5203
5204 2018-03-14  Tom Tromey  <tom@tromey.com>
5205
5206         * printcmd.c (_initialize_printcmd): Add usage to printf.
5207
5208 2018-03-14  Yao Qi  <qiyao@sourceware.org>
5209
5210         * MAINTAINERS: Update my email address.
5211
5212 2018-03-13  Tom Tromey  <tom@tromey.com>
5213
5214         * machoread.c (macho_check_dsym): Change filenamep to a
5215         std::string*.
5216         (macho_symfile_read): Update.
5217         * symfile.c (load_command): Use std::string.
5218
5219 2018-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
5220
5221         * riscv-tdep.c (riscv_sw_breakpoint_from_kind): Add localization
5222         to error message string.
5223         (riscv_register_name): Use xsnprintf instead of sprintf.
5224         (riscv_insn::fetch_instruction): Use gdb_assert instead of
5225         internal_error.
5226         (riscv_print_arg_location): Use gdb_assert_not_reached instead of
5227         error.
5228         (riscv_push_dummy_call): Likewise.
5229
5230 2018-03-12  Tom Tromey  <tom@tromey.com>
5231
5232         * rs6000-aix-tdep.c (rs6000_aix_core_xfer_shared_libraries_aix):
5233         Use gdb::byte_vector.
5234         * arm-tdep.c (arm_exidx_new_objfile): Use gdb::byte_vector.
5235
5236 2018-03-12  Yao Qi  <yao.qi@linaro.org>
5237
5238         * ia64-libunwind-tdep.c (libunwind_get_reg_special): Change
5239         parameter type to readable_regcache.
5240         * ia64-libunwind-tdep.h (libunwind_get_reg_special): Update
5241         the declaration.
5242
5243 2018-03-11  Tom Tromey  <tom@tromey.com>
5244
5245         * dwarf2read.c (struct nextfield): Add initializers.
5246         (struct nextfnfield): Remove.
5247         (struct fnfieldlist): Add initializers.  Remove "length" and
5248         "head", use std::vector.
5249         (struct decl_field_list): Remove.
5250         (struct field_info): Add initializers.
5251         <fields, baseclasses>: Now std::vector.
5252         <nbaseclasses, nfnfields, typedef_field_list_count,
5253         nested_types_list_count>: Remove.
5254         (dwarf2_add_field, dwarf2_add_type_defn)
5255         (dwarf2_attach_fields_to_type, dwarf2_add_member_fn)
5256         (dwarf2_attach_fn_fields_to_type, handle_struct_member_die)
5257         (process_structure_scope): Update.
5258
5259 2018-03-11  Tom Tromey  <tom@tromey.com>
5260
5261         * dwarf2read.c (sort_tu_by_abbrev_offset): Change to be suitable
5262         for use by std::sort.
5263         (build_type_psymtabs_1): Use std::vector.
5264
5265 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
5266
5267         * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
5268         and LIBMPFR in the printed configuration.
5269
5270 2018-03-08  Tom Tromey  <tom@tromey.com>
5271
5272         * source.c (get_filename_and_charpos): Use scoped_fd.
5273         * nto-procfs.c (procfs_open_1): Use scoped_fd.
5274         (procfs_pidlist): Likewise.
5275         * procfs.c (proc_get_LDT_entry): Use scoped_fd.
5276         (iterate_over_mappings): Likewise.
5277
5278 2018-03-08  Tom Tromey  <tom@tromey.com>
5279
5280         * infcall.c (struct call_return_meta_info)
5281         <stack_temporaries_enabled>: Remove.
5282         (get_call_return_value, call_function_by_hand_dummy): Update.
5283         * thread.c (disable_thread_stack_temporaries): Remove.
5284         (enable_thread_stack_temporaries): Remove.
5285         (thread_stack_temporaries_enabled_p): Return bool.
5286         (push_thread_stack_temporary, value_in_thread_stack_temporaries)
5287         (get_last_thread_stack_temporary): Update.
5288         * eval.c (evaluate_subexp): Update.
5289         * gdbthread.h (class enable_thread_stack_temporaries): Now a
5290         class, not a function.
5291         (value_ptr, value_vec): Remove typedefs.
5292         (class thread_info) <stack_temporaries_enabled>: Now bool.
5293         <stack_temporaries>: Now a std::vector.
5294         (thread_stack_temporaries_enabled_p)
5295         (value_in_thread_stack_temporaries): Return bool.
5296
5297 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
5298
5299         * remote.c (putpkt_binary): Fix omitted bytes reporting.
5300         (getpkt_or_notif_sane_1): Likewise.
5301
5302 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
5303
5304         * build-id.c (build_id_to_debug_bfd): Use std::string.
5305
5306 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
5307
5308         * build-id.c (find_separate_debug_file_by_buildid): Return
5309         std::string.
5310         * build-id.h (find_separate_debug_file_by_buildid): Return
5311         std::string.
5312         * coffread.c (coff_symfile_read): Adjust to std::string.
5313         * elfread.c (elf_symfile_read): Adjust to std::string.
5314         * symfile.c (separate_debug_file_exists): Change parameter to
5315         std::string.
5316         (find_separate_debug_file): Return std::string.
5317         (find_separate_debug_file_by_debuglink): Return std::string.
5318         * symfile.h (find_separate_debug_file_by_debuglink): Return
5319         std::string.
5320
5321 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
5322
5323         * common/xml-utils.c (xml_escape_text): Move code to...
5324         (xml_escape_text_append): ... this new function.
5325         * common/xml-utils.h (xml_escape_text_append): New declaration.
5326         * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
5327         New function.
5328         (_initialize_xml_utils): register test_xml_escape_text_append as
5329         a selftest.
5330
5331 2018-03-07  Alan Hayward  <alan.hayward@arm.com>
5332
5333         * defs.h: Remove MAX_REGISTER_SIZE.
5334         * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
5335         asserts.
5336         * python/py-unwind.c (pyuw_sniffer): Likewise.
5337
5338 2018-03-07  Tom Tromey  <tom@tromey.com>
5339
5340         * linux-tdep.c (linux_info_proc): Update.
5341         * target.h (struct target_ops) <to_fileio_readlink>: Return
5342         optional<string>.
5343         (target_fileio_readlink): Return optional<string>.
5344         * remote.c (remote_hostio_readlink): Return optional<string>.
5345         * inf-child.c (inf_child_fileio_readlink): Return
5346         optional<string>.
5347         * target.c (target_fileio_readlink): Return optional<string>.
5348
5349 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5350
5351         * regcache.c (cooked_read_test): Add riscv to the list of
5352         architectures that have a save_reggroup.
5353
5354 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5355
5356         * gnu-v3-abi.c (gnuv3_rtti_type): Add early exit if the given
5357         value is not a dynamic class object.
5358
5359 2018-03-06  Tom Tromey  <tom@tromey.com>
5360
5361         * rust-exp.y: Formatting fixes.
5362
5363 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5364
5365         * riscv-tdep.c (riscv_register_name): Remove target description
5366         support.
5367         (riscv_gdbarch_init): Remove target description check.
5368
5369 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5370
5371         * riscv-tdep.c: Remove 'Contributed by ...' lines from header
5372         comment.
5373         * riscv-tdep.h: Likewise.
5374
5375 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5376
5377         * riscv-tdep.c (riscv_pseudo_register_read): Delete.
5378         (riscv_pseudo_register_write): Delete.
5379         (riscv_gdbarch_init): Remove all use of pseudo registers.
5380
5381 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
5382
5383         * record-btrace.c (btrace_print_lines): Replace cleanup
5384         parameter with RAII equivalents.
5385         (btrace_insn_history): Replace cleanup with RAII equivalents.
5386         * ui-out.h (make_cleanup_ui_out_list_begin_end,
5387         make_cleanup_ui_out_tuple_begin_end): Remove.
5388         * ui-out.c (struct ui_out_end_cleanup_data, do_cleanup_end,
5389         make_cleanup_ui_out_end, make_cleanup_ui_out_tuple_begin_end,
5390         make_cleanup_ui_out_list_begin_end): Remove.
5391
5392 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
5393
5394         * record-btrace.c (record_btrace_maybe_mark_async_event): Change
5395         parameter types to std::vector.  Use bool.
5396         (record_btrace_wait): Replace VEC(tp_t) with
5397         std::vector<thread_info *>.
5398         * common/gdb_vecs.h (unordered_remove, ordered_remove): New.
5399
5400 2018-03-06  Simon Marchi  <simon.marchi@polymtl.ca>
5401
5402         * record-btrace.c (record_btrace_disable_callback): Remove.
5403         (struct scoped_btrace_disable): New.
5404         (record_btrace_open): Use scoped_btrace_disable.
5405
5406 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5407
5408         * riscv-tdep.c (riscv_return_value): Change type to ULONGEST for
5409         reading values from registers.
5410
5411 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5412
5413         * riscv-tdep.c (riscv_push_dummy_call): Use core_addr_to_string_nz
5414         where appropriate.
5415
5416 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5417
5418         * riscv-tdep.c (riscv_print_arg_location): Add header comment,
5419         change parameter type.  Use GDB's print functions, and use
5420         core_addr_to_string where appropriate.
5421         (riscv_push_dummy_call): Use core_addr_to_string where
5422         appropriate, update call to riscv_print_arg_location, and reindent
5423         a few lines.
5424         (riscv_return_value): Update call to riscv_print_arg_location.
5425
5426 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5427             Tim Newsome <tim@sifive.com>
5428             Albert Ou <a0u@eecs.berkeley.edu>
5429             Darius Rad <darius@bluespec.com>
5430
5431         * Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
5432         (HFILES_NO_SRCDIR): Add riscv-tdep.h.
5433         (ALLDEPFILES): Add riscv-tdep.c
5434         * configure.tgt: Add riscv support.
5435         * riscv-tdep.c: New file.
5436         * riscv-tdep.h: New file.
5437         * NEWS: Mention new target.
5438         * MAINTAINERS: Add entry for riscv.
5439
5440 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
5441
5442         * amd64-tdep.c (amd64_classify_aggregate): Ignore zero sized
5443         fields within aggregates.
5444
5445 2018-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
5446
5447         * record-btrace.c (btrace_print_lines): Change type of flags to
5448         gdb_disassembly_flags.
5449
5450 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
5451
5452         * fbsd-nat.c: Include "inf-ptrace.h".
5453         (USE_SIGTRAP_SIGINFO): Conditionally define.
5454         [USE_SIGTRAP_SIGINFO] (fbsd_handle_debug_trap): New function.
5455         (fbsd_wait) [USE_SIGTRAP_SIGINFO]: Call "fbsd_handle_debug_trap".
5456         [USE_SIGTRAP_SIGINFO] (fbsd_stopped_by_sw_breakpoint): New
5457         function.
5458         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_sw_breakpoint):
5459         Likewise.
5460         [USE_SIGTRAP_SIGINFO] (fbsd_supports_stopped_by_hw_breakpoint):
5461         Likewise.
5462         (fbsd_nat_add_target) [USE_SIGTRAP_SIGINFO]: Set
5463         "stopped_by_sw_breakpoint", "supports_stopped_by_sw_breakpoint",
5464         "supports_stopped_by_hw_breakpoint" target methods.
5465
5466 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
5467
5468         * NEWS (Changes since GDB 8.1): Add "set/show debug fbsd-nat".
5469         * fbsd-nat.c (debug_fbsd_nat): New variable.
5470         (show_fbsd_nat_debug): New function.
5471         (fbsd_wait): Log LWP info if "debug_fbsd_nat" is enabled.
5472         (_initialize_fbsd_nat): Add "fbsd-nat" debug boolean command.
5473
5474 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
5475
5476         * nat/x86-dregs.c (x86_dr_stopped_by_hw_breakpoint): New function.
5477         * nat/x86-dregs.h (x86_dr_stopped_by_hw_breakpoint): New
5478         prototype.
5479         * x86-nat.c (x86_stopped_by_hw_breakpoint): New function.
5480         (x86_use_watchpoints): Set "stopped_by_hw_breakpoint" target
5481         method.
5482
5483 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
5484
5485         * common/gdb_vecs.c (free_char_ptr_vec): Remove.
5486         * common/gdb_vecs.h (free_char_ptr_vec): Remove.
5487
5488 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
5489
5490         * charset.c (struct charset_vector): New.
5491         (charsets): Change type to charset_vector.
5492         (find_charset_names): Adjust.
5493         (add_one): Adjust.
5494         (_initialize_charset): Adjust.
5495
5496 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
5497
5498         * progspace.h (struct program_space) <deleted_solibs>: Change
5499         type to std::vector<std::string>.
5500         * progspace.c (clear_program_space_solib_cache): Adjust.
5501         * breakpoint.c (print_solib_event): Adjust.
5502         (check_status_catch_solib): Adjust.
5503         * solib.c (update_solib_list): Adjust.
5504         * ui-out.h (class ui_out) <field_string>: New overload.
5505         * ui-out.c (ui_out::field_string): New overload.
5506
5507 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
5508
5509         * progspace.h (struct program_space): Add constructor and
5510         destructor, initialize fields.
5511         (add_program_space): Remove.
5512         * progspace.c (add_program_space): Rename to...
5513         (program_space::program_space): ... this.
5514         (release_program_space): Rename to...
5515         (program_space::~program_space): ... this.
5516         (delete_program_space): Use delete to delete program_space.
5517         (initialize_progspace): Use new to allocate program_space.
5518         * inferior.c (add_inferior_with_spaces): Likewise.
5519         (clone_inferior_command): Likewise.
5520         * infrun.c (follow_fork_inferior): Likewise.
5521         (handle_vfork_child_exec_or_exit): Likewise.
5522
5523 2018-03-02  Simon Marchi  <simon.marchi@polymtl.ca>
5524
5525         * common/gdb_vecs.h (make_cleanup_free_char_ptr_vec): Remove.
5526         (delim_string_to_char_ptr_vec): Return std::vector of
5527         gdb::unique_xmalloc_ptr.
5528         (dirnames_to_char_ptr_vec_append): Take std::vector of
5529         gdb::unique_xmalloc_ptr.
5530         (dirnames_to_char_ptr_vec): Return std::vector of
5531         gdb::unique_xmalloc_ptr.
5532         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append):
5533         Take std::vector of gdb::unique_xmalloc_ptr, adjust the code.
5534         (delim_string_to_char_ptr_vec): Return an std::vector of
5535         gdb::unique_xmalloc_ptr, adjust the code.
5536         (dirnames_to_char_ptr_vec_append): Take an std::vector of
5537         gdb::unique_xmalloc_ptr, adjust the code.
5538         (dirnames_to_char_ptr_vec): Return an std::vector of
5539         gdb::unique_xmalloc_ptr, adjust the code.
5540         * auto-load.c (auto_load_safe_path_vec): Change type to
5541         std::vector of gdb::unique_xmalloc_ptr.
5542         (auto_load_expand_dir_vars): Return an std::vector of
5543         gdb::unique_xmalloc_ptr, adjust the code.
5544         (auto_load_safe_path_vec_update): Adjust.
5545         (filename_is_in_auto_load_safe_path_vec): Adjust.
5546         (auto_load_objfile_script_1): Adjust.
5547         * build-id.c (build_id_to_debug_bfd): Adjust.
5548         * linux-thread-db.c (thread_db_load_search): Adjust.
5549         * source.c (add_path): Adjust.
5550         (openp): Adjust.
5551         * symfile.c (find_separate_debug_file): Adjust.
5552         * utils.c (do_free_char_ptr_vec): Remove.
5553         (make_cleanup_free_char_ptr_vec): Remove.
5554
5555 2018-03-01  Sergio Durigan Junior  <sergiodj@redhat.com>
5556
5557         PR gdb/22907
5558         * common/pathstuff.c: Conditionally include "<windows.h>".
5559
5560 2018-03-01  Georg Sauthoff  <mail@georg.so>
5561
5562         PR gdb/22888
5563         * gcore.in: Quote variables and switch interpreter to bash.
5564
5565 2018-03-01  Tom Tromey  <tom@tromey.com>
5566
5567         * dwarf2read.c (alloc_discriminant_info): Fix default_index
5568         assertion.  Add assertion for discriminant_index.
5569         (quirk_rust_enum): Use correct base type name in univariant case.
5570
5571 2018-03-01  Simon Marchi  <simon.marchi@ericsson.com>
5572
5573         * record.c (get_call_history_modifiers): Return a
5574         record_print_flags.
5575         (cmd_record_call_history): Adjust.
5576         * record-btrace.c (record_btrace_call_history): Adjust.
5577         (record_btrace_call_history_range): Adjust.
5578         (record_btrace_call_history_from): Adjust.
5579         * target-debug.h (target_debug_print_record_print_flags): New.
5580         * target-delegates.c: Re-generate.
5581         * target.c (target_call_history): Change flags type.
5582         (target_call_history_from): Likewise.
5583         (target_call_history_range): Likewise.
5584         * target.h (struct target_ops) <target_call_history>: Likewise.
5585         (target_call_history_from): Likewise.
5586         (target_call_history_range): Likewise.
5587
5588 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5589             Simon Marchi  <simon.marchi@polymtl.ca>
5590
5591         * common/common-utils.c: Include "sys/stat.h".
5592         (is_regular_file): Move here from "source.c"; change return
5593         type to "bool".
5594         * common/common-utils.h (is_regular_file): New prototype.
5595         * common/pathstuff.c (contains_dir_separator): New function.
5596         * common/pathstuff.h (contains_dir_separator): New prototype.
5597         * source.c: Don't include "sys/stat.h".
5598         (is_regular_file): Move to "common/common-utils.c".
5599
5600 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5601
5602         * Makefile.in (COMMON_SFILES): Add "common/pathstuff.c".
5603         (HFILES_NO_SRCDIR): Add "common/pathstuff.h".
5604         * auto-load.c: Include "common/pathstuff.h".
5605         * common/common-def.h (current_directory): Move here.
5606         * common/gdb_tilde_expand.c (gdb_tilde_expand_up): New
5607         function.
5608         * common/gdb_tilde_expand.h (gdb_tilde_expand_up): New
5609         prototype.
5610         * common/pathstuff.c: New file.
5611         * common/pathstuff.h: New file.
5612         * compile/compile.c: Include "common/pathstuff.h".
5613         * defs.h (current_directory): Move to "common/common-defs.h".
5614         * dwarf2read.c: Include "common/pathstuff.h".
5615         * exec.c: Likewise.
5616         * guile/scm-safe-call.c: Likewise.
5617         * linux-thread-db.c: Likewise.
5618         * main.c: Likewise.
5619         * nto-tdep.c: Likewise.
5620         * objfiles.c: Likewise.
5621         * source.c: Likewise.
5622         * symtab.c: Likewise.
5623         * utils.c: Include "common/pathstuff.h".
5624         (gdb_realpath): Move to "common/pathstuff.c".
5625         (gdb_realpath_keepfile): Likewise.
5626         (gdb_abspath): Likewise.
5627         * utils.h (gdb_realpath): Move to "common/pathstuff.h".
5628         (gdb_realpath_keepfile): Likewise.
5629         (gdb_abspath): Likewise.
5630
5631 2018-02-28  John Baldwin  <jhb@FreeBSD.org>
5632
5633         * fbsd-nat.c (fbsd_resume): Use PT_SETSTEP for stepping and a
5634         wildcard process pid for super_resume for kernels with a
5635         specific bug.
5636
5637 2018-02-27  Phil Muldoon  <pmuldoon@redhat.com>
5638
5639         * compile/compile.c (get_args): Add additional comments
5640         explaining function.
5641
5642 2018-02-27  Simon Marchi  <simon.marchi@polymtl.ca>
5643             Tom Tromey  <tom@tromey.com>
5644
5645         * target.h (memory_write_request_s): Remove typedef.  Don't define
5646         VEC.
5647         (target_write_memory_blocks): Change argument to std::vector.
5648         (struct memory_write_request): Add constructor.
5649         * target-memory.c (compare_block_starting_address): Return bool.
5650         Change argument types.
5651         (claim_memory): Change arguments to use std::vector.
5652         (split_regular_and_flash_blocks, blocks_to_erase)
5653         (compute_garbled_blocks): Likewise.
5654         (cleanup_request_data, cleanup_write_requests_vector): Remove.
5655         (target_write_memory_blocks): Change argument to std::vector.
5656         * symfile.c (struct load_section_data): Add constructor and
5657         destructor.  Use std::vector for "requests".
5658         (struct load_progress_data): Add initializers.
5659         (load_section_callback): Update.  Use "new".
5660         (clear_memory_write_data): Remove.
5661         (generic_load): Update.
5662
5663 2018-02-27  Alan Hayward  <alan.hayward@arm.com>
5664
5665         * arch/aarch64.h: Use common/tdesc.h.
5666
5667 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
5668
5669         * mips-tdep.c (mips_gdbarch_init): Don't use a 32-bit BFD
5670         architecture with a 64-bit ABI.
5671
5672 2018-02-26  Maciej W. Rozycki  <macro@mips.com>
5673
5674         * gdb/mips-tdep.c (mips_gdbarch_init): Reorder ABI determination
5675         ahead of target description loading.
5676
5677 2018-02-26  Tom Tromey  <tom@tromey.com>
5678
5679         * stack.c (backtrace_command_1): Update.
5680         * python/python-internal.h (gdbpy_apply_frame_filter): Change type
5681         of "flags".
5682         * python/py-framefilter.c (py_print_frame)
5683         (gdbpy_apply_frame_filter): Change type of "flags".
5684         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): Change type
5685         of "flags".
5686         (mi_cmd_stack_list_frames, mi_cmd_stack_list_locals)
5687         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Update.
5688         * extension.h (enum frame_filter_flag): Rename from
5689         frame_filter_flags.
5690         (frame_filter_flags): Define using DEF_ENUM_FLAGS_TYPE.
5691         (apply_ext_lang_frame_filter): Change type of "flags".
5692         * extension.c (apply_ext_lang_frame_filter): Change type of
5693         "flags".
5694         * extension-priv.h (struct extension_language_ops)
5695         <apply_frame_filter>: Change type of "flags".
5696
5697 2018-02-26  Tom Tromey  <tom@tromey.com>
5698
5699         PR python/16497:
5700         * stack.c (backtrace_command_1): Set PRINT_MORE_FRAMES flag.  Fix
5701         off-by-one in py_end computation.
5702         * python/py-framefilter.c (gdbpy_apply_frame_filter): Handle
5703         PRINT_MORE_FRAMES.
5704         * extension.h (enum frame_filter_flags) <PRINT_MORE_FRAMES>: New
5705         constant.
5706
5707 2018-02-26  Tom Tromey  <tom@tromey.com>
5708
5709         * dwarf2read.c (struct variant_field): New.
5710         (struct nextfield) <variant>: New field.
5711         (dwarf2_add_field): Handle DW_TAG_variant_part.
5712         (dwarf2_attach_fields_to_type): Attach a discriminant_info to a
5713         discriminated union.
5714         (read_structure_type): Handle DW_TAG_variant_part.
5715         (handle_struct_member_die): New function, extracted from
5716         process_structure_scope.  Handle DW_TAG_variant.
5717         (process_structure_scope): Handle discriminated unions.  Call
5718         handle_struct_member_die.
5719
5720 2018-02-26  Tom Tromey  <tom@tromey.com>
5721
5722         * rust-lang.h (rust_last_path_segment): Declare.
5723         * rust-lang.c (rust_last_path_segment): Now public.  Change
5724         contract.
5725         (struct disr_info): Remove.
5726         (RUST_ENUM_PREFIX, RUST_ENCODED_ENUM_REAL)
5727         (RUST_ENCODED_ENUM_HIDDEN, rust_union_is_untagged)
5728         (rust_get_disr_info, rust_tuple_variant_type_p): Remove.
5729         (rust_enum_p, rust_enum_variant): New function.
5730         (rust_underscore_fields): Remove "offset" parameter.
5731         (rust_print_enum): New function.
5732         (rust_val_print) <TYPE_CODE_UNION>: Remove enum code.
5733         <TYPE_CODE_STRUCT>: Call rust_print_enum when appropriate.
5734         (rust_print_struct_def): Add "for_rust_enum" parameter.  Handle
5735         enums.
5736         (rust_internal_print_type): New function, from rust_print_type.
5737         Remove enum code.
5738         (rust_print_type): Call rust_internal_print_type.
5739         (rust_evaluate_subexp) <STRUCTOP_ANONYMOUS, STRUCTOP_STRUCT>:
5740         Update enum handling.
5741         * dwarf2read.c (struct dwarf2_cu) <rust_unions>: New field.
5742         (rust_fully_qualify, alloc_discriminant_info, quirk_rust_enum)
5743         (rust_union_quirks): New functions.
5744         (process_full_comp_unit, process_full_type_unit): Call
5745         rust_union_quirks.
5746         (process_structure_scope): Update rust_unions if necessary.
5747
5748 2018-02-26  Tom Tromey  <tom@tromey.com>
5749
5750         * value.h (value_union_variant): Declare.
5751         * valops.c (value_union_variant): New function.
5752         * gdbtypes.h (TYPE_FLAG_DISCRIMINATED_UNION): New macro.
5753         (struct discriminant_info): New.
5754         (enum dynamic_prop_node_kind) <DYN_PROP_DISCRIMINATED>: New
5755         enumerator.
5756         (struct main_type) <flag_discriminated_union>: New field.
5757
5758 2018-02-26  Tom Tromey  <tom@tromey.com>
5759
5760         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5761         unittests/unpack-selftests.c.
5762         * unittests/unpack-selftests.c: New file.
5763         * value.c (unpack_bits_as_long): Fix bugs in non-bitfield cases.
5764
5765 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5766
5767         * dwarf2read.c (struct partial_die_info) <read>: New method.
5768         (read_partial_die): Remove the declaration.
5769         (load_partial_dies): Update.
5770         (partial_die_info::partial_die_info):
5771         (read_partial_die): Change it to partial_die_info::read.
5772
5773 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5774
5775         * dwarf2read.c (struct partial_die_info) <fixup>: New method.
5776         (fixup_partial_die): Remove declaration.
5777         (scan_partial_symbols): Update.
5778         (partial_die_parent_scope): Likewise.
5779         (partial_die_full_name): Likewise.
5780         (fixup_partial_die): Change it to partial_die_info::fixup.
5781
5782 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5783
5784         * dwarf2read.c (read_partial_die): Update the declaration.
5785         (load_partial_dies): Caller update.
5786         (read_partial_die): Remove one argument abbrev_len.
5787
5788 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5789
5790         * dwarf2read.c (struct partial_die_info): Add ctor, delete
5791         assignment operator.
5792         (load_partial_dies): Use ctor and copy ctor.
5793         (read_partial_die): Update.
5794         (dwarf2_cu::find_partial_die): Use ctor.
5795
5796 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5797
5798         * dwarf2read.c (struct dwarf2_cu) <find_partial_die>: New method.
5799         (find_partial_die_in_comp_unit): Change it to
5800         dwarf2_cu::find_partial_die.
5801         (find_partial_die): Update.
5802
5803 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5804
5805         * dwarf2read.c (read_partial_die): Remove the code checking abbrev
5806         is NULL.
5807
5808 2018-02-26  Yao Qi  <yao.qi@linaro.org>
5809
5810         * dwarf2read.c (load_partial_dies): Move the location of XOBNEW.
5811
5812 2018-02-26  Alan Hayward  <alan.hayward@arm.com>
5813
5814         * arch/amd64.h: Use common/tdesc.h.
5815         * arch/i386.c: Likewise.
5816         * arch/i386.h: Likewise.
5817         * arch/tic6x.c: Likewise.
5818         * arch/tdesc.h: Move file from here...
5819         * common/tdesc.h: ...to here.
5820         * features/aarch64-core.c: Regenerate.
5821         * features/aarch64-fpu.c: Regenerate.
5822         * features/i386/32bit-avx.c: Regenerate.
5823         * features/i386/32bit-avx512.c: Regenerate.
5824         * features/i386/32bit-core.c: Regenerate.
5825         * features/i386/32bit-linux.c: Regenerate.
5826         * features/i386/32bit-mpx.c: Regenerate.
5827         * features/i386/32bit-pkeys.c: Regenerate.
5828         * features/i386/32bit-sse.c: Regenerate.
5829         * features/i386/64bit-avx.c: Regenerate.
5830         * features/i386/64bit-avx512.c: Regenerate.
5831         * features/i386/64bit-core.c: Regenerate.
5832         * features/i386/64bit-linux.c: Regenerate.
5833         * features/i386/64bit-mpx.c: Regenerate.
5834         * features/i386/64bit-pkeys.c: Regenerate.
5835         * features/i386/64bit-segments.c: Regenerate.
5836         * features/i386/64bit-sse.c: Regenerate.
5837         * features/i386/x32-core.c: Regenerate.
5838         * features/tic6x-c6xp.c: Regenerate.
5839         * features/tic6x-core.c: Regenerate.
5840         * features/tic6x-gp.c: Regenerate.
5841         * target-descriptions.c: Use common/tdesc.h.
5842         * target-descriptions.h: Likewise.
5843
5844 2018-02-24  Tom Tromey  <tom@tromey.com>
5845
5846         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
5847         (try_thread_db_load_from_dir, thread_db_load_search): Use
5848         std::string.
5849         (info_auto_load_libthread_db_compare): Return bool.  Change
5850         argument types.
5851         (info_auto_load_libthread_db): Use std::vector, std::string.
5852         Remove cleanups.
5853
5854 2018-02-24  Tom Tromey  <tom@tromey.com>
5855
5856         * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
5857         std::string.
5858         * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
5859         std::string*.
5860         * gdbarch.c: Rebuild.
5861         * gdbarch.h: Rebuild.
5862         * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
5863         * arch-utils.h (default_fast_tracepoint_valid_at): Update.
5864         * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
5865         std::string*.
5866
5867 2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
5868
5869         * gdbtypes.h (sect_offset): Change type to uint64_t.
5870         (sect_offset_str): New function.
5871         * dwarf2read.c (create_addrmap_from_aranges): Use
5872         sect_offset_str.
5873         (error_check_comp_unit_head): Likewise.
5874         (create_debug_type_hash_table): Likewise.
5875         (read_cutu_die_from_dwo): Likewise.
5876         (init_cutu_and_read_dies): Likewise.
5877         (init_cutu_and_read_dies_no_follow): Likewise.
5878         (process_psymtab_comp_unit_reader): Likewise.
5879         (partial_die_parent_scope): Likewise.
5880         (peek_die_abbrev): Likewise.
5881         (process_queue): Likewise.
5882         (dwarf2_physname): Likewise.
5883         (read_namespace_alias): Likewise.
5884         (read_import_statement): Likewise.
5885         (create_dwo_cu_reader): Likewise.
5886         (create_cus_hash_table): Likewise.
5887         (lookup_dwo_cutu): Likewise.
5888         (inherit_abstract_dies): Likewise.
5889         (read_func_scope): Likewise.
5890         (read_call_site_scope): Likewise.
5891         (dwarf2_add_member_fn): Likewise.
5892         (read_common_block): Likewise.
5893         (read_module_type): Likewise.
5894         (read_typedef): Likewise.
5895         (read_subrange_type): Likewise.
5896         (load_partial_dies): Likewise.
5897         (read_partial_die): Likewise.
5898         (find_partial_die): Likewise.
5899         (read_str_index): Likewise.
5900         (dwarf2_string_attr): Likewise.
5901         (build_error_marker_type): Likewise.
5902         (lookup_die_type): Likewise.
5903         (dump_die_shallow): Likewise.
5904         (follow_die_ref): Likewise.
5905         (dwarf2_fetch_die_loc_sect_off): Likewise.
5906         (dwarf2_fetch_constant_bytes): Likewise.
5907         (follow_die_sig): Likewise.
5908         (get_signatured_type): Likewise.
5909         (get_DW_AT_signature_type): Likewise.
5910         (dwarf2_find_containing_comp_unit): Likewise.
5911         (set_die_type): Likewise.
5912
5913 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
5914
5915         * arch/aarch64.c: Include "common-defs.h".
5916         * arch/amd64.c: Likewise.
5917         * arch/i386.c: Likewise.
5918
5919 2018-02-21  Tom Tromey  <tom@tromey.com>
5920
5921         * value.h: (extract_field_op): Update.
5922         * eval.c (extract_field_op): Return a const char *.
5923         * expression.h (parse_expression_for_completion): Update.
5924         * completer.c (complete_expression): Update.
5925         (add_struct_fields): Make fieldname const.
5926         * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
5927         (mark_completion_tag, parse_exp_in_context_1): Update.
5928         (parse_expression_for_completion): Change "name" to
5929         unique_xmalloc_ptr*.
5930
5931 2018-02-21  Tom Tromey  <tom@tromey.com>
5932
5933         * infcall.c (call_function_by_hand_dummy): Use std::vector.
5934
5935 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5936
5937         * avr-tdep.c (avr_read_pc): Change parameter type to
5938         readable_regcache.
5939         * gdbarch.sh (read_pc): Likewise.
5940         * gdbarch.c: Re-generated.
5941         * gdbarch.h: Re-generated.
5942         * hppa-tdep.c (hppa_read_pc): Change parameter type to
5943         readable_regcache.
5944         * ia64-tdep.c (ia64_read_pc): Likewise.
5945         * mips-tdep.c (mips_read_pc): Likewise.
5946         * spu-tdep.c (spu_read_pc): Likewise.
5947
5948 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5949
5950         * Makefile.in (COMMON_SFILES): Add regcache-dump.c
5951         * regcache-dump.c: New file.
5952         * regcache.c: Move register_dump to regcache-dump.c.
5953         (maintenance_print_registers): Likewise.
5954         (maintenance_print_raw_registers): Likewise.
5955         (maintenance_print_cooked_registers): Likewise.
5956         (maintenance_print_register_groups): Likewise.
5957         (maintenance_print_remote_registers): Likewise.
5958         (_initialize_regcache): Likewise.
5959         * regcache.h (register_dump): Moved from regcache.c.
5960
5961 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5962
5963         * regcache.c (regcache::regcache): Update.
5964         (regcache::invalidate): Move it to detached_regcache::invalidate.
5965         (get_thread_arch_aspace_regcache): Update.
5966         (regcache::raw_update): Update.
5967         (regcache::cooked_read): Remove some code.
5968         (regcache::cooked_read_value): Likewise.
5969         (regcache::raw_write): Remove assert on m_readonly_p.
5970         (regcache::raw_supply_integer): Move it to
5971         detached_regcache::raw_supply_integer.
5972         (regcache::raw_supply_zeroed): Likewise.
5973         * regcache.h (detached_regcache) <raw_supply_integer>: New
5974         declaration.
5975         <raw_supply_zeroed, invalidate>: Likewise.
5976         (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
5977         <invalidate>: Likewise.
5978         <m_readonly_p>: Removed.
5979
5980 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5981
5982         * infcmd.c (get_return_value): Let stop_regs point to
5983         get_current_regcache.
5984         * regcache.c (regcache::regcache): Remove.
5985         (register_dump_reg_buffer): New class.
5986         (regcache_print): Adjust.
5987         * regcache.h (regcache): Remove constructors.
5988
5989 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5990
5991         * regcache.c (class register_dump): New class.
5992         (register_dump_regcache, register_dump_none): New class.
5993         (register_dump_remote, register_dump_groups): New class.
5994         (regcache_print): Update.
5995         * regcache.h (regcache_dump_what): Move it to regcache.c.
5996         (regcache) <dump>: Remove.
5997
5998 2018-02-21  Yao Qi  <yao.qi@linaro.org>
5999
6000         * jit.c (struct jit_unwind_private) <regcache>: Change its type to
6001          reg_buffer_rw *.
6002         (jit_unwind_reg_set_impl): Call raw_supply.
6003         (jit_frame_sniffer): Use reg_buffer_rw.
6004         * record-full.c (record_full_core_regbuf): Change its type.
6005         (record_full_core_open_1): Use reg_buffer_rw.
6006         (record_full_close): Likewise.
6007         (record_full_core_fetch_registers): Use regcache->raw_supply.
6008         (record_full_core_store_registers): Likewise.
6009         * regcache.c (regcache::get_register_status): Move it to
6010         reg_buffer.
6011         (regcache_raw_set_cached_value): Remove.
6012         (regcache::raw_set_cached_value): Remove.
6013         (regcache::raw_write): Call raw_supply.
6014         (regcache::raw_supply): Move it to reg_buffer_rw.
6015         * regcache.h (regcache_raw_set_cached_value): Remove.
6016         (reg_buffer_rw): New class.
6017
6018 2018-02-21  Yao Qi  <yao.qi@linaro.org>
6019
6020         * dummy-frame.c (dummy_frame_cache) <prev_regcache>: Use
6021         readonly_detached_regcache.
6022         (dummy_frame_prev_register): Use regcache->cooked_read.
6023         * frame.c (frame_save_as_regcache): Change return type.
6024         (frame_pop): Update.
6025         * frame.h (frame_save_as_regcache): Update declaration.
6026         * inferior.h (get_infcall_suspend_state_regcache): Update
6027         declaration.
6028         * infrun.c (infcall_suspend_state) <registers>: use
6029         readonly_detached_regcache.
6030         (save_infcall_suspend_state): Don't use regcache_dup.
6031         (get_infcall_suspend_state_regcache): Change return type.
6032         * linux-fork.c (struct fork_info) <savedregs>: Change to
6033         readonly_detached_regcache.
6034         <pc>: New field.
6035         (fork_save_infrun_state): Don't use regcache_dup.
6036         (info_checkpoints_command): Adjust.
6037         * mi/mi-main.c (register_changed_p): Update declaration.
6038         (mi_cmd_data_list_changed_registers): Use
6039         readonly_detached_regcache.
6040         (register_changed_p): Change parameter type to
6041         readonly_detached_regcache.
6042         * ppc-linux-tdep.c (ppu2spu_cache) <regcache>: Use
6043         readonly_detached_regcache.
6044         (ppu2spu_sniffer): Construct a new readonly_detached_regcache.
6045         * regcache.c (readonly_detached_regcache::readonly_detached_regcache):
6046         New.
6047         (regcache::save): Move it to reg_buffer.
6048         (regcache::restore): Change parameter type.
6049         (regcache_dup): Remove.
6050         * regcache.h (reg_buffer) <save>: New method.
6051         (readonly_detached_regcache): New class.
6052         * spu-tdep.c (spu2ppu_cache) <regcache>: Use
6053         readonly_detached_regcache.
6054         (spu2ppu_sniffer): Construct a new readonly_detached_regcache.
6055
6056 2018-02-21  Yao Qi  <yao.qi@linaro.org>
6057
6058         * frame.c (frame_save_as_regcache): Use regcache method save.
6059         (frame_pop): Use regcache method restore.
6060         * infrun.c (restore_infcall_suspend_state): Likewise.
6061         * linux-fork.c (fork_load_infrun_state): Likewise.
6062         * ppc-linux-tdep.c (ppu2spu_sniffer): User regcache method
6063         save.
6064         * regcache.c (regcache_save): Remove.
6065         (regcache::restore): More asserts.
6066         (regcache_cpy): Remove.
6067         * regcache.h (regcache_save): Remove the declaration.
6068         (regcache::restore): Move from private to public.
6069         Remove the friend declaration of regcache_cpy.
6070         (regcache_cpy): Remove declaration.
6071
6072 2018-02-21  Yao Qi  <yao.qi@linaro.org>
6073
6074         * aarch64-tdep.c (aarch64_pseudo_register_read_value): Change
6075         parameter type to 'readable_regcache *'.
6076         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
6077         * arm-tdep.c (arm_neon_quad_read): Likewise.
6078         (arm_pseudo_read): Likewise.
6079         * avr-tdep.c (avr_pseudo_register_read): Likewise.
6080         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
6081         * frv-tdep.c (frv_pseudo_register_read): Likewise.
6082         * gdbarch.c: Re-generated.
6083         * gdbarch.h: Re-generated.
6084         * gdbarch.sh (pseudo_register_read): Change parameter type to
6085         'readable_regcache *'.
6086         (pseudo_register_read_value): Likewise.
6087         * h8300-tdep.c (pseudo_from_raw_register): Likewise.
6088         (h8300_pseudo_register_read): Likewise.
6089         * hppa-tdep.c (hppa_pseudo_register_read): Likewise.
6090         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
6091         (i386_pseudo_register_read_into_value): Likewise.
6092         (i386_pseudo_register_read_value): Likewise.
6093         * i386-tdep.h (i386_pseudo_register_read_into_value): Update
6094         declaration.
6095         * ia64-tdep.c (ia64_pseudo_register_read): Likewise.
6096         * m32c-tdep.c (m32c_raw_read): Likewise.
6097         (m32c_read_flg): Likewise.
6098         (m32c_banked_register): Likewise.
6099         (m32c_banked_read): Likewise.
6100         (m32c_sb_read): Likewise.
6101         (m32c_part_read): Likewise.
6102         (m32c_cat_read): Likewise.
6103         (m32c_r3r2r1r0_read): Likewise.
6104         (m32c_pseudo_register_read): Likewise.
6105         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
6106         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
6107         (mep_pseudo_cr64_read): Likewise.
6108         (mep_pseudo_register_read): Likewise.
6109         * mips-tdep.c (mips_pseudo_register_read): Likewise.
6110         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
6111         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
6112         * regcache.c (regcache::raw_read): Move it to readable_regcache.
6113         (regcache::cooked_read): Likewise.
6114         (regcache::cooked_read_value): Likewise.
6115         (regcache_cooked_read_signed):
6116         (regcache::cooked_read): Likewise.
6117         * regcache.h (readable_regcache): New class.
6118         (regcache): Inherit readable_regcache.  Move some methods to
6119         readable_regcache.
6120         * rl78-tdep.c (rl78_pseudo_register_read): Change
6121         parameter type to 'readable_regcache *'.
6122         * rs6000-tdep.c (do_regcache_raw_read): Remove.
6123         (e500_pseudo_register_read): Change parameter type to
6124         'readable_regcache *'.
6125         (dfp_pseudo_register_read): Likewise.
6126         (vsx_pseudo_register_read): Likewise.
6127         (efpr_pseudo_register_read): Likewise.
6128         * s390-tdep.c (s390_pseudo_register_read): Likewise.
6129         * sh-tdep.c (sh_pseudo_register_read): Likewise.
6130         * sh64-tdep.c (pseudo_register_read_portions): Likewise.
6131         (sh64_pseudo_register_read): Likewise.
6132         * sparc-tdep.c (sparc32_pseudo_register_read): Likewise.
6133         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
6134         * spu-tdep.c (spu_pseudo_register_read_spu): Likewise.
6135         (spu_pseudo_register_read): Likewise.
6136         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
6137         (xtensa_pseudo_register_read): Likewise.
6138
6139 2018-02-21  Yao Qi  <yao.qi@linaro.org>
6140
6141         * regcache.c (regcache::regcache): Call reg_buffer ctor.
6142         (regcache::arch): Move it to reg_buffer::arch.
6143         (regcache::register_buffer): Likewise.
6144         (regcache::assert_regnum): Likewise.
6145         (regcache::num_raw_registers): Likewise.
6146         * regcache.h (reg_buffer): New class.
6147         (regcache): Inherit reg_buffer.
6148
6149 2018-02-20  Simon Marchi  <simon.marchi@ericsson.com>
6150
6151         * remote-sim.c (gdb_os_printf_filtered, gdb_os_vprintf_filtered,
6152         gdb_os_evprintf_filtered, gdb_os_error): Add ATTRIBUTE_PRINTF.
6153
6154 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
6155
6156         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add mkstemp.
6157
6158 2018-02-19  Alan Hayward  <alan.hayward@arm.com>
6159
6160         * Makefile.in: (COMMON_SFILES): Add common/*.c files.
6161         (SFILES): Remove common/*.c files.
6162         (COMMON_OBS): Remove some *.o files built from common/*.c files.
6163         * common/common.host: Add common reference.
6164         * configure.ac: Likewise.
6165         * configure: Regenerate.
6166
6167 2018-02-16  Yao Qi  <yao.qi@linaro.org>
6168
6169         * block.c (block_namespace_info): Inherit allocate_on_obstack.
6170         (block_initialize_namespace): Use new.
6171         * dwarf2read.c (dwarf2_per_objfile): Inherit allocate_on_obstack.
6172         (dwarf2_free_objfile): Use delete.
6173         * gdbtypes.c (type_pair): Inherit allocate_on_obstack.
6174         (copy_type_recursive): Use new.
6175         * gdb_obstack.h (allocate_on_obstack): New.
6176
6177 2018-02-15  Yao Qi  <yao.qi@linaro.org>
6178
6179         PR gdb/22849
6180         * inferior.c (exit_inferior_1): Reset inf->control.
6181
6182 2018-02-15  Joel Brobecker  <brobecker@adacore.com>
6183
6184         * ada-lang.c (ada_to_fixed_value_create): Delete advance
6185         declaration.
6186
6187 2018-02-14  Pedro Alves  <palves@redhat.com>
6188
6189         * frame-unwind.c (frame_unwind_try_unwinder): Always call
6190         frame_cleanup_after_sniffer on exception.
6191
6192 2018-02-14  Tom Tromey  <tom@tromey.com>
6193
6194         * solist.h (struct target_so_ops) <bfd_open>: Make pathname
6195         const.
6196         (solib_bfd_open): Make pathname const.
6197         * solib.c (solib_bfd_open): Make pathname const.
6198         * solib-spu.c (spu_bfd_fopen): Make name const.
6199         (spu_bfd_open): Make pathname const.
6200         * solib-darwin.c (darwin_bfd_open): Make pathname const.
6201         * solib-aix.c (solib_aix_bfd_open): Make pathname const.
6202
6203 2018-02-14  Tom Tromey  <tom@tromey.com>
6204
6205         * symfile.c (symfile_bfd_open): Update.
6206         * source.h (openp, source_full_path_of, find_and_open_source):
6207         Change argument type to unique_xmalloc_ptr.
6208         * source.c (openp): Take a unique_xmalloc_ptr.
6209         (source_full_path_of, find_and_open_source): Likewise.
6210         (open_source_file, symtab_to_fullname): Update.
6211         * solist.h (struct target_so_ops) <find_and_open_solib>: Take a
6212         unique_xmalloc_ptr.
6213         * solib.c (solib_find_1): Use unique_xmalloc_ptr.
6214         (exec_file_find): Update.
6215         * psymtab.c (psymtab_to_fullname): Update.
6216         * nto-tdep.h (nto_find_and_open_solib): Update.
6217         * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
6218         unique_xmalloc_ptr.
6219         * exec.c (exec_file_attach): Update.
6220         * dwarf2read.c (try_open_dwop_file): Use unique_xmalloc_ptr.
6221         * cli/cli-cmds.c (find_and_open_script): Use unique_xmalloc_ptr.
6222
6223 2018-02-14  Tom Tromey  <tom@tromey.com>
6224
6225         * solib.c: Include source.h.
6226         * nto-tdep.c: Include source.h.
6227         * mi/mi-cmd-env.c: Include source.h.
6228         * infcmd.c: Include source.h.
6229         * exec.c: Include source.h.
6230         * defs.h (enum openp_flag, openp, source_full_path_of, mod_path)
6231         (add_path, directory_switch, source_path, init_source_path): Move
6232         declarations...
6233         * source.h (enum openp_flag, openp, source_full_path_of, mod_path)
6234         (add_path, directory_switch, source_path, init_source_path):
6235         ...here.
6236
6237 2018-02-14  Tom Tromey  <tom@tromey.com>
6238
6239         * solist.h (exec_file_find, solib_find): Return
6240         unique_xmalloc_ptr.
6241         (solib_bfd_fopen): Take a const char *.
6242         * solib.c (solib_find_1): Return unique_xmalloc_ptr.
6243         (exec_file_find, solib_find): Likewise.
6244         (solib_bfd_fopen): Do not take ownership of "pathname".
6245         (solib_bfd_open): Use unique_xmalloc_ptr.
6246         * solib-darwin.c (darwin_bfd_open): Use unique_xmalloc_ptr.
6247         * solib-aix.c (solib_aix_bfd_open): Use unique_xmalloc_ptr.
6248         * infrun.c (follow_exec): Use unique_xmalloc_ptr.
6249         * exec.c (exec_file_locate_attach): Use unique_xmalloc_ptr.
6250
6251 2018-02-14  Joel Brobecker  <brobecker@adacore.com>
6252
6253         * ada-lang.c (name_match_type_from_name): Remove reference to
6254         ada_name_for_lookup in function's documentation.
6255         * ada-lang.h (ada_name_for_lookup): Delete declaration.
6256
6257 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
6258
6259         * defs.h (enum openp_flags): New enum.
6260         (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH, OPF_RETURN_REALPATH):
6261         Move to enum openp_flags.
6262         (openp_flags): New enum flags.
6263         (openp): Change parameter type to openp_flags.
6264         * source.c (openp): Change parameter type to openp_flags.
6265         * cli/cli-cmds.c (find_and_open_script): Use openp_flags.
6266         * dwarf2read.c (try_open_dwop_file): Use openp_flags.
6267
6268 2018-02-13  Simon Marchi  <simon.marchi@polymtl.ca>
6269
6270         * maint.c (_initialize_maint_cmds): Fix prefix of maint set/show
6271         per-command.
6272
6273 2018-02-12  Andrew Burgess  <andrew.burgess@embecosm.com>
6274
6275         * dwarf2read.c (dwarf2_release_queue): Delete function, move body
6276         into...
6277         (class dwarf2_queue_guard): ...the destructor of this new class.
6278         (dw2_do_instantiate_symtab): Create instance of the new class
6279         dwarf2_queue_guard, remove cleanup.
6280
6281 2018-02-09  Tom Tromey  <tom@tromey.com>
6282
6283         * source.c (find_source_lines): Don't reference past the end of
6284         the vector.
6285
6286 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6287
6288         * remote.c (remote_btrace_maybe_reopen): Change error message.
6289         * btrace.c (btrace_enable): Likewise.
6290         (parse_xml_btrace): Likewise.
6291         (parse_xml_btrace_conf): Likewise.
6292
6293 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6294
6295         * nat/linux-btrace.c (diagnose_perf_event_open_fail): New.
6296         (linux_enable_pt, linux_enable_bts): Call
6297         diagnose_perf_event_open_fail.
6298
6299 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6300
6301         * nat/linux-btrace.c (perf_event_pt_event_type): Improve error message.
6302         Remove parameter and change return type.  Update callers.  Move it.
6303         (linux_enable_bts, linux_enable_pt): Improve error message.
6304         (linux_enable_pt): Remove zero buffer size check.
6305         (linux_enable_btrace): Improve error messages.  Remove NULL return
6306         check.
6307
6308 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6309
6310         * btrace.c (btrace_enable): Remove target_supports_btrace call.
6311         * nat/linux-btrace.c (perf_event_pt_event_type): Move.
6312         (kernel_supports_bts, kernel_supports_pt, linux_supports_bts)
6313         (linux_supports_pt, linux_supports_btrace): Remove.
6314         (linux_enable_bts): Call cpu_supports_bts.
6315         * nat/linux-btrace.h (linux_supports_btrace): Remove.
6316         * remote.c (remote_supports_btrace): Remove.
6317         (init_remote_ops): Remove remote_supports_btrace.
6318         * target-delegates.c: Regenerated.
6319         * target.c (target_supports_btrace): Remove.
6320         * target.h (target_ops) <to_supports_btrace>: Remove
6321         (target_supports_btrace): Remove.
6322         * x86-linux-nat.c (x86_linux_create_target): Remove
6323         linux_supports_btrace.
6324
6325 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6326
6327         * nat/linux-btrace.c (linux_enable_btrace): Throw exception if enabling
6328         btrace failed.
6329         * x86-linux-nat.c (x86_linux_enable_btrace): Catch btrace enabling
6330         exception and use message in own exception.
6331
6332 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6333
6334         * nat/linux-btrace.c: Include scoped_fd.h and scoped_mmap.h.
6335         (perf_event_pt_event_type): Use gdb_file_up.
6336         (linux_enable_bts, linux_enable_pt): Use gdb::unique_xmalloc_ptr,
6337         scoped_fd, and scoped_mmap.
6338
6339 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6340
6341         * common/scoped_mmap.h: New.
6342         * unittests/scoped_mmap-selftest.c: New.
6343         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6344         unittests/scoped_mmap-selftest.c.
6345
6346 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
6347
6348         * common/scoped_fd.h: New.
6349         * unittests/scoped_fd-selftest.c: New.
6350         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6351         unittests/scoped_fd-selftest.c.
6352
6353 2018-02-09  Tom Tromey  <tom@tromey.com>
6354
6355         * auto-load.c (auto_load_section_scripts): Use
6356         gdb::unique_xmalloc_ptr.
6357
6358 2018-02-09  Tom Tromey  <tom@tromey.com>
6359
6360         * auto-load.c (execute_script_contents): Use std::string.
6361
6362 2018-02-09  Joel Brobecker  <brobecker@adacore.com>
6363
6364         * NEWS <Changes in GDB 8.1>: Clarify that "rbreak" is a new
6365         Python function, rather than a new command.
6366
6367 2018-02-08  Tom Tromey  <tom@tromey.com>
6368
6369         * solib.c (solib_find_1): Use std::string.
6370         (solib_bfd_fopen): Use unique_xmalloc_ptr.
6371
6372 2018-02-08  Tom Tromey  <tom@tromey.com>
6373
6374         * build-id.c (build_id_to_debug_bfd): Use unique_xmalloc_ptr.
6375
6376 2018-02-08  Tom Tromey  <tom@tromey.com>
6377
6378         * source.c (find_source_lines): Use gdb::def_vector.
6379
6380 2018-02-08  Tom Tromey  <tom@tromey.com>
6381
6382         * macrocmd.c (struct temporary_macro_definition): New.
6383         (macro_define_command): Use temporary_macro_definition.  Remove
6384         cleanups.
6385         (free_macro_definition_ptr): Remove.
6386
6387 2018-02-08  Tom Tromey  <tom@tromey.com>
6388
6389         * macroexp.c (maybe_expand): Use std::string.
6390
6391 2018-02-08  Tom Tromey  <tom@tromey.com>
6392
6393         * macroexp.c (struct macro_buffer): Add initializers for some
6394         members.
6395         (init_buffer, init_shared_buffer, free_buffer)
6396         (free_buffer_return_text): Remove.
6397         (macro_buffer): New constructors.
6398         (~macro_buffer): New destructor.
6399         (macro_buffer::set_shared): New method.
6400         (macro_buffer::resize_buffer, macro_buffer::appendc)
6401         (macro_buffer::appendmem): Now methods, not free functions.
6402         (set_token, append_tokens_without_splicing, stringify)
6403         (macro_stringify): Update.
6404         (gather_arguments): Change return type.  Remove argc_p argument,
6405         add args_ptr argument.  Use std::vector.
6406         (substitute_args): Remove argc argument.  Accept std::vector.
6407         (expand): Update.  Use std::vector.
6408         (scan, macro_expand, macro_expand_next): Update.
6409
6410 2018-02-08  Tom Tromey  <tom@tromey.com>
6411
6412         * symtab.c (default_collect_symbol_completion_matches_break_on):
6413         Use unique_xmalloc_ptr.
6414         * macroscope.h: (sal_macro_scope, user_macro_scope)
6415         (default_macro_scope): Return unique_xmalloc_ptr.
6416         * macroscope.c (sal_macro_scope, user_macro_scope)
6417         (default_macro_scope): Return unique_xmalloc_ptr.
6418         * macroexp.h (macro_expand, macro_expand_once): Return
6419         unique_xmalloc_ptr.
6420         * macroexp.c (macro_expand, macro_expand_once): Return
6421         unique_xmalloc_ptr.
6422         * macrocmd.c (macro_expand_command, macro_expand_once_command)
6423         (info_macro_command, info_macros_command): Use
6424         unique_xmalloc_ptr.
6425         * compile/compile-c-support.c (write_macro_definitions): Use
6426         unique_xmalloc_ptr.
6427         * c-exp.y (c_parse): Use unique_xmalloc_ptr.
6428
6429 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
6430
6431         * value.c (value_static_field): Assign field type instead of
6432         containing type when returning an optimized out value.
6433
6434 2018-02-06  Yao Qi  <yao.qi@linaro.org>
6435
6436         * ft32-tdep.c (ft32_read_pc): Remove.
6437         (ft32_write_pc): Remove.
6438         (ft32_gdbarch_init): Update.
6439         * m32r-tdep.c (m32r_read_pc): Remove.
6440         (m32r_gdbarch_init): Update.
6441         * mep-tdep.c (mep_read_pc): Remove.
6442         (mep_gdbarch_init): Update.
6443         * microblaze-tdep.c (microblaze_write_pc): Remove.
6444         (microblaze_gdbarch_init): Update.
6445         * mn10300-tdep.c (mn10300_read_pc): Remove.
6446         (mn10300_write_pc): Remove.
6447         (mn10300_gdbarch_init): Update.
6448         * moxie-tdep.c (moxie_read_pc): Remove.
6449         (moxie_write_pc): Remove.
6450         (moxie_gdbarch_init): Update.
6451
6452 2018-02-06  Yao Qi  <yao.qi@linaro.org>
6453
6454         * expprint.c (print_subexp_standard): Handle
6455         OP_F77_UNDETERMINED_ARGLIST.
6456         (dump_subexp_body_standard): Likewise.
6457
6458 2018-02-05  Alan Hayward  <alan.hayward@arm.com>
6459
6460         * target-descriptions.c (tdesc_element_visitor) Add empty
6461         implementations.
6462         (tdesc_type): Move make_gdb_type from here.
6463         (tdesc_type_builtin): Likewise.
6464         (tdesc_type_vector): Likewise.
6465         (tdesc_type_with_fields): Move make_gdb_type_ functions from here.
6466         (make_gdb_type_struct): Move from tdesc_type_with_fields.
6467         (make_gdb_type_union): Likewise.
6468         (make_gdb_type_flags): Likewise.
6469         (make_gdb_type_enum): Likewise.
6470         (make_gdb_type): New function.
6471         (tdesc_register_type): Use static make_gdb_type.
6472
6473 2018-02-05  Ruslan Kabatsayev <b7.10110111@gmail.com>
6474
6475         * infcmd.c (default_print_one_register_info): Align natural-format
6476         column values consistently one under another.
6477         (pad_to_column): New function.
6478
6479 2018-02-05  Joel Brobecker  <brobecker@adacore.com>
6480
6481         * dwarf2read.c (dwarf2_physname): Move commment.
6482
6483 2018-02-01  Leszek Swirski  <leszeks@google.com>
6484
6485         * varobj.c (varobj_formatted_print_options): Allow recursive
6486         pretty printing if pretty printing is enabled.
6487
6488 2018-02-01  Leszek Swirski  <leszeks@google.com>
6489
6490         * c-exp.y (lex_one_token, classify_name, yylex): Don't classify
6491         names after a structop as a filename.
6492
6493 2018-02-01  Yao Qi  <yao.qi@linaro.org>
6494
6495         * arm-tdep.c (arm_record_data_proc_misc_ld_str): Rewrite it.
6496         (arm_record_coproc_data_proc): Likewise.
6497
6498 2018-02-01  Yao Qi  <yao.qi@linaro.org>
6499
6500         * arm-tdep.c (arm_record_extension_space): Change ret to signed.
6501
6502 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
6503
6504         * rs6000-tdep.c (skip_prologue): Remove shifting for lr_reg and
6505         assign shifted lr_reg to fdata->lr_register when lr_reg is set.
6506
6507 2018-01-31  Pedro Alves  <palves@redhat.com>
6508
6509         * darwin-nat.c (darwin_interrupt): Remove ptid_t parameter.
6510         * inflow.c (child_terminal_save_inferior): Wrap reference to
6511         tcgetpgrp in HAVE_TERMIOS_H.
6512         (child_interrupt, child_pass_ctrlc): Wrap references to signal in
6513         _WIN32.
6514         * remote-sim.c (gdbsim_interrupt): Remove ptid_t parameter and
6515         always iterate over all inferiors.
6516         (gdbsim_cntrl_c): Adjust.
6517         * windows-nat.c (windows_interrupt): Remove 'ptid_t' parameter.
6518
6519 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
6520
6521         * gdbtypes.c (lookup_array_range_type): Make sure the array's
6522         index type is objfile-owned if the element type is as well.
6523
6524 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
6525
6526         GDB 8.1 released.
6527
6528 2018-01-30  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6529
6530         * s390-linux-tdep.c: Remove includes "features/s390-linux32.c" and
6531         "features/s390x-linux64.c".
6532         (_initialize_s390_linux_tdep): Remove initialization of tdescs
6533         s390_linux32 and s390x_linux64.
6534         (s390_linux_init_abi_31, s390_linux_init_abi_64): Don't set
6535         default tdesc.
6536         * s390-tdep.c: Include "features/s390-linux32.c" and
6537         "features/s390x-linux64.c".
6538         (s390_tdesc_valid): Add check for tdesc_has_registers.
6539         (s390_gdbarch_init): Make sure there is always a valid tdesc.
6540         (_initialize_s390_tdep): Initialize tdesc_s390_linux32 and
6541         tdesc_s390x_linux64.
6542         * s390-linux-tdep.h: Move export of tdesc_s390_linux32 and
6543         tdesc_s390x_linux64 to...
6544         * s390-tdep.h: ...here.
6545
6546 2018-01-30  Pedro Alves  <palves@redhat.com>
6547
6548         PR gdb/13211
6549         * config.in, configure: Regenerate.
6550         * configure.ac: Check for getpgid.
6551         * go32-nat.c (go32_pass_ctrlc): New.
6552         (go32_target): Install it.
6553         * inf-child.c (inf_child_target): Install
6554         child_terminal_save_inferior, child_pass_ctrlc and
6555         child_interrupt.
6556         * inf-ptrace.c (inf_ptrace_interrupt): Delete.
6557         (inf_ptrace_target): No longer install it.
6558         * infcmd.c (interrupt_target_1): Adjust.
6559         * inferior.h (child_terminal_save_inferior, child_pass_ctrlc)
6560         (child_interrupt): Declare.
6561         (inferior::terminal_state): New.
6562         * inflow.c (struct terminal_info): Update comments.
6563         (inferior_process_group): Delete.
6564         (terminal_is_ours): Delete.
6565         (gdb_tty_state): New.
6566         (child_terminal_init): Adjust.
6567         (is_gdb_terminal, sharing_input_terminal_1)
6568         (sharing_input_terminal): New functions.
6569         (child_terminal_inferior): Adjust.  Use sharing_input_terminal.
6570         Set the process's actual process group in the foreground if
6571         possible.  Handle is_ours_for_output/is_ours distinction.  Don't
6572         mark terminal as the inferior's if not sharing GDB's terminal.
6573         Don't check attach_flag.
6574         (child_terminal_ours_for_output, child_terminal_ours): Adjust to
6575         pass down a target_terminal_state.
6576         (child_terminal_save_inferior): New, factored out from ...
6577         (child_terminal_ours_1): ... this.  Handle
6578         target_terminal_state::is_ours_for_output.
6579         (child_interrupt, child_pass_ctrlc): New.
6580         (inflow_inferior_exit): Clear the inferior's terminal_state.
6581         (copy_terminal_info): Copy the inferior's terminal state.
6582         (_initialize_inflow): Remove reference to terminal_is_ours.
6583         * inflow.h (inferior_process_group): Delete.
6584         * nto-procfs.c (nto_handle_sigint, procfs_interrupt): Adjust.
6585         * procfs.c (procfs_target): Don't install procfs_interrupt.
6586         (procfs_interrupt): Delete.
6587         * remote.c (remote_serial_quit_handler): Adjust.
6588         (remote_interrupt): Remove ptid parameter.  Adjust.
6589         * target-delegates.c: Regenerate.
6590         * target.c: Include "terminal.h".
6591         (target_terminal::terminal_state): Rename to ...
6592         (target_terminal::m_terminal_state): ... this.
6593         (target_terminal::init): Adjust.
6594         (target_terminal::inferior): Adjust to per-inferior
6595         terminal_state.
6596         (target_terminal::restore_inferior, target_terminal_is_ours_kind): New.
6597         (target_terminal::ours, target_terminal::ours_for_output): Use
6598         target_terminal_is_ours_kind.
6599         (target_interrupt): Remove ptid parameter.  Adjust.
6600         (default_target_pass_ctrlc): Adjust.
6601         * target.h (target_ops::to_terminal_save_inferior): New field.
6602         (target_ops::to_interrupt): Remove ptid_t parameter.
6603         (target_interrupt): Remove ptid_t parameter.  Update comment.
6604         (target_pass_ctrlc): Update comment.
6605         * target/target.h (target_terminal_state): New scoped enum,
6606         factored out of ...
6607         (target_terminal::terminal_state): ... here.
6608         (target_terminal::inferior): Update comments.
6609         (target_terminal::restore_inferior): New.
6610         (target_terminal::is_inferior, target_terminal::is_ours)
6611         (target_terminal::is_ours_for_output): Adjust.
6612         (target_terminal::scoped_restore_terminal_state): Adjust to
6613         rename, and call restore_inferior() instead of inferior().
6614         (target_terminal::scoped_restore_terminal_state::m_state): Change
6615         type.
6616         (target_terminal::terminal_state): Rename to ...
6617         (target_terminal::m_terminal_state): ... this and change type.
6618
6619 2018-01-30  Pedro Alves  <palves@redhat.com>
6620
6621         * linux-nat.c (wait_for_signal): New function.
6622         (wait_lwp, linux_nat_wait_1): Use it instead of calling sigsuspend
6623         directly.
6624         (async_terminal_is_ours)
6625         (linux_nat_terminal_inferior, linux_nat_terminal_ours): Delete.
6626         (linux_nat_add_target): Don't override
6627         to_terminal_inferior/to_terminal_ours.
6628
6629 2018-01-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6630
6631         * remote.c (remote_follow_fork): Don't call "detach_inferior".
6632
6633 2018-01-28  Simon Marchi  <simon.marchi@ericsson.com>
6634
6635         * dwarf2read.c (free_dwo_files): Add forward-declaration.
6636         (dwarf2_per_objfile::~dwarf2_per_objfile): Move content from
6637         dwarf2_per_objfile_free here.
6638         (dwarf2_per_objfile_free): Remove.
6639         (_initialize_dwarf2_read): Don't register
6640         dwarf2_per_objfile_free as a registry cleanup.
6641
6642 2018-01-27  Eli Zaretskii  <eliz@gnu.org>
6643
6644         Avoid compilation errors in MinGW native builds
6645
6646         The error is triggered by including python-internal.h, and the
6647         error message is:
6648
6649              In file included from d:\usr\lib\gcc\mingw32\6.3.0\include\c++\math.h:36:0,
6650                       from build-gnulib/import/math.h:27,
6651                       from d:/usr/Python26/include/pyport.h:235,
6652                       from d:/usr/Python26/include/Python.h:58,
6653                       from python/python-internal.h:94,
6654                       from python/py-arch.c:24:
6655              d:\usr\lib\gcc\mingw32\6.3.0\include\c++\cmath:1157:11: error: '::hypot' has not been declared
6656         using ::hypot;
6657                 ^~~~~
6658
6659         This happens because Python headers define 'hypot' to expand t
6660         '_hypot' in the Windows builds.
6661         * python/python-internal.h (_hypot) [__MINGW32__]: Define back to
6662         'hypoth'.  This avoids a compilation error.
6663
6664 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
6665
6666         * MAINTAINERS (Write After Approval): Fix ordering.
6667
6668 2018-01-26  Alan Hayward  <alan.hayward@arm.com>
6669
6670         * MAINTAINERS (Write After Approval): Add Alan Hayward.
6671
6672 2018-01-26  Alan Modra  <amodra@gmail.com>
6673
6674         * ppc-linux-tdep.c (powerpc32_plt_stub): Make const.
6675         (powerpc32_plt_stub_so_1): Rename from powerpc32_plt_stub_so.
6676         Remove nop.  Make const.  Comment.
6677         (powerpc32_plt_stub_so_2): New.
6678         (POWERPC32_PLT_CHECK_LEN): Rename from POWERPC32_PLT_STUB_LEN.
6679         Correct count.  Update uses.
6680         (ppc_skip_trampoline_code): Match powerpc32_plt_stub_so_2 too.
6681         Move common code reading PLT entry word.  Correct
6682         powerpc32_plt_stub PLT address calculation.
6683         * ppc64-tdep.c (ppc64_standard_linkage1): Make const.
6684         (ppc64_standard_linkage2, ppc64_standard_linkage3): Likewise.
6685         (ppc64_standard_linkage4, ppc64_standard_linkage5): Likewise.
6686         (ppc64_standard_linkage6, ppc64_standard_linkage7): Likewise.
6687         (ppc64_standard_linkage8): Likewise.
6688         * rs6000-tdep.c (ppc_insns_match_pattern): Make pattern const.
6689         Correct insns description.
6690         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
6691
6692 2018-01-24  Pedro Alves  <palves@redhat.com>
6693
6694         GCC PR libstdc++/83906
6695         * gdbtypes.c (operator==(const dynamic_prop &,
6696         const dynamic_prop &)): New.
6697         (operator==(const range_bounds &, const range_bounds &)): New.
6698         (check_types_equal): Use them instead of memcmp.
6699         * gdbtypes.h (operator==(const dynamic_prop &,
6700         const dynamic_prop &)): Declare.
6701         (operator!=(const dynamic_prop &, const dynamic_prop &)): Declare.
6702         (operator==(const range_bounds &, const range_bounds &)): Declare.
6703         (operator!=(const range_bounds &, const range_bounds &)): Declare.
6704
6705 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6706
6707         * s390-linux-tdep.c (s390_record_address_mask)
6708         (s390_record_calc_disp_common, s390_record_calc_disp)
6709         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
6710         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
6711         (s390_process_record): Move to s390-tdep.c.
6712         (s390_linux_init_abi_any): Adjust.
6713         * s390-tdep.c (s390_record_address_mask)
6714         (s390_record_calc_disp_common, s390_record_calc_disp)
6715         (s390_record_calc_disp_vsce, s390_record_calc_rl, s390_popcnt)
6716         (s390_record_gpr_g, s390_record_gpr_h, s390_record_vr)
6717         (s390_process_record): Moved from s390-linux-tdep.c
6718         (s390_gdbarch_init): Adjust.
6719
6720 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6721
6722         * s390-linux-nat.c (s390-tdep.h): New include.
6723         * Makefile.in (ALL_TARGET_OBS): Add s390-tdep.o.
6724         (HFILES_NO_SRCDIR): Add s390-tdep.h.
6725         (ALLDEPFILES): Add s390-tdep.c.
6726         * configure.tgt (s390*-*-linux*): Add s390-tdep.o.
6727         * s390-linux-tdep.h (HWCAP_S390_*, S390_*_REGNUM): Move to...
6728         * s390-tdep.h: ...this.  New file.
6729         * s390-linux-tdep.c (s390-tdep.h): New include.
6730         (_initialize_s390_tdep): Rename to...
6731         (_initialize_s390_linux_tdep): ...this and adjust.
6732         (s390_abi_kind, s390_vector_abi_kind, gdbarch_tdep)
6733         (enum named opcodes, S390_NUM_GPRS, S390_NUM_FPRS): Move to
6734         s390-tdep.h.
6735         (s390_break_insn, s390_breakpoint, s390_readinstruction, is_ri)
6736         (is_ril, is_rr, is_rre, is_rs, is_rsy, is_rx, is_rxy)
6737         (s390_is_partial_instruction, s390_software_single_step)
6738         (is_non_branch_ril, s390_displaced_step_copy_insn)
6739         (s390_displaced_step_fixup, s390_displaced_step_hw_singlestep)
6740         (s390_prologue_data, s390_addr, s390_store, s390_load)
6741         (s390_check_for_saved, s390_analyze_prologue, s390_skip_prologue)
6742         (s390_register_call_saved, s390_guess_tracepoint_registers)
6743         (s390_register_name, s390_dwarf_regmap, s390_dwarf_reg_to_regnum)
6744         (regnum_is_gpr_full, regnum_is_vxr_full, s390_value_from_register)
6745         (s390_pseudo_register_name, s390_pseudo_register_type)
6746         (s390_pseudo_register_read, s390_pseudo_register_write)
6747         (s390_pseudo_register_reggroup_p, s390_ax_pseudo_register_collect)
6748         (s390_ax_pseudo_register_push_stack, s390_gen_return_address)
6749         (s390_addr_bits_remove, s390_address_class_type_flags)
6750         (s390_address_class_type_flags_to_name)
6751         (s390_address_class_name_to_type_flags, s390_effective_inner_type)
6752         (s390_function_arg_float, s390_function_arg_vector)
6753         (is_power_of_two, s390_function_arg_integer, s390_arg_state)
6754         (s390_handle_arg, s390_push_dummy_call, s390_dummy_id)
6755         (s390_frame_align, s390_register_return_value, s390_return_value)
6756         (s390_stack_frame_destroyed_p, s390_unwind_pc, s390_unwind_sp)
6757         (s390_unwind_pseudo_register, s390_adjust_frame_regnum)
6758         (s390_dwarf2_prev_register, s390_dwarf2_frame_init_reg)
6759         (s390_trad_frame_prev_register, s390_unwind_cache)
6760         (s390_prologue_frame_unwind_cache)
6761         (s390_backchain_frame_unwind_cache, s390_frame_unwind_cache)
6762         (s390_frame_this_id, s390_frame_prev_register, s390_frame_unwind)
6763         (s390_stub_unwind_cache, s390_stub_frame_unwind_cache)
6764         (s390_stub_frame_this_id, s390_stub_frame_prev_register)
6765         (s390_stub_frame_sniffer, s390_stub_frame_unwind)
6766         (s390_frame_base_address, s390_local_base_address)
6767         (s390_frame_base, s390_gcc_target_options)
6768         (s390_gnu_triplet_regexp, s390_stap_is_single_operand)
6769         (s390_validate_reg_range, s390_tdesc_valid)
6770         (s390_gdbarch_tdep_alloc, s390_gdbarch_init): Move to...
6771         * s390-tdep.c: ...this.  New file.
6772
6773 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6774
6775         * s390-linux-tdep.c (gdbarch_tdep.s390_syscall_record): New hook.
6776         (s390_process_record, s390_gdbarch_tdep_alloc)
6777         (s390_linux_init_abi_any): Use/set new hook.
6778
6779 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6780
6781         * s390-linux-tdep.c (osabi.h): New include.
6782         (s390_linux_init_abi_31, s390_linux_init_abi_64)
6783         (s390_linux_init_abi_any): New functions.
6784         (s390_gdbarch_init, _initialize_s390_tdep): Adjust.
6785
6786 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6787
6788         * s390-linux-tdep.c (s390_gdbarch_init): Use gdb_assert for
6789         tdesc_has_registers check
6790
6791 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6792
6793         * s390-linux-tdep.c (s390_tdesc_valid): New function.
6794         (s390_validate_reg_range): New macro.
6795         (s390_gdbarch_init): Adjust.
6796
6797 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6798
6799         * s390-linux-tdep.c (gdbarch_tdep) <tdesc>: New field.
6800         (s390_gdbarch_tdep_alloc): Adjust.
6801         (s390_gdbarch_init): Adjust.
6802
6803 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6804
6805         * s390-linux-tdep.c (gdbarch_tdep) <have_linux_v1, have_linux_v2>
6806         <have_tdb>: Change type to bool.
6807         (s390_gdbarch_tdep_alloc): Adjust.
6808         (s390_gdbarch_init): Adjust.
6809
6810 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6811
6812         * s390-linux-tdep (s390_abi_kind) <ABI_NONE>: New default field.
6813         (gdbarch_tdep) <have_upper, have_vx>: New fields.
6814         (s390_gdbarch_tdep_alloc): New function.
6815         (s390_gdbarch_init): Allocate tdep at start and use its fields
6816         instead of separate variables.
6817
6818 2018-01-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
6819
6820         * s390-linux-tdep.c (s390_gdbarch_init): Remove duplicate checks
6821         when looking for cached gdbarch and add comment for remaining.
6822
6823 2018-01-22  Pedro Alves  <palves@redhat.com>
6824             Sergio Durigan Junior  <sergiodj@redhat.com>
6825
6826         * typeprint.c (whatis_exp): Initialize "val" in the "whatis type"
6827         case.
6828
6829 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
6830
6831         * MAINTAINERS: Update my company e-mail address.
6832
6833 2018-01-22  Yao Qi  <yao.qi@linaro.org>
6834
6835         * regcache.c (cooked_write_test): New function.
6836         (_initialize_regcache): Register the test.
6837
6838 2018-01-22  Yao Qi  <yao.qi@linaro.org>
6839
6840         * ia64-tdep.c (ia64_pseudo_register_read): Call
6841         regcache->cooked_read instead of regcache_cooked_read_unsigned.
6842         * m32c-tdep.c (m32c_cat_read): Likewise.
6843         (m32c_r3r2r1r0_read): Likewise.
6844         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Likewise.
6845         * xtensa-tdep.c (xtensa_register_read_masked): Likewise.
6846
6847 2018-01-22  Yao Qi  <yao.qi@linaro.org>
6848
6849         * aarch64-tdep.c (aarch64_pseudo_read_value): Call regcache
6850         method raw_read instead of regcache_raw_read.
6851         * amd64-tdep.c (amd64_pseudo_register_read_value): Likewise.
6852         * arm-tdep.c (arm_neon_quad_read): Likewise.
6853         * avr-tdep.c (avr_pseudo_register_read): Likewise.
6854         * bfin-tdep.c (bfin_pseudo_register_read): Likewise.
6855         * frv-tdep.c (frv_pseudo_register_read): Likewise.
6856         * h8300-tdep.c (h8300_pseudo_register_read): Likewise.
6857         * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
6858         (i386_pseudo_register_read_into_value): Likewise.
6859         * mep-tdep.c (mep_pseudo_cr32_read): Likewise.
6860         * msp430-tdep.c (msp430_pseudo_register_read): Likewise.
6861         * nds32-tdep.c (nds32_pseudo_register_read): Likewise.
6862         * rl78-tdep.c (rl78_pseudo_register_read): Likewise.
6863         * s390-linux-tdep.c (s390_pseudo_register_read): Likewise.
6864         * sparc-tdep.c (sparc32_pseudo_register_read):  Likewise.
6865         * sparc64-tdep.c (sparc64_pseudo_register_read): Likewise.
6866         * spu-tdep.c (spu_pseudo_register_read_spu):  Likewise.
6867         * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
6868
6869 2018-01-22  Yao Qi  <yao.qi@linaro.org>
6870
6871         * Makefile.in (ALL_TARGET_OBS): Remove mt-tdep.o.
6872         * configure.tgt: Remove target mt.
6873         * mt-tdep.c: Remove.
6874         * regcache.c (cooked_read_test): Remove the check for mt.
6875
6876 2018-01-22  Yao Qi  <yao.qi@linaro.org>
6877
6878         * jit.c (jit_frame_prev_register): Call regcache::cooked_read
6879         instead of gdbarch_pseudo_register_read_value.
6880
6881 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
6882
6883         * dwarf2read.c (need_gnat_info): Return nonzero if the cu's
6884         language is Ada.
6885
6886 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
6887
6888         * linespec.c (create_sals_line_offset): Remove code that preserved
6889         the symtab_and_line's line number.
6890
6891 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6892
6893         * varobj.c (varobj_create): Don't set valid_block when creating a
6894         floating varobj.
6895
6896 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6897
6898         * varobj.c (varobj_create): Remove out of date comment.
6899
6900 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6901
6902         PR mi/20395
6903         * ada-exp.y (write_var_from_sym): Pass extra parameter when
6904         updating innermost block.
6905         * parse.c (innermost_block_tracker::update): Take extra type
6906         parameter, and check types match before updating innermost block.
6907         (write_dollar_variable): Update innermost block for registers.
6908         * parser-defs.h (enum innermost_block_tracker_type): New enum.
6909         (innermost_block_tracker::innermost_block_tracker): Initialise
6910         m_types member.
6911         (innermost_block_tracker::reset): Take type parameter.
6912         (innermost_block_tracker::update): Take type parameter, and pass
6913         type through as needed.
6914         (innermost_block_tracker::m_types): New member.
6915         * varobj.c (varobj_create): Pass type when reseting innermost
6916         block.
6917
6918 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6919
6920         * ada-exp.y (write_var_from_sym): Switch to innermost_block API.
6921         * ada-lang.c (resolve_subexp): Likewise.
6922         * breakpoint.c (set_breakpoint_condition) Likewise.
6923         (watch_command_1) Likewise.
6924         * c-exp.y (variable): Likewise.
6925         * d-exp.y (PrimaryExpression): Likewise.
6926         * f-exp.y (variable): Likewise.
6927         * go-exp.y (variable): Likewise.
6928         * m2-exp.y (variable): Likewise.
6929         * objfiles.c (objfile::~objfile): Likewise.
6930         * p-exp.y (variable): Likewise.
6931         * parse.c (innermost_block): Change type.
6932         * parser-defs.h (class innermost_block_tracker): New.
6933         (innermost_block): Change to innermost_block_tracker.
6934         * printcmd.c (display_command): Switch to innermost_block API.
6935         (do_one_display): Likewise.
6936         * rust-exp.y (do_one_display): Likewise.
6937         * symfile.c (clear_symtab_users): Likewise.
6938         * varobj.c (varobj_create): Switch to innermost_block API, replace
6939         use of innermost_block with block stored on varobj object.
6940
6941 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6942
6943         * expression.h (innermost_block): Remove declaration.
6944         * varobj.c: Add 'parser-defs.h' include.
6945
6946 2018-01-19  Tom Tromey  <tom@tromey.com>
6947
6948         * rust-lang.c (rust_lookup_symbol_nonlocal): Look up qualified
6949         symbols in the static and global blocks.
6950
6951 2018-01-19  James Clarke  <jrtc27@jrtc27.com>
6952
6953         * nat/linux-ptrace.c: Remove unnecessary reinclusion of
6954         gdb_ptrace.h, and move including gdb_wait.h ...
6955         * nat/linux-ptrace.h: ... to here.
6956
6957 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
6958
6959         * inf-ptrace.c (inf_ptrace_detach): Adjust call to
6960         inf_ptrace_detach_success.
6961         (inf_ptrace_detach_success): Add inferior parameter, use it
6962         instead of inferior_ptid, pass it to detach_inferior.
6963         * inf-ptrace.h (inf_ptrace_detach_success): Add inferior
6964         parameter.
6965         * inferior.c (detach_inferior): Add overload that takes an
6966         inferior object.
6967         * inferior.h (detach_inferior): Likewise.
6968         * linux-nat.c (linux_nat_detach): Use the inf parameter, don't
6969         use inferior_ptid, adjust call to inf_ptrace_detach_success.
6970         * linux-thread-db.c (thread_db_detach): Use inf parameter.
6971
6972 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
6973
6974         * target.h (struct target_ops) <to_detach>: Add inferior
6975         parameter.
6976         (target_detach): Likewise.
6977         * target.c (dispose_inferior): Pass inferior down.
6978         (target_detach): Pass inferior down.  Assert that it is equal to
6979         the current inferior.
6980         * aix-thread.c (aix_thread_detach): Pass inferior down.
6981         * corefile.c (core_file_command): Pass current_inferior() down.
6982         * corelow.c (core_detach): Add inferior parameter.
6983         * darwin-nat.c (darwin_detach): Likewise.
6984         * gnu-nat.c (gnu_detach): Likewise.
6985         * inf-ptrace.c (inf_ptrace_detach): Likewise.
6986         * infcmd.c (detach_command): Pass current_inferior() down to
6987         target_detach.
6988         * infrun.c (follow_fork_inferior): Pass parent_inf to
6989         target_detach.
6990         (handle_vfork_child_exec_or_exit): Pass inf->vfork_parent to
6991         target_detach.
6992         * linux-nat.c (linux_nat_detach): Add inferior parameter.
6993         * linux-thread-db.c (thread_db_detach): Likewise.
6994         * nto-procfs.c (procfs_detach): Likewise.
6995         * procfs.c (procfs_detach): Likewise.
6996         * record.c (record_detach): Likewise.
6997         * record.h (struct inferior): Forward-declare.
6998         (record_detach): Add inferior parameter.
6999         * remote-sim.c (gdbsim_detach): Likewise.
7000         * remote.c (remote_detach_1): Likewise.
7001         (remote_detach): Likewise.
7002         (extended_remote_detach): Likewise.
7003         * sol-thread.c (sol_thread_detach): Likewise.
7004         * target-debug.h (target_debug_print_inferior_p): New macro.
7005         * target-delegates.c: Re-generate.
7006         * top.c (kill_or_detach): Pass inferior down to target_detach.
7007         * windows-nat.c (windows_detach): Add inferior parameter.
7008
7009 2018-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7010
7011         * target.h (struct target_ops) <to_detach>: Remove args
7012         parameter.
7013         (target_detach): Likewise.
7014         * target.c (dispose_inferior): Adjust.
7015         (target_detach): Remove args parameter, adjust.
7016         * aix-thread.c (aix_thread_detach): Adjust.
7017         * corefile.c (core_file_command): Adjust.
7018         * corelow.c (core_detach): Adjust.
7019         * darwin-nat.c (darwin_detach): Adjust.
7020         * gnu-nat.c (gnu_detach): Adjust.
7021         * inf-ptrace.c (inf_ptrace_detach): Adjust.
7022         * infcmd.c (detach_command): Adjust
7023         * infrun.c (follow_fork_inferior): Adjust.
7024         (handle_vfork_child_exec_or_exit): Adjust.
7025         * linux-fork.c (linux_fork_detach): Remove args parameter.
7026         * linux-fork.h (linux_fork_detach): Likewise.
7027         * linux-nat.c (linux_nat_detach): Likewise, and adjust.
7028         * linux-thread-db.c (thread_db_detach): Likewise.
7029         * nto-procfs.c (procfs_detach): Likewise.
7030         * procfs.c (procfs_detach): Likewise.
7031         (do_detach): Remove signo parameter.
7032         * record.c (record_detach): Remove args parameter.
7033         * record.h (record_detach): Likewise.
7034         * remote-sim.c (gdbsim_detach): Likewise.
7035         * remote.c (remote_detach_1): Likewise.
7036         (remote_detach): Likewise.
7037         (extended_remote_detach): Likewise.
7038         * sol-thread.c (sol_thread_detach): Likewise.
7039         * target-delegates.c: Re-generate.
7040         * top.c (struct qt_args) <args>: Remove field.
7041         (kill_or_detach): Don't pass args.
7042         (quit_force): Don't set args.
7043         * windows-nat.c (windows_detach): Remove args parameter.
7044
7045 2018-01-19  Yao Qi  <yao.qi@linaro.org>
7046
7047         * arm-linux-tdep.c (arm_linux_gcc_target_options): New function.
7048         (arm_linux_init_abi): Install it.
7049
7050 2018-01-19  Yao Qi  <yao.qi@linaro.org>
7051
7052         * osabi.c (gdb_osabi_names): Extend the regexp for
7053         arm-linux-gnueabihf.
7054
7055 2018-01-18  Yao Qi  <yao.qi@linaro.org>
7056
7057         * dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
7058         m_abbrevs.
7059         (abbrev_table::add_abbrev): Update.
7060         (abbrev_table::lookup_abbrev): Update.
7061
7062 2018-01-18  Yao Qi  <yao.qi@linaro.org>
7063
7064         * ppc-linux-tdep.c (ppu2spu_prev_register): Call cooked_read.
7065
7066 2018-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
7067
7068         * compile/compile.c (compile_to_object): Convert "triplet_rx"
7069         to "std::string".
7070
7071 2018-01-17  Tom Tromey  <tom@tromey.com>
7072
7073         * dwarf2read.c (symbolp): Remove typedef.  Don't instantiate VEC.
7074
7075 2018-01-17  Tom Tromey  <tom@tromey.com>
7076
7077         * gdbtypes.h (add_dyn_prop): Remove objfile parameter.
7078         * gdbtypes.c (add_dyn_prop): Remove objfile parameter.
7079         (create_array_type_with_stride): Update.
7080         * dwarf2read.c (set_die_type): Update.
7081
7082 2018-01-17  Tom Tromey  <tom@tromey.com>
7083
7084         * dwarf2read.c (delayed_method_info): Remove typedef.
7085         (dwarf2_cu::method_info): Now a std::vector.
7086         (add_to_method_list): Update.
7087         (free_delayed_list): Remove.
7088         (compute_delayed_physnames): Update.
7089         (process_full_comp_unit, process_full_type_unit): Clear the method
7090         list.  Remove cleanups.
7091         (psymtab_include_file_name): Add name_holder parameter.  Use
7092         unique_xmalloc_ptr.
7093         (dwarf_decode_lines): Update.
7094
7095 2018-01-17  Tom Tromey  <tom@tromey.com>
7096             Simon Marchi  <simon.marchi@ericsson.com>
7097
7098         * dwarf2read.c (struct dwarf2_cu): Add constructor, destructor.
7099         (dwarf2_per_objfile::free_cached_comp_units)
7100         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
7101         (init_cutu_and_read_dies_no_follow): Update.
7102         (dwarf2_cu::dwarf2_cu): Rename from init_one_comp_unit.
7103         (dwarf2_cu::~dwarf2_cu): New.
7104         (free_heap_comp_unit, free_stack_comp_unit): Remove.
7105         (age_cached_comp_units, free_one_cached_comp_unit): Update.
7106
7107 2018-01-17  Tom Tromey  <tom@tromey.com>
7108             Simon Marchi  <simon.marchi@ericsson.com>
7109
7110         * dwarf2read.c (struct dwarf2_cu) <abbrev_table>: Remove.
7111         (struct die_reader_specs) <abbrev_table>: New member.
7112         (struct abbrev_table): Add constructor.
7113         <alloc_abbrev, add_abbrev, lookup_abbrev>: Declare.
7114         <abbrev_obstack>: Now an auto_obstack.
7115         (abbrev_table_up): New typedef.
7116         (init_cu_die_reader): Add abbrev_table parameter.
7117         (read_cutu_die_from_dwo): Remove abbrev_table_provided parameter.
7118         Add result_dwo_abbrev_table.
7119         (init_tu_and_read_dwo_dies, init_cutu_and_read_dies)
7120         (init_cutu_and_read_dies_no_follow, build_type_psymtabs_1):
7121         Update.
7122         (peek_die_abbrev): Take die_reader_specs, not dwarf_cu as
7123         parameter.
7124         (skip_children): Update.
7125         (abbrev_table::alloc_abbrev): Rename from
7126         abbrev_table_alloc_abbrev.
7127         (abbrev_table::add_abbrev): Rename from abbrev_table_add_abbrev.
7128         (abbrev_table::lookup_abbrev): Rename from
7129         abbrev_table_lookup_abbrev.
7130         (abbrev_table_read_table): Return abbrev_table_up.
7131         (abbrev_table_free, abbrev_table_free_cleanup)
7132         (dwarf2_read_abbrevs, dwarf2_free_abbrev_table): Remove.
7133         (load_partial_dies): Update.
7134
7135 2018-01-17  Tom Tromey  <tom@tromey.com>
7136
7137         * dwarf2read.c (dwarf2_compute_name): Update comment.
7138         (read_func_scope, read_variable): Update.
7139         (new_symbol): Remove.
7140         (new_symbol_full): Rename to new_symbol.
7141
7142 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
7143
7144         PR gdb/16577
7145         * gdb_bfd.c (gdb_bfd_map_section): If unable to read object file, issue
7146         a warning instead of throwing an error, set section size to 0 and return
7147         NULL.
7148         * gdb_bfd.h (gdb_bfd_map_section): Update description.
7149
7150 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
7151
7152         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason): Return
7153         std::string.
7154         (linux_ptrace_attach_fail_reason_string): Likewise.
7155         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason):
7156         Likewise.
7157         (linux_ptrace_attach_fail_reason_string): Likewise.
7158         * linux-nat.c (attach_proc_task_lwp_callback): Adjust.
7159
7160 2018-01-17  Simon Marchi  <simon.marchi@ericsson.com>
7161
7162         * linux-nat.c (linux_nat_attach): Remove xstrdup.
7163
7164 2018-01-17  Eldar Abusalimov  <eldar.abusalimov@jetbrains.com>
7165
7166         PR gdb/21559
7167         * configure.ac: Include <sys/types.h> prior to <sys/user.h> when
7168         checking for fs_base/gs_base fields in struct user_regs_struct.
7169         * configure: Regenerate.
7170
7171 2018-01-17  Yao Qi  <yao.qi@linaro.org>
7172
7173         * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): New
7174         function.
7175         (aarch64_linux_init_abi): Install it to gdbarch hook
7176         gcc_target_options.
7177
7178 2018-01-15  Pedro Alves  <palves@redhat.com>
7179
7180         * common/signals-state-save-restore.c
7181         (save_original_signals_state): Fix typos.
7182
7183 2017-01-12  Tom Tromey  <tom@tromey.com>
7184             Sergio Durigan Junior  <sergiodj@redhat.com>
7185
7186         * Makefile.in (install-only): Install gdb-add-index.
7187
7188 2018-01-12  John Baldwin  <jhb@FreeBSD.org>
7189
7190         * fbsd-tdep.c (KVE_PROTECTION): Correct value.
7191
7192 2018-01-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7193
7194         * infrun.c (keep_going_pass_signal): Clear step-over info when
7195         insert_breakpoints fails.
7196
7197 2018-01-11  Pedro Alves  <palves@redhat.com>
7198
7199         PR gdb/22583
7200         * infrun.c (resume): Rename to ...
7201         (resume_1): ... this.
7202         (resume): Reimplement as wrapper around resume_1.
7203
7204 2018-01-11  Pedro Alves  <palves@redhat.com>
7205
7206         PR remote/22597
7207         * remote.c (remote_parse_stop_reply): Default to the last-set
7208         general thread instead of to 'magic_null_ptid'.
7209
7210 2018-01-10  Pedro Alves  <palves@redhat.com>
7211
7212         * language.h (language_get_symbol_name_matcher): Rename ...
7213         (get_symbol_name_matcher): ... this.
7214         * language.c (language_get_symbol_name_matcher): Ditto.
7215         * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
7216         callers adjusted.
7217
7218 2018-01-10  Pedro Alves  <palves@redhat.com>
7219
7220         PR gdb/22670
7221         * dwarf2read.c
7222         (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
7223         Adjust to use language_get_symbol_name_matcher instead of
7224         language_defn::la_get_symbol_name_matcher.
7225         * language.c (language_get_symbol_name_matcher): If in Ada mode
7226         and the lookup name is a verbatim match, return Ada's matcher.
7227         * language.h (language_get_symbol_name_matcher): Adjust comment.
7228         (ada_lookup_name_info::verbatim_p):: New method.
7229
7230 2018-01-10  Pedro Alves  <palves@redhat.com>
7231
7232         PR gdb/22670
7233         * ada-lang.c (ada_collect_symbol_completion_matches): If the
7234         minsym's language is language_auto or language_cplus, pass down
7235         language_ada instead.
7236         * symtab.c (compare_symbol_name): Don't frob symbol language here.
7237
7238 2018-01-10  Pedro Alves  <palves@redhat.com>
7239
7240         PR gdb/22670
7241         * minsyms.c (linkage_name_str): New function.
7242         (iterate_over_minimal_symbols): Use it.
7243
7244 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
7245
7246         * NEWS: Document that 'info proc' now works on FreeBSD.
7247
7248 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
7249
7250         * configure.ac: Check for kinfo_getfile in libutil.
7251         * configure: Regenerate.
7252         * config.in: Regenerate.
7253         * fbsd-nat.c: Include "fbsd-tdep.h".
7254         (fbsd_fetch_cmdline): New.
7255         (fbsd_fetch_kinfo_proc): Move earlier and change to return a bool
7256         rather than calling error.
7257         (fbsd_info_proc): New.
7258         (fbsd_thread_name): Report error if fbsd_fetch_kinfo_proc fails.
7259         (fbsd_wait): Report warning if fbsd_fetch_kinfo_proc fails.
7260         (fbsd_nat_add_target): Set "to_info_proc" to "fbsd_info_proc".
7261
7262 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
7263
7264         * fbsd-nat.c (struct free_deleter): Remove.
7265         (fbsd_find_memory_regions): Use gdb::unique_xmalloc_ptr<>.
7266
7267 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
7268
7269         * fbsd-nat.c (fbsd_pid_to_exec_file) [KERN_PROC_PATHNAME]: Return
7270         NULL for an empty pathname.
7271
7272 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
7273
7274         * fbsd-tdep.c (KVE_STRUCTSIZE, KVE_START, KVE_END, KVE_OFFSET)
7275         (KVE_FLAGS, KVE_PROTECTION, KVE_PATH, KINFO_VME_PROT_READ)
7276         (KINFO_VME_PROT_WRITE, KINFO_VME_PROT_EXEC, KINFO_VME_FLAG_COW)
7277         (KINFO_VME_FLAG_NEEDS_COPY, KINFO_VME_FLAG_NOCOREDUMP)
7278         (KINFO_VME_FLAG_SUPER, KINFO_VME_FLAG_GROWS_UP)
7279         (KINFO_VME_FLAG_GROWS_DOWN, KF_STRUCTSIZE, KF_TYPE, KF_FD)
7280         (KF_PATH, KINFO_FILE_TYPE_VNODE, KINFO_FILE_FD_TYPE_CWD)
7281         (KINFO_FILE_FD_TYPE_TEXT, SIG_WORDS, struct kinfo_proc_layout)
7282         (kinfo_proc_layout_32, kinfo_proc_layout_i386)
7283         (kinfo_proc_layout_64, fbsd_vm_map_entry_flags)
7284         (fbsd_core_info_proc_mappings, fbsd_core_vnode_path)
7285         (fbsd_core_fetch_timeval, fbsd_print_sigset)
7286         (fbsd_core_info_proc_status, fbsd_core_info_proc): New.
7287         (fbsd_init_abi):  Install gdbarch "core_info_proc" method.
7288         * fbsd-tdep.h (fbsd_vm_map_entry_flags): New.
7289
7290 2018-01-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7291
7292         * gdb/gnu-nat.c: Include <elf.h> and <link.h>.
7293         (gnu_xfer_auxv): New function.
7294         (gnu_xfer_partial): Call gnu_xfer_auxv when `object' is
7295         TARGET_OBJECT_AUXV.
7296
7297 2018-01-08  Yao Qi  <yao.qi@linaro.org>
7298             Simon Marchi  <simon.marchi@ericsson.com>
7299
7300         * Makefile.in (COMMON_SFILES): Remove selftest-arch.c and
7301         common/selftest.c.
7302         (COMMON_OBS): Remove selftest.o.
7303         * configure.ac: Append selftest-arch.c and common/selftest.c to
7304         CONFIG_SRCS.  Append selftest-arch.o and selftest.o to COMMON_OBS.
7305         * configure: Re-generated.
7306         * maint.c (maintenance_selftest): Wrap selftests::run_tests with
7307         GDB_SELF_TEST.
7308         (maintenance_info_selftests): Likewise.
7309
7310 2018-01-08  Xavier Roirand  <roirand@adacore.com>
7311
7312         * ada-valprint.c (val_print_packed_array_elements): Use
7313         proper number of elements when printing an array indexed
7314         by an enumeration type.
7315
7316 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
7317
7318         * dwarf2read.c (struct dwarf2_cu) <dwarf2_per_objfile>: Remove.
7319         (dw2_get_file_names_reader): Adjust.
7320         (lookup_dwo_signatured_type): Adjust.
7321         (lookup_dwp_signatured_type): Adjust.
7322         (lookup_signatured_type): Adjust.
7323         (create_type_unit_group): Adjust.
7324         (get_type_unit_group): Adjust.
7325         (process_psymtab_comp_unit_reader): Adjust.
7326         (build_type_psymtabs_reader): Adjust.
7327         (scan_partial_symbols): Adjust.
7328         (add_partial_symbol): Adjust.
7329         (add_partial_subprogram): Adjust.
7330         (peek_die_abbrev): Adjust.
7331         (fixup_go_packaging): Adjust.
7332         (process_imported_unit_die): Adjust.
7333         (dwarf2_compute_name): Adjust.
7334         (dwarf2_physname): Adjust.
7335         (read_import_statement): Adjust.
7336         (handle_DW_AT_stmt_list): Adjust.
7337         (read_file_scope): Adjust.
7338         (read_func_scope): Adjust.
7339         (read_lexical_block_scope): Adjust.
7340         (read_call_site_scope): Adjust.
7341         (read_variable): Adjust.
7342         (dwarf2_rnglists_process): Adjust.
7343         (dwarf2_ranges_process): Adjust.
7344         (dwarf2_ranges_read): Adjust.
7345         (dwarf2_get_pc_bounds): Adjust.
7346         (dwarf2_record_block_ranges): Adjust.
7347         (dwarf2_add_field): Adjust.
7348         (dwarf2_add_member_fn): Adjust.
7349         (read_structure_type): Adjust.
7350         (process_structure_scope): Adjust.
7351         (read_enumeration_type): Adjust.
7352         (read_array_type): Adjust.
7353         (mark_common_block_symbol_computed): Adjust.
7354         (read_common_block): Adjust.
7355         (read_namespace_type): Adjust.
7356         (read_namespace): Adjust.
7357         (read_module_type): Adjust.
7358         (read_tag_pointer_type): Adjust.
7359         (read_tag_ptr_to_member_type): Adjust.
7360         (read_tag_string_type): Adjust.
7361         (read_subroutine_type): Adjust.
7362         (read_typedef): Adjust.
7363         (read_base_type): Adjust.
7364         (attr_to_dynamic_prop): Adjust.
7365         (read_subrange_type): Adjust.
7366         (read_unspecified_type): Adjust.
7367         (dwarf2_read_abbrevs): Adjust.
7368         (load_partial_dies): Adjust.
7369         (read_partial_die): Adjust.
7370         (find_partial_die): Adjust.
7371         (guess_partial_die_structure_name): Adjust.
7372         (fixup_partial_die): Adjust.
7373         (read_attribute_value): Adjust.
7374         (read_addr_index): Adjust.
7375         (read_addr_index_from_leb128): Adjust.
7376         (read_str_index): Adjust.
7377         (dwarf2_string_attr): Adjust.
7378         (get_debug_line_section): Adjust.
7379         (dwarf_decode_line_header): Adjust.
7380         (lnp_state_machine::check_line_address): Adjust.
7381         (dwarf_decode_lines_1): Adjust.
7382         (dwarf_decode_lines): Adjust.
7383         (dwarf2_start_symtab): Adjust.
7384         (var_decode_location): Adjust.
7385         (new_symbol_full): Adjust.
7386         (dwarf2_const_value_data): Adjust.
7387         (dwarf2_const_value_attr): Adjust.
7388         (dwarf2_const_value): Adjust.
7389         (die_type): Adjust.
7390         (die_containing_type): Adjust.
7391         (build_error_marker_type): Adjust.
7392         (lookup_die_type): Adjust.
7393         (guess_full_die_structure_name): Adjust.
7394         (anonymous_struct_prefix): Adjust.
7395         (determine_prefix): Adjust.
7396         (dwarf2_name): Adjust.
7397         (follow_die_ref_or_sig): Adjust.
7398         (follow_die_offset): Adjust.
7399         (follow_die_ref): Adjust.
7400         (follow_die_sig_1): Adjust.
7401         (follow_die_sig): Adjust.
7402         (get_signatured_type): Adjust.
7403         (get_DW_AT_signature_type): Adjust.
7404         (decode_locdesc): Adjust.
7405         (dwarf_decode_macros): Adjust.
7406         (cu_debug_loc_section): Adjust.
7407         (fill_in_loclist_baton): Adjust.
7408         (dwarf2_symbol_mark_computed): Adjust.
7409         (init_one_comp_unit): Don't assign
7410         dwarf2_cu::dwarf2_per_objfile.
7411         (set_die_type): Adjust.
7412
7413 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
7414
7415         * dwarf2read.c (struct mapped_debug_names): Add constructor.
7416         <dwarf2_per_objfile>: New field.
7417         (dwarf2_per_objfile): Remove global.
7418         (get_dwarf2_per_objfile): New function.
7419         (set_dwarf2_per_objfile): New function.
7420         (dwarf2_build_psymtabs_hard): Change objfile parameter to
7421         dwarf2_per_objfile.
7422         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
7423         (read_abbrev_offset): Likewise.
7424         (read_indirect_string): Likewise.
7425         (read_indirect_line_string): Likewise.
7426         (read_indirect_string_at_offset): Likewise.
7427         (read_indirect_string_from_dwz): Likewise.
7428         (dwarf2_find_containing_comp_unit): Change objfile parameter to
7429         dwarf2_per_objfile.
7430         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
7431         (create_all_comp_units): Change objfile parameter to
7432         dwarf2_per_objfile.
7433         (create_all_type_units): Likewise.
7434         (process_queue): Add dwarf2_per_objfile parameter.
7435         (read_and_check_comp_unit_head): Likewise.
7436         (lookup_dwo_unit_in_dwp): Likewise.
7437         (get_dwp_file): Likewise.
7438         (process_cu_includes): Likewise.
7439         (struct free_dwo_file_cleanup_data): New struct.
7440         (dwarf2_has_info): Use get_dwarf2_per_objfile and
7441         set_dwarf2_per_objfile.
7442         (dwarf2_get_dwz_file): Add dwarf2_per_objfile parameter.
7443         (dw2_do_instantiate_symtab): Get dwarf2_per_objfile from
7444         context, adjust calls.
7445         (dw2_instantiate_symtab): Likewise.
7446         (dw2_get_cutu): Add dwarf2_per_objfile parameter.
7447         (dw2_get_cu): Likewise.
7448         (create_cu_from_index_list): Change objfile parameter to
7449         dwarf2_per_objfile.
7450         (create_cus_from_index_list): Get dwarf2_per_objfile from
7451         context, adjust calls.
7452         (create_cus_from_index): Likewise.
7453         (create_signatured_type_table_from_index): Change objfile
7454         parameter to dwarf2_per_objfile.
7455         (create_signatured_type_table_from_debug_names): Change objfile
7456         parameter to dwarf2_per_objfile.
7457         (create_addrmap_from_index): Likewise.
7458         (create_addrmap_from_aranges): Likewise.
7459         (dwarf2_read_index): Use get_dwarf2_per_objfile, adjust calls.
7460         (dw2_setup): Remove.
7461         (dw2_get_file_names_reader): Get dwarf2_per_objfile from
7462         context.
7463         (dw2_find_last_source_symtab): Get dwarf2_per_objfile using
7464         get_dwarf2_per_objfile.
7465         (dw2_forget_cached_source_info): Likewise.
7466         (dw2_map_symtabs_matching_filename): Likewise.
7467         (struct dw2_symtab_iterator) <index>: Remove.
7468         <dwarf2_per_objfile>: New field.
7469         (dw2_symtab_iter_init): Replace index parameter with
7470         dwarf2_per_objfile.
7471         (dw2_symtab_iter_next): Use dwarf2_per_objfile from iter.
7472         (dw2_lookup_symbol): Use get_dwarf2_per_objfile and adjust.
7473         (dw2_print_stats): Likewise.
7474         (dw2_dump): Likewise.
7475         (dw2_expand_symtabs_for_function): Likewise.
7476         (dw2_expand_all_symtabs): Likewise.
7477         (dw2_expand_symtabs_with_fullname): Likewise.
7478         (dw2_expand_marked_cus): Replace index and objfile parameters
7479         with dwarf2_per_objfile.
7480         (dw_expand_symtabs_matching_file_matcher): Add
7481         dwarf2_per_objfile parameter and adjust calls.
7482         (dw2_expand_symtabs_matching): Use get_dwarf2_per_objfile and
7483         adjust calls.
7484         (dw2_find_pc_sect_compunit_symtab): Don't call dw2_setup.
7485         (dw2_map_symbol_filenames): Use get_dwarf2_per_objfile and
7486         adjust calls.
7487         (create_cus_from_debug_names_list): Replace objfile parameter
7488         with dwarf2_per_objfile and adjust calls.
7489         (create_cus_from_debug_names): Likewise.
7490         (dwarf2_read_debug_names): Likewise.
7491         (mapped_debug_names::namei_to_name): Adjust call.
7492         (dw2_debug_names_iterator::next): Likewise.
7493         (dw2_debug_names_iterator::find_vec_in_debug_names): Likewise.
7494         (dw2_debug_names_lookup_symbol): Use get_dwarf2_per_objfile.
7495         (dw2_debug_names_dump): Likewise.
7496         (dw2_debug_names_expand_symtabs_for_function): Likewise.
7497         (dw2_debug_names_expand_symtabs_matching): Likewise.
7498         (dwarf2_initialize_objfile): Likewise.
7499         (dwarf2_build_psymtabs): Likewise.
7500         (get_abbrev_section_for_cu): Get dwarf2_per_objfile from
7501         this_cu.
7502         (error_check_comp_unit_head): Add dwarf2_per_objfile parameter.
7503         (read_and_check_comp_unit_head): Likewise.
7504         (read_abbrev_offset): Likewise.
7505         (create_debug_type_hash_table): Likewise.
7506         (create_debug_types_hash_table): Likewise.
7507         (create_all_type_units): Replace objfile parameter with
7508         dwarf2_per_objfile.
7509         (add_type_unit): Add dwarf2_per_objfile parameter.
7510         (fill_in_sig_entry_from_dwo_entry): Replace objfile parameter
7511         with dwarf2_per_objfile.
7512         (lookup_dwo_signatured_type): Get dwarf2_per_objfile from cu.
7513         (lookup_dwp_signatured_type): Likewise.
7514         (lookup_signatured_type): Likewise.
7515         (read_cutu_die_from_dwo): Likewise.
7516         (init_tu_and_read_dwo_dies): Likewise.
7517         (init_cutu_and_read_dies): Likewise.
7518         (init_cutu_and_read_dies_no_follow): Likewise.
7519         (allocate_type_unit_groups_table): Add objfile parameter.
7520         (create_type_unit_group): Use dwarf2_per_objfile from cu.
7521         (get_type_unit_group): Likewise.
7522         (process_psymtab_comp_unit): Update call.
7523         (build_type_psymtabs_reader): Use dwarf2_per_objfile from cu.
7524         (build_type_psymtabs_1): Add dwarf2_per_objfile parameter.
7525         (print_tu_stats): Likewise.
7526         (build_type_psymtab_dependencies): Use dwarf2_per_objfile passed
7527         in void* parameter.
7528         (build_type_psymtabs): Change objfile parameter to
7529         dwarf2_per_objfile.
7530         (process_skeletonless_type_unit): Use dwarf2_per_objfile
7531         passed in void* parameter.
7532         (process_skeletonless_type_units): Change objfile parameter to
7533         dwarf2_per_objfile.
7534         (set_partial_user): Likewise.
7535         (dwarf2_build_psymtabs_hard): Likewise.
7536         (read_comp_units_from_section): Likewise.
7537         (create_all_comp_units): Likewise.
7538         (scan_partial_symbols): Update calls.
7539         (add_partial_symbol): Likewise.
7540         (dwarf2_read_symtab): Use get_dwarf2_per_objfile.
7541         (maybe_queue_comp_unit): Use dwarf2_read_symtab from cu.
7542         (process_queue): Add dwarf2_per_objfile parameter.
7543         (get_compunit_symtab): Use dwarf2_per_objfile from cu.
7544         (compute_compunit_symtab_includes): Likewise.
7545         (process_cu_includes): Add dwarf2_per_objfile parameter.
7546         (process_full_comp_unit): Use dwarf2_per_objfile from cu.
7547         (process_full_type_unit): Likewise.
7548         (process_imported_unit_die): Update call.
7549         (handle_DW_AT_stmt_list): Use dwarf2_per_objfile from cu.
7550         (read_file_scope): Likewise.
7551         (allocate_dwo_file_hash_table): Add objfile parameter.
7552         (lookup_dwo_file_slot): Add dwarf2_per_objfile parameter.
7553         (create_cus_hash_table): Likewise.
7554         (create_dwp_hash_table): Likewise.
7555         (create_dwo_unit_in_dwp_v1): Likewise.
7556         (create_dwp_v2_section): Likewise.
7557         (create_dwo_unit_in_dwp_v2): Likewise.
7558         (lookup_dwo_unit_in_dwp): Likewise.
7559         (try_open_dwop_file): Likewise.
7560         (open_dwo_file): Likewise. Use dwarf2_per_objfile from cu.
7561         (open_and_init_dwo_file): Use dwarf2_per_objfile from cu, update
7562         cleanup to include a reference to dwarf2_per_objfile.
7563         (open_dwp_file): Add dwarf2_per_objfile parameter.
7564         (open_and_init_dwp_file): Likewise.
7565         (get_dwp_file): Likewise.
7566         (lookup_dwo_cutu): Use dwarf2_per_objfile from cu.
7567         (queue_and_load_all_dwo_tus): Update call.
7568         (free_dwo_file_cleanup): Use dwarf2_per_objfile from cleanup
7569         data.
7570         (dwarf2_rnglists_process): Use dwarf2_per_objfile from cu.
7571         (dwarf2_ranges_process): Likewise.
7572         (dwarf2_get_pc_bounds): Likewise.
7573         (mark_common_block_symbol_computed): Likewise.
7574         (abbrev_table_read_table): Add dwarf2_per_objfile parameter.
7575         (dwarf2_read_abbrevs): Update call.
7576         (read_partial_die): Use dwarf2_per_objfile from cu.
7577         (find_partial_die): Likewise.
7578         (fixup_partial_die): Likewise.
7579         (read_attribute_value): Likewise.
7580         (read_indirect_string_at_offset_from): Add objfile parameter.
7581         (read_indirect_string_at_offset): Add dwarf2_per_objfile
7582         parameter.
7583         (read_indirect_string_from_dwz): Add objfile parameter.
7584         (read_indirect_string): Add objfile parameter.
7585         (read_addr_index_1): Add dwarf2_per_objfile parameter.
7586         (read_addr_index): Use dwarf2_per_objfile from cu.
7587         (dwarf2_read_addr_index): Use dwarf2_per_objfile from cu, don't
7588         call dw2_setup.
7589         (read_str_index): Use dwarf2_per_objfile from cu.
7590         (get_debug_line_section): Likewise.
7591         (read_formatted_entries): Add dwarf2_per_objfile parameter.
7592         (dwarf_decode_line_header): Use dwarf2_per_objfile from cu.
7593         (new_symbol_full): Use dwarf2_per_objfile from cu.
7594         (build_error_marker_type): Likewise.
7595         (lookup_die_type): Likewise.
7596         (determine_prefix): Likewise.
7597         (follow_die_offset): Likewise.
7598         (dwarf2_fetch_die_loc_sect_off): Use get_dwarf2_per_objfile.
7599         (dwarf2_fetch_constant_bytes): Don't call dw2_setup.
7600         (dwarf2_fetch_die_type_sect_off): Likewise.
7601         (dwarf2_get_die_type): Likewise.
7602         (follow_die_sig_1): Use dwarf2_per_objfile from cu.
7603         (get_signatured_type): Likewise.
7604         (get_DW_AT_signature_type): Likewise.
7605         (dwarf_decode_macro_bytes): Add dwarf2_per_objfile parameter.
7606         (dwarf_decode_macros): Use dwarf2_per_objfile from cu.
7607         (cu_debug_loc_section): Likewise.
7608         (fill_in_loclist_baton): Likewise.
7609         (dwarf2_symbol_mark_computed): Likewise.
7610         (dwarf2_find_containing_comp_unit): Change objfile parameter to
7611         dwarf2_per_objfile.
7612         (free_cached_comp_units): Use dwarf2_per_objfile passed in void*
7613         parameter.
7614         (age_cached_comp_units): Add dwarf2_per_objfile parameter.
7615         (free_one_cached_comp_unit): Use dwarf2_per_objfile from cu.
7616         (dwarf2_free_objfile): Use get_dwarf2_per_objfile.
7617         (set_die_type): Use dwarf2_free_objfile from cu.
7618         (get_die_type_at_offset): Likewise.
7619         (dwarf2_per_objfile_free): Don't assign global variable.
7620         (debug_names) <constructor>: Add dwarf2_per_objfile
7621         parameter, update m_debugstrlookup construction.
7622         (debug_names::debug_str_lookup): Add dwarf2_per_objfile
7623         parameter.
7624         <m_dwarf2_per_objfile>: New field.
7625         <lookup>: Use m_dwarf2_per_objfile.
7626         (check_dwarf64_offsets): Add dwarf2_per_objfile parameter.
7627         (psyms_seen_size): Likewise.
7628         (write_gdbindex): Replace objfile parameter with
7629         dwarf2_per_objfile.
7630         (write_debug_names): Likewise.
7631         (write_psymtabs_to_index): Likewise.
7632         (save_gdb_index_command): Use get_dwarf2_per_objfile, update
7633         calls.
7634
7635 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
7636
7637         * dwarf2read.c (struct dwarf2_cu) <objfile>: Remove.
7638         <dwarf2_per_objfile>: New field.
7639         (struct dwarf2_per_cu_data) <objfile>: Remove.
7640         <dwarf2_per_objfile>: New field.
7641         (create_cu_from_index_list): Assign dwarf2_per_objfile instead
7642         of objfile.
7643         (create_signatured_type_table_from_index): Likewise.
7644         (create_debug_type_hash_table): Likewise.
7645         (fill_in_sig_entry_from_dwo_entry): Likewise.
7646         (lookup_dwo_unit): Access objfile through dwarf2_per_objfile.
7647         (create_type_unit_group): Assign dwarf2_per_objfile instead of
7648         objfile.
7649         (create_partial_symtab): Access objfile through
7650         dwarf2_per_objfile.
7651         (process_psymtab_comp_unit_reader): Likewise.
7652         (read_comp_units_from_section): Likewise.
7653         (scan_partial_symbols): Likewise.
7654         (add_partial_symbol): Likewise.
7655         (add_partial_subprogram): Likewise.
7656         (peek_die_abbrev): Likewise.
7657         (fixup_go_packaging): Likewise.
7658         (process_full_comp_unit): Likewise.
7659         (process_full_type_unit): Likewise.
7660         (process_imported_unit_die): Likewise.
7661         (dwarf2_compute_name): Likewise.
7662         (dwarf2_physname): Likewise.
7663         (read_import_statement): Likewise.
7664         (create_cus_hash_table): Assign dwarf2_physname instead of
7665         objfile.
7666         (read_func_scope): Access objfile through dwarf2_per_objfile.
7667         (read_lexical_block_scope): Likewise.
7668         (read_call_site_scope): Likewise.
7669         (read_variable): Likewise.
7670         (dwarf2_rnglists_process): Likewise.
7671         (dwarf2_ranges_process): Likewise.
7672         (dwarf2_ranges_read): Likewise.
7673         (dwarf2_record_block_ranges): Likewise.
7674         (dwarf2_add_field): Likewise.
7675         (dwarf2_add_member_fn): Likewise.
7676         (read_structure_type): Likewise.
7677         (process_structure_scope): Likewise.
7678         (read_enumeration_type): Likewise.
7679         (read_array_type): Likewise.
7680         (read_common_block): Likewise.
7681         (read_namespace_type): Likewise.
7682         (read_namespace): Likewise.
7683         (read_module_type): Likewise.
7684         (read_tag_pointer_type): Likewise.
7685         (read_tag_ptr_to_member_type): Likewise.
7686         (read_tag_string_type): Likewise.
7687         (read_subroutine_type): Likewise.
7688         (read_typedef): Likewise.
7689         (read_base_type): Likewise.
7690         (attr_to_dynamic_prop): Likewise.
7691         (read_subrange_type): Likewise.
7692         (read_unspecified_type): Likewise.
7693         (load_partial_dies): Likewise.
7694         (read_partial_die): Likewise.
7695         (find_partial_die): Likewise.
7696         (guess_partial_die_structure_name): Likewise.
7697         (fixup_partial_die): Likewise.
7698         (read_attribute_value): Likewise.
7699         (read_addr_index_from_leb128): Likewise.
7700         (dwarf2_read_addr_index): Likewise.
7701         (dwarf2_string_attr): Likewise.
7702         (lnp_state_machine::check_line_address): Likewise.
7703         (dwarf_decode_lines_1): Likewise.
7704         (dwarf_decode_lines): Likewise.
7705         (dwarf2_start_symtab): Likewise.
7706         (var_decode_location): Likewise.
7707         (new_symbol_full): Likewise.
7708         (dwarf2_const_value_data): Likewise.
7709         (dwarf2_const_value_attr): Likewise.
7710         (dwarf2_const_value): Likewise.
7711         (die_type): Likewise.
7712         (die_containing_type): Likewise.
7713         (lookup_die_type): Likewise.
7714         (guess_full_die_structure_name): Likewise.
7715         (anonymous_struct_prefix): Likewise.
7716         (dwarf2_name): Likewise.
7717         (follow_die_ref_or_sig): Likewise.
7718         (follow_die_offset): Likewise.
7719         (follow_die_ref): Likewise.
7720         (dwarf2_fetch_die_loc_sect_off): Likewise.
7721         (dwarf2_fetch_constant_bytes): Likewise.
7722         (dwarf2_fetch_die_type_sect_off): Likewise.
7723         (dwarf2_get_die_type): Likewise.
7724         (follow_die_sig): Likewise.
7725         (decode_locdesc): Likewise.
7726         (dwarf2_per_cu_objfile): Likewise.
7727         (dwarf2_per_cu_text_offset): Likewise.
7728         (init_one_comp_unit): Assign dwarf2_per_objfile instead of
7729         objfile.
7730         (set_die_type): Access objfile through
7731         dwarf2_per_objfile.
7732
7733 2018-01-07  Simon Marchi  <simon.marchi@ericsson.com>
7734
7735         * valprint.c (converted_character_d): Remove typedef.
7736         (DEF_VEC_O (converted_character_d)): Remove.
7737         (count_next_character): Use std::vector.
7738         (print_converted_chars_to_obstack): Likewise.
7739         (generic_printstr): Likewise.
7740
7741 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
7742
7743         * xml-support.h (struct gdb_xml_value): Add constructor.
7744         <value>: Change type to unique_xmalloc_ptr.
7745         (gdb_xml_value_s): Remove typedef.
7746         (DEF_VEC_O (gdb_xml_value_s)): Remove.
7747         (gdb_xml_element_start_handler): Change parameter type to
7748         std::vector.
7749         (xml_find_attribute): Likewise.
7750         * xml-support.c (xml_find_attribute): Change parameter type to
7751         std::vector and adjust.
7752         (gdb_xml_values_cleanup): Remove.
7753         (gdb_xml_parser::start_element): Adjust to std::vector.
7754         (xinclude_start_include): Change paraeter type to std::vector
7755         and adjust.
7756         * btrace.c (check_xml_btrace_version): Likewise.
7757         (parse_xml_btrace_block): Likewise.
7758         (parse_xml_btrace_pt_config_cpu): Likewise.
7759         (parse_xml_btrace_pt): Likewise.
7760         (parse_xml_btrace_conf_bts): Likewise.
7761         (parse_xml_btrace_conf_pt): Likewise.
7762         * memory-map.c (memory_map_start_memory): Likewise.
7763         (memory_map_start_property): Likewise.
7764         * osdata.c (osdata_start_osdata): Likewise.
7765         (osdata_start_item): Likewise.
7766         (osdata_start_column): Likewise.
7767         * remote.c (start_thread): Likewise.
7768         * solib-aix.c (library_list_start_library): Likewise.
7769         (library_list_start_list): Likewise.
7770         * solib-svr4.c (library_list_start_library): Likewise.
7771         (svr4_library_list_start_list): Likewise.
7772         * solib-target.c (library_list_start_segment): Likewise.
7773         (library_list_start_section): Likewise.
7774         (library_list_start_library): Likewise.
7775         (library_list_start_list): Likewise.
7776         * tracepoint.c (traceframe_info_start_memory): Likewise.
7777         (traceframe_info_start_tvar): Likewise.
7778         * xml-syscall.c (syscall_start_syscall): Likewise.
7779         * xml-tdesc.c (tdesc_start_target): Likewise.
7780         (tdesc_start_feature): Likewise.
7781         (tdesc_start_reg): Likewise.
7782         (tdesc_start_union): Likewise.
7783         (tdesc_start_struct): Likewise.
7784         (tdesc_start_flags): Likewise.
7785         (tdesc_start_enum): Likewise.
7786         (tdesc_start_field): Likewise.
7787         (tdesc_start_enum_value): Likewise.
7788         (tdesc_start_vector): Likewise.
7789
7790 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
7791
7792         * extension.h (struct xmethod_worker) <clone>: Remove.
7793         * python/py-xmethods.c (struct python_xmethod_worker) <clone>:
7794         Remove.
7795         (python_xmethod_worker::clone): Remove.
7796         * valops.c (find_overload_match): Use std::move instead of
7797         clone.
7798
7799 2018-01-07  Simon Marchi  <simon.marchi@polymtl.ca>
7800
7801         * extension-priv.h (enum ext_lang_rc): Remove, move to extension.h.
7802         (struct extension_language_ops) <clone_xmethod_worker_data>: Remove.
7803         <free_xmethod_worker_data>: Remove.
7804         <get_matching_xmethod_workers>: Chance VEC to std::vector.
7805         <get_xmethod_arg_types>: Remove.
7806         <get_xmethod_result_type>: Remove.
7807         <invoke_xmethod>: Remove.
7808         * extension.c (new_xmethod_worker): Remove.
7809         (clone_xmethod_worker): Remove.
7810         (get_matching_xmethod_workers): Return void, pass std::vector by
7811         pointer.
7812         (get_xmethod_arg_types): Rename to...
7813         (xmethod_worker::get_arg_types): ... this, and adjust.
7814         (get_xmethod_result_type): Rename to...
7815         (xmethod_worker::get_result_type): ... this, and adjust.
7816         (invoke_xmethod): Remove.
7817         (free_xmethod_worker): Remove.
7818         (free_xmethod_worker_vec): Remove.
7819         * extension.h (enum ext_lang_rc): Move here from
7820         extension-priv.h.
7821         (struct xmethod_worker): Add constructor and destructor.
7822         <data>: Remove.
7823         <value>: Remove.
7824         <invoke, clone, do_get_result_type, do_get_arg_types>: New
7825         virtual pure methods.
7826         <get_arg_types, get_result_type>: New methods.
7827         (xmethod_worker_ptr): Remove typedef.
7828         (DEF_VEC_P (xmethod_worker_ptr)): Remove.
7829         (xmethod_worker_vec): Remove typedef.
7830         (xmethod_worker_up): New typedef.
7831         (invoke_xmethod): Remove.
7832         (clone_xmethod_worker): Remove.
7833         (free_xmethod_worker): Remove.
7834         (free_xmethod_worker_vec): Remove.
7835         (get_xmethod_arg_types): Remove.
7836         (get_xmethod_result_type): Remove.
7837         * valops.c (find_method_list): Use std::vector, don't use
7838         intermediate vector.
7839         (value_find_oload_method_list): Use std::vector.
7840         (find_overload_match): Use std::vector.
7841         (find_oload_champ): Use std::vector.
7842         * value.c (value_free): Use operator delete.
7843         (value_of_xmethod): Rename to...
7844         (value_from_xmethod): ... this.  Don't assign
7845         xmethod_worker::value, take rvalue-reference.
7846         (result_type_of_xmethod): Adjust.
7847         (call_xmethod): Adjust.
7848         * value.h: Include extension.h.
7849         (struct xmethod_worker): Don't forward-declare.
7850         (value_of_xmethod): Rename to...
7851         (value_from_xmethod): ... this, take rvalue-reference.
7852         * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
7853         (struct python_xmethod_worker): ... this, add constructor and
7854         destructor.
7855         <invoke, clone, do_get_arg_types, do_get_result_type>: Implement.
7856         (gdbpy_free_xmethod_worker_data): Rename to...
7857         (python_xmethod_worker::~python_xmethod_worker): ... this and
7858         adjust.
7859         (gdbpy_clone_xmethod_worker_data): Rename to...
7860         (python_xmethod_worker::clone): ... this and adjust.
7861         (gdbpy_get_matching_xmethod_workers): Use std::vector, don't use
7862         temporary vector.
7863         (gdbpy_get_xmethod_arg_types): Rename to...
7864         (python_xmethod_worker::do_get_arg_types): ... this and adjust.
7865         (gdbpy_get_xmethod_result_type): Rename to...
7866         (python_xmethod_worker::do_get_result_type): ... this and
7867         adjust.
7868         (gdbpy_invoke_xmethod): Rename to...
7869         (python_xmethod_worker::invoke): ... this and adjust.
7870         (new_python_xmethod_worker): Rename to...
7871         (python_xmethod_worker::python_xmethod_worker): ... this and
7872         adjust.
7873         * python/python-internal.h (gdbpy_clone_xmethod_worker_data):
7874         Remove.
7875         (gdbpy_free_xmethod_worker_data): Remove.
7876         (gdbpy_get_matching_xmethod_workers): Use std::vector.
7877         (gdbpy_get_xmethod_arg_types): Remove.
7878         (gdbpy_get_xmethod_result_type): Remove.
7879         (gdbpy_invoke_xmethod): Remove.
7880         * python/python.c (python_extension_ops): Remove obsolete
7881         callbacks.
7882
7883 2018-01-05  Pedro Alves  <palves@redhat.com>
7884
7885         PR gdb/18653
7886         * common/signals-state-save-restore.c
7887         (save_original_signals_state): New parameter 'quiet'.  Warn if we
7888         find a custom handler preinstalled, instead of internal erroring.
7889         But only warn if !quiet.
7890         * common/signals-state-save-restore.h
7891         (save_original_signals_state): New parameter 'quiet'.
7892         * main.c (captured_main_1): Move save_original_signals_state call
7893         after option handling, and pass QUIET.
7894
7895 2018-01-05  Pedro Alves  <palves@redhat.com>
7896
7897         * spu-tdep.c (spu_catch_start): Pass
7898         symbol_name_match_type::SEARCH_NAME to block_lookup_symbol.
7899
7900 2018-01-05  Pedro Alves  <palves@redhat.com>
7901
7902         PR gdb/22670
7903         * ada-lang.c (literal_symbol_name_matcher): New function.
7904         (ada_get_symbol_name_matcher): Use it for
7905         symbol_name_match_type::SEARCH_NAME.
7906         * block.c (block_lookup_symbol): New parameter 'match_type'.  Pass
7907         it down instead of assuming symbol_name_match_type::FULL.
7908         * block.h (block_lookup_symbol): New parameter 'match_type'.
7909         * c-valprint.c (print_unpacked_pointer): Use
7910         lookup_symbol_search_name instead of lookup_symbol.
7911         * compile/compile-object-load.c (get_out_value_type): Pass down
7912         symbol_name_match_type::SEARCH_NAME.
7913         * cp-namespace.c (cp_basic_lookup_symbol): Pass down
7914         symbol_name_match_type::FULL.
7915         * cp-support.c (cp_get_symbol_name_matcher): Handle
7916         symbol_name_match_type::SEARCH_NAME.
7917         * infrun.c (insert_exception_resume_breakpoint): Use
7918         lookup_symbol_search_name.
7919         * p-valprint.c (pascal_val_print): Use lookup_symbol_search_name.
7920         * psymtab.c (maintenance_check_psymtabs): Use
7921         symbol_name_match_type::SEARCH_NAME and SYMBOL_SEARCH_NAME.
7922         * stack.c (print_frame_args): Use lookup_symbol_search_name and
7923         SYMBOL_SEARCH_NAME.
7924         * symtab.c (lookup_local_symbol): Don't demangle the lookup name
7925         if symbol_name_match_type::SEARCH_NAME.
7926         (lookup_symbol_in_language): Pass down
7927         symbol_name_match_type::FULL.
7928         (lookup_symbol_search_name): New.
7929         (lookup_language_this): Pass down
7930         symbol_name_match_type::SEARCH_NAME.
7931         (lookup_symbol_aux, lookup_local_symbol): New parameter
7932         'match_type'.  Pass it down.
7933         * symtab.h (symbol_name_match_type::SEARCH_NAME): New enumerator.
7934         (lookup_symbol_search_name): New declaration.
7935         (lookup_symbol_in_block): New 'match_type' parameter.
7936
7937 2018-01-05  Pedro Alves  <palves@redhat.com>
7938
7939         PR gdb/22670
7940         * ada-lang.c (ada_lookup_encoded_symbol): Reimplement in terms of
7941         ada_lookup_symbol.
7942         (ada_lookup_symbol): Reimplement in terms of
7943         ada_lookup_symbol_list, bits factored out from
7944         ada_lookup_encoded_symbol.
7945
7946 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
7947
7948         * ada-exp.y (write_object_renaming): When subscripting an array
7949         using a symbol as the index, pass the block in call to
7950         ada_lookup_encoded_symbol when looking that symbol up.
7951
7952 2018-01-05  Jerome Guitton  <guitton@adacore.com>
7953
7954         * ada-lang.c (ada_array_length): Use ada_index_type instead of
7955         TYPE_INDEX_TYPE.
7956
7957 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
7958
7959         * ada-lang.c (ada_to_fixed_value_create): Add handling of
7960         the case where VALUE_LVAL (val0) is not lval_memory.
7961
7962 2018-01-05  Xavier Roirand  <roirand@adacore.com>
7963
7964         * ada-valprint.c (print_optional_low_bound): Handle
7965         character-indexed array printing like boolean-indexed array
7966         printing.
7967
7968 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
7969
7970         * NEWS: Create a new section for the next release branch.
7971         Rename the section of the current branch, now that it has
7972         been cut.
7973
7974 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
7975
7976         GDB 8.1 branch created (5219ac6237c272b938c28517bf371429260c71e7):
7977         * version.in: Bump version to 8.1.50.DATE-git.
7978
7979 2018-01-03  Xavier Roirand  <roirand@adacore.com>
7980
7981         * ada-lang.h (ada_exception_catchpoint_kind) <ada_catch_handlers>:
7982         Add field.
7983         * ada-lang.c (struct exception_support_info) <catch_handlers_sym>:
7984         Add field.
7985         (default_exception_support_info) <catch_handlers_sym>: Add field.
7986         (exception_support_info_fallback) <catch_handlers_sym>: Add field.
7987         (ada_exception_name_addr_1): Add "catch handlers" handling.
7988         (ada_exception_catchpoint_cond_string) <ex>: New parameter.
7989         Update all callers.
7990         (create_excep_cond_exprs) <ex>: Add parameter.
7991         (re_set_exception): Update create_excep_cond_exprs call.
7992         (print_it_exception, print_one_exception, print_mention_exception)
7993         (print_recreate_exception): Add "catch handler" handling.
7994         (allocate_location_catch_handlers, re_set_catch_handlers)
7995         (check_status_catch_handlers, print_it_catch_handlers)
7996         (print_one_catch_handlers, print_mention_catch_handlers)
7997         (print_recreate_catch_handlers): New function.
7998         (catch_handlers_breakpoint_ops): New variable.
7999         (catch_ada_exception_command_split) <is_catch_handlers_cmd>:
8000         Add parameter.  Add "catch handler" handling.
8001         (ada_exception_sym_name, ada_exception_breakpoint_ops):
8002         Add "catch handler" handling.
8003         (ada_exception_catchpoint_cond_string): Add "catch handler"
8004         handling.
8005         (create_ada_exception_catchpoint): Update create_excep_cond_exprs
8006         call.
8007         (catch_ada_handlers_command): New function.
8008         (initialize_ada_catchpoint_ops): Initialize "catch handlers"
8009         operations structure.
8010         (_initialize_ada_language): Add "catch handlers" command entry.
8011         * NEWS: Document "catch handlers" feature.
8012
8013 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
8014
8015         * ada-lang.c (ada_value_slice_from_ptr): Take array stride into
8016         account when creating the array type of the slice.
8017         (ada_value_slice): Likewise.
8018
8019 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
8020
8021         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_BYTE_STRIDE>:
8022         New enum value.
8023         (create_array_type_with_stride): Add byte_stride_prop parameter.
8024         * gdbtypes.c (create_array_type_with_stride) <byte_stride_prop>:
8025         New parameter.  Update all callers in this file.
8026         (array_type_has_dynamic_stride): New function.
8027         (is_dynamic_type_internal, resolve_dynamic_array): Add handling
8028         of arrays with dynamic byte strides.
8029         * dwarf2read.c (read_array_type): Add support for dynamic
8030         DW_AT_byte_stride attributes.
8031
8032 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
8033
8034         * dwarf2read.c (read_unspecified_type): Treat
8035         DW_TAG_enumeration_type DIEs from Ada units as stubs.
8036
8037 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
8038
8039         Update copyright year range in all GDB files.
8040
8041 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
8042
8043         * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
8044         and gdb/testsuite/gdb.base/step-line.c.
8045
8046 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
8047
8048         * copyright.py (main): Dump the contents of
8049         MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND,
8050         even if BY_HAND is empty.
8051
8052 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
8053
8054         * top.c (print_gdb_version): Update Copyright year in version
8055         message.
8056
8057 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
8058
8059         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
8060
8061 For older changes see ChangeLog-2017.
8062 \f
8063 Local Variables:
8064 mode: change-log
8065 left-margin: 8
8066 fill-column: 74
8067 version-control: never
8068 coding: utf-8
8069 End: