X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=3843e12710bd79f39815bae8421e14cf4664144b;hb=b9a3f8429b012b753e30a4222bd8e4cbba019fad;hp=9bc8f996fd41344084ea91c0343b7d611f529292;hpb=d4e05d2fea956e65618fc12c57fb81e8788ef07d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bc8f996fd..3843e12710 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,703 @@ +2019-06-13 Pedro Alves + + * thread.c (thread_apply_command): Adjust TID parsing. + * tid-parse.c (tid_range_parser::finished): Ensure parsing end is + detected before end of string. + (tid_is_in_list): Error out if LIST is invalid. + +2019-06-13 Pedro Alves + + * completer.c (complete_line_internal_1): Rewind completion word + point. + (completion_tracker::advance_custom_word_point_by): Change + parameter type to int. + * completer.h (completion_tracker::advance_custom_word_point_by): + Likewise. + +2019-06-13 Pedro Alves + + * completer.c (advance_to_completion_word): Handle delimiters. + +2019-06-11 Bernhard Heckel + + * dwarf2read.c (add_partial_symbol): Skip nameless modules. + +2019-06-11 Tom Tromey + + * common/common-utils.c (xmalloc, xrealloc, xcalloc) + (xmalloc_failed): Move to alloc.c. + * alloc.c: New file. + * Makefile.in (COMMON_SFILES): Add alloc.c. + +2019-06-11 Tom Tromey + + * nat/linux-waitpid.c: Don't include server.h. + (linux_debug): Remove. + (my_waitpid): Update. + +2019-06-11 Tom Tromey + + * infcall.c (_initialize_infcall): Remove trailing newline from + help. + * user-regs.c (_initialize_user_regs): Remove trailing newline + from help. + * typeprint.c (_initialize_typeprint): Remove trailing newline + from help. + * reverse.c (_initialize_reverse): Remove trailing newlines from + help. + * tracepoint.c (_initialize_tracepoint): Remove trailing newlines + from help. + * language.c (add_set_language_command): Remove trailing newline + from help. + * infcmd.c (_initialize_infcmd): Remove trailing newlines from + help. + * disasm.c (_initialize_disasm): Remove trailing newline from + help. + * top.c (init_main): Remove trailing newline from help. + * interps.c (_initialize_interpreter): Remove trailing newline + from help. + * btrace.c (_initialize_btrace): Remove trailing newlines from + help. + * breakpoint.c (_initialize_breakpoint): Remove trailing newline + from help. + * python/python.c (_initialize_python): Remove trailing newline + from help. + * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from + help. + * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines + from help. Reformat some text. + * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline + from help. + * tui/tui-layout.c (_initialize_tui_layout): Remove trailing + newline from help. + +2019-06-11 Tom Tromey + + * darwin-nat.c (darwin_decode_exception_message) + (darwin_decode_message, darwin_nat_target::kill): Fix shadowing. + +2019-06-10 Andrew Burgess + + * valops.c (value_slice): Check for not allocated or not + associated values. + +2019-06-10 Tom de Vries + + PR gdb/24618 + * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make + sure an empty slot (defined by a 32-bit zero pair) is recognized as + invalid. + +2019-06-10 Tom de Vries + + PR gdb/24611 + * linespec.c (linespec_lexer_lex_string): Remove incorrect + "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert. + +2019-06-10 Tom de Vries + + PR symtab/24545 + * symtab.c (struct demangled_name_entry): Add language field. + (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate + static minimal symbol". Set and use language field. + +2019-06-10 Tom Tromey + + * ada-lang.c (_initialize_ada_language): Update help text. + +2019-06-10 Tom Tromey + + * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning + with a newline. + * guile/guile.c (handle_boot_error): Don't end warning with a + newline. + * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end + warning with a newline. + * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a + newline. + (s12z_frame_cache): Likewise. + * dwarf-index-cache.c (index_cache::store): Don't end warning with + a newline. + * solib-svr4.c (disable_probes_interface): Don't end warning with + a newline. + * nat/fork-inferior.c (fork_inferior): Don't end warning with a + newline. + * python/python.c (do_finish_initialization): Don't end warning + with a newline. + +2019-06-10 Tom Tromey + + * python/py-breakpoint.c (gdbpy_breakpoint_created) + (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use + gdbpy_enter. + +2019-06-10 Tom Tromey + + * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile + data. + (elf_new_init): Don't call stabsread_new_init. + * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data. + (elfstab_build_psymtabs): Likewise. Call stabsread_new_init. + * coffread.c (coff_symfile_init): Don't set the dbx objfile data. + +2019-06-10 Tom de Vries + + PR symtab/16264 + PR symtab/24517 + * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram. + +2019-06-06 Руслан Ижбулатов + + * source.c (find_and_open_source): Also rewrite relative file + names. + +2019-04-26 Amos Bird + + * annotate.c (annotate_thread_exited): Add "thread-exited" + annotation. + +2019-06-06 Tom Tromey + + * maint.h (class scoped_command_stats): Use + DISABLE_COPY_AND_ASSIGN. + : New method. + * maint.c (scoped_command_stats, ~scoped_command_stats): Call + print_time. + (scoped_command_stats::print_time): New method. + +2019-06-05 Andrew Burgess + + * riscv-tdep.c (riscv_insn::decode): Gracefully ignore + instructions of lengths 6 or 8 bytes. + +2019-06-04 Pedro Alves + + * common/gdb_unique_ptr.h (make_unique_xstrdup): New. + + * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup. + * breakpoint.c (condition_completer): Likewise. + * cli/cli-dump.c (scan_expression): Likewise. + * common/filestuff.c (mkdir_recursive): Likewise. + * common/gdb_tilde_expand.c (gdb_tilde_expand_up) + * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile) + (gdb_abspath): Likewise. + * compile/compile-cplus-types.c + (compile_cplus_instance::decl_name): Likewise. + * completer.c (complete_explicit_location): + (signal_completer, reg_or_group_completer_1): Likewise. + * cp-support.c (cp_remove_params_if_any): Likewise. + * fbsd-tdep.c (fbsd_core_vnode_path): Likewise. + * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise. + * infcmd.c (strip_bg_char): Likewise. + * linespec.c (copy_token_string): Likewise. + * mi/mi-main.c (output_cores): Likewise. + * psymtab.c (psymtab_search_name): + * symfile.c (test_set_ext_lang_command): Likewise. + * target.c (target_fileio_read_stralloc): Likewise. + * tui/tui-regs.c (tui_reggroup_completer): Likewise. + * value.c (complete_internalvar): Likewise. + +2019-06-04 Christian Biesinger + + Add objfile property to gdb.Type. + * NEWS: Mention Python API addition. + * python/py-type.c (typy_get_objfile): New method. + +2019-06-03 Philippe Waroquiers + + * NEWS: Mention the new set|show style [title|highlight]. + Mention changes to "show style", "help" and "apropos". + +2019-06-03 Philippe Waroquiers + + * cli/cli-decode.h (apropos_cmd): Add verbose argument. + * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command + instead of print_help_for_command. + (print_doc_of_command): New function. + (help_list): Add 'apropos -v word' suggestion. + (print_help_for_command): Style the command name using title style. + * cli/cli-cmds.c (apropos_command): Parse optional -v flag. + (_initialize_cli_cmds): Describe -v in apropos_command help. + +2019-06-03 Philippe Waroquiers + + * cli/cli-style.h (cli_style_option): Add name in constructor, + add m_name class member, add constructor with intensity, + add name class function. + (cli_style_option::add_setshow_commands): Remove name argument. + (highlight_style, title_style): New styles. + * cli/cli-style.c (do_show): New function that shows a style + characteristic styling the style name with itself. + (set_style_name): New function. + (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments. + Update all callers according to the changes in cli/cli-style.h. + * utils.h (fputs_highlighted): New function. + * utils.c (fputs_highlighted): Likewise. + +2019-05-31 Philippe Waroquiers + + * NEWS: Mention new pipe command and new convenience variables. + +2019-05-31 Philippe Waroquiers + + * cli/cli-cmds.c (pipe_command): New function. + (_initialize_cli_cmds): Call add_com for pipe_command. + Define | as an alias for pipe. + (exit_status_set_internal_vars): New function. + (shell_escape): Call exit_status_set_internal_vars. + cli/cli-decode.c (find_command_name_length): Recognize | as + a single character command. + +2019-05-31 Philippe Waroquiers + + * gdbcmd.h (execute_command_to_ui_file): New declaration. + top.c (execute_command_to_ui_file): New function, mostly a copy + of execute_command_to_string. + (execute_command_to_string): Implement by calling + execute_command_to_ui_file. + +2019-05-31 Philippe Waroquiers + + * top.h (saved_command_line): Remove declaration. + * top.c (previous_saved_command_line, previous_repeat_arguments): + New variables. + (saved_command_line): Make static, define together with other + 'repeat variables'. + (dont_repeat): Clear repeat_arguments. + (repeat_previous, get_saved_command_line, save_command_line): + New functions. + (gdb_init): Initialize saved_command_line + and previous_saved_command_line. + * main.c (captured_main_1): Remove saved_command_line initialization. + * event-top.c (handle_line_of_input): Update to use + the new 'repeat' related functions instead of direct access to + saved_command_line. + * command.h (repeat_previous, get_saved_command_line, + save_command_line): New declarations. + (dont_repeat): Add comment. + +2019-05-30 Tom Tromey + + * gdbtypes.h (struct range_bounds) : + Fix comment. + (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment. + +2019-05-30 Jan Vrany + + PR cli/24587 + * completer.c (complete): Initialize variable word. + +2019-05-29 Sergio Durigan Junior + + Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 + Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008 + * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if + 'body' is NULL to the outter 'if', protecting the '!is_define' + situation as well. + +2019-05-29 Tom Tromey + + * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name. + (dwarf_unknown): New function. + (dwarf_tag_name, dwarf_attr_name, dwarf_form_name) + (dwarf_type_encoding_name): Use dwarf_unknown. + +2019-05-29 Tom Tromey + + PR c++/20020: + * cp-valprint.c (cp_print_value_fields): Call + cp_print_static_field inside "try". + +2019-05-29 Tom Tromey + + * inflow.c (struct terminal_info): Add default operator=. + * configure: Rebuild. + * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy, + -Wdeprecated-copy-dtor, -Wredundant-move. + +2019-05-29 Tom Tromey + + * NEWS: Add entry. + * infcmd.c (print_return_value_1): Handle finish_print + option. + (show_print_finish): New function. + (_initialize_infcmd): Add "set/show print finish" commands. + * valprint.c (user_print_options): Initialize new member. + * valprint.h (struct value_print_options) : New + member. + +2019-05-28 Tom Tromey + + * ada-lang.c (ada_remove_Xbn_suffix) + (find_old_style_renaming_symbol) + (parse_old_style_renaming): Remove. + (ada_find_renaming_symbol): Don't call + find_old_style_renaming_symbol. + (ada_is_renaming_symbol): Rename from + ada_find_renaming_symbol. Remove "block" parameter. Return + bool. Now static. + (ada_read_var_value): Update and simplify. + * ada-exp.y (write_var_or_type): Remove old code. + +2019-05-28 Alan Hayward + + * event-top.c: Remove include comment. + * inflow.c (class scoped_ignore_sigttou): Move from here... + * inflow.h (class scoped_ignore_sigttou): ...to here. + * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain. + * top.c: Remove include comment. + +2019-05-27 Tom Tromey + + * NEWS: Fix typo. + +2019-05-22 Tom Tromey + + * target.c (target_follow_exec): Constify parameter. + * target-delegates.c: Rebuild. + * remote.c (remote_target::follow_exec): Constify parameter. + * infrun.c (follow_exec): Constify parameter. + * target.h (struct target_ops) : Constify parameter. + (target_follow_exec): Likewise. + +2019-05-22 Alan Hayward + + * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat + DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets. + +2019-05-22 Alan Hayward + + * NEWS: Add debugredirect and testsuite sections. + +2019-05-22 Simon Cook + + * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from + target descriptions using exclusively floating point register name + aliases. + +2019-05-21 Andrew Burgess + + PR gdb/18644: + * f-lang.c (build_fortran_types): Handle the case where + gdbarch_floatformat_for_type returns a nullptr. + +2019-05-21 Tom de Vries + + PR cli/24587 + * cli/cli-cmds.c (complete_command): Fix use of unitialized variable. + +2019-05-18 Andrew Burgess + + PR gdb/18644: + * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for + 16-byte floats. + * i386-tdep.c (i386_floatformat_for_type): Use + floatformats_ia64_quad for the 16-byte floating point component + within a fortran 32-byte complex number. + +2019-05-18 Andrew Burgess + + * dwarf2read.c (struct cu_partial_die_info): Add constructor, + delete default constructor. + (find_partial_die): Update to return const struct. + (partial_die_parent_scope): Move variable declaration into scope + of its use and change its type to auto. + (guess_partial_die_structure_name): Likewise. + (partial_die_info::fixup): Likewise. + +2019-05-17 Tom Tromey + + * source.c (find_and_open_source): Remove cast. + +2019-05-17 Tom Tromey + + * annotate.c (annotate_source): Make "filename" const. + * annotate.h (annotate_source): Use const. + +2019-05-17 Alan Hayward + + * disasm.c (set_disassembler_options): Send errors to stderr. + +2019-05-17 Alan Hayward + + * cli/cli-interp.c (struct saved_output_files): Add saved entry. + (cli_interp_base::set_logging): Check debug_redirect. + * cli/cli-interp.h (set_logging): Add debug_redirect parameter. + * cli/cli-logging.c (debug_redirect): Add static variable. + (pop_output_files): Add default param. + (handle_redirections): Print debug setting. + (show_logging_command): Likewise. + (_initialize_cli_logging): Add debugredirect command. + * interps.c (current_interp_set_logging): Add debug_redirect + parameter. + * interps.h (set_logging): Add debug_redirect parameter. + (current_interp_set_logging): Likewise. + * mi/mi-common.h: Likewise. + * mi/mi-interp.c (mi_interp::set_logging): Likewise. + +2019-05-17 Alan Hayward + Tom Tromey + + * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file + directly. + * cli/cli-interp.h (make_logging_output): Remove declaration. + * cli/cli-logging.c (make_logging_output): Remove function. + * mi/mi-interp.c (mi_interp::set_logging): Create tee_file + directly. + * ui-file.c (tee_file::tee_file): Remove bools. + (tee_file::~tee_file): Remove deletes. + * ui-file.h (tee_file): Remove bools. + +2019-01-28 Jan Vrany + + * mi/mi-cmds.h (mi_cmd_complete): New function. + * mi/mi-main.c (mi_cmd_complete): Likewise. + * mi/mi-cmds.c: Define new MI command -complete. + * NEWS: Mention new -complete command. + +2019-01-24 Jan Vrany + + * completer.h (complete): New function. + * completer.c (complete): Likewise. + * cli/cli-cmds.c: (complete_command): Update to use new complete() + function defined in completer.h. + +2019-05-17 Jan Vrany + + * MAINTAINERS (Write After Approval): Add myself. + +2019-05-17 Tom de Vries + + PR gdb/24094 + * dwarf2read.c (struct cu_partial_die_info): New struct. + (find_partial_die): Return cu_partial_die_info. + (partial_die_parent_scope, guess_partial_die_structure_name) + (partial_die_info::fixup): Handle new return type of find_partial_die. + +2019-05-16 Sergio Durigan Junior + + * stap-probe.c (stap_parse_register_operand): Make "regname" an + "std::string", simplifying the algorithm. + +2019-05-16 Sergio Durigan Junior + + * stap-probe.c (handle_stap_probe): Fix complaint formatting. + (stap_static_probe_ops::get_probes): Likewise. + +2019-05-16 Sergio Durigan Junior + + * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg == + '-')" and "else if". + (stap_parse_single_operand): Join checks for + "gdbarch_stap_parse_special_token_p" and + "gdbarch_stap_parse_special_token" in the same "if" statement. + Invert check when verifying for operation on register + displacement. + +2019-05-16 Sergio Durigan Junior + + * stap-probe.c (stap_get_opcode): Update comment. + (stap_get_expected_argument_type): Likewise. + (handle_stap_probe): Likewise. + +2019-05-16 Sergio Durigan Junior + + * i386-tdep.c (i386_stap_parse_special_token_triplet): Change + return type to 'bool'. Adjust comment. Use 'bool' when + appropriate. + (i386_stap_parse_special_token_three_arg_disp): Likewise. + * stap-probe.c (stap_parse_argument_1): Likewise. + (stap_is_operator): Likewise. + (stap_is_generic_prefix): Likewise. + (stap_is_register_prefix): Likewise. + (stap_is_register_indirection_prefix): Likewise. + (stap_is_integer_prefix): Likewise. + (stap_generic_check_suffix): Likewise. + (stap_check_integer_suffix): Likewise. + (stap_check_register_suffix): Likewise. + (stap_check_register_indirection_suffix): Likewise. + (stap_parse_register_operand): Likewise. + (stap_parse_single_operand): Likewise. + (stap_parse_argument_1): Likewise. + (stap_probe::get_argument_count): Likewise. + (stap_is_operator): Likewise. + +2019-05-16 Tom Tromey + + * darwin-nat.c (thread_info_from_private_thread_info): Add struct + keyword to foreach. + +2019-05-15 Simon Marchi + + * linux-thread-db.c (try_thread_db_load_1): Change return type + to bool. + (try_thread_db_load): Likewise. + (try_thread_db_load_from_pdir_1): Likewise. + (try_thread_db_load_from_pdir): Likewise. + (try_thread_db_load_from_sdir): Likewise. + (try_thread_db_load_from_dir): Likewise. + (thread_db_load_search): Likewise. + (has_libpthread): Likewise. + (thread_db_load): Likewise. + +2019-05-15 Sergio Durigan Junior + + Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 + * dwarf2read.c (parse_macro_definition): Check whether 'body' is + NULL, and complain/return if that's the case. + +2019-05-15 John Darrington + + * s12z-tdep.c (push_pull_get_stack_adjustment): New function. + (advance, posn, abstract_read_memory): New functions. + [struct mem_read_abstraction]: New struct. + (s12z_frame_cache): Use opcodes API to interpret stack frame code. + +2019-05-14 Tom Tromey + + * ada-lang.c (coerce_unspec_val_to_type): Only set address when + value is not lval_memory. + +2019-05-14 Tom Tromey + + * solib.c (info_sharedlibrary_command): Style the file name. + +2019-05-14 Alan Hayward + + * aarch64-tdep.c (aarch64_vnh_type): Add half view. + (aarch64_vnv_type): Likewise. + * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF. + * common/tdesc.c: Likewise. + * common/tdesc.h (enum tdesc_type_kind): Likewise. + * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate. + * features/aarch64-fpu.xml: Add ieee half view. + * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise. + * gdbtypes.c (gdbtypes_post_init): Add builtin_half + * gdbtypes.h (struct builtin_type): Likewise. + (struct objfile_type): Likewise. + +2019-05-12 Paul Naert + + * language.c (language_sniff_from_mangled_name): Fix "langauge" + typo. + * location.h (string_to_event_location): Likewise. + +2019-05-11 Joel Brobecker + + GDB 8.3 released. + +2019-05-10 Simon Marchi + + * breakpoint.h (fix_multi_location_breakpoint_output_globally): + New variable declaration. + * breakpoint.c (fix_multi_location_breakpoint_output_globally): + New variable. + (print_one_breakpoint): Use ui_out::test_flags and new global + variable to compute use_fixed_output. + * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed): + Remove. + * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove. + (mi_multi_location_breakpoint_output_fixed): Remove. + (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the + new variable. + * mi/mi-out.c (mi_ui_out::mi_ui_out): Set + fix_multi_location_breakpoint_output flag if version >= 3. + * ui-out.h (enum ui_out_flag) + : New enumerator. + +2019-05-10 Simon Marchi + + * contrib/cc-with-tweaks.sh: Validate dwz's work. + +2019-05-10 Tom Tromey + + * ada-lang.c (catch_ada_completer): New function. + (_initialize_ada_language): Use it. + +2019-05-10 Tom Tromey + + * thread.c (print_thread_info): Make "requested_threads" const. + * gdbthread.h (print_thread_info): Make "requested_threads" + const. + * ada-tasks.c (print_ada_task_info): Make "taskno_str" const. + * ada-lang.h (print_ada_task_info): Make "taskno_str" const. + +2019-05-08 Tom Tromey + + * gdbtypes.c (objfile_type_data): Change type. + (objfile_type, _initialize_gdbtypes): Update. + +2019-05-08 Tom Tromey + + * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type. + (dwarf2_frame_find_fde, dwarf2_build_frame_info) + (_initialize_dwarf2_frame): Update. + +2019-05-08 Tom Tromey + + * objc-lang.c (objc_objfile_data): Change type. + (find_methods): Update. + (_initialize_objc_lang): Remove. + +2019-05-08 Tom Tromey + + * stabsread.c (rs6000_builtin_type_data): Change type. + (rs6000_builtin_type, _initialize_stabsread): Update. + +2019-05-08 Tom Tromey + + * mips-tdep.c (mips_pdr_data): Remove. + (_initialize_mips_tdep): Update. + +2019-05-08 Tom Tromey + + * hppa-tdep.c (hppa_objfile_priv_data): Change type. + (hppa_init_objfile_priv_data, read_unwind_info) + (find_unwind_entry, _initialize_hppa_tdep): Update. + +2019-05-08 Tom Tromey + + * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type. + (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table + on obstack. + (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update. + +2019-05-08 Tom Tromey + + * mdebugread.c (basic_type_data): Change type. + (basic_type, _initialize_mdebugread): Update. + +2019-05-08 Tom Tromey + + * common/gdb_unique_ptr.h (struct noop_deleter): New. + +2019-05-08 Tom Tromey + + * nto-tdep.c (nto_inferior_data_reg): Change type. + (nto_inferior_data): Update. + (nto_inferior_data_cleanup, nto_new_inferior_data) + (_initialize_nto_tdep): Remove. + * nto-tdep.h (struct nto_inferior_data): Add initializers. + +2019-05-08 Tom Tromey + + * ada-lang.c (struct ada_inferior_data): Add initializers. + (ada_inferior_data): Change type. + (ada_inferior_data_cleanup): Remove. + (get_ada_inferior_data, ada_inferior_exit) + (struct ada_pspace_data): Add initializers, destructor. + (ada_pspace_data_handle): Change type. + (get_ada_pspace_data): Update. + (ada_pspace_data_cleanup): Remove. + +2019-05-08 Tom Tromey + + * coffread.c (struct coff_symfile_info): Add initializers. + (coff_objfile_data_key): Move lower. Change type. + (coff_symfile_init, coff_symfile_read, _initialize_coffread): + Update. + (coff_free_info): Remove. + 2019-05-08 Tom Tromey * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.