X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=bd2934e32b743bad8196bb0c775ca5b5bcc676ac;hb=46afe196ec282505dcd2727725bfb5ef87ea4b21;hp=c87f40699de70ccfd165f77fb758f824004991bb;hpb=4f04fba813785f3d749376d9b434c0f94f835dbc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c87f40699d..bd2934e32b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,1297 @@ +2017-12-15 Sergio Durigan Junior + + * typeprint.c (whatis_exp): Fix ARI warning and reindent "if" + condition. + +2017-12-15 Sergio Durigan Junior + Pedro Alves + + 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) : New field. + +2017-12-15 Sergio Durigan Junior + + * 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 + Uros Bizjak + + 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 + + * unittests/memory-map-selftests.c: Wrap test with HAVE_LIBEXPAT. + +2017-12-15 Xavier Roirand + + * 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 + + * python/py-breakpoint.c (bppy_init): Use 'O' format specifier + for "qualified" and use PyObject_IsTrue. + +2017-12-14 Jan Kratochvil + + * 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 + + * ada-lang.c (ada_value_equal): Add handling of typedef types + when comparing array objects. + +2017-12-14 Joel Brobecker + + * 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 + + * 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 + + * 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 + + * 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 &&, + 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 &&, + 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 + + * 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 + + * contrib/ari/gdb_ari.sh: Fix typo in help. + +2017-12-13 Joel Brobecker + + * event-top.c (handle_line_of_input): Set server_command. + +2017-12-12 Stafford Horne + Stefan Wallentowitz + Stefan Kristiansson + Franck Jullien + Jeremy Bennett + + * 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 + + 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 + + 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 + + * 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 + + * 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 + Joel Brobecker + + * ada-lang.c (ada_tag_value_at_base_address): Change the way + tagged type base address is computed. + (enum ada_primitive_types) : + New enumerate. + (ada_language_arch_info): Set the ada_primitive_type_storage_offset + element of lai->primitive_type_vector. + +2017-12-08 Pedro Alves + + * 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 + + * 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 + + * 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 + Pedro Alves + + * 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 + + * common/hash_enum.h: New file. + +2017-12-08 Jan Kratochvil + + * 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 + + * 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 + Pedro Alves + + * 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 &)): 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 + Pedro Alves + + * 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 + + * dtrace-probe.c (dtrace_process_dof_probe): Do not declare a new + "expression_up" inside the TRY block. + +2017-12-08 Yao Qi + + * breakpoint.c (update_watchpoint): Call + address_significant. + +2017-12-08 Yao Qi + + * breakpoint.c (adjust_breakpoint_address): Call + address_significant. + +2017-12-08 Yao Qi + + * 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 + + * printcmd.c (ui_printf): Update. Use std::vector. + * common/format.h (struct format_piece): Add constructor. + : 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 + + PR breakpionts/22567 + * linespec.c (minsym_found): Set sal.section. + +2017-12-08 Andreas Arnez + + * configure.tgt (s390*-*-linux*): Add symfile-mem.o. + +2017-12-07 Keith Seitz + + 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 + + * 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) : + 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) : 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 + + PR breakpoints/22511: + * breakpoint.c (commands_command_1): Don't throw an exception when + no commands have been read. + +2017-12-07 Adam Stylinski + + PR c++/21222 + * target-descriptions.c (print_c_tdesc::visit_pre): Change type of + range-for variable. + +2017-12-07 Simon Marchi + + * common/selftest.h (struct selftest): Add virtual destructor. + +2017-12-07 Phil Muldoon + + * 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 + + * 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 + + * 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) : Use + gdb::array_view and bool. + (target_set_syscall_catchpoint): Likewise. + +2017-12-06 Simon Marchi + + * break-catch-syscall.c (catch_syscall_completer): Get pointers + to syscall group strings after building the string vector. + +2017-12-06 Pedro Alves + + * 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 + + * target-descriptions.c (struct tdesc_feature) : Use + tdesc_reg_up typedef. + (struct target_desc) : Use tdesc_feature_up typedef. + +2017-12-05 Simon Marchi + + * target-descriptions.c (struct tdesc_type): Use default + destructor. + : Remove. + : 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) : Remove overload with tdesc_type + parameter, add overloads for tdesc_type_builtin, + tdesc_type_with_fields and tdesc_type_vector. + : Remove. + : 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) : 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 + + * 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. + : 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 + + * target-descriptions.c (tdesc_type_field): Remove typedef. + (DEF_VEC_O (tdesc_type_field)): Remove. + (struct tdesc_type_field): Add constructor. + : Change type to std::string. + (struct tdesc_type) : Instantiate vector if the type + kind uses it. + <~tdesc_type>: Destroy vector if the type kind uses it. + : 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) : Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (struct tdesc_type) : Change type + to std::string. + <~tdesc_type>: Don't manually free name. + : Adjust. + (tdesc_named_type): Adjust. + (tdesc_find_type): Adjust. + (tdesc_gdb_type): Adjust. + (class print_c_tdesc) : Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (tdesc_type_p): Remove typedef. + (DEF_VEC_P (tdesc_type_p)): Remove. + (struct tdesc_feature) : Change type to std::vector. + <~tdesc_feature>: Replace with default implementation. + : 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 + + * target-descriptions.c (struct tdesc_reg) : Change + type of name_ parameter, adjust to std::string change. + : Change type to std::string. + <~tdesc_reg>: Replace with default implementation. + : Adjust. + (tdesc_find_register_early): Adjust. + (tdesc_register_name): Adjust. + (tdesc_register_type): Adjust. + (tdesc_register_in_reggroup_p): Adjust. + (class print_c_tdesc) : Adjust. + (class print_c_feature) : Adjust. + * features/arc-arcompact.c: Re-generate. + * features/arc-v2.c: Re-generate. + +2017-12-05 Simon Marchi + + * target-descriptions.c (tdesc_reg_p): Remove typedef. + (DEF_VEC_P (tdesc_reg_p)): Remove. + (struct tdesc_feature) : Change type to std::vector. + <~tdesc_feature>: Don't manually free registers. + : Adjust. + : Adjust. + (tdesc_has_registers): Adjust. + (tdesc_find_register_early): Adjust. + (tdesc_use_registers): Adjust. + (tdesc_create_reg): Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (tdesc_feature) : Change type to + std::string. + <~tdesc_feature>: Don't manually free name. + : Adjust. + (tdesc_find_feature): Adjust. + (tdesc_feature_name): Adjust. + (class print_c_tdesc) : Adjust. + (class print_c_feature) : Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (tdesc_feature_p): Remove typedef. + (DEF_VEC_P (tdesc_feature_p)): Remove. + (struct target_desc) : Change type to std::vector. + <~target_desc>: Replace with default implementation. + : Adjust. + : Adjust. + (tdesc_has_registers): Adjust. + (tdesc_find_feature): Adjust. + (tdesc_use_registers): Adjust. + (tdesc_create_feature): Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (arch_p): Remove typedef. + (DEF_VEC_P (arch_p)): Remove. + (struct target_desc) : Change type to std::vector. + <~target_desc>: Don't manually free compatible. + (tdesc_compatible_p): Adjust. + (tdesc_add_compatible): Adjust. + (class print_c_tdesc) : Adjust. + +2017-12-05 Simon Marchi + + * target-descriptions.c (property_s): Remove typedef. + (DEF_VEC_O (property_s)): Remove. + (struct target_desc) : Make an std::vector. + <~target_desc>: Don't manually free properties. + (tdesc_property): Adjust. + (set_tdesc_property): Adjust. + (class print_c_tdesc) : Adjust. + +2017-12-05 Simon Marchi + + * common/gdb_assert.h (gdb_static_assert): Redefine using + static_assert. + +2017-12-05 Simon Marchi + + * 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 + + * NEWS: Mention Rust trait object inspection. + +2017-12-04 Pedro Alves + + 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 + + * target.h (mem_region_vector): Remove. + (struct target_ops) : Change return type to + std::vector. + * 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 + + * 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 + + * common/poison.h (XDELETE): Fix typo. + +2017-12-01 Andrew Cagney + Joel Brobecker + Sergio Durigan Junior + + * 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) : 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 + + * 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 + + * 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 + + * Makefile.in (all_deps_files): New variable. + Include .Po files using all_deps_files. + +2017-12-01 Joel Brobecker + + * MAINTAINERS: Update list of maintainers, moving those who + stepped down or became inactive to the "Past Maintainers" + section. + +2017-11-30 Rainer Orth + + * 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 + + * sol-thread.c (info_solthreads): Constify args. + Cast args to void *. + +2017-11-29 John Baldwin + + * target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T. + +2017-11-29 Joel Brobecker + + * 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 + + PR c++/19436 + * NEWS: Mention setting breakpoints on functions with C++ ABI + tags. + * completer.h (completion_match_for_lcd) : New methods. + : Consider ignored ranges. + : Clear ignored ranges. + : 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 + + PR c++/19436 + * NEWS: Mention setting breakpoints on functions with C++ ABI + tags. + * completer.h (completion_match_for_lcd) : New methods. + : Consider ignored ranges. + : Clear ignored ranges. + : 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 + + * 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 + + * 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 + + * 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 + + * Makefile.in (distclean): Handle the case where rmdir fails. + +2017-11-29 Tom Tromey + + * symfile.c (_initialize_symfile): Update usage text for + add-symbol-file, symbol-file, load. + +2017-11-29 Tom Tromey + + * 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 + + * Makefile.in (REMOTE_OBS): Remove. + (SFILES): Remove remote sources. + (COMMON_SFILES): Add remote sources. + (ALLDEPFILES): Remove dcache.c. + +2017-11-27 Tom Tromey + + * 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 * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,