This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Yearly rotation of the gdb/ChangeLog file


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=053f54e57f64ca88596999f37bf3bd329b497d20

commit 053f54e57f64ca88596999f37bf3bd329b497d20
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon Jan 1 08:07:25 2018 +0400

    Yearly rotation of the gdb/ChangeLog file
    
    gdb/ChangeLog
    
            * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.

Diff:
---
 gdb/ChangeLog                 | 18456 +--------------------------------------
 gdb/ChangeLog-2017            | 18463 ++++++++++++++++++++++++++++++++++++++++
 gdb/config/djgpp/fnchange.lst |     1 +
 3 files changed, 18467 insertions(+), 18453 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aaadf14..308dcee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,18458 +1,8 @@
-2017-12-31  Ruslan Kabatsayev  <b7.10110111@gmail.com>
+2018-01-01  Joel Brobecker  <brobecker@adacore.com>
 
-	* psymtab.c (recursively_search_psymtabs): Use pointer arithmetic
-	instead of dereferencing std::vector past the end.
+	* config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2017.
 
-2017-12-30  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* common/diagnostics.h
-	(DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): Only
-	define if the compiler knows about -Wenum-compare-switch.
-
-2017-12-30  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* dwarf2read.c (dwarf_decode_macro_bytes): Ignore
-	-Wenum-compare-switch warning.
-	(dwarf_decode_macros): Likewise.
-
-2017-12-30  Tom Tromey  <tom@tromey.com>
-	    Simon Marchi  <simon.marchi@ericsson.com>
-
-	* stap-probe.h (struct stap_parse_info): Add constructor,
-	destructor.
-	* stap-probe.c (stap_parse_argument): Update.
-	* rust-exp.y (rust_lex_tests): Update.
-	* parser-defs.h (struct parser_state): Add constructor,
-	destructor, release method.
-	<expout>: Change type to expression_up.
-	(null_post_parser): Change type.
-	(initialize_expout, reallocate_expout): Remove.
-	* parse.c (parser_state::parser_state): Rename from
-	initialize_expout.
-	(parser_state::release): Rename from reallocate_expout.
-	(write_exp_elt, parse_exp_in_context_1, increase_expout_size):
-	Update.
-	(null_post_parser): Change type of "exp".
-	* dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
-	* ada-lang.c (resolve, resolve_subexp)
-	(replace_operator_with_call): Change type of "expp".
-	* language.h (struct language_defn) <la_post_parser>: Change type
-	of "expp".
-
-2017-12-30  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* dwarf2read.c (struct mapped_debug_names): Make final.
-	(struct mapped_index): Make final.
-
-2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* common/diagnostics.h
-	(DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): New macro.
-	* amd64-linux-tdep.c (amd64_canonicalize_syscall): Use it.
-
-2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* linux-thread-db.c (thread_db_detach): Remove call to
-	delete_thread_db_info.
-
-2017-12-28  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target.h (enum target_object) <TARGET_OBJECT_HPUX_UREGS,
-	TARGET_OBJECT_HPUX_SOLIB_GOT>: Remove.
-
-2017-12-27  Franck Jullien  <franck.jullien@gmail.com>
-	    Stafford Horne  <shorne@gmail.com>
-
-	* target-descriptions.c (tdesc_register_in_reggroup_p): Support
-	arbitrary strings.
-	(tdesc_use_registers): Add logic to register new reggroups.
-	(tdesc_reg::group): Update comment to indicate we allow
-	arbitrary strings.
-	* NEWS (Changes since GDB 8.0): Announce that GDB supports
-	arbitrary reggroups.
-
-2017-12-27  Stafford Horne  <shorne@gmail.com>
-
-	* reggroups.c (reggroup_gdbarch_new): New function.
-	(reggroup_find): New function.
-	* reggroups.h (reggroup_gdbarch_new): New function.
-	(reggroup_find): New function.
-
-2017-12-27  Stafford Horne  <shorne@gmail.com>
-
-	* reggroups.c (reggroups_init): Change to depend only on
-	obstack rather than gdbarch.
-	(reggroup_add): Remove logic for forcing premature init.
-	(_initialize_reggroup): Set `reggroups_data` with
-	gdbarch_data_register_pre_init() rather than
-	gdbarch_data_register_post_init().
-
-2017-12-27  Stafford Horne  <shorne@gmail.com>
-
-	* infcmd.c (_initialize_infcmd): Add help for info reg $reggroup
-	and info all-registers $reggroup feature.
-
-2017-12-23  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (print_c_tdesc)
-	<printf_field_type_assignment>: Add ATTRIBUTE_PRINTF.
-
-2017-12-21  Simon Marchi  <simon.marchi@ericsson.com>
-	    Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* target-descriptions.c (print_c_tdesc) <visit>: Don't output
-	field_type declaration, use printf_field_type_assignment
-	instead.
-	<printf_field_type_assignment>: New method.
-	* features/aarch64-core.c, features/aarch64-fpu.c
-	features/arc-arcompact.c, features/arc-v2.c,
-	features/arm/arm-with-iwmmxt.c, features/i386/32bit-core.c,
-	features/i386/32bit-mpx.c, features/i386/32bit-sse.c,
-	features/i386/64bit-avx512.c, features/i386/64bit-core.c,
-	features/i386/64bit-mpx.c, features/i386/64bit-sse.c,
-	features/i386/x32-core.c, features/or1k.c,
-	features/rs6000/powerpc-7400.c,
-	features/rs6000/powerpc-altivec32.c,
-	features/rs6000/powerpc-altivec32l.c,
-	features/rs6000/powerpc-altivec64.c,
-	features/rs6000/powerpc-altivec64l.c,
-	features/rs6000/powerpc-cell32l.c,
-	features/rs6000/powerpc-cell64l.c,
-	features/rs6000/powerpc-isa205-altivec32l.c,
-	features/rs6000/powerpc-isa205-altivec64l.c,
-	features/rs6000/powerpc-isa205-vsx32l.c,
-	features/rs6000/powerpc-isa205-vsx64l.c,
-	features/rs6000/powerpc-vsx32.c,
-	features/rs6000/powerpc-vsx32l.c,
-	features/rs6000/powerpc-vsx64.c,
-	features/rs6000/powerpc-vsx64l.c, features/s390-gs-linux64.c,
-	features/s390-tevx-linux64.c, features/s390-vx-linux64.c,
-	features/s390x-gs-linux64.c, features/s390x-tevx-linux64.c,
-	features/s390x-vx-linux64.c: Re-generate.
-
-2017-12-20  Uros Bizjak  <ubizjak@gmail.com>
-
-	* rs6000-tdep.c (ppc_deal_with_atomic_sequence): Remove
-	write-only assignment to "insn" variable.
-
-2017-12-20  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* spu-tdep.c (spu_gdbarch_init): Set set_gdbarch_significant_addr_bit
-	to 64 bits.
-	(ppc_linux_init_abi): Likewise, if Cell/B.E. is supported.
-
-2017-12-18  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (ada_to_fixed_type_1): Rethrow errors with
-	a more detailed exception message when getting an exception
-	while trying to read the value of an XVZ variable.
-	* ada-valprint.c (ada_val_print): Only catch RETURN_MASK_ERROR
-	exceptions.  Print an error message when an exception is caught.
-
-2017-12-18  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (assign_component): Strip any TYPE_CODE_TYPEDEF
-	layer from lhs' type.
-	(assign_aggregate): Likewise.
-
-2017-12-18  Xavier Roirand  <roirand@adacore.com>
-
-	* ada-lang.c (ada_convert_actual): Change the way actual value
-	are passed to the inferior when the inferior expects a pointer type.
-
-2017-12-17  Stafford Horne  <shorne@gmail.com>
-
-	* gdb/or1k-tdep.c (show_or1k_debug): Fix function parameter alignment.
-	(or1k_analyse_inst): Likewise.
-	(or1k_single_step_through_delay): Likewise.
-	(or1k_frame_cache): Fix parameter alignment and use paddress()
-	instead of %x.
-
-2017-12-17  Stafford Horne  <shorne@gmail.com>
-
-	* NEWS (Changes since GDB 8.0): Mention new or1k target and new
-	commands to set/show or1k debug.
-
-2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
-	condition.
-
-2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
-	    Pedro Alves  <palves@redhat.com>
-
-	PR cli/16224
-	* NEWS (Changes since GDB 8.0): Mention new '/o' flag.
-	* c-typeprint.c (OFFSET_SPC_LEN): New define.
-	(c_type_print_varspec_prefix): New argument 'struct
-	print_offset_data *'.
-	(c_type_print_base_1): New function and prototype.
-	(c_print_type_1): New function, with code from 'c_print_type'.
-	(c_print_type): Use 'c_print_type_1'.
-	(c_type_print_varspec_prefix): New argument 'struct
-	print_offset_data *'.  Use it.  Call 'c_type_print_base_1'
-	instead of 'c_print_type_base'.
-	(print_spaces_filtered_with_print_options): New function.
-	(output_access_specifier): Take new argument FLAGS.  Modify
-	function to call 'print_spaces_filtered_with_print_options'.
-	(c_print_type_vtable_offset_marker): New function.
-	(c_print_type_union_field_offset): New function.
-	(c_print_type_struct_field_offset): New function.
-	(c_print_type_no_offsets): New function.
-	(c_type_print_base_struct_union): New argument 'struct
-	print_offset_data *'.  Print offsets and sizes for
-	struct/union/class fields.
-	* typeprint.c (const struct type_print_options
-	type_print_raw_options): Initialize 'print_offsets'.
-	(static struct type_print_options default_ptype_flags):
-	Likewise.
-	(struct print_offset_data print_offset_default_data): New
-	variable.
-	(whatis_exp): Handle '/o' option.
-	(_initialize_typeprint): Add '/o' flag to ptype's help.
-	* typeprint.h (struct print_offset_data): New struct.
-	(struct type_print_options) <print_offsets>: New field.
-
-2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* c-typeprint.c (need_access_label_p): New function.
-	(c_type_print_base_struct_union): New function.
-	(c_type_print_base): Move code to handle
-	TYPE_CODE_{STRUCT,UNION} to the functions mentioned above.
-
-2017-12-15  Richard Henderson  <rth@redhat.com>
-	    Uros Bizjak  <ubizjak@gmail.com>
-
-	PR gdb/19061
-	* alpha-tdep.c (alpha_software_single_step): Call
-	alpha_deal_with_atomic_sequence here.
-	(set_gdbarch_software_single_step): Set to
-	alpha_software_single_step.
-	* nat/linux-ptrace.h [__alpha__]: Define GDB_ARCH_IS_TRAP_BRKPT
-	and GDB_ARCH_IS_TRAP_HWBKPT.
-
-2017-12-15  Yao Qi  <yao.qi@linaro.org>
-
-	* unittests/memory-map-selftests.c: Wrap test with HAVE_LIBEXPAT.
-
-2017-12-15  Xavier Roirand  <roirand@adacore.com>
-
-	* ada-lang.c (ada_value_primitive_field): Handle field search
-	in case of homonyms.
-	(find_struct_field): Ditto.
-	(ada_search_struct_field): Ditto.
-	(ada_value_struct_elt): Ditto.
-	(ada_lookup_struct_elt_type): Ditto.
-
-2017-12-14  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* python/py-breakpoint.c (bppy_init): Use 'O' format specifier
-	for "qualified" and use PyObject_IsTrue.
-
-2017-12-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
-
-	* dwarf2read.c (dw2_debug_names_iterator::next): Support
-	DW_IDX_type_unit.
-	(debug_names::dwarf5_offset_size, unit_kind): New.
-	(debug_names::insert): Add parameter kind.
-	(debug_names::build): Support DW_IDX_type_unit.
-	(debug_names::recursively_write_psymbols): Update
-	(debug_names::write_psymbols caller.
-	(debug_names::write_one_signatured_type_data)
-	(debug_names::write_one_signatured_type): New.
-	(debug_names::index_key, debug_names::symbol_value)
-	(debug_names::write_psymbols): Add kind.
-	(debug_names::write_one_signatured_type): New.
-	(write_debug_names): Move dwarf5_offset_size to debug_names.
-	Use debug_names::write_one_signatured_type for type units.
-
-2017-12-14  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (ada_value_equal): Add handling of typedef types
-	when comparing array objects.
-
-2017-12-14  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-tasks.c (read_atcb): Properly set task_info->ptid
-	when !target_has_execution as well.
-	(task_command): Remove error when !target_has_execution.
-
-2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* location.h (string_to_event_location): Add match_type
-	parameter.
-	* location.c (string_to_event_location): Likewise.
-	* python/py-breakpoint.c (bppy_init): Handle qualified
-	parameter.
-
-2017-12-13  Pedro Alves  <palves@redhat.com>
-
-	* completer.c (completion_tracker::maybe_add_completion): New
-	'text' and 'word' parameters.  Use make_completion_match_str.
-	(completion_tracker::add_completion): New 'text' and 'word'
-	parameters.  Pass down.
-	(completion_tracker::recompute_lowest_common_denominator): Change
-	parameter type to gdb::unique_xmalloc_ptr rval ref.  Adjust.
-	* completer.h (completion_tracker::add_completion): New 'text' and
-	'word' parameters.
-	(completion_tracker::recompute_lowest_common_denominator): Change
-	parameter type to gdb::unique_xmalloc_ptr rval ref.
-	(completion_tracker::recompute_lowest_common_denominator): Change
-	parameter type to gdb::unique_xmalloc_ptr rval ref.
-	* symtab.c (completion_list_add_name): Pass down 'text' and 'word'
-	as well.
-
-2017-12-13  Pedro Alves  <palves@redhat.com>
-
-	* cli/cli-decode.c (complete_on_cmdlist, complete_on_enum): Use
-	make_completion_match_str.
-	* completer.c: Use gdb::unique_xmalloc_ptr and
-	make_completion_match_str.
-	(make_completion_match_str_1): New.
-	(make_completion_match_str(const char *, const char *,
-	const char *)): New.
-	(make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
-	const char *, const char *)): New.
-	* completer.h (make_completion_match_str(const char *,
-	const char *, const char *)): New.
-	(make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
-	const char *, const char *)): New.
-	* interps.c (interpreter_completer): Use make_completion_match_str.
-	* symtab.c (completion_list_add_name, add_filename_to_list): Use
-	make_completion_match_str.
-
-2017-12-13  Stafford Horne  <shorne@gmail.com>
-
-	* or1k-tdep.c (or1k_analyse_inst): Use _() wrapper for message
-	strings.
-	(or1k_unwind_pc): Use paddress() instead of %p.
-	(or1k_unwind_sp): Likewise.
-	(or1k_frame_cache): Use host_address_to_string()/paddress()
-	instead of %p and use _() wrapper for message strings.
-
-2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* contrib/ari/gdb_ari.sh: Fix typo in help.
-
-2017-12-13  Joel Brobecker  <brobecker@adacore.com>
-
-	* event-top.c (handle_line_of_input): Set server_command.
-
-2017-12-12  Stafford Horne  <shorne@gmail.com>
-	    Stefan Wallentowitz  <stefan@wallentowitz.de>
-	    Stefan Kristiansson  <stefan.kristiansson@saunalahti.fi>
-	    Franck Jullien  <franck.jullien@gmail.com>
-	    Jeremy Bennett  <jeremy.bennett@embecosm.com>
-
-	* configure.tgt: Add targets for or1k and or1knd.
-	* or1k-tdep.c: New file.
-	* or1k-tdep.h: New file.
-	* features/Makefile: Add or1k.xml to build.
-	* features/or1k.xml: New file.
-	* features/or1k-core.xml: New file.
-	* features/or1k.c: Generated.
-
-2017-12-12  Alan Modra  <amodra@gmail.com>
-
-	PR tdep/22576
-	* ppc64-tdep.c (ppc64_plt_entry_point): Rewrite to take TOC-relative
-	PLT offset, and retrieve r2 from stack when executing in reverse.
-	(ppc64_standard_linkage1_target): Drop pc param.  Calculate offset
-	rather than PLT address.
-	(ppc64_standard_linkage2_target): Likewise.
-	(ppc64_standard_linkage3_target): Likewise.
-	(ppc64_standard_linkage4_target): Likewise.
-	(ppc64_skip_trampoline_code_1): Adjust to suit.
-
-2017-12-11  Simon Marchi  <simon.marchi@ericsson.com>
-
-	PR gdb/22556
-	* remote.c (remote_thread_name): Return NULL if name is empty.
-	(remote_threads_extra_info): Return NULL if extra info is empty.
-
-2017-12-11  Pedro Alves  <palves@redhat.com>
-
-	* defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index)
-	(elf_sym_fns_debug_names): Move to elfread.c.
-	* dwarf2read.c (dwarf2_initialize_objfile): Return a boolean
-	instead of a sym_fns and add 'index_kind' output parameter.  Fill
-	the latter in with the index variant kind if using an index.
-	(enum dw_index_kind): Moved to symfile.h.
-	* elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_debug_names)
-	(elf_sym_fns_lazy_psyms): Move from defs.h.
-	(elf_symfile_read): Adjust to new dwarf2_initialize_objfile
-	interface.
-	* symfile.h (enum class dw_index_kind): New, moved from
-	dwarf2read.c.
-	(dwarf2_initialize_objfile): Change prototype.
-
-2017-12-11  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* target-float.c (mpfr_float_ops::from_target): Use mpfr_set_ui
-	instead of mpfr_set_si to convert mantissa bits.
-
-2017-12-11  Xavier Roirand <roirand@adacore.com>
-	    Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (ada_tag_value_at_base_address): Change the way
-	tagged type base address is computed.
-	(enum ada_primitive_types) <ada_primitive_type_storage_offset>:
-	New enumerate.
-	(ada_language_arch_info): Set the ada_primitive_type_storage_offset
-	element of lai->primitive_type_vector.
-
-2017-12-08  Pedro Alves  <palves@redhat.com>
-
-	* dwarf2read.c (mock_mapped_index): Reimplement as an extension of
-	mapped_index_base.
-	(check_match): Adjust to use mock_index directly.
-	(check_find_bounds_finds)
-	(test_mapped_index_find_name_component_bounds): Adjust to work
-	with a mapped_index_base.
-
-2017-12-08  Pedro Alves  <palves@redhat.com>
-
-	* dwarf2read.c (struct mapped_index_base): New, partially factored
-	out from ...
-	(struct mapped_index): ... this.  Inherit mapped_index_base.
-	(mapped_index::symbol_name_slot_invalid):
-	(mapped_index::symbol_name_at): Add override marker.
-	(mapped_index::symbol_name_count): New.
-	(struct mapped_debug_names): Inherit mapped_index_base.
-	(mapped_debug_names::symbol_name_at): New.
-	(mapped_debug_names::symbol_name_count): New.
-	(mapped_index::find_name_components_bounds): Rename to ...
-	(mapped_index_base::find_name_components_bounds): ... this.
-	(mapped_index::build_name_components): Rename to ...
-	(mapped_index_base::build_name_components): ... this.  Adjust to
-	use mapped_index_base::symbol_name_count and
-	mapped_index_base::symbol_name_slot_invalid.
-	(dw2_expand_symtabs_matching_symbol): Take a mapped_index_base
-	instead of a mapped_index.  Use
-	dw2_expand_symtabs_matching_symbol.
-
-2017-12-08  Pedro Alves  <palves@redhat.com>
-
-	* dwarf2read.c (mapped_index::symbol_table_slot): New.
-	(mapped_index::address_table): Now a gdb::array_view of const
-	gdb_byte.
-	(mapped_index::symbol_table): Now a gdb::array_view of
-	symbol_table_slot.
-	(mapped_index::address_table_size)
-	(mapped_index::symbol_table_slots): Delete.
-	(create_addrmap_from_index): Adjust.
-	(find_slot_in_mapped_hash): Adjust.
-	(read_index_from_section): Adjust.
-	(dwarf2_read_index): Adjust.
-
-2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
-	    Pedro Alves  <palves@redhat.com>
-
-	* defs.h (elf_sym_fns_debug_names): New declaration.
-	* dwarf2read.c: Include "hash_enum.h".
-	(mapped_debug_names): New.
-	(struct dwarf2_per_objfile): Add debug_names, debug_aranges and
-	debug_names_table.
-	(dwarf2_elf_names): Add ".debug_names" and ".debug_aranges".
-	(struct dwz_file): Add debug_names.
-	(dwarf2_per_objfile::locate_sections): Handle debug_names and
-	debug_aranges.
-	(locate_dwz_sections): Handle debug_names.
-	(create_signatured_type_table_from_debug_names)
-	(create_addrmap_from_aranges): New.
-	(dwarf2_read_index): Update function comment.
-	(dwarf5_augmentation): Moved up.
-	(read_debug_names_from_section, create_cus_from_debug_names_list)
-	(create_cus_from_debug_names, dwarf2_read_debug_names): New.
-	(dwarf5_djb_hash): Moved up.
-	(dw2_debug_names_iterator): New.
-	(read_indirect_string_at_offset): New declaration.
-	(mapped_debug_names::namei_to_name)
-	(dw2_debug_names_iterator::find_vec_in_debug_names)
-	(dw2_debug_names_iterator::next, dw2_debug_names_lookup_symbol)
-	(dw2_debug_names_dump, dw2_debug_names_expand_symtabs_for_function)
-	(dw2_debug_names_expand_symtabs_matching, dwarf2_debug_names_functions):
-	New.
-	(dwarf2_initialize_objfile): Return also elf_sym_fns_debug_names.
-	(debug_names::djb_hash): Rename it to dwarf5_djb_hash.
-	(debug_names::build): Update djb_hash caller.
-	(write_debug_names): Move out and rename augmentation to
-	dwarf5_augmentation.
-	* elfread.c (elf_sym_fns_debug_names): New.
-	* psymtab.h (dwarf2_debug_names_functions): New declaration.
-	* symfile.h (struct dwarf2_debug_sections): Add debug_names and
-	debug_aranges.
-	* xcoffread.c (dwarf2_xcoff_names): Add debug_names and debug_aranges.
-
-2017-12-08  Pedro Alves  <palves@redhat.com>
-
-	* common/hash_enum.h: New file.
-
-2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
-
-	* dwarf2read.c (create_cu_from_index_list): New from ...
-	(create_cus_from_index_list): ... this function, use it.
-	(dw_expand_symtabs_matching_file_matcher)
-	(dw2_expand_symtabs_matching_one): New from ...
-	(dw2_expand_symtabs_matching): ... this function, use them.
-
-2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
-
-	* defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move here
-	declarations from elfread.c.
-	(dwarf2_initialize_objfile): Change return value.
-	* elfread.c (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move these
-	declarations to defs.h.
-	(elf_symfile_read): Adjust dwarf2_initialize_objfile caller.
-	* symfile.h (dwarf2_initialize_objfile): Change return type.
-
-2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
-	    Pedro Alves  <palves@redhat.com>
-
-	* contrib/gdb-add-index.sh (index): Rename to ...
-	(index4): ... here.
-	(index5, debugstr, debugstrmerge, debugstrerr): New variables.
-	Support also .debug_names and .debug_str.
-	* dwarf2read.c: Include cmath, set, list.
-	(INDEX_SUFFIX): Rename to ...
-	(INDEX4_SUFFIX): ... here.
-	(INDEX5_SUFFIX, DEBUG_STR_SUFFIX): New.
-	(file_write(FILE *, const void *, size_t)): New.
-	(file_write(FILE *, const std::vector<Elem, Alloc> &)): New.
-	(data_buf::append_unsigned_leb128, data_buf::empty): New.
-	(data_buf::file_write): Use ::file_write.
-	(data_buf::c_str, dwarf5_djb_hash, debug_names)
-	(check_dwarf64_offsets): New.
-	(psyms_seen_size, write_gdbindex): New from
-	write_psymtabs_to_index code.
-	(dwarf5_gdb_augmentation, write_debug_names, assert_file_size)
-	(enum dw_index_kind): New.
-	(write_psymtabs_to_index): New parameter index_kind.  Support
-	filename_str and out_file_str.  Move code to write_gdbindex,
-	possibly call write_debug_names.
-	(save_gdb_index_command): New parameter -dwarf-5.
-	(_initialize_dwarf2_read): Document the new parameter -dwarf-5.
-
-2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
-	    Pedro Alves  <palves@redhat.com>
-
-	* contrib/cc-with-tweaks.sh: Change interpreter to bash, incl. initial
-	comment.
-	(GDB_ADD_INDEX): New variable.
-	<$want_index>: Call $GDB_ADD_INDEX.
-
-2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* dtrace-probe.c (dtrace_process_dof_probe): Do not declare a new
-	"expression_up" inside the TRY block.
-
-2017-12-08  Yao Qi  <yao.qi@linaro.org>
-
-	* breakpoint.c (update_watchpoint): Call
-	address_significant.
-
-2017-12-08  Yao Qi  <yao.qi@linaro.org>
-
-	* breakpoint.c (adjust_breakpoint_address): Call
-	address_significant.
-
-2017-12-08  Yao Qi  <yao.qi@linaro.org>
-
-	* aarch64-tdep.c (aarch64_gdbarch_init): Install gdbarch
-	significant_addr_bit.
-	* gdbarch.sh (significant_addr_bit): New.
-	* gdbarch.c, gdbarch.h: Re-generated.
-	* target.c (memory_xfer_partial): Call address_significant.
-	* utils.c (address_significant): New function.
-	* utils.h (address_significant): Declare.
-
-2017-12-08  Tom Tromey  <tom@tromey.com>
-
-	* printcmd.c (ui_printf): Update.  Use std::vector.
-	* common/format.h (struct format_piece): Add constructor.
-	<string>: Now const.
-	(class format_pieces): New class.
-	(parse_format_string, free_format_pieces)
-	(free_format_pieces_cleanup): Remove.
-	* common/format.c (format_pieces::format_pieces): Rename from
-	parse_format_string.  Update.
-	(free_format_pieces, free_format_pieces_cleanup): Remove.
-	* breakpoint.c (parse_cmd_to_aexpr): Update.  Use std::vector.
-	* ax-gdb.h (gen_printf): Remove argument.
-	* ax-gdb.c (gen_printf): Remove "frags" argument.
-	(maint_agent_printf_command): Update.  Use std::vector.
-
-2017-12-08  Yao Qi  <yao.qi@linaro.org>
-
-	PR breakpionts/22567
-	* linespec.c (minsym_found): Set sal.section.
-
-2017-12-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
-
-	* configure.tgt (s390*-*-linux*): Add symfile-mem.o.
-
-2017-12-07  Keith Seitz  <keiths@redhat.com>
-
-	PR breakpoints/22569
-	* location.c (string_to_explicit_location): When terminating
-	parsing early, break out of enclosing loop instead of returning.
-
-2017-12-07  Keith Seitz  <keiths@redhat.com>
-
-	* NEWS (New commands): Mention set/show print type nested-type-limit.
-	* c-typeprint.c (c_type_print_base): Print out nested types.
-	* dwarf2read.c (struct typedef_field_list): Rename to ...
-	(struct decl_field_list): ... this.  Change all uses.
-	(struct field_info) <nested_types_list, nested_types_list_count>:
-	New fields.
-	(add_partial_symbol): Look for nested type definitions in C++, too.
-	(dwarf2_add_typedef): Rename to ...
-	(dwarf2_add_type_defn): ... this.
-	(type_can_define_types): New function.
-	Update assertion to use type_can_define_types.
-	Permit NULL for a field's name.
-	(process_structure_scope): Handle child DIEs of types that can
-	define types.
-	Copy the list of nested types into the type struct.
-	* gdbtypes.h (struct typedef_field): Rename to ...
-	(struct decl_field): ... this.  Change all uses.
-	[is_protected, is_private]: New fields.
-	(struct cplus_struct_type) <nested_types, nested_types_count>: New
-	fields.
-	(TYPE_NESTED_TYPES_ARRAY, TYPE_NESTED_TYPES_FIELD)
-	(TYPE_NESTED_TYPES_FIELD_NAME, TYPE_NESTED_TYPES_FIELD_TYPE)
-	(TYPE_NESTED_TYPES_COUNT, TYPE_NESTED_TYPES_FIELD_PROTECTED)
-	(TYPE_NESTED_TYPES_FIELD_PRIVATE): New macros.
-	* typeprint.c (type_print_raw_options, default_ptype_flags): Add
-	default value for print_nested_type_limit.
-	(print_nested_type_limit): New static variable.
-	(set_print_type_nested_types, show_print_type_nested_types): New
-	functions.
-	(_initialize_typeprint): Register new commands for set/show
-	`print-nested-type-limit'.
-	* typeprint.h (struct type_print_options) [print_nested_type_limit]:
-	New field.
-
-2017-12-07  Tom Tromey  <tom@tromey.com>
-
-	PR breakpoints/22511:
-	* breakpoint.c (commands_command_1): Don't throw an exception when
-	no commands have been read.
-
-2017-12-07  Adam Stylinski  <adam.stylinski@etegent.com>
-
-	PR c++/21222
-	* target-descriptions.c (print_c_tdesc::visit_pre): Change type of
-	range-for variable.
-
-2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* common/selftest.h (struct selftest): Add virtual destructor.
-
-2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
-
-	* python/py-breakpoint.c (bppy_init): Use string_to_event_location
-	over basic location code. Implement explicit location keywords.
-	(bppy_init_validate_args): New function.
-	* NEWS: Document Python explicit breakpoint locations.
-
-2017-12-07  Joel Brobecker  <brobecker@adacore.com>
-
-	* MAINTAINERS: Restore target entries for m68hc11-elf,
-	score-elf and xstormy16-elf, incorrectly removed in a previous
-	patch meant to only update the list of active maintainers.
-
-2017-12-06  Pedro Alves  <palves@redhat.com>
-
-	* break-catch-syscall.c (insert_catch_syscall)
-	(remove_catch_syscall): Adjust to pass reference to
-	inf_data->syscalls_counts directly via gdb::array_view.
-	* fbsd-nat.c (fbsd_set_syscall_catchpoint): Adjust to use bool
-	and gdb::array_view.
-	* linux-nat.c (linux_child_set_syscall_catchpoint): Likewise.
-	* remote.c (remote_set_syscall_catchpoint): Likewise.
-	* target-debug.h (target_debug_print_bool): New.
-	(define target_debug_print_gdb_array_view_const_int): New.
-	* target-delegates.c: Regenerate.
-	* target.h (target_ops) <to_set_syscall_catchpoint>: Use
-	gdb::array_view and bool.
-	(target_set_syscall_catchpoint): Likewise.
-
-2017-12-06  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* break-catch-syscall.c (catch_syscall_completer): Get pointers
-	to syscall group strings after building the string vector.
-
-2017-12-06  Pedro Alves  <palves@redhat.com>
-
-	* remote.c (remote_query_supported): Don't send "xmlRegisters=" if
-	"qXfer:features:read"" is disabled.
-	(remote_write_qxfer, remote_read_qxfer, remote_search_memory):
-	Check packet_config_support instead of packet->support directly.
-
-2017-12-05  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* target-descriptions.c (struct tdesc_feature) <registers>: Use
-	tdesc_reg_up typedef.
-	(struct target_desc) <features>: Use tdesc_feature_up typedef.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (struct tdesc_type): Use default
-	destructor.
-	<u>: Remove.
-	<accept>: Remove.
-	(struct tdesc_type_builtin): New.
-	(struct tdesc_type_vector): New.
-	(struct tdesc_type_with_fields): New.
-	(tdesc_predefined_types): Change type to tdesc_type_builtin[].
-	(tdesc_gdb_type): Remove.
-	(tdesc_register_type): Adjust.
-	(tdesc_create_vector): Create tdesc_type_vector.
-	(tdesc_create_struct): Create tdesc_type_with_fields.
-	(tdesc_set_struct_size): Change parameter type.
-	(tdesc_create_union): Create tdesc_type_with_fields.
-	(tdesc_create_flags): Likewise.
-	(tdesc_create_enum): Likewise.
-	(tdesc_add_field): Change parameter type.
-	(tdesc_add_typed_bitfield): Likewise.
-	(tdesc_add_bitfield): Likewise.
-	(tdesc_add_flag): Likewise.
-	(tdesc_add_enum_value): Likewise.
-	(print_c_tdesc) <visit>: Remove overload with tdesc_type
-	parameter, add overloads for tdesc_type_builtin,
-	tdesc_type_with_fields and tdesc_type_vector.
-	<m_printed_type>: Remove.
-	<m_printed_element_type, m_printed_type_with_fields>: Add.
-	* target-descriptions.h (tdesc_create_enum): Change return type.
-	(tdesc_add_typed_bitfield): Change parameter type.
-	(tdesc_add_enum_value): Change parameter type.
-	* xml-tdesc.c (struct tdesc_parsing_data) <current_type>: Change
-	type to tdesc_type_with_fields.
-	(tdesc_start_struct): Adjust.
-	(tdesc_start_flags): Adjust.
-	(tdesc_start_enum): Adjust.
-	(tdesc_start_field): Adjust.
-	* arch/tdesc.h (struct tdesc_type_builtin): Forward-declare.
-	(struct tdesc_type_vector): Forward-declare.
-	(struct tdesc_type_with_fields): Forward-declare.
-	(tdesc_create_struct): Change return type.
-	(tdesc_create_union): Likewise.
-	(tdesc_create_flags): Likewise.
-	(tdesc_add_field): Change parameter type.
-	(tdesc_set_struct_size): Likewise.
-	(tdesc_add_bitfield): Likewise.
-	(tdesc_add_flag): Likewise.
-	* features: Re-generate C files.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (tdesc_arch_reg): Remove typedef.
-	(struct tdesc_arch_reg): Add constructor.
-	(DEF_VEC_O (tdesc_arch_reg)): Remove.
-	(struct tdesc_arch_data): Initialize fields.
-	<arch_regs>: Change type to std::vector.
-	(target_find_description): Adjust.
-	(tdesc_find_type): Adjust.
-	(tdesc_data_init): Call tdesc_arch_data constructor.
-	(tdesc_data_alloc): Allocate tdesc_arch_data with new.
-	(tdesc_data_cleanup): Free data with delete.
-	(tdesc_numbered_register): Adjust.
-	(tdesc_find_arch_register): Adjust.
-	(tdesc_use_registers): Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (tdesc_type_field): Remove typedef.
-	(DEF_VEC_O (tdesc_type_field)): Remove.
-	(struct tdesc_type_field): Add constructor.
-	<name>: Change type to std::string.
-	(struct tdesc_type) <tdesc_type>: Instantiate vector if the type
-	kind uses it.
-	<~tdesc_type>: Destroy vector if the type kind uses it.
-	<u::u::fields>: Change type to std::vector.
-	(tdesc_gdb_type): Adjust.
-	(tdesc_add_field): Adjust.
-	(tdesc_add_typed_bitfield): Adjust.
-	(tdesc_add_field): Adjust.
-	(tdesc_add_enum_value): Adjust.
-	(class print_c_tdesc) <visit>: Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (struct tdesc_type) <name>: Change type
-	to std::string.
-	<~tdesc_type>: Don't manually free name.
-	<operator==>: Adjust.
-	(tdesc_named_type): Adjust.
-	(tdesc_find_type): Adjust.
-	(tdesc_gdb_type): Adjust.
-	(class print_c_tdesc) <visit>: Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (tdesc_type_p): Remove typedef.
-	(DEF_VEC_P (tdesc_type_p)): Remove.
-	(struct tdesc_feature) <types>: Change type to std::vector.
-	<~tdesc_feature>: Replace with default implementation.
-	<accept>: Adjust.
-	(tdesc_named_type): Adjust.
-	(tdesc_create_vector): Adjust.
-	(tdesc_create_struct): Adjust.
-	(tdesc_create_union): Adjust.
-	(tdesc_create_flags): Adjust.
-	(tdesc_create_enum): Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* target-descriptions.c (struct tdesc_reg) <tdesc_reg>: Change
-	type of name_ parameter, adjust to std::string change.
-	<name, group, type>: Change type to std::string.
-	<~tdesc_reg>: Replace with default implementation.
-	<operator==>: Adjust.
-	(tdesc_find_register_early): Adjust.
-	(tdesc_register_name): Adjust.
-	(tdesc_register_type): Adjust.
-	(tdesc_register_in_reggroup_p): Adjust.
-	(class print_c_tdesc) <visit>: Adjust.
-	(class print_c_feature) <visit>: Adjust.
-	* features/arc-arcompact.c: Re-generate.
-	* features/arc-v2.c: Re-generate.
-
-2017-12-05  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* target-descriptions.c (tdesc_reg_p): Remove typedef.
-	(DEF_VEC_P (tdesc_reg_p)): Remove.
-	(struct tdesc_feature) <registers>: Change type to std::vector.
-	<~tdesc_feature>: Don't manually free registers.
-	<accept>: Adjust.
-	<operator==>: Adjust.
-	(tdesc_has_registers): Adjust.
-	(tdesc_find_register_early): Adjust.
-	(tdesc_use_registers): Adjust.
-	(tdesc_create_reg): Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (tdesc_feature) <name>: Change type to
-	std::string.
-	<~tdesc_feature>: Don't manually free name.
-	<operator==>: Adjust.
-	(tdesc_find_feature): Adjust.
-	(tdesc_feature_name): Adjust.
-	(class print_c_tdesc) <visit_pre>: Adjust.
-	(class print_c_feature) <visit_pre>: Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (tdesc_feature_p): Remove typedef.
-	(DEF_VEC_P (tdesc_feature_p)): Remove.
-	(struct target_desc) <features>: Change type to std::vector.
-	<~target_desc>: Replace with default implementation.
-	<accept>: Adjust.
-	<operator==>: Adjust.
-	(tdesc_has_registers): Adjust.
-	(tdesc_find_feature): Adjust.
-	(tdesc_use_registers): Adjust.
-	(tdesc_create_feature): Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (arch_p): Remove typedef.
-	(DEF_VEC_P (arch_p)): Remove.
-	(struct target_desc) <compatible>: Change type to std::vector.
-	<~target_desc>: Don't manually free compatible.
-	(tdesc_compatible_p): Adjust.
-	(tdesc_add_compatible): Adjust.
-	(class print_c_tdesc) <visit_pre>: Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* target-descriptions.c (property_s): Remove typedef.
-	(DEF_VEC_O (property_s)): Remove.
-	(struct target_desc) <properties>: Make an std::vector.
-	<~target_desc>: Don't manually free properties.
-	(tdesc_property): Adjust.
-	(set_tdesc_property): Adjust.
-	(class print_c_tdesc) <visit_pre>: Adjust.
-
-2017-12-05  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* common/gdb_assert.h (gdb_static_assert): Redefine using
-	static_assert.
-
-2017-12-05  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* ada-lang.c (ada_collect_symbol_completion_matches): Remove
-	unused variables.
-	(ada_is_redundant_range_encoding): Likewise.
-	* ada-varobj.c (ada_varobj_get_value_of_array_variable):
-	Likewise.
-	* alpha-tdep.c (alpha_software_single_step): Likewise.
-	* arm-tdep.c (_initialize_arm_tdep): Likewise.
-	* auto-load.c (info_auto_load_cmd): Likewise.
-	* break-catch-syscall.c (insert_catch_syscall): Likewise.
-	(remove_catch_syscall): Likewise.
-	* breakpoint.c (condition_completer): Likewise.
-	(clear_command): Likewise.
-	(update_breakpoint_locations): Likewise.
-	* btrace.c (btrace_disable): Likewise.
-	(btrace_teardown): Likewise.
-	(btrace_maint_update_pt_packets): Likewise.
-	(maint_btrace_clear_cmd): Likewise.
-	* cli/cli-decode.c (lookup_cmd_1): Likewise.
-	(lookup_cmd_composition): Likewise.
-	* cli/cli-dump.c (scan_filename): Likewise.
-	(restore_command): Likewise.
-	* compile/compile-loc2c.c (compute_stack_depth): Likewise.
-	* compile/compile-object-load.c (compile_object_load): Likewise.
-	* compile/compile-object-run.c (compile_object_run): Likewise.
-	* compile/compile.c (compile_to_object): Likewise.
-	* completer.c (filename_completer): Likewise.
-	(complete_files_symbols): Likewise.
-	(complete_expression): Likewise.
-	* corelow.c (core_open): Likewise.
-	* ctf.c (ctf_start): Likewise.
-	(ctf_write_status): Likewise.
-	(ctf_write_uploaded_tsv): Likewise.
-	(ctf_write_definition_end): Likewise.
-	(ctf_open_dir): Likewise.
-	(ctf_xfer_partial): Likewise.
-	(ctf_trace_find): Likewise.
-	* disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
-	Likewise.
-	* dwarf2loc.c (allocate_piece_closure): Likewise.
-	(indirect_pieced_value): Likewise.
-	(dwarf2_evaluate_loc_desc_full): Likewise.
-	* dwarf2read.c (dw2_expand_marked_cus): Likewise.
-	(dw2_expand_symtabs_matching): Likewise.
-	(dw2_map_symbol_filenames): Likewise.
-	(read_and_check_comp_unit_head): Likewise.
-	(read_cutu_die_from_dwo): Likewise.
-	(lookup_dwo_unit): Likewise.
-	(read_comp_units_from_section): Likewise.
-	(dwarf2_compute_name): Likewise.
-	(handle_DW_AT_stmt_list): Likewise.
-	(create_cus_hash_table): Likewise.
-	(create_dwp_v2_section): Likewise.
-	(dwarf2_rnglists_process): Likewise.
-	(dwarf2_ranges_process): Likewise.
-	(dwarf2_record_block_ranges): Likewise.
-	(is_vtable_name): Likewise.
-	(read_formatted_entries): Likewise.
-	(skip_form_bytes): Likewise.
-	* elfread.c (elf_symtab_read): Likewise.
-	* exec.c (exec_file_command): Likewise.
-	* f-valprint.c (f_val_print): Likewise.
-	(info_common_command_for_block): Likewise.
-	* guile/guile.c (initialize_scheme_side): Likewise.
-	* guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Likewise.
-	* guile/scm-cmd.c (cmdscm_completer): Likewise.
-	(gdbscm_register_command_x): Likewise.
-	* guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
-	* guile/scm-param.c (gdbscm_parameter_value): Likewise.
-	* guile/scm-ports.c (file_port_magic): Likewise.
-	* guile/scm-pretty-print.c (ppscm_search_pp_list): Likewise.
-	(ppscm_pretty_print_one_value): Likewise.
-	(ppscm_print_children): Likewise.
-	* guile/scm-string.c (gdbscm_string_to_argv): Likewise.
-	* guile/scm-symtab.c (gdbscm_sal_symtab): Likewise.
-	* guile/scm-type.c (gdbscm_type_next_field_x): Likewise.
-	* guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
-	* i386-tdep.c (i386_register_reggroup_p): Likewise.
-	* infcmd.c (run_command_1): Likewise.
-	(until_next_fsm_clean_up): Likewise.
-	* linespec.c (linespec_complete): Likewise.
-	(find_label_symbols): Likewise.
-	* m2-valprint.c (m2_val_print): Likewise.
-	* memattr.c (require_user_regions): Likewise.
-	(lookup_mem_region): Likewise.
-	(disable_mem_command): Likewise.
-	(mem_delete): Likewise.
-	* mep-tdep.c (mep_register_name): Likewise.
-	(mep_analyze_prologue): Likewise.
-	* mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Likewise.
-	* mi/mi-interp.c (mi_on_sync_execution_done): Likewise.
-	* mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
-	* microblaze-linux-tdep.c (microblaze_linux_init_abi): Likewise.
-	* minidebug.c (lzma_open): Likewise.
-	* minsyms.c (lookup_minimal_symbol): Likewise.
-	* mips-linux-tdep.c (mips64_fill_fpregset): Likewise.
-	* mips-tdep.c (mips_stub_frame_sniffer): Likewise.
-	(mips_o64_return_value): Likewise.
-	(mips_single_step_through_delay): Likewise.
-	(_initialize_mips_tdep): Likewise.
-	* nios2-tdep.c (nios2_push_dummy_call): Likewise.
-	(nios2_software_single_step): Likewise.
-	* parse.c (find_minsym_type_and_address): Likewise.
-	* psymtab.c (psym_relocate): Likewise.
-	* python/py-breakpoint.c (bppy_get_commands): Likewise.
-	(gdbpy_breakpoint_modified): Likewise.
-	* python/py-infevents.c (create_inferior_call_event_object):
-	Likewise.
-	* python/py-record-btrace.c (btpy_list_item): Likewise.
-	* python/py-type.c (typy_str): Likewise.
-	* python/py-value.c (valpy_call): Likewise.
-	* python/python.c (do_start_initialization): Likewise.
-	* record-btrace.c (record_btrace_insn_history_range): Likewise.
-	(record_btrace_call_history_range): Likewise.
-	(record_btrace_record_method): Likewise.
-	(record_btrace_xfer_partial): Likewise.
-	(btrace_get_frame_function): Likewise.
-	* record-full.c (record_full_open): Likewise.
-	* record.c (get_context_size): Likewise.
-	* registry.h (DEFINE_REGISTRY): Likewise.
-	* remote-fileio.c (remote_fileio_request): Likewise.
-	* remote.c (remote_update_thread_list): Likewise.
-	(remote_check_symbols): Likewise.
-	(remote_commit_resume): Likewise.
-	(remote_interrupt): Likewise.
-	(remote_insert_breakpoint): Likewise.
-	(compare_sections_command): Likewise.
-	* rust-exp.y (super_name): Likewise.
-	(lex_string): Likewise.
-	(convert_ast_to_type): Likewise.
-	(convert_ast_to_expression): Likewise.
-	* rust-lang.c (rust_print_struct_def): Likewise.
-	(rust_print_type): Likewise.
-	(rust_evaluate_subexp): Likewise.
-	* rx-tdep.c (rx_register_type): Likewise.
-	* ser-event.c (serial_event_clear): Likewise.
-	* serial.c (serial_open): Likewise.
-	* spu-tdep.c (spu_overlay_new_objfile): Likewise.
-	* symfile.c (section_is_overlay): Likewise.
-	(overlay_unmapped_address): Likewise.
-	(overlay_mapped_address): Likewise.
-	(simple_overlay_update_1): Likewise.
-	(simple_overlay_update): Likewise.
-	* symtab.c (symbol_find_demangled_name): Likewise.
-	(search_symbols): Likewise.
-	* target-descriptions.c (tdesc_predefined_type): Likewise.
-	* target.c (target_commit_resume): Likewise.
-	* thread.c (print_selected_thread_frame): Likewise.
-	* top.c (new_ui_command): Likewise.
-	(gdb_readline_no_editing): Likewise.
-	* tracefile-tfile.c (tfile_open): Likewise.
-	* tracepoint.c (create_tsv_from_upload): Likewise.
-	* utils.c (quit): Likewise.
-	(defaulted_query): Likewise.
-	* valarith.c (value_concat): Likewise.
-	* xml-syscall.c (xml_list_syscalls_by_group): Likewise.
-	* xml-tdesc.c (target_fetch_description_xml): Likewise.
-	* xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
-	(xtensa_pseudo_register_write): Likewise.
-
-2017-12-04  Tom Tromey  <tom@tromey.com>
-
-	* NEWS: Mention Rust trait object inspection.
-
-2017-12-04  Pedro Alves  <palves@redhat.com>
-
-	PR gdb/22499
-	* amd64-tdep.c (amd64_insn::rex_offset): Rename to...
-	(amd64_insn::enc_prefix_offset): ... this, and tweak comment.
-	(vex2_prefix_p, vex3_prefix_p): New functions.
-	(amd64_get_insn_details): Adjust to rename.  Also skip VEX2 and
-	VEX3 prefixes.
-	(fixup_riprel): Set VEX3.!B.
-
-2017-12-03  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* target.h (mem_region_vector): Remove.
-	(struct target_ops) <to_memory_map>: Change return type to
-	std::vector<mem_region>.
-	* target-debug.h (target_debug_print_mem_region_vector): Rename
-	to ...
-	(target_debug_print_std_vector_mem_region): ... this.
-	* target-delegates.c: Re-generate.
-
-2017-12-03  Pedro Alves  <palves@redhat.com>
-
-	* make-target-delegates (munge_type): Also munge '<', '>', and
-	':'.  Avoid double underscores in identifiers, and trailing
-	underscores.
-	* target-debug.h
-	(target_debug_print_VEC_static_tracepoint_marker_p__p): Rename to
-	...
-	(target_debug_print_VEC_static_tracepoint_marker_p_p): ... this.
-	* target-delegates.c: Regenerate.
-
-2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* common/poison.h (XDELETE): Fix typo.
-
-2017-12-01  Andrew Cagney  <cagney@redhat.com>
-	    Joel Brobecker  <brobecker@adacore.com>
-	    Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* NEWS (Changes since GDB 8.0: Mention new '--readnever'
-	feature.
-	* coffread.c (coff_symfile_read): Do not map over sections with
-	'coff_locate_sections' if readnever is on.
-	* dwarf2read.c (dwarf2_has_info): Return 0 if
-	readnever is on.
-	* elfread.c (elf_symfile_read): Do not map over sections with
-	'elf_locate_sections' if readnever is on.
-	* main.c (validate_readnow_readnever): New function.
-	(captured_main_1): Add support for --readnever.
-	(print_gdb_help): Document --readnever.
-	* objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New
-	flag.
-	* symfile.c (readnever_symbol_files): New global.
-	(symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when
-	'READNEVER_SYMBOL_FILES' is set.
-	(validate_readnow_readnever): New function.
-	(symbol_file_command): Handle '-readnever' option.
-	Call 'validate_readnow_readnever'.
-	(add_symbol_file_command): Handle '-readnever' option.
-	Call 'validate_readnow_readnever'.
-	(_initialize_symfile): Document new '-readnever' option for
-	both 'symbol-file' and 'add-symbol-file' commands.
-	* top.h (readnever_symbol_files): New extern global.
-	* xcoffread.c (xcoff_initial_scan): Do not read debug
-	information if readnever is on.
-
-2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* symfile.c (symbol_file_command): Call
-	'symbol_file_add_main_1' only after processing all command
-	line options.
-	(add_symbol_file_command): Modify logic to make arguments
-	position-independent.
-
-2017-12-01  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (symbol_list_obstack): Delete.
-	(resolve_subexp): Make sure "candidates" gets xfree'ed.
-	(ada_lookup_symbol_list_worker): Remove the limitation that
-	the result is only good until the next call, now making it
-	the responsibility of the caller to free the result when no
-	longer needed.  Adjust the function's intro comment accordingly.
-	(ada_lookup_symbol_list): Adjust the function's intro comment.
-	(ada_iterate_over_symbols): Make sure "results" gets xfree'ed.
-	(ada_lookup_encoded_symbol, get_var_value): Likewise.
-	(_initialize_ada_language): Remove symbol_list_obstack
-	initialization.
-	* ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed.
-	(write_var_or_type, write_name_assoc): Likewise.
-
-2017-12-01  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (all_deps_files): New variable.
-	Include .Po files using all_deps_files.
-
-2017-12-01  Joel Brobecker  <brobecker@adacore.com>
-
-	* MAINTAINERS: Update list of maintainers, moving those who
-	stepped down or became inactive to the "Past Maintainers"
-	section.
-
-2017-11-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-	* configure.ac Don't check for sys/fault.h, sys/syscall.h,
-	sys/proc.h.
-	(NEW_PROC_API): Remove.
-	(prsysent_t, pr_sigset_t, pr_sigaction64_t, pr_siginfo64_t):
-	Likewise.
-	* common/common.m4 (GDB_AC_COMMON): Don't check for sys/syscall.h.
-	* configure: Regenerate.
-	* config.in: Regenerate.
-	* gdbserver/configure: Regenerate.
-	* gdbserver/config.in: Regenerate.
-
-	* i386-sol2-nat.c (_initialize_amd64_sol2_nat): Remove
-	NEW_PROC_API test.
-	* sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Likewise.
-
-	* linux-btrace.c: Remove HAVE_SYS_SYSCALL_H test.
-
-	* proc-api.c: Remove !NEW_PROC_API support.
-	Remove HAVE_SYS_PROC_H and HAVE_SYS_USER_H tests.
-	Remove tests for macros always defined on Solaris.
-	* proc-events.c: Remove !NEW_PROC_API support.
-	Remove Remove HAVE_SYS_SYSCALL_H, HAVE_SYS_PROC_H and
-	HAVE_SYS_USER_H tests.
-	(init_syscall_table): Remove non-Solaris syscalls.
-	Remove tests for syscalls present on all Solaris versions.
-	Add missing Solaris 10+ syscalls.
-	(signal_table): Remove non-Solaris signals.
-	Remove tests for signals present on all Solaris versions.
-	(fault_table): Remove non-Solaris faults.
-	Remove tests for faults present on all Solaris versions.
-	* proc-flags.c: Remove !NEW_PROC_API support.
-	(pr_flag_table): Remove non-Solaris and pre-Solaris 7 comments.
-	Remove non-Solaris flags.
-	* proc-why.c: Remove !NEW_PROC_API support.
-	(pr_why_table): Remove meaningless comments.
-	Remove tests for reasons present on all Solaris versions.
-	Remove OSF/1 cases.
-	(proc_prettyfprint_why): Likewise.
-
-	* procfs.c: Remove !NEW_PROC_API and DYNAMIC_SYSCALLS support.
-	Remove HAVE_SYS_FAULT_H and HAVE_SYS_SYSCALL_H tests.
-	Remove WA_READ test, IRIX watchpoint support.
-	(gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t): Replace by base
-	types.  Change users.
-	(gdb_praddset, gdb_prdelset, gdb_premptysysset, gdb_praddsysset)
-	(gdb_prdelset, gdb_pr_issyssetmember): Replace by base macros.
-	Change callers.
-	Remove CTL_PROC_NAME_FMT tests.
-	(gdb_prstatus_t, gdb_lwpstatus_t): Replace by base types.  Change
-	users.
-	(sysset_t_size): Remove.  Use sizeof (sysset_t) in callers.
-	Remove PROCFS_DONT_PIOCSSIG_CURSIG support.
-	(proc_modify_flag): Replace GDBRESET by PCUNSET.
-	Remove PR_ASYNC, PR_KLC tests.
-	(proc_unset_inherit_on_fork): Remove PR_ASYNC test.
-	(proc_parent_pid): Remove PCWATCH etc. tests.
-	(proc_set_watchpoint): Remove !PCWATCH && !PIOCSWATCH support.
-	Remove PCAGENT test.
-	(proc_get_nthreads) [PIOCNTHR && PIOCTLIST]: Remove.
-	Remove SYS_lwpcreate || SYS_lwp_create test.
-	(proc_get_current_thread): Likewise.
-	[PIOCNTHR && PIOCTLIST]: Remove.
-	[PIOCLSTATUS]: Remove.
-	(procfs_debug_inferior): Remove non-Solaris cases, conditionals.
-	[PRFS_STOPEXEC]: Remove.
-	(syscall_is_lwp_exit): Remove non-Solaris cases, conditionals.
-	(syscall_is_exit): Likewise.
-	(syscall_is_exec): Likewise.
-	(syscall_is_lwp_create): Likewise.
-	Remove SYS_syssgi support.
-	(procfs_wait): Remove PR_ASYNC, !PIOCSSPCACT tests.
-	[SYS_syssgi]: Remove.
-	Remove non-Solaris cases, conditionals.
-	(unconditionally_kill_inferior) [PROCFS_NEED_PIOCSSIG_FOR_KILL]:
-	Remove.
-	(procfs_init_inferior) [SYS_syssgi]: Remove.
-	(procfs_set_exec_trap) [PRFS_STOPEXEC]: Remove.
-	(procfs_inferior_created) [SYS_syssgi]: Remove.
-	(procfs_set_watchpoint): Remove !AIX5 test.
-	(procfs_stopped_by_watchpoint): Remove FLTWATCH test, FLTKWATCH
-	case.
-	(mappingflags) [MA_PHYS]: Remove.
-	(info_mappings_callback): Remove PCAGENT test.
-	Remove PIOCOPENLWP || PCAGENT test.
-
-2017-11-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-	* sol-thread.c (info_solthreads): Constify args.
-	Cast args to void *.
-
-2017-11-29  John Baldwin  <jhb@FreeBSD.org>
-
-	* target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T.
-
-2017-11-29  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (to_fixed_range_type): Make sure that the size
-	of the range type being returned is the same as the size
-	of the range type being fixed.
-
-2017-11-29  Pedro Alves  <palves@redhat.com>
-
-	PR c++/19436
-	* NEWS: Mention setting breakpoints on functions with C++ ABI
-	tags.
-	* completer.h (completion_match_for_lcd) <match,
-	mark_ignored_range>: New methods.
-	<finish>: Consider ignored ranges.
-	<clear>: Clear ignored ranges.
-	<m_ignored_ranges, m_finished_storage>: New fields.
-	* cp-support.c (cp_search_name_hash): Ignore ABI tags.
-	(cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
-	completion_match_for_lcd pointer to strncmp_iw_with_mode.
-	(test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
-	* language.c (default_symbol_name_matcher): Pass the
-	completion_match_for_lcd pointer to strncmp_iw_with_mode.
-	* linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
-	* utils.c (skip_abi_tag): New function.
-	(strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
-	Handle ABI tags.
-	* utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
-	parameter.
-
-2017-11-29  Pedro Alves  <palves@redhat.com>
-
-	PR c++/19436
-	* NEWS: Mention setting breakpoints on functions with C++ ABI
-	tags.
-	* completer.h (completion_match_for_lcd) <match,
-	mark_ignored_range>: New methods.
-	<finish>: Consider ignored ranges.
-	<clear>: Clear ignored ranges.
-	<m_ignored_ranges, m_finished_storage>: New fields.
-	* cp-support.c (cp_search_name_hash): Ignore ABI tags.
-	(cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
-	completion_match_for_lcd pointer to strncmp_iw_with_mode.
-	(test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
-	* language.c (default_symbol_name_matcher): Pass the
-	completion_match_for_lcd pointer to strncmp_iw_with_mode.
-	* linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
-	* utils.c (skip_abi_tag): New function.
-	(strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
-	Handle ABI tags.
-	* utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
-	parameter.
-
-2017-11-29  Pedro Alves  <palves@redhat.com>
-
-	* NEWS: Mention that breakpoints on C++ functions are now set on
-	on all namespaces/classes by default, and mention "break
-	-qualified".
-	* ax-gdb.c (agent_command_1): Adjust to pass a
-	symbol_name_match_type to new_linespec_location.
-	* breakpoint.c (parse_breakpoint_sals): Adjust to
-	get_linespec_location's return type change.
-	(strace_marker_create_sals_from_location): Adjust to pass a
-	symbol_name_match_type to new_linespec_location.
-	(strace_marker_decode_location): Adjust to get_linespec_location's
-	return type change.
-	(strace_command): Adjust to pass a symbol_name_match_type to
-	new_linespec_location.
-	(LOCATION_HELP_STRING): Add paragraph about wildmatching, and
-	mention "-qualified".
-	* c-lang.c (cplus_language_defn): Install cp_search_name_hash.
-	* completer.c (explicit_location_match_type::MATCH_QUALIFIED): New
-	enumerator.
-	(complete_address_and_linespec_locations): New parameter
-	'match_type'.  Pass it down.
-	(explicit_options): Add "-qualified".
-	(collect_explicit_location_matches): Pass the requested match type
-	to the linespec completers.  Handle MATCH_QUALIFIED.
-	(location_completer): Handle "-qualified" combined with linespecs.
-	* cp-support.c (cp_search_name_hash): New.
-	(cp_symbol_name_matches_1): Implement wild matching for C++.
-	(cp_fq_symbol_name_matches): Reimplement.
-	(cp_get_symbol_name_matcher): Return different matchers depending
-	on the lookup name's match type.
-	(selftests::test_cp_symbol_name_matches): Add wild matching tests.
-	* cp-support.h (cp_search_name_hash): New declaration.
-	* dwarf2read.c
-	(selftests::dw2_expand_symtabs_matching::test_symbols): Add
-	symbols.
-	(test_dw2_expand_symtabs_matching_symbol): Add wild matching
-	tests.
-	* guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Adjust to
-	pass a symbol_name_match_type to new_linespec_location.
-	* linespec.c (linespec_parse_basic): Lookup function symbols using
-	the parser's symbol name match type.
-	(convert_explicit_location_to_linespec): New
-	symbol_name_match_type parameter.  Pass it down to
-	find_linespec_symbols.
-	(convert_explicit_location_to_sals): Pass the location's name
-	match type to convert_explicit_location_to_linespec.
-	(parse_linespec): New match_type parameter.  Save it in the
-	parser.
-	(linespec_parser_new): Default to symbol_name_match_type::WILD.
-	(linespec_complete_function): New symbol_name_match_type
-	parameter.  Use it.
-	(complete_linespec_component): Pass down the parser's recorded
-	name match type.
-	(linespec_complete_label): New symbol_name_match_type parameter.
-	Use it.
-	(linespec_complete): New symbol_name_match_type parameter.  Save
-	it in the parser and pass it down.  Adjust to
-	get_linespec_location's prototype change.
-	(find_function_symbols, find_linespec_symbols): New
-	symbol_name_match_type parameter.  Pass it down instead of
-	assuming symbol_name_match_type::WILD.
-	* linespec.h (linespec_complete, linespec_complete_function)
-	(linespec_complete_label): New symbol_name_match_type parameter.
-	* location.c (event_location::linespec_location): Now a struct
-	linespec_location.
-	(EL_LINESPEC): Adjust.
-	(initialize_explicit_location): Default to
-	symbol_name_match_type::WILD.
-	(new_linespec_location): New symbol_name_match_type parameter.
-	Record it in the location.
-	(get_linespec_location): Now returns a struct linespec_location.
-	(new_explicit_location): Also copy func_name_match_type.
-	(explicit_to_string_internal)
-	(string_to_explicit_location): Handle "-qualified".
-	(copy_event_location): Adjust to LINESPEC_LOCATION type change.
-	Copy symbol_name_match_type fields.
-	(event_location_deleter::operator()): Adjust to LINESPEC_LOCATION
-	type change.
-	(event_location_to_string): Adjust to LINESPEC_LOCATION type
-	change.  Handle "-qualfied".
-	(string_to_explicit_location): Handle "-qualified".
-	(string_to_event_location_basic): New symbol_name_match_type
-	parameter.  Pass it down.
-	(string_to_event_location): Handle "-qualified".
-	* location.h (struct linespec_location): New.
-	(explicit_location::func_name_match_type): New field.
-	(new_linespec_location): Now returns a const linespec_location *.
-	(string_to_event_location_basic): New symbol_name_match_type
-	parameter.
-	(explicit_completion_info::saw_explicit_location_option): New
-	field.
-	* mi/mi-cmd-break.c (mi_cmd_break_insert_1): Adjust to pass a
-	symbol_name_match_type to new_linespec_location.
-	* python/py-breakpoint.c (bppy_init): Likewise.
-	* python/python.c (gdbpy_decode_line): Likewise.
-
-2017-11-29  Pedro Alves  <palves@redhat.com>
-
-	* ada-lang.c (ada_lookup_name_info::matches): Change type of
-	parameter from completion_match to completion_match_result.
-	Adjust.
-	(do_wild_match, do_full_match, ada_symbol_name_matches): Likewise.
-	* completer.c (completion_tracker::maybe_add_completion): Add
-	match_for_lcd parameter and use it.
-	(completion_tracker::add_completion): Likewise.
-	* completer.h (class completion_match_for_lcd): New class.
-	(completion_match_result::match_for_lcd): New field.
-	(completion_match_result::set_match): New method.
-	(completion_tracker): Add comments.
-	(completion_tracker::add_completion): Add match_for_lcd parameter.
-	(completion_tracker::reset_completion_match_result): Reset
-	match_for_lcd too.
-	(completion_tracker::maybe_add_completion): Add match_for_lcd
-	parameter.
-	(completion_tracker::m_lowest_common_denominator_unique): Extend
-	comments.
-	* cp-support.c (cp_symbol_name_matches_1)
-	(cp_fq_symbol_name_matches): Change type of parameter from
-	completion_match to completion_match_result.  Adjust.
-	* language.c (default_symbol_name_matcher): Change type of
-	parameter from completion_match to completion_match_result.
-	Adjust.
-	* language.h (completion_match_for_lcd): Forward declare.
-	(default_symbol_name_matcher): Change type of parameter from
-	completion_match to completion_match_result.
-	* symtab.c (compare_symbol_name): Adjust.
-	(completion_list_add_name): Pass the match_for_lcd to the tracker.
-	* symtab.h (ada_lookup_name_info::matches): Change type of
-	parameter from completion_match to completion_match_result.
-	(symbol_name_matcher_ftype): Likewise, and update comments.
-
-2017-11-29  Pedro Alves  <palves@redhat.com>
-
-	* linespec.c (minsym_found, add_minsym): Use msymbol_is_function.
-	* minsyms.c (msymbol_is_text): Delete.
-	(msymbol_is_function): New function.
-	* minsyms.h (msymbol_is_text): Delete.
-	(msymbol_is_function): New declaration.
-	* symtab.c (find_function_alias_target): Use msymbol_is_function.
-
-2017-11-29  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (distclean): Handle the case where rmdir fails.
-
-2017-11-29  Tom Tromey  <tom@tromey.com>
-
-	* symfile.c (_initialize_symfile): Update usage text for
-	add-symbol-file, symbol-file, load.
-
-2017-11-29  Tom Tromey  <tom@tromey.com>
-
-	* symfile.c (add_symbol_file_command): Error if some arguments to
-	-s are missing.  Change unrecognized-argument error message.
-	(_initialize_symfile): Fix usage text for add-symbol-file.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (REMOTE_OBS): Remove.
-	(SFILES): Remove remote sources.
-	(COMMON_SFILES): Add remote sources.
-	(ALLDEPFILES): Remove dcache.c.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
-	variables.
-	(SFILES): Use SUBDIR_TARGET_SRCS.
-	(COMMON_OBS): Use SUBDIR_TARGET_OBS.  Remove waitstatus.o.
-	(CONFIG_SRC_SUBDIR): Add target.
-	(%.o): Remove target rule.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
-	registry.o, thread-fsm.o, debug.o.
-	(COMMON_SFILES): Add filename-seen-cache.c, registry.c,
-	thread-fsm.c, debug.c.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (COMMON_SFILES): New.
-	(SFILES): Move some entries to COMMON_SFILES.
-	(COMMON_OBS): Use COMMON_SFILES.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (YYFILES): Update comment.
-	(YYOBJ): Redefine.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
-	(CONFIG_SRC_SUBDIR): Add python.
-	(%.o): Remove python rule.
-	(python/%.o): New rule.
-	* configure: Rebuild.
-	* configure.ac (CONFIG_OBS): Refer to python/python.o
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* configure: Rebuild.
-	* configure.ac (CONFIG_OBS): Refer to guile/guile.o.
-	* Makefile.in (SUBDIR_GUILE_OBS): Redefine.
-	(CONFIG_SRC_SUBDIR): Add guile.
-	(%.o): Remove guile rule.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
-	(%.o): Remove unittests rule.
-	(CONFIG_SRC_SUBDIR): Add unittests.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_TUI_OBS): Redefine.
-	(CONFIG_SRC_SUBDIR): Add tui.
-	(%.o): Remove tui rule.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
-	(%.o): Remove compile rule.
-	(CONFIG_SRC_SUBDIR): Add compile.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_MI_OBS): Redefine.
-	(%.o): Remove mi rule.
-	(CONFIG_SRC_SUBDIR): Add mi.
-	(COMMON_OBS): Use mi/mi-common.o
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* Makefile.in (SUBDIR_CLI_OBS): Redefine.
-	(%.o): Remove cli rule.
-	(CONFIG_SRC_SUBDIR): Add cli.
-
-2017-11-27  Tom Tromey  <tom@tromey.com>
-
-	* configure.ac (CONFIG_SRC_SUBDIR): Don't subst.
-	* configure: Rebuild.
-	* Makefile.in (CONFIG_SRC_SUBDIR): Redefine.
-	(CONFIG_DEP_SUBDIR): New variable.
-	(%.o): Add order-only dependency.
-	($(CONFIG_DEP_SUBDIR)): New target.
-
-2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
-
-	PR gdb/21945
-	* findcmd.c (_initialize_mem_search): Update find command help
-	text.
-
-2017-11-26  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* python/python.c (do_start_initialization): Change progname
-	type to gdb::unique_xmalloc_ptr.  Release the pointer when using
-	Python 2.
-
-2017-11-26  Tom Tromey  <tom@tromey.com>
-
-	* common/format.h: Add include guards.
-
-2017-11-26  Tom Tromey  <tom@tromey.com>
-
-	* nat/linux-personality.h (class
-	maybe_disable_address_space_randomization): New class.
-	(maybe_disable_address_space_randomization): Don't declare
-	function.
-	* nat/linux-personality.c (restore_personality)
-	(make_disable_asr_cleanup): Remove.
-	(maybe_disable_address_space_randomization): Now a constructor.
-	(~maybe_disable_address_space_randomization): New destructor.
-	* linux-nat.c (linux_nat_create_inferior): Update.
-
-2017-11-26  Tom Tromey  <tom@tromey.com>
-
-	* gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
-
-2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as
-	"cooked" register.  Access only first four bytes of branch target
-	registers.
-
-2017-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	PR gdb/22491
-	* stap-probe.c (relocate_address): New function.
-	(stap_probe::get_relocated_address): Use 'relocate_address'.
-	(stap_probe::set_semaphore): Use 'relocate_address' and pass
-	'm_sem_addr'.
-	(stap_probe::clear_semaphore): Likewise.
-
-2017-11-25  Pedro Alves  <palves@redhat.com>
-
-	* dictionary.c: Include "safe-ctype.h".
-	* minsyms.c: Include "safe-ctype.h".
-	* minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.
-
-2017-11-25   Pedro Alves  <palves@redhat.com>
-
-	* completer.c (complete_line_internal_1): Skip spaces until the
-	start of the command.
-
-2017-11-24  Pedro Alves  <palves@redhat.com>
-
-	* cp-support.c (cp_symbol_name_matches_1): New, factored out from
-	cp_fq_symbol_name_matches.  Pass language_cplus to
-	strncmp_with_mode.
-	(cp_fq_symbol_name_matches): Call cp_symbol_name_matches_1.
-	(selftests::test_cp_symbol_name_cmp): New.
-	(_initialize_cp_support): Register "cp_symbol_name_matches"
-	selftests.
-	* language.c (default_symbol_name_matcher): Pass language_minimal
-	to strncmp_iw_with_mode.
-	* utils.c: Include "cp-support.h" and <algorithm>.
-	(valid_identifier_name_char, cp_skip_operator_token, skip_ws)
-	(cp_is_operator): New functions.
-	(strncmp_iw_with_mode): Use them.  Add language parameter.  Don't
-	skip whitespace in the symbol name when the lookup name doesn't
-	have spaces, and vice versa.
-	(strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
-	* utils.h (strncmp_iw_with_mode): Add language parameter.
-
-2017-11-24  Joel Brobecker  <brobecker@adacore.com>
-
-	* ada-lang.c (ada_exception_message_1, ada_exception_message):
-	New functions.
-	(print_it_exception): If available, display the exception
-	message as well.
-	* NEWS: Document new feature.
-
-2017-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.
-
-2017-11-24  Philipp Rudo  <prudo@linux.vnet.ibm.com>
-
-	* dtrace-probe.c (dtrace_probe::build_arg_exprs)
-	(dtrace_probe::is_enabled, dtrace_probe::enable)
-	(dtrace_probe::disable): Remove keyword 'struct' at for-range
-	variable
-	* probe.c (gen_ui_out_table_header_info)
-	(print_ui_out_not_applicables):  Remove keyword 'struct' at
-	for-range variable
-
-2017-11-24  Alan Hayward  <alan.hayward@arm.com>
-
-	* configure.tgt: Add arch/aarch64.o
-
-2017-11-24  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* common/common-utils.h: Include poison.h.
-	(xfree): Remove declaration, add definition with static_assert.
-	* common/common-utils.c (xfree): Remove.
-	* common/poison.h (IsMallocatable): Define.
-	(IsFreeable): Define.
-	(free): Delete for non-freeable types.
-	(xnew): New.
-	(XNEW): Undef and redefine.
-	(xcnew): New.
-	(XCNEW): Undef and redefine.
-	(xdelete): New.
-	(XDELETE): Undef and redefine.
-	(xnewvec): New.
-	(XNEWVEC): Undef and redefine.
-	(xcnewvec): New.
-	(XCNEWVEC): Undef and redefine.
-	(xresizevec): New.
-	(XRESIZEVEC): Undef and redefine.
-	(xdeletevec): New.
-	(XDELETEVEC): Undef and redefine.
-	(xnewvar): New.
-	(XNEWVAR): Undef and redefine.
-	(xcnewvar): New.
-	(XCNEWVAR): Undef and redefine.
-	(xresizevar): New.
-	(XRESIZEVAR): Undef and redefine.
-
-2017-11-24  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* gdbthread.h (private_thread_info): Define structure type, add
-	virtual pure destructor.
-	(thread_info) <priv>: Change type to unique_ptr.
-	<private_dtor>: Remove.
-	* thread.c (add_thread_with_info): Adjust to use of unique_ptr.
-	(private_thread_info::~private_thread_info): Provide default
-	implementation.
-	(thread_info::~thread_info): Don't call private_dtor nor
-	manually free priv.
-	* aix-thread.c (private_thread_info): Rename to ...
-	(aix_thread_info): ... this.
-	(get_aix_thread_info): New.
-	(sync_threadlists): Adjust.
-	(iter_tid): Adjust.
-	(aix_thread_resume): Adjust.
-	(aix_thread_fetch_registers): Adjust.
-	(aix_thread_store_registers): Adjust.
-	(aix_thread_extra_thread_info): Adjust.
-	* darwin-nat.h (private_thread_info): Rename to ...
-	(darwin_thread_info): ... this.
-	(get_darwin_thread_info): New.
-	* darwin-nat.c (darwin_init_thread_list): Adjust.
-	(darwin_check_new_threads): Adjust.
-	(thread_info_from_private_thread_info): Adjust.
-	* linux-thread-db.c (private_thread_info): Rename to ...
-	(thread_db_thread_info): ... this, initialize fields.
-	(get_thread_db_thread_info): New.
-	<dying>: Change type to bool.
-	(update_thread_state): Adjust to type rename.
-	(record_thread): Adjust to type rename an use of unique_ptr.
-	(thread_db_pid_to_str): Likewise.
-	(thread_db_extra_thread_info): Likewise.
-	(thread_db_thread_handle_to_thread_info): Likewise.
-	(thread_db_get_thread_local_address): Likewise.
-	* nto-tdep.h (private_thread_info): Rename to ...
-	(nto_thread_info): ... this, initialize fields.
-	(get_nto_thread_info): New.
-	<name>: Change type to std::string.
-	* nto-tdep.c (nto_extra_thread_info): Adjust to type rename and
-	use of unique_ptr.
-	* nto-procfs.c (update_thread_private_data_name): Adjust to
-	std::string change, allocate nto_private_thread_info with new.
-	(update_thread_private_data): Adjust to unique_ptr.
-	* remote.c (private_thread_info): Rename to ...
-	(remote_thread_info): ... this, initialize data members with
-	default values.
-	<extra, name>: Change type to std::string.
-	<thread_handle>: Change type to non-pointer.
-	(free_private_thread_info): Remove.
-	(get_private_info_thread): Rename to...
-	(get_remote_thread_info): ... this, change return type, adjust to
-	use of unique_ptr, use remote_thread_info constructor.
-	(remote_add_thread): Adjust.
-	(get_private_info_ptid): Rename to...
-	(get_remote_thread_info): ...this, change return type.
-	(remote_thread_name): Use get_remote_thread_info, adjust to
-	change to std::string.
-	(struct thread_item) <~thread_item>: Remove.
-	<thread_handle>: Make non pointer.
-	(start_thread): Adjust to thread_item::thread_handle type
-	change.
-	(remote_update_thread_list): Adjust to type name change, move
-	strings from temporary to long-lived object instead of
-	duplicating.
-	(remote_threads_extra_info): Use get_remote_thread_info.
-	(process_initial_stop_replies): Likewise.
-	(resume_clear_thread_private_info): Likewise.
-	(remote_resume): Adjust to type name change.
-	(remote_commit_resume): Use get_remote_thread_info.
-	(process_stop_reply): Adjust to type name change.
-	(remote_stopped_by_sw_breakpoint): Use get_remote_thread_info.
-	(remote_stopped_by_hw_breakpoint): Likewise.
-	(remote_stopped_by_watchpoint): Likewise.
-	(remote_stopped_data_address): Likewise.
-	(remote_core_of_thread): Likewise.
-	(remote_thread_handle_to_thread_info): Use
-	get_private_info_thread, adjust to thread_handle field type
-	change.
-
-2017-11-24  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* remote.c (struct thread_item): Add constructor, disable copy
-	construction and copy assignment, define default move
-	construction and move assignment.
-	<extra, name>: Change type to std::string.
-	<core>: Initialize.
-	<thread_handle>: Make non-pointer.
-	(thread_item_t): Remove typedef.
-	(DEF_VEC_O(thread_item_t)): Remove.
-	(threads_listing_context) <contains_thread>: New method.
-	<remove_thread>: New method.
-	<items>: Change type to std::vector.
-	(clear_threads_listing_context): Remove.
-	(threads_listing_context_remove): Remove.
-	(remote_newthread_step): Use thread_item constructor, adjust to
-	change to std::vector.
-	(start_thread): Use thread_item constructor, adjust to change to
-	std::vector.
-	(end_thread): Adjust to change to std::vector and std::string.
-	(remote_get_threads_with_qthreadinfo): Use thread_item
-	constructor, adjust to std::vector.
-	(remote_update_thread_list): Adjust to change to std::vector and
-	std::string, use threads_listing_context methods.
-	(remove_child_of_pending_fork): Adjust.
-	(remove_new_fork_children): Adjust.
-	* Makefile.in (SUBDIR_UNITTESTS_SRCS): Add rsp-low-selftests.c.
-	(SUBDIR_UNITTESTS_OBS): Add rsp-low-selftests.o.
-	* unittests/rsp-low-selftests.c: New file.
-	* common/rsp-low.h: Include common/byte-vector.h.
-	(hex2bin): New overload.
-	* common/rsp-low.c (hex2bin): New overload.
-
-2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* inferior.h (private_inferior): Define structure type, add
-	virtual pure destructor.
-	(inferior) <priv>: Change type to unique_ptr.
-	* inferior.c (private_inferior::~private_inferior): Provide
-	default implementation.
-	(inferior::~inferior): Don't free priv field.
-	(exit_inferior_1): Likewise.
-	* darwin-nat.h (struct darwin_exception_info): Initialize fields.
-	(darwin_exception_info): Remove typedef.
-	(DEF_VEC_O (darwin_thread_t)); Remove.
-	(private_inferior): Rename to ...
-	(darwin_private_inferior): ... this, extend private_inferior.
-	(get_darwin_inferior): New.
-	<threads>: Change type to std::vector of darwin_thread_t pointers.
-	* darwin-nat.c (darwin_check_new_threads): Adjust.
-	(find_inferior_task_it): Adjust.
-	(darwin_find_thread); Adjust.
-	(darwin_suspend_inferior): Adjust.
-	(darwin_resume_inferior): Adjust.
-	(darwin_find_new_inferior): Adjust.
-	(darwin_decode_notify_message): Adjust.
-	(darwin_send_reply): Adjust.
-	(darwin_resume_inferior_threads): Adjust.
-	(darwin_suspend_inferior_threads): Adjust.
-	(darwin_decode_message): Adjust.
-	(darwin_wait): Adjust.
-	(darwin_interrupt): Adjust.
-	(darwin_deallocate_threads): Adjust.
-	(darwin_mourn_inferior): Adjust, don't free private data.
-	(darwin_reply_to_all_pending_messages): Adjust.
-	(darwin_stop_inferior): Adjust.
-	(darwin_setup_exceptions): Adjust.
-	(darwin_kill_inferior): Adjust.
-	(darwin_setup_request_notification): Adjust.
-	(darwin_attach_pid): Adjust.
-	(darwin_init_thread_list): Adjust.
-	(darwin_setup_fake_stop_event): Adjust.
-	(darwin_attach): Adjust.
-	(darwin_detach): Adjust.
-	(darwin_xfer_partial): Adjust.
-	(set_enable_mach_exceptions): Adjust.
-	(darwin_pid_to_exec_file): Adjust.
-	(darwin_get_ada_task_ptid): Adjust.
-	* darwin-nat-info.c (get_task_from_args): Adjust.
-	(info_mach_ports_command): Adjust.
-	(info_mach_region_command): Adjust.
-	(info_mach_exceptions_command): Adjust.
-	* remote.c (private_inferior): Rename to ...
-	(remote_private_inferior): ... this, initialize fields.
-	(get_remote_inferior); New.
-	(remote_commit_resume): Use get_remote_inferior.
-	(check_pending_event_prevents_wildcard_vcont_callback): Likewise.
-
-2017-11-24  Pedro Alves  <palves@redhat.com>
-
-	* NEWS: Mention linespecs and explicit locations, and completion
-	improvements.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* regcache.c (regcache::dump): Remove footnote_register_size.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* regcache.c (cooked_read_test): Add more test for readonly
-	regcache.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* gdbarch-selftests.c (test_target_has_registers): Move it to
-	target.c.
-	(test_target_has_stack): Likewise.
-	(test_target_has_memory): Likewise.
-	(test_target_prepare_to_store): Likewise.
-	(test_target_store_registers): Likewise.
-	(test_target_ops): Likewise.
-	* regcache.c: Include selftest-arch.h and gdbthread.h.
-	(target_ops_no_register): New class.
-	(test_target_fetch_registers): New.
-	(test_target_store_registers): New.
-	(test_target_xfer_partial): New.
-	(readwrite_regcache): New.
-	(cooked_read_test): New.
-	(_initialize_regcache): Register the test.
-	* target.c: (test_target_has_registers): Moved from
-	gdbarch-selftests.c.
-	(test_target_has_stack): Likewise.
-	(test_target_has_memory): Likewise.
-	(test_target_prepare_to_store): Likewise.
-	(test_target_store_registers): Likewise.
-	* target.h (test_target_ops): New class.
-
-2017-11-24  Alan Hayward  <alan.hayward@arm.com>
-
-	* aarch64-tdep.c (_initialize_aarch64_tdep): Add target desc
-	selftest.
-
-2017-11-24  Alan Hayward  <alan.hayward@arm.com>
-
-	* aarch64-tdep.c (_initialize_aarch64_tdep): Remove init.
-	* arch/aarch64.c (aarch64_create_target_description): Create
-	new target description.
-	* features/Makefile: Add new files.
-	* features/aarch64.c: Remove file.
-	* features/aarch64-core.c: New autogenerated file.
-	* features/aarch64-fpu.c: New autogenerated file.
-	* target-descriptions.c (maint_print_c_tdesc_cmd): Check for aarch64.
-
-2017-11-24  Alan Hayward  <alan.hayward@arm.com>
-
-	* Makefile.in: Add new files.
-	* aarch64-linux-nat.c (aarch64_linux_read_description): Call
-	aarch64_read_description.
-	* aarch64-linux-tdep.c (aarch64_linux_core_read_description):
-	Call aarch64_read_description.
-	* aarch64-tdep.c (aarch64_read_description): New function.
-	(aarch64_gdbarch_init): Call aarch64_read_description.
-	* aarch64-tdep.h (aarch64_read_description): New function.
-	* arch/aarch64.c: New file.
-	* configure.tgt: Add new files.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* mi/mi-main.c (register_changed_p): Update.
-	* value.c (value_contents_bits_eq): Change return type.
-	(value_contents_eq): Likewise.
-	* value.h: Update comments.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove
-	local 'changed'.  Remove error.
-	(register_changed_p): Change return type to bool.
-
-2017-11-24  Yao Qi  <yao.qi@linaro.org>
-
-	* arch/tic6x.c: New file.
-	* arch/tic6x.h: New file.
-	* features/Makefile (FEATURE_XMLFILES): Add tic6x-c6xp.xml,
-	tic6x-core.xml and tic6x-gp.xml.
-	* features/tic6x-c6xp.c: Generated.
-	* features/tic6x-core.c: Generated.
-	* features/tic6x-gp.c: Generated.
-	* target-descriptions.c (maint_print_c_tdesc_cmd): Match
-	"tic6x-".
-
-2017-11-23  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* mi/mi-main.c (list_available_thread_groups): Change map value
-	type to std::vector.
-
-2017-11-23  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* osdata.c (osdata_end_column, get_osdata): Remove std::move.
-
-2017-11-23  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* varobj.c (struct varobj_dynamic) <children_requested_>: Rename
-	back to...
-	<children_requested>: ... this.
-	(varobj_get_num_children, varobj_update): Adjust.
-
-2017-11-23  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* ada-varobj.c (ada_value_is_changeable_p): Change int to bool where applicable.
-	(ada_value_has_mutated): Likewise.
-	* c-varobj.c (varobj_is_anonymous_child): Likewise.
-	(c_is_path_expr_parent): Likewise.
-	* mi/mi-cmd-var.c (varobj_update_one): Likewise.
-	(mi_cmd_var_set_frozen): Likewise.
-	(mi_cmd_var_update_iter): Likewise.
-	(mi_cmd_var_update): Likewise.
-	* varobj.c (pretty_printing): Likewise.
-	(varobj_enable_pretty_printing): Likewise.
-	(struct varobj_root) <floating, is_valid>: Likewise.
-	(struct varobj_dynamic) <children_requested>: Likewise.
-	(delete_variable): Likewise.
-	(delete_variable_1): Likewise.
-	(install_variable): Likewise.
-	(update_type_if_necessary): Likewise.
-	(install_new_value): Likewise.
-	(value_of_root): Likewise.
-	(is_root_p): Likewise.
-	(varobj_create): Likewise.
-	(varobj_delete): Likewise.
-	(varobj_has_more): Likewise.
-	(varobj_set_frozen): Likewise.
-	(varobj_get_frozen): Likewise.
-	(install_dynamic_child): Likewise.
-	(dynamic_varobj_has_child_method): Likewise.
-	(update_dynamic_varobj_children): Likewise.
-	(varobj_get_num_children): Likewise.
-	(varobj_list_children): Likewise.
-	(is_path_expr_parent): Likewise.
-	(varobj_default_is_path_expr_parent): Likewise.
-	(varobj_is_dynamic_p): Likewise.
-	(varobj_set_value): Likewise.
-	(varobj_value_has_mutated): Likewise.
-	(varobj_update): Likewise.
-	(check_scope): Likewise.
-	(value_of_root_1): Likewise.
-	(varobj_value_get_print_value): Likewise.
-	(varobj_editable_p): Likewise.
-	(varobj_value_is_changeable_p): Likewise.
-	(varobj_floating_p): Likewise.
-	(varobj_default_value_is_changeable_p): Likewise.
-	(varobj_invalidate_iter): Likewise.
-	* varobj.h (struct varobj_update_result) <type_changed,
-	children_changed, changed, value_installed>: Likewise.
-	(struct varobj) <updated, frozen, not_fetched>: Likewise.
-	(struct lang_varobj_ops) <value_is_changeable_p,
-	value_has_mutated, is_path_expr_parent>: Likewise.
-	(varobj_delete): Likewise.
-	(varobj_set_frozen): Likewise.
-	(varobj_get_frozen): Likewise.
-	(varobj_set_value): Likewise.
-	(varobj_update): Likewise.
-	(varobj_editable_p): Likewise.
-	(varobj_floating_p): Likewise.
-	(varobj_has_more): Likewise.
-	(varobj_is_dynamic_p): Likewise.
-	(varobj_default_value_is_changeable_p): Likewise.
-	(varobj_value_is_changeable_p): Likewise.
-	(varobj_is_anonymous_child): Likewise.
-	(varobj_default_is_path_expr_parent): Likewise.
-
-2017-11-22  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* dtrace-probe.c (struct probe_ops dtrace_probe_ops): Delete.
-	(struct dtrace_probe_arg) <dtrace_probe_arg>: New constructor.
-	<type_str>: Convert to 'std::string'.
-	<expr>: Convert to 'expression_up'.
-	(dtrace_probe_arg_s): Delete type and VEC.
-	(dtrace_probe_enabler_s): Likewise.
-	(struct dtrace_probe): Replace by...
-	(class dtrace_static_probe_ops): ...this and...
-	(class dtrace_probe): ...this.
-	(dtrace_probe_is_linespec): Rename to...
-	(dtrace_static_probe_ops::is_linespec): ...this.  Adjust code
-	to reflect change.
-	(dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
-	Adjust code.  Create new instance of 'dtrace_probe'.
-	(dtrace_build_arg_exprs): Rename to...
-	(dtrace_probe::build_arg_exprs): ...this.  Adjust code to
-	reflect change.
-	(dtrace_get_probes): Rename to...
-	(dtrace_static_probe_ops::get_probes): ...this.  Adjust code
-	to reflect change.
-	(dtrace_get_arg): Rename to...
-	(dtrace_probe::get_arg_by_number): ...this.  Adjust code to
-	reflect change.
-	(dtrace_probe_is_enabled): Rename to...
-	(dtrace_probe::is_enabled): ...this.  Adjust code to reflect
-	change.
-	(dtrace_get_probe_address): Rename to...
-	(dtrace_probe::get_relocated_address): ...this.  Adjust code
-	to reflect change.
-	(dtrace_get_probe_argument_count): Rename to...
-	(dtrace_probe::get_argument_count): ...this.  Adjust code to
-	reflect change.
-	(dtrace_can_evaluate_probe_arguments): Rename to...
-	(dtrace_probe::can_evaluate_arguments): ...this.  Adjust code
-	to reflect change.
-	(dtrace_evaluate_probe_argument): Rename to...
-	(dtrace_probe::evaluate_argument): ...this.  Adjust code to
-	reflect change.
-	(dtrace_compile_to_ax): Rename to...
-	(dtrace_probe::compile_to_ax): ...this.  Adjust code to
-	reflect change.
-	(dtrace_probe_destroy): Delete.
-	(dtrace_type_name): Rename to...
-	(dtrace_static_probe_ops::type_name): ...this.  Adjust code to
-	reflect change.
-	(dtrace_probe::get_static_ops): New method.
-	(dtrace_gen_info_probes_table_header): Rename to...
-	(dtrace_static_probe_ops::gen_info_probes_table_header):
-	...this.  Adjust code to reflect change.
-	(dtrace_gen_info_probes_table_values): Rename to...
-	(dtrace_probe::gen_info_probes_table_values): ...this.  Adjust
-	code to reflect change.
-	(dtrace_enable_probe): Rename to...
-	(dtrace_probe::enable_probe): ...this.  Adjust code to reflect
-	change.
-	(dtrace_disable_probe): Rename to...
-	(dtrace_probe::disable_probe): ...this.  Adjust code to reflect
-	change.
-	(struct probe_ops dtrace_probe_ops): Delete.
-	(info_probes_dtrace_command): Call 'info_probes_for_spops'
-	instead of 'info_probes_for_ops'.
-	(_initialize_dtrace_probe): Use 'all_static_probe_ops' instead
-	of 'all_probe_ops'.
-
-2017-11-22  Sergio Durigan Junior  <sergiodj@redhat.com>
-	    Simon Marchi  <simark@simark.ca>
-
-	* stap-probe.c (struct probe_ops stap_probe_ops): Delete
-	variable.
-	(struct stap_probe_arg) <stap_probe_arg>: New constructor.
-	<aexpr>: Change type to 'expression_up'.
-	(stap_probe_arg_s): Delete type and VEC.
-	(struct stap_probe): Delete.  Replace by...
-	(class stap_static_probe_ops): ...this and...
-	(class stap_probe): ...this.  Rename variables to add 'm_'
-	prefix.  Do not use 'union' for arguments anymore.
-	(stap_get_expected_argument_type): Receive probe name instead
-	of 'struct stap_probe'.  Adjust code.
-	(stap_parse_probe_arguments): Rename to...
-	(stap_probe::parse_arguments): ...this.  Adjust code to
-	reflect change.
-	(stap_get_probe_address): Rename to...
-	(stap_probe::get_relocated_address): ...this.  Adjust code
-	to reflect change.
-	(stap_get_probe_argument_count): Rename to...
-	(stap_probe::get_argument_count): ...this.  Adjust code
-	to reflect change.
-	(stap_get_arg): Rename to...
-	(stap_probe::get_arg_by_number'): ...this. Adjust code to
-	reflect change.
-	(can_evaluate_probe_arguments): Rename to...
-	(stap_probe::can_evaluate_arguments): ...this.  Adjust code
-	to reflect change.
-	(stap_evaluate_probe_argument): Rename to...
-	(stap_probe::evaluate_argument): ...this.  Adjust code
-	to reflect change.
-	(stap_compile_to_ax): Rename to...
-	(stap_probe::compile_to_ax): ...this.  Adjust code to
-	reflect change.
-	(stap_probe_destroy): Delete.
-	(stap_modify_semaphore): Adjust comment.
-	(stap_set_semaphore): Rename to...
-	(stap_probe::set_semaphore): ...this.  Adjust code to reflect
-	change.
-	(stap_clear_semaphore): Rename to...
-	(stap_probe::clear_semaphore): ...this.  Adjust code to
-	reflect	change.
-	(stap_probe::get_static_ops): New method.
-	(handle_stap_probe): Adjust code to create instance of
-	'stap_probe'.
-	(stap_get_probes): Rename to...
-	(stap_static_probe_ops::get_probes): ...this.  Adjust code to
-	reflect change.
-	(stap_probe_is_linespec): Rename to...
-	(stap_static_probe_ops::is_linespec): ...this.  Adjust code to
-	reflect change.
-	(stap_type_name): Rename to...
-	(stap_static_probe_ops::type_name): ...this.  Adjust code to
-	reflect change.
-	(stap_gen_info_probes_table_header): Rename to...
-	(stap_static_probe_ops::gen_info_probes_table_header):
-	...this.  Adjust code to reflect change.
-	(stap_gen_info_probes_table_values): Rename to...
-	(stap_probe::gen_info_probes_table_values): ...this.  Adjust
-	code to reflect change.
-	(struct probe_ops stap_probe_ops): Delete.
-	(info_probes_stap_command): Use 'info_probes_for_spops'
-	instead of 'info_probes_for_ops'.
-	(_initialize_stap_probe): Use 'all_static_probe_ops' instead
-	of 'all_probe_ops'.
-
-2017-11-22  Sergio Durigan Junior  <sergiodj@redhat.com>
-
-	* break-catch-throw.c (fetch_probe_arguments): Use
-	'probe.prob' instead of 'probe.probe'.
-	* breakpoint.c (create_longjmp_master_breakpoint): Call
-	'can_evaluate_arguments' and 'get_relocated_address' methods
-	from probe.
-	(create_exception_master_breakpoint): Likewise.
-	(add_location_to_breakpoint): Use 'sal->prob' instead of
-	'sal->probe'.
-	(bkpt_probe_insert_location): Call 'set_semaphore' method from
-	probe.
-	(bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
-	* elfread.c (elf_get_probes): Use 'static_probe_ops' instead
-	of 'probe_ops'.
-	(probe_key_free): Call 'delete' on probe.
-	(check_exception_resume): Use 'probe.prob' instead of
-	'probe.probe'.
-	* location.c (string_to_event_location_basic): Call
-	'probe_linespec_to_static_ops'.
-	* probe.c (class any_static_probe_ops): New class.
-	(any_static_probe_ops any_static_probe_ops): New variable.
-	(parse_probes_in_pspace): Receive 'static_probe_ops' as
-	argument.  Adjust code to reflect change.
-	(parse_probes): Use 'static_probe_ops' instead of
-	'probe_ops'.  Adjust code to reflect change.
-	(find_probes_in_objfile): Call methods to get name and
-	provider from probe.
-	(find_probe_by_pc): Use 'result.prob' instead of
-	'result.probe'.  Call 'get_relocated_address' method from
-	probe.
-	(collect_probes): Adjust comment and argument list to receive
-	'static_probe_ops' instead of 'probe_ops'.  Adjust code to
-	reflect change.  Call necessary methods from probe.
-	(compare_probes): Call methods to get name and provider from
-	probes.
-	(gen_ui_out_table_header_info): Receive 'static_probe_ops'
-	instead of 'probe_ops'.  Use 'std::vector' instead of VEC,
-	adjust code accordingly.
-	(print_ui_out_not_applicables): Likewise.
-	(info_probes_for_ops): Rename to...
-	(info_probes_for_spops): ...this.  Receive 'static_probe_ops'
-	as argument instead of 'probe_ops'.  Adjust code.  Call
-	necessary methods from probe.
-	(info_probes_command): Use 'info_probes_for_spops'.
-	(enable_probes_command): Pass correct argument to
-	'collect_probes'.  Call methods from probe.
-	(disable_probes_command): Likewise.
-	(get_probe_address): Move to 'any_static_probe_ops::get_address'.
-	(get_probe_argument_count): Move to
-	'any_static_probe_ops::get_argument_count'.
-	(can_evaluate_probe_arguments): Move to
-	'any_static_probe_ops::can_evaluate_arguments'.
-	(evaluate_probe_argument): Move to
-	'any_static_probe_ops::evaluate_argument'.
-	(probe_safe_evaluate_at_pc): Use 'probe.prob' instead of
-	'probe.probe'.
-	(probe_linespec_to_ops): Rename to...
-	(probe_linespec_to_static_ops): ...this.  Adjust code.
-	(probe_any_is_linespec): Rename to...
-	(any_static_probe_ops::is_linespec): ...this.
-	(probe_any_get_probes): Rename to...
-	(any_static_probe_ops::get_probes): ...this.
-	(any_static_probe_ops::type_name): New method.
-	(any_static_probe_ops::gen_info_probes_table_header): New
-	method.
-	(compute_probe_arg): Use 'pc_probe.prob' instead of
-	'pc_probe.probe'.  Call methods from probe.
-	(compile_probe_arg): Likewise.
-	(std::vector<const probe_ops *> all_probe_ops): Delete.
-	(std::vector<const static_probe_ops *> all_static_probe_ops):
-	New variable.
-	(_initialize_probe): Use 'all_static_probe_ops' instead of
-	'all_probe_ops'.
-	* probe.h (struct info_probe_column) <field_name>: Delete
-	extraneous newline
-	(info_probe_column_s): Delete type and VEC.
-	(struct probe_ops): Delete.  Replace with...
-	(class static_probe_ops): ...this and...
-	(clas probe): ...this.
-	(struct bound_probe) <bound_probe>: Delete extraneous
-	newline.  Adjust constructor to receive 'probe' instead of
-	'struct probe'.
-	<probe>: Rename to...
-	<prob>: ...this.  Delete extraneous newline.
-	<objfile>: Delete extraneous newline.
-	(register_probe_ops): Delete unused prototype.
-	(info_probes_for_ops): Rename to...
-	(info_probes_for_spops): ...this.  Adjust comment.
-	(get_probe_address): Move to 'probe::get_address'.
-	(get_probe_argument_count): Move to
-	'probe::get_argument_count'.
-	(can_evaluate_probe_arguments): Move to
-	'probe::can_evaluate_arguments'.
-	(evaluate_probe_argument): Move to 'probe::evaluate_argument'.
-	* solib-svr4.c (struct svr4_info): Adjust comment.
-	(struct probe_and_action) <probe>: Rename to...
-	<prob>: ...this.
-	(register_solib_event_probe): Receive 'probe' instead of
-	'struct probe' as argument.  Use 'prob' instead of 'probe'
-	when applicable.
-	(solib_event_probe_action): Call 'get_argument_count' method
-	from probe.  Adjust comment.
-	(svr4_handle_solib_event): Adjust comment.  Call
-	'evaluate_argument' method from probe.
-	(svr4_create_probe_breakpoints): Call 'get_relocated_address'
-	from probe.
-	(svr4_create_solib_event_breakpoints): Use 'probe' instead of
-	'struct probe'.  Call 'can_evaluate_arguments' from probe.
-	* symfile.h: Forward declare 'class probe' instead of 'struct
-	probe'.
-	* symtab.h: Likewise.
-	(struct symtab_and_line) <probe>: Rename to...
-	<prob>: ...this.
-	* tracepoint.c (start_tracing): Use 'prob' when applicable.
-	Call probe methods.
-	(stop_tracing): Likewise.
-
-2017-11-22  Joel Brobecker  <brobecker@adacore.com>
-
-	* ravenscar-thread.c (ravenscar_inferior_created): Remove
-	trailing newline at end of string in call to warning.
-
-2017-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* osdata.h: Include vector isntead of vec.h.
-	(osdata_column_s): Remove typedef.
-	(struct osdata_column): Add constructor.
-	<name, value>: Change type to std::string.
-	(DEF_VEC_O (osdata_column_s)): Remove.
-	(osdata_item_s): Remove typedef.
-	(struct osdata_item) <columns>: Change type to std::vector.
-	(DEF_VEC_O (osdata_item_s)): Remove.
-	(struct osdata): Add constructor.
-	<type>: Change type to std::string.
-	<items>: Change type to std::vector.
-	(osdata_p): Remove typedef.
-	(DEF_VEC_P (osdata_p)): Remove.
-	(osdata_parse): Return a unique_ptr.
-	(osdata_free): Remove.
-	(make_cleanup_osdata_free): Remove.
-	(get_osdata): Return a unique_ptr.
-	(get_osdata_column): Return pointer to std::string, take a
-	reference to osdata_item as parameter.
-	* osdata.c (struct osdata_parsing_data) <osdata>: Change type to
-	unique_ptr.
-	<property_name>: Change type to std::string.
-	(osdata_start_osdata): Allocate osdata with new and adjust.
-	(osdata_start_item): Adjust.
-	(osdata_start_column): Adjust.
-	(osdata_end_column): Adjust.
-	(clear_parsing_data): Remove.
-	(osdata_parse): Return a unique_ptr and adjust, remove cleanup.
-	(osdata_item_clear): Remove.
-	(get_osdata): return a unique_ptr and adjust.
-	(get_osdata_column): Return a pointer to std::string and adjust.
-	(info_osdata): Adjust.
-	* mi/mi-main.c: Include <map>.
-	(free_vector_of_osdata_items): Remove.
-	(list_available_thread_groups): Adjust, use std::map instead of
-	splay tree.
-
-2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
-
-	* stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
-	case in switch.
-
-2017-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* varobj.h (DEF_VEC_P (varobj_p)): Remove.
-
-2017-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* varobj.h (struct varobj_update_result): Add constructor, add
-	move constructor, disable copy and assign, initialize fields.
-	<newobj>: Change type to std::vector.
-	(varobj_update): Return std::vector.
-	* varobj.c (install_dynamic_child): Change VEC parameters to
-	std::vector and adjust.
-	(update_dynamic_varobj_children): Likewise.
-	(varobj_update): Return std::vector and adjust.
-	* mi/mi-cmd-var.c (varobj_update_one): Adjust to vector changes.
-
-2017-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* varobj.h (struct varobj) <parent>: Remove const.
-	<children>: Change type to std::vector.
-	(varobj_list_children): Return std::vector const reference.
-	(varobj_restrict_range): Change parameter type to std::vector
-	const reference.
-	* varobj.c (varobj_has_more): Adjust.
-	(varobj_restrict_range): Change parameter type to std::vector
-	const reference and adjust.
-	(install_dynamic_child): Adjust.
-	(update_dynamic_varobj_children): Adjust.
-	(varobj_list_children): Return std::vector const reference and
-	adjust.
-	(varobj_add_child): Adjust.
-	(update_type_if_necessary): Adjust.
-	(varobj_update): Adjust.
-	(delete_variable_1): Adjust.
-	* ada-varobj.c (ada_value_has_mutated): Adjust.
-	* mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust.
-
-2017-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
-
-	* varobj.h (struct varobj): Add constructor and destructor,
-	initialize fields.
-	* varobj.c (struct varobj_root): Initialize fields.
-	(struct varobj_dynamic): Initialize fields.
-	(varobj_create): Use unique_ptr instead of cleanup.  Create
-	varobj with new instead of new_root_variable.
-	(delete_variable_1): Free variable with delete instead of
-	free_variable.
-	(create_child_with_value): Create variable with new instead of
-	new_variable.
-	(varobj::varobj): New.
-	(varobj::~varobj): New (body mostly coming from free_variable).
-	(new_variable): Remove.
-	(free_variable): Remove.
-	(do_free_variable_cleanup): Remove.
-	(make_cleanup_free_variable): Remove.
-
-2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* core-regset.c: Remove file.
-	* Makefile.in (ALLDEPFILES): Remove core-regset.c.
-
-2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* NEWS: Document use of GNU MPFR.
-	* README: Likewise.
-
-	* Makefile.in (LIBMPFR): Add define.
-	(CLIBS): Add $(LIBMPFR).
-	* configure.ac: Add --with-mpfr configure option.
-	* configure: Regenerate.
-	* config.in: Regenerate.
-
-	* target-float.c [HAVE_LIBMPFR]: Include <mpfr.h>.
-	(class mpfr_float_ops): New type.
-	(mpfr_float_ops::from_target): Two new overloaded functions.
-	(mpfr_float_ops::to_target): Likewise.
-	(mpfr_float_ops::to_string): New function.
-	(mpfr_float_ops::from_string): Likewise.
-	(mpfr_float_ops::to_longest): Likewise.
-	(mpfr_float_ops::from_longest): Likewise.
-	(mpfr_float_ops::from_ulongest): Likewise.
-	(mpfr_float_ops::to_host_double): Likewise.
-	(mpfr_float_ops::from_host_double): Likewise.
-	(mpfr_float_ops::convert): Likewise.
-	(mpfr_float_ops::binop): Likewise.
-	(mpfr_float_ops::compare): Likewise.
-	(get_target_float_ops): Use mpfr_float_ops if available.
-
-2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
-
-	* target-float.c: Do not include <math.h>.
-	Include <cmath> and <limits>.
-	(DOUBLEST): Do not define.
-	(class target_float_ops): New type.
-	(class host_float_ops): New templated type.
-	(class decimal_float_ops): New type.
-
-	(floatformat_to_doublest): Rename to ...
-	(host_float_ops<T>::from_target): ... this.  Use template type T
-	instead of DOUBLEST.  Use C++ math routines.  Update recursive calls.
-	(host_float_ops<T>::from_target): New overload using a type argument.
-	(floatformat_from_doublest): Rename to ...
-	(host_float_ops<T>::to_target): ... this.  Use template type T
-	instead of DOUBLEST.  Use C++ math routines.  Update recursive calls.
-	(host_float_ops<T>::to_target): New overload using a type argument.
-	(floatformat_printf_format): New function.
-	(struct printf_length_modifier): New templated type.
-	(floatformat_to_string): Rename to ...
-	(host_float_ops<T>::to_string): ... this.  Use type instead of
-	floatformat argument.  Use floatformat_printf_format and
-	printf_length_modifier.  Remove special handling of invalid numbers,
-	infinities and NaN (moved to target_float_to_string).
-	(struct scanf_length_modifier): New templated type.
-	(floatformat_from_string): Rename to ...
-	(host_float_ops<T>::from_string): ... this.  Use type instead of
-	floatformat argument.  Use scanf_length_modifier.
-	(floatformat_to_longest): Rename to ...
-	(host_float_ops<T>::to_longest): ... this.  Use type instead of
-	floatformat argument.  Handle out-of-range values deterministically.
-	(floatformat_from_longest): Rename to ...
-	(host_float_ops<T>::from_longest): ... this.  Use type instead of
-	floatformat argument.
-	(floatformat_from_ulongest): Rename to ...
-	(host_float_ops<T>::from_ulongest): ... this.  Use type instead of
-	floatformat argument.
-	(floatformat_to_host_double): Rename to ...
-	(host_float_ops<T>::to_host_double): ... this.  Use type instead of
-	floatformat argument.
-	(floatformat_from_host_double): Rename to ...
-	(host_float_ops<T>::from_host_double): ... this.  Use type instead of
-	floatformat argument.
-	(floatformat_convert): Rename to ...
-	(host_float_ops<T>::convert): ... this.  Use type instead of
-	floatformat arguments.  Remove handling of no-op conversions.
-	(floatformat_binop): Rename to ...
-	(host_float_ops<T>::binop): ... this.  Use type instead of
-	floatformat arguments.
-	(floatformat_compare): Rename to ...
-	(host_float_ops<T>::compare): ... this.  Use type instead of
-	floatformat arguments.
-
-	(match_endianness): Use type instead of length/byte_order arguments.
-	(set_decnumber_context): Likewise.
-	(decimal_from_number): Likewise.  Update calls.
-	(decimal_to_number): Likewise.
-	(decimal_is_zero): Likewise.  Update calls.  Move to earlier in file.
-	(decimal_float_ops::to_host_double): New dummy function.
-	(decimal_float_ops::from_host_double): Likewise.
-	(decimal_to_string): Rename to ...
-	(decimal_float_ops::to_string): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_from_string): Rename to ...
-	(decimal_float_ops::from_string): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_from_longest): Rename to ...
-	(decimal_float_ops::from_longest): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_from_ulongest): Rename to ...
-	(decimal_float_ops::from_ulongest): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_to_longest): Rename to ...
-	(decimal_float_ops::to_longest): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_binop): Rename to ...
-	(decimal_float_ops::binop): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_compare): Rename to ...
-	(decimal_float_ops::compare): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-	(decimal_convert): Rename to ...
-	(decimal_float_ops::convert): ... this.  Use type instead of
-	length/byte_order arguments.  Update calls.
-
-	(target_float_same_category_p): New function.
-	(target_float_same_format_p): Likewise.
-	(target_float_format_length): Likewise.
-	(enum target_float_ops_kind): New type.
-	(get_target_float_ops_kind): New function.
-	(get_target_float_ops): Three new overloaded functions.
-
-	(target_float_is_zero): Update call.
-	(target_float_to_string): Add special handling of invalid numbers,
-	infinities and NaN (moved from floatformat_to_string).  Use
-	target_float_ops callback.
-	(target_float_from_string): Use target_float_ops callback.
-	(target_float_to_longest): Likewise.
-	(target_float_from_longest): Likewise.
-	(target_float_from_ulongest): Likewise.
-	(target_float_to_host_double): Likewise.
-	(target_float_from_host_double): Likewise.
-	(target_float_convert): Add special case for no-op conversions.
-	Use target_float_ops callback.
-	(target_float_binop): Use target_float_ops callback.
-	(target_float_compare): Likewise.
-
-2017-11-22  Yao Qi  <yao.qi@linaro.org>
-
-	* python/py-gdb-readline.c (gdbpy_readline_wrapper): Use strcpy.
-
-2[...]

[diff truncated at 100000 bytes]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]