Use TUI_DISASM_WIN instead of tui_win_list array
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 213f2d03956e10271c56a5336b7904796d957dcf..532ab92b31d5398e64d5014cf2bac89dd26b184b 100644 (file)
+2020-02-22  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-disasm.c (tui_get_low_disassembly_address): Use
+       TUI_DISASM_WIN, not tui_win_list.
+
+2020-02-22  Tom Tromey  <tom@tromey.com>
+
+       * valprint.c (generic_val_print_enum_1)
+       (val_print_type_code_flags): Style member names.
+       * rust-lang.c (val_print_struct, rust_print_enum)
+       (rust_print_struct_def, rust_internal_print_type): Style member
+       names.
+       * p-valprint.c (pascal_object_print_value_fields): Style member
+       names.  Only call fprintf_symbol_filtered for static members.
+       * m2-typeprint.c (m2_record_fields, m2_enum): Style member names.
+       * f-valprint.c (f_val_print): Style member names.
+       * f-typeprint.c (f_type_print_base): Style member names.
+       * cp-valprint.c (cp_print_value_fields): Style member names.  Only
+       call fprintf_symbol_filtered for static members.
+       (cp_print_class_member): Style member names.
+       * c-typeprint.c (c_print_type_1, c_type_print_base_1): Style
+       member names.
+       * ada-valprint.c (ada_print_scalar): Style enum names.
+       (ada_val_print_enum): Likewise.
+       * ada-typeprint.c (print_enum_type): Style enum names.
+
+2020-02-21  Tom Tromey  <tom@tromey.com>
+
+       * psympriv.h (struct partial_symtab): Update comment.
+
+2020-02-21  Tom Tromey  <tromey@adacore.com>
+
+       * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
+       type is CORE_ADDR.
+
+2020-02-21  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/25534
+       * psymtab.c (partial_symtab::read_dependencies): Don't read dependency
+       if dependencies[i]->user != NULL.
+
+2020-02-21  Ali Tamur  <tamur@google.com>
+
+       * dwarf2/read.c (dwarf2_name): Add null check.
+
+2020-02-20  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (dwarf2_find_containing_comp_unit): Use ">", not
+       ">=", in binary search.
+       (dwarf2_find_containing_comp_unit): New overload.
+       (run_test): New self-test.
+       (_initialize_dwarf2_read): Register new test.
+
+2020-02-20  Nelson Chu  <nelson.chu@sifive.com>
+
+       * riscv-tdep.c: Updated since the DECLARE_CSR is changed.
+       * riscv-tdep.h: Likewise.
+       * features/riscv/rebuild-csr-xml.sh: Generate the 64bit-csr.xml without
+       rv32-only CSR.
+       * features/riscv/64bit-csr.xml: Regenerated.
+
+2020-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Tom Tromey  <tom@tromey.com>
+
+       * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead
+       of 'fputc_unfiltered'.
+       (putchar_unfiltered): Call 'fputc_unfiltered'.
+       (fputc_unfiltered): Call 'fputs_unfiltered'.
+
+2020-02-20  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Add --with-python-libdir option.
+       * main.c: Use WITH_PYTHON_LIBDIR.
+
+2020-02-19  Tom Tromey  <tom@tromey.com>
+
+       * symtab.c (general_symbol_info::compute_and_set_names): Use
+       obstack_strndup.  Simplify call to symbol_set_demangled_name.
+
+2020-02-19  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/read.c (allocate_signatured_type_table,
+       allocate_dwo_unit_table, allocate_type_unit_groups_table,
+       allocate_dwo_file_hash_table, allocate_dwp_loaded_cutus_table):
+       Remove objfile parameter, update all callers.
+
+2020-02-19  Doug Evans  <dje@google.com>
+
+       PR rust/25535
+       * rust-lang.c (rust_print_enum): Apply embedded_offset to
+       rust_enum_variant calculation.
+
+2020-02-19  Tom Tromey  <tromey@adacore.com>
+
+       * mips-tdep.h (mips_pc_is_mips): Parameter type is CORE_ADDR.
+
+2020-02-19  Tom Tromey  <tromey@adacore.com>
+
+       * ada-lang.c (cache_symbol): Use obstack_strdup.
+
+2020-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * configure: Regenerate.
+
+2020-02-19  Tom Tromey  <tromey@adacore.com>
+
+       * python/python.c (do_start_initialization): Use XNEWVEC.  Remove
+       NULL check.
+
+2020-02-19  Maciej W. Rozycki  <macro@wdc.com>
+
+       * NEWS: Mention RISC-V GNU/Linux GDBserver support.
+
+2020-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * arch/riscv.c (struct riscv_gdbarch_features_hasher): Only define
+       if GDBSERVER is not defined.
+       (riscv_tdesc_cache): Likewise, also store const target_desc.
+       (STATIC_IN_GDB): Define.
+       (riscv_create_target_description): Update declaration with
+       STATIC_IN_GDB.
+       (riscv_lookup_target_description): New function, only define if
+       GDBSERVER is not defined.
+       * arch/riscv.h (riscv_create_target_description): Declare only
+       when GDBSERVER is defined.
+       (riscv_lookup_target_description): New declaration when GDBSERVER
+       is not defined.
+       * nat/riscv-linux-tdesc.c (riscv_linux_read_description): Rename to...
+       (riscv_linux_read_features): ...this, and return
+       riscv_gdbarch_features instead of target_desc.
+       * nat/riscv-linux-tdesc.h: Include 'arch/riscv.h'.
+       (riscv_linux_read_description): Rename to...
+       (riscv_linux_read_features): ...this.
+       * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
+       Update to use riscv_gdbarch_features and
+       riscv_lookup_target_description.
+       * riscv-tdep.c (riscv_find_default_target_description): Use
+       riscv_lookup_target_description instead of
+       riscv_create_target_description.
+
+2020-02-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * valprint.c (generic_val_print_enum_1): When printing a flag
+       enum with value 0 and there is no enumerator with value 0, print
+       just "0" instead of "(unknown: 0x0)".
+
+2020-02-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * valprint.c (generic_val_print_enum_1): Print unknown part of
+       flag enum in hex.
+
+2020-02-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/read.c (update_enumeration_type_from_children): Allow
+       flag enums to contain duplicate enumerators.
+       * valprint.c (generic_val_print_enum_1): Update comment.
+
+2020-02-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * dwarf2/read.c: Include "count-one-bits.h".
+       (update_enumeration_type_from_children): If an enumerator has
+       multiple bits set, don't treat the enumeration as a "flag enum".
+       * valprint.c (generic_val_print_enum_1): Assert that enumerators
+       of flag enums have 0 or 1 bit set.
+
+2020-02-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use an explicit
+       conversion.
+       * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
+       * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
+       * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
+       * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
+       * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
+
+2020-02-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
+
+2020-02-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Use
+       displaced_step_closure_up.
+       * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
+       (struct displaced_step_closure_up):
+       * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
+       * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
+       * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn):
+       Likewise.
+       * gdbarch.sh (displaced_step_copy_insn): Likewise.
+       * gdbarch.c, gdbarch.h: Re-generate.
+       * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Use
+       displaced_step_closure_up.
+       * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
+       * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
+       * infrun.h (displaced_step_closure_up): New type alias.
+       (struct displaced_step_inferior_state) <step_closure>: Change
+       type to displaced_step_closure_up.
+       * rs6000-tdep.c (ppc_displaced_step_copy_insn): Use
+       displaced_step_closure_up.
+       * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
+
+2020-02-14  Tom Tromey  <tom@tromey.com>
+
+       * minidebug.c (gnu_debug_key): New global.
+       (find_separate_debug_file_in_section): Use it.
+
+2020-02-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh (displaced_step_copy_insn): Change return type to an
+       std::unique_ptr.
+       * gdbarch.c: Re-generate.
+       * gdbarch.h: Re-generate.
+       * infrun.c (displaced_step_prepare_throw): Adjust to std::unique_ptr
+       change.
+       * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Change return
+       type to std::unique_ptr.
+       * aarch64-tdep.h (aarch64_displaced_step_copy_insn): Likewise.
+       * amd64-tdep.c (amd64_displaced_step_copy_insn): Likewise.
+       * amd64-tdep.h (amd64_displaced_step_copy_insn): Likewise.
+       * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
+       * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Likewise.
+       * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
+       * i386-tdep.h (i386_displaced_step_copy_insn): Likewise.
+       * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
+       * s390-tdep.c (s390_displaced_step_copy_insn): Likewise.
+
+2020-02-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * infrun.c (get_displaced_step_closure_by_addr): Adjust to
+       std::unique_ptr.
+       (displaced_step_clear): Rename to...
+       (displaced_step_reset): ... this.  Just call displaced->reset ().
+       (displaced_step_clear_cleanup): Rename to...
+       (displaced_step_reset_cleanup): ... this.
+       (displaced_step_prepare_throw): Adjust to std::unique_ptr.
+       (displaced_step_fixup): Likewise.
+       (resume_1): Likewise.
+       (handle_inferior_event): Restore child's memory before calling
+       displaced_step_fixup on the parent.
+       * infrun.h (displaced_step_inferior_state) <reset>: Adjust
+       to std::unique_ptr.
+       <step_closure>: Change type to std::unique_ptr.
+
+2020-02-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * arm-tdep.c: Include count-one-bits.h.
+       (cleanup_block_store_pc): Use count_one_bits.
+       (cleanup_block_load_pc): Use count_one_bits.
+       (arm_copy_block_xfer): Use count_one_bits.
+       (thumb2_copy_block_xfer): Use count_one_bits.
+       (thumb_copy_pop_pc_16bit): Use count_one_bits.
+       * arch/arm-get-next-pcs.c: Include count-one-bits.h.
+       (thumb_get_next_pcs_raw): Use count_one_bits.
+       (arm_get_next_pcs_raw): Use count_one_bits_l.
+       * arch/arm.c (bitcount): Remove.
+       * arch/arm.h (bitcount): Remove.
+
+2020-02-14  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first):
+       Update.
+       * dwarf2/loc.h (call_site_find_chain): Return unique_xmalloc_ptr.
+       * dwarf2/loc.c (call_site_find_chain_1): Return
+       unique_xmalloc_ptr.
+       (call_site_find_chain): Likewise.
+
+2020-02-14  Richard Biener  <rguenther@suse.de>
+
+       * dwarf2/read.c (lnp_state_machine::handle_special_opcode): Apply CSE
+       on expression with division operators.
+
+2020-02-13  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
+
+       * MAINTAINERS (Write After Approval): Adding myself.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * event-loop.c (event_data, gdb_event, event_handler_func):
+       Remove.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (dwarf2_frame_bfd_data): New global.
+       (dwarf2_frame_objfile_data): Add comment.
+       (find_comp_unit, set_comp_unit): New functions.
+       (dwarf2_frame_find_fde): Use find_comp_unit.
+       (dwarf2_build_frame_info): Use set_comp_unit.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (struct comp_unit) <objfile>: Remove.
+       (comp_unit): Don't initialize objfile.
+       (execute_cfa_program): Add text_offset parameter.
+       (execute_cfa_program_test, dwarf2_fetch_cfa_info)
+       (dwarf2_frame_cache): Update.
+       (dwarf2_build_frame_info): Don't set "objfile" member.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (decode_frame_entry_1): Add gdbarch parameter.
+       (decode_frame_entry): Likewise.
+       (dwarf2_build_frame_info): Update.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (struct comp_unit) <obstack>: New member.
+       (decode_frame_entry_1): Use the comp_unit obstack.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (struct comp_unit): Add initializers and
+       constructor.
+       (dwarf2_frame_objfile_data): Store a comp_unit.
+       (dwarf2_frame_find_fde): Update.
+       (dwarf2_build_frame_info): Use "new".
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.c (struct dwarf2_fde_table): Remove.
+       (dwarf2_fde_table): Typedef for std::vector.
+       (dwarf2_frame_objfile_data): Remove the deleter.  Now static.
+       (dwarf2_frame_find_fde, add_fde, decode_frame_entry_1)
+       (decode_frame_entry): Update.
+       (dwarf2_build_frame_info): Use "new".
+
+2020-02-12  Christian Biesinger  <cbiesinger@google.com>
+
+       * arm-tdep.c (arm_gdbarch_init): Update.
+       * arm-tdep.h (struct gdbarch_tdep) <have_fpa_registers,
+       have_wmmx_registers, have_vfp_pseudos, have_neon_pseudos,
+       have_neon, is_m>: Change to bool.
+
+2020-02-12  Christian Biesinger  <cbiesinger@google.com>
+
+       * arm-tdep.c (arm_dump_tdep): Print more fields of tdep.
+
+2020-02-12  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/loc.c (struct dwarf_expr_baton): Remove.
+
+2020-02-12  Hannes Domani  <ssbssa@yahoo.de>
+
+       * windows-tdep.c (struct windows_gdbarch_data): Add tib_ptr_type.
+       (windows_get_tlb_type): Use windows_gdbarch_data->tib_ptr_type.
+
+2020-02-11  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.h: Update comment.
+
+2020-02-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb_obstack.h (struct auto_obstack): Use
+       DISABLE_COPY_AND_ASSIGN.
+
+2020-02-11  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/frame.h (struct objfile): Don't forward declare.
+
+2020-02-11  Christian Biesinger  <cbiesinger@google.com>
+
+       * cris-tdep.c (cris_supply_gregset): Change signature to match
+       what struct regset expects.
+       (cris_regset): New struct.
+       (fetch_core_registers): Remove.
+       (cris_iterate_over_regset_sections): New function.
+       (_initialize_cris_tdep): Don't call deprecated_add_core_fns.
+       (cris_gdbarch_init): Call set_gdbarch_iterate_over_regset_sections.
+
+2020-02-11  Christian Biesinger  <cbiesinger@google.com>
+
+       * arch/arm.h (enum gdb_regnum): Add comment for the FP0..7
+       registers.
+
+2020-02-11  Christian Biesinger  <cbiesinger@google.com>
+
+       * arm-tdep.c (arm_dump_tdep): Add \n in fprintf.
+
+2020-02-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure: Re-generate.
+
+2020-02-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure: Re-generate.
+
+2020-02-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * acinclude: Update warning.m4 path.
+       * warning.m4: Move to gdbsupport.
+
+2020-02-11  Tom Tromey  <tromey@adacore.com>
+
+       * remote.c (remote_console_output): Update.
+       * printcmd.c (printf_command): Update.
+       * event-loop.c (gdb_wait_for_event): Update.
+       * linux-nat.c (sigchld_handler): Update.
+       * remote-sim.c (gdb_os_write_stdout): Update.
+       (gdb_os_flush_stdout): Update.
+       (gdb_os_flush_stderr): Update.
+       (gdb_os_write_stderr): Update.
+       * exceptions.c (print_exception): Update.
+       * remote-fileio.c (remote_fileio_func_read): Update.
+       (remote_fileio_func_write): Update.
+       * tui/tui.c (tui_enable): Update.
+       * tui/tui-interp.c (tui_interp::init): Update.
+       * utils.c (init_page_info): Update.
+       (putchar_unfiltered, fputc_unfiltered): Update.
+       (gdb_flush): Update.
+       (emit_style_escape): Update.
+       (flush_wrap_buffer, fputs_maybe_filtered): Update.
+       * ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
+       (ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
+       (stderr_file::write): Update.
+       (stderr_file::puts): Update.
+       * ui-file.h (ui_file_isatty, ui_file_write)
+       (ui_file_write_async_safe, ui_file_read, ui_file_flush)
+       (ui_file_puts): Don't declare.
+
+2020-02-10  Tom de Vries  <tdevries@suse.de>
+
+       * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL
+       sentinel to char *.
+
+2020-02-09  Tom de Vries  <tdevries@suse.de>
+
+       * dwarf2read.c (process_psymtab_comp_unit_reader): Append CU offset to
+       filename if it matches "<artificial>".
+
+2020-02-09  Hannes Domani  <ssbssa@yahoo.de>
+
+       * windows-tdep.c (struct enum_value_name): New struct.
+       (create_enum): New function.
+       (windows_get_siginfo_type): Create and use enum types.
+
+2020-02-09  Hannes Domani  <ssbssa@yahoo.de>
+
+       * NEWS: Mention $_siginfo support for Windows.
+       * windows-nat.c (handle_exception): Set siginfo_er.
+       (windows_nat_target::mourn_inferior): Reset siginfo_er.
+       (windows_xfer_siginfo): New function.
+       (windows_nat_target::xfer_partial): Call windows_xfer_siginfo.
+       * windows-tdep.c (struct windows_gdbarch_data): New struct.
+       (init_windows_gdbarch_data): New function.
+       (get_windows_gdbarch_data): New function.
+       (windows_get_siginfo_type): New function.
+       (windows_init_abi): Register windows_get_siginfo_type.
+       (_initialize_windows_tdep): Register init_windows_gdbarch_data.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (class cutu_reader) <cutu_reader,
+       init_tu_and_read_dwo_dies>: Remove "keep" parameter.
+       <keep>: Declare method.
+       <m_keep>: Remove member.
+       <~cutu_reader>: Remove.
+       (cutu_reader::init_tu_and_read_dwo_dies): Update.
+       (cutu_reader::cutu_reader): Update.
+       (cutu_reader::keep): Rename from ~cutu_reader.
+       (process_psymtab_comp_unit, build_type_psymtabs_1)
+       (process_skeletonless_type_unit, load_partial_comp_unit)
+       (load_full_comp_unit, dwarf2_read_addr_index)
+       (read_signatured_type): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
+       "want_partial_unit" parameter.
+       (process_psymtab_comp_unit): Change want_partial_unit to bool.
+       Inline check for DW_TAG_partial_unit.
+       (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
+       read.c.
+       * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
+       read.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_address): Move to comp-unit.c.
+       (dwarf2_rnglists_process, dwarf2_ranges_process)
+       (read_attribute_value, dwarf_decode_lines_1)
+       (var_decode_location, decode_locdesc): Update.
+       * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
+       read.c.  Remove "cu" parameter.
+       * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
+       method.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_attribute_value, read_indirect_string)
+       (read_indirect_line_string): Update.
+       * dwarf2/comp-unit.c (read_offset): Remove.
+       (read_comp_unit_head): Update.
+       * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
+       method.
+       (read_offset): Don't declare.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
+       * dwarf2/read.c (struct comp_unit_head): Move to
+       dwarf2/comp-unit.h.
+       (enum class rcuh_kind): Move to comp-unit.h.
+       (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
+       (read_comp_unit_head, error_check_comp_unit_head)
+       (read_and_check_comp_unit_head): Move to comp-unit.c.
+       (read_offset, dwarf_unit_type_name): Likewise.
+       (create_debug_type_hash_table, read_cutu_die_from_dwo)
+       (cutu_reader::cutu_reader, read_call_site_scope)
+       (find_partial_die, follow_die_offset): Update.
+       * dwarf2/comp-unit.h: New file, from dwarf2read.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_offset_1): Move to leb.c.
+       (read_abbrev_offset, read_offset, dwarf_decode_line_header)
+       (dwarf_decode_macro_bytes): Update.
+       * dwarf2/leb.c (read_offset): Rename; move from read.c.
+       * dwarf2/leb.h (read_offset): Declare.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (dwarf2_section_size): Remove.
+       (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
+       Update.
+       * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_initial_length): Move to leb.c.
+       * dwarf2/leb.h (read_initial_length): Declare.
+       * dwarf2/leb.c (read_initial_length): Move from read.c.  Add
+       handle_nonstd parameter.
+       * dwarf2/frame.c (read_initial_length): Remove.
+       (decode_frame_entry_1): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/loc.c (dwarf2_find_location_expression)
+       (dwarf_evaluate_loc_desc::get_tls_address)
+       (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
+       (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
+       (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
+       (dwarf2_compile_property_to_c)
+       (dwarf2_loc_desc_get_symbol_read_needs)
+       (dwarf2_compile_expr_to_ax, locexpr_describe_location)
+       (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
+       (loclist_describe_location, loclist_tracepoint_var_ref)
+       (loclist_generate_c_location): Update.
+       * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
+       * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
+       (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
+       (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
+       * dwarf2/read.c (dwarf2_per_cu_data::objfile)
+       (dwarf2_per_cu_data::addr_size)
+       (dwarf2_per_cu_data::ref_addr_size)
+       (dwarf2_per_cu_data::text_offset)
+       (dwarf2_per_cu_data::addr_type): Now methods.
+       (per_cu_header_read_in): Make per_cu "const".
+       (dwarf2_version): Remove.
+       (dwarf2_per_cu_data::int_type): Now a method.
+       (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
+       (set_die_type, read_array_type, read_subrange_index_type)
+       (read_tag_string_type, read_subrange_type): Update.
+       * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
+       offset_size, ref_addr_size, text_offset, addr_type, version,
+       objfile, int_type, addr_sized_int_type>: Declare methods.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
+       Move earlier.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.h (dwarf_line_debug): Declare.
+       * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
+       * dwarf2/read.c: Move line_header code to new files.
+       (dwarf_line_debug): No longer static.
+       * dwarf2/line-header.c: New file.
+       * dwarf2/line-header.h: New file.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (struct line_header) <file_full_name,
+       file_file_name>: Return unique_xmalloc_ptr.
+       (line_header::file_file_name): Update.
+       (line_header::file_full_name): Update.
+       (dw2_get_file_names_reader): Update.
+       (macro_start_file): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (struct line_header) <file_full_name,
+       file_file_name>: Declare methods.
+       (dw2_get_file_names_reader): Update.
+       (file_file_name): Now a method.
+       (file_full_name): Likewise.
+       (macro_start_file): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (dwarf_always_disassemble)
+       (show_dwarf_always_disassemble): Move to loc.c.
+       (_initialize_dwarf2_read): Move "always-disassemble" registration
+       to loc.c.
+       * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
+       * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c.  Now
+       static.
+       (show_dwarf_always_disassemble): Move from read.c.
+       (_initialize_dwarf2loc): Move always-disassemble from read.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (~dwarf2_per_objfile): Update.
+       (create_quick_file_names_table): Return htab_up.
+       (dw2_get_file_names_reader, dw2_forget_cached_source_info):
+       Update.
+       * dwarf2/read.h (struct dwarf2_per_objfile)
+       <quick_file_names_table>: Now htab_up.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/abbrev.c (abbrev_table::read): Simplify.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
+       Rewrite.
+       (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
+       * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
+       (abbrev_table::abbrev_table): No longer inline.
+       (ABBREV_HASH_SIZE): Remove.
+       (abbrev_table::m_abbrevs): Now an htab_up.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_cutu_die_from_dwo): Update.
+       (cutu_reader): Update.
+       (build_type_psymtabs_1): Update.
+       * dwarf2/abbrev.c (abbrev_table::read): Rename.
+       (abbrev_table::alloc_abbrev): Update.
+       * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
+       (abbrev_table::read): New static method, renamed from
+       abbrev_table_read_table.
+       (abbrev_table::alloc_abbrev)
+       (abbrev_table::add_abbrev): Now private.
+       (abbrev_table::abbrev_table): Now private.
+       (abbrev_table::m_abbrev_obstack): Now private.  Rename.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
+       * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
+       htab_up.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
+       htab_up.
+       (lookup_dwo_unit_in_dwp): Update.
+       (allocate_dwp_loaded_cutus_table): Return htab_up.  Don't allocate
+       on obstack.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
+       obstack.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
+       line_header_hash.
+       (handle_DW_AT_stmt_list): Update.  Don't allocate on obstack.
+       * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
+       Change type to htab_up.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (allocate_type_unit_groups_table): Return
+       htab_up.  Don't allocate on obstack.
+       (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
+       * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
+       Change type to htab_up.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
+       Change type to htab_up.
+       * dwarf2/read.c (create_signatured_type_table_from_index)
+       (create_signatured_type_table_from_debug_names)
+       (create_all_type_units, add_type_unit)
+       (lookup_dwo_signatured_type, lookup_signatured_type)
+       (process_skeletonless_type_unit): Update.
+       (create_debug_type_hash_table, create_debug_types_hash_table):
+       Change type of types_htab.
+       (allocate_signatured_type_table, allocate_dwo_unit_table): Return
+       htab_up.  Don't allocate on obstack.
+       (create_cus_hash_table): Change type of cus_htab parameter.
+       (struct dwo_file) <cus, tus>: Now htab_up.
+       (lookup_dwo_signatured_type, lookup_dwo_cutu)
+       (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
+       (queue_and_load_all_dwo_tus): Update.
+       * dwarf2/index-write.c (write_gdbindex): Update.
+       (write_debug_names): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.h (struct dwarf2_queue_item): Move from
+       dwarf2/read.c.  Remove "next" member.  Add constructor ntad
+       destructor.
+       (struct dwarf2_per_objfile) <queue>: New member.
+       * dwarf2/read.c (struct dwarf2_queue_item): Move to
+       dwarf2/read.h.
+       (dwarf2_queue, dwarf2_queue_tail): Remove.
+       (class dwarf2_queue_guard): Add parameter to constructor.  Use
+       DISABLE_COPY_AND_ASSIGN.
+       <m_per_objfile>: New member.
+       <~dwarf2_queue_guard>: Rewrite.
+       (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
+       Update.
+       (~dwarf2_queue_item): New.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (struct die_info) <has_children>: New member.
+       (dw2_get_file_names_reader): Remove has_children.
+       (dw2_get_file_names): Update.
+       (read_cutu_die_from_dwo): Remove has_children.
+       (cutu_reader::init_tu_and_read_dwo_dies)
+       (cutu_reader::cutu_reader): Update.
+       (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
+       Remove has_children.
+       (build_type_psymtabs_1, process_skeletonless_type_unit)
+       (load_partial_comp_unit, load_full_comp_unit): Update.
+       (create_dwo_cu_reader): Remove has_children.
+       (create_cus_hash_table, read_die_and_children): Update.
+       (read_full_die_1,read_full_die): Remove has_children.
+       (read_signatured_type): Update.
+       (class cutu_reader) <has_children>: Remove.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/expr.c: Rename from dwarf2expr.c.
+       * dwarf2/expr.h: Rename from dwarf2expr.h.
+       * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
+       * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
+       * dwarf2/frame.c: Rename from dwarf2-frame.c.
+       * dwarf2/frame.h: Rename from dwarf2-frame.h.
+       * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
+       * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
+       * dwarf2/index-common.c: Rename from dwarf-index-common.c.
+       * dwarf2/index-common.h: Rename from dwarf-index-common.h.
+       * dwarf2/index-write.c: Rename from dwarf-index-write.c.
+       * dwarf2/index-write.h: Rename from dwarf-index-write.h.
+       * dwarf2/loc.c: Rename from dwarf2loc.c.
+       * dwarf2/loc.h: Rename from dwarf2loc.h.
+       * dwarf2/read.c: Rename from dwarf2read.c.
+       * dwarf2/read.h: Rename from dwarf2read.h.
+       * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
+       amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
+       compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
+       compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
+       gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
+       hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
+       i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
+       m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
+       msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
+       riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
+       s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
+       sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
+       tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
+       Update.
+       * Makefile.in (COMMON_SFILES): Update.
+       (HFILES_NO_SRCDIR): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
+       (init_cu_die_reader, read_cutu_die_from_dwo): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.h (struct die_info): Don't declare.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.h (die_info_ptr): Remove typedef.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (read_call_site_scope)
+       (handle_data_member_location, dwarf2_add_member_fn)
+       (mark_common_block_symbol_computed, read_common_block)
+       (attr_to_dynamic_prop, partial_die_info::read)
+       (var_decode_location, dwarf2_fetch_die_loc_sect_off)
+       (dwarf2_symbol_mark_computed, set_die_type): Update.
+       * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
+       method.
+       (attr_form_is_block): Don't declare.
+       * dwarf2/attribute.c (attribute::form_is_block): Now a method.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (dwarf2_find_base_address, )
+       (read_call_site_scope, rust_containing_type)
+       (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
+       (handle_data_member_location, dwarf2_add_member_fn)
+       (get_alignment, read_structure_type, process_structure_scope)
+       (mark_common_block_symbol_computed, read_common_block)
+       (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
+       (partial_die_info::read, read_attribute_value, new_symbol)
+       (lookup_die_type, dwarf2_get_ref_die_offset)
+       (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
+       (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
+       (dwarf2_symbol_mark_computed): Update.
+       * dwarf2/attribute.h (struct attribute) <value_as_address,
+       form_is_section_offset, form_is_constant, form_is_ref>: Declare
+       methods.
+       (value_as_address, attr_form_is_section_offset)
+       (attr_form_is_constant, attr_form_is_ref): Don't declare.
+       * dwarf2/attribute.c (attribute::value_as_address)
+       (attribute::form_is_section_offset, attribute::form_is_constant)
+       (attribute::form_is_ref): Now methods.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (struct attribute, DW_STRING)
+       (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
+       (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
+       (attr_form_is_block, attr_form_is_section_offset)
+       (attr_form_is_constant, attr_form_is_ref): Move.
+       * dwarf2/attribute.h: New file.
+       * dwarf2/attribute.c: New file, from dwarf2read.c.
+       * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (abbrev_table_up, struct abbrev_info)
+       (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
+       Move.
+       (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
+       (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
+       (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
+       abbrev.c.
+       * dwarf2/abbrev.h: New file.
+       * dwarf2/abbrev.c: New file, from dwarf2read.c.
+       * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
+       (dwarf2_section_size, dwarf2_get_section_info)
+       (create_signatured_type_table_from_debug_names)
+       (create_addrmap_from_aranges, read_debug_names_from_section)
+       (get_gdb_index_contents_from_section, read_comp_unit_head)
+       (error_check_comp_unit_head, read_abbrev_offset)
+       (create_debug_type_hash_table, init_cu_die_reader)
+       (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
+       (read_comp_units_from_section, create_cus_hash_table)
+       (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
+       (create_dwp_v2_section, dwarf2_rnglists_process)
+       (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
+       (abbrev_table_read_table, read_indirect_string_at_offset_from)
+       (read_indirect_string_from_dwz, read_addr_index_1)
+       (read_str_index, dwarf_decode_line_header, skip_form_bytes)
+       (dwarf_decode_macro_bytes, dwarf_decode_macros)
+       (fill_in_loclist_baton): Update.
+       * dwarf2/section.h (struct dwarf2_section_info) <get_name,
+       get_containing_section, get_bfd_owner, get_bfd_section,
+       get_file_name, get_id, get_flags, empty, read>: Declare methods.
+       (dwarf2_read_section, get_section_name, get_section_file_name)
+       (get_containing_section, get_section_bfd_owner)
+       (get_section_bfd_section, get_section_name, get_section_file_name)
+       (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
+       declare.
+       * dwarf2/section.c (dwarf2_section_info::get_containing_section)
+       (dwarf2_section_info::get_bfd_owner)
+       (dwarf2_section_info::get_bfd_section)
+       (dwarf2_section_info::get_name)
+       (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
+       (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
+       (dwarf2_section_info::read): Now methods.
+       * dwarf-index-write.c (class debug_names): Update.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
+       Move to dwarf2/section.h.
+       * dwarf2read.c (get_containing_section, get_section_bfd_owner)
+       (get_section_bfd_section, get_section_name)
+       (get_section_file_name, get_section_id, get_section_flags)
+       (dwarf2_section_empty_p, dwarf2_read_section): Moe to
+       dwarf2/section.c.
+       * dwarf2/section.h: New file.
+       * dwarf2/section.c: New file, from dwarf2read.c.
+       * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
+
+2020-02-08  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.h (read_unsigned_leb128): Don't declare.
+       * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
+       (read_2_signed_bytes, read_3_bytes, read_4_bytes)
+       (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
+       (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
+       * dwarf2/leb.h: New file, from dwarf2read.c.
+       * dwarf2/leb.c: New file, from dwarf2read.c.
+       * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
+       Remove.
+       * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
+       (COMMON_SFILES): Add dwarf2/leb.c.
+
+2020-02-08  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 9.1 released.
+
+2020-02-05  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR gdb/25190:
+        * gdb/remote-sim.c (gdb_os_write_stderr): Update.
+        * gdb/remote.c (remote_console_output): Update.
+        * gdb/ui-file.c (fputs_unfiltered): Rename to...
+        (ui_file_puts): ...this.
+        * gdb/ui-file.h (ui_file_puts): Add declaration.
+        * gdb/utils.c (emit_style_escape): Update.
+        (flush_wrap_buffer): Update.
+        (fputs_maybe_filtered): Update.
+        (fputs_unfiltered): Add function.
+
+2020-02-05  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+        * gdb/event-loop.c (gdb_wait_for_event): Update.
+        * gdb/printcmd.c (printf_command): Update.
+        * gdb/remote-fileio.c (remote_fileio_func_write): Update.
+        * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
+        (gdb_os_flush_stderr): Update.
+        * gdb/remote.c (remote_console_output): Update.
+        * gdb/ui-file.c (gdb_flush): Rename to...
+        (ui_file_flush): ...this.
+        (stderr_file::write): Update.
+        (stderr_file::puts): Update.
+        * gdb/ui-file.h (gdb_flush): Rename to...
+        (ui_file_flush): ...this.
+        * gdb/utils.c (gdb_flush): Add function.
+        * gdb/utils.h (gdb_flush): Add declaration.
+
+2020-02-07  Tom Tromey  <tromey@adacore.com>
+
+       PR breakpoints/24915:
+       * source.c (find_and_open_source): Do not check basenames_may_differ.
+
+2020-02-07  Tom Tromey  <tom@tromey.com>
+
+       * README: Update gdbserver documentation.
+       * gdbserver: Move to top level.
+       * configure.tgt (build_gdbserver): Remove.
+       * configure.ac: Remove --enable-gdbserver.
+       * configure: Rebuild.
+       * Makefile.in (distclean): Don't mention gdbserver.
+
+2020-02-06  Shahab Vahedi  <shahab@synopsys.com>
+
+       * source-cache.c (source_cache::ensure): Surround
+       get_plain_source_lines with a try/catch.
+       (source_cache::get_line_charpos): Get rid of try/catch
+       and only check for the return value of "ensure".
+       * tui/tui-source.c (tui_source_window::set_contents):
+       Simplify "nlines" calculation.
+
+2020-02-06  Shahab Vahedi  <shahab@synopsys.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2020-02-05  Christian Biesinger  <cbiesinger@google.com>
+
+       * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
+       function call.
+
+2020-02-05  Christian Biesinger  <cbiesinger@google.com>
+
+       * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
+
+2020-02-05  Maciej W. Rozycki  <macro@wdc.com>
+
+       * nat/riscv-linux-tdesc.h: New file.
+       * nat/riscv-linux-tdesc.c: New file, taking code from...
+       * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
+       ... here.
+       * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
+       NATDEPFILES.
+
+2020-02-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
+       we don't set the fake simulator ptid to the null_ptid.
+
+2020-02-03  Simon Marchi  <simon.marchi@efficios.com>
+
+       * fork-child.c (gdb_startup_inferior): Use bool instead of int.
+       * gdbthread.h (class thread_info) <resumed>: Likewise.
+       * infrun.c (resume_1): Likewise.
+       (proceed): Likewise.
+       (infrun_thread_stop_requested): Likewise.
+       (stop_all_threads): Likewise.
+       (handle_inferior_event): Likewise.
+       (restart_threads): Likewise.
+       (finish_step_over): Likewise.
+       (keep_going_stepped_thread): Likewise.
+       * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
+       (linux_handle_extended_wait): Likewise.
+       * record-btrace.c (get_thread_current_frame_id): Likewise.
+       * record-full.c (record_full_wait_1): Likewise.
+       * remote.c (remote_target::process_initial_stop_replies): Likewise.
+       * target.c (target_resume): Likewise.
+       * thread.c (set_running_thread): Likewise.
+
+2020-02-03  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
+
+       * f-valprint.c (f77_print_array_1): Changed datatype of index
+       variable to LONGEST from int to enable it to contain bound
+       values correctly.
+
+2020-02-03  Maciej W. Rozycki  <macro@wdc.com>
+
+       * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
+       (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
+       offsets according to FLEN determined.
+       (riscv_linux_nat_target::read_description): Determine FLEN
+       dynamically.
+       (riscv_linux_nat_target::fetch_registers): Size regset buffer
+       according to FLEN determined.
+       (riscv_linux_nat_target::store_registers): Likewise.
+
+2020-02-01  Shahab Vahedi  <shahab@synopsys.com>
+
+       * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
+       when reg->group is empty and reggroup is not.
+
+2020-01-31  Tom Tromey  <tromey@adacore.com>
+
+       * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
+       Call beneath target's mourn_inferior after unpushing.
+
+2020-01-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR tui/9765
+       * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
+       have enough lines to fill the screen, still return the lowest
+       address we found.
+
+2020-01-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
+       '-', '<', and '>' commands.
+
+2020-01-29  Pedro Alves  <palves@redhat.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * infcmd.c (construct_inferior_arguments): Assert that
+       'argc' is greater than 0.
+
+2020-01-29  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
+       (BRK_INSN_MASK): Define to 0xd4200000.
+       (aarch64_program_breakpoint_here_p): New function.
+       (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
+       * arch-utils.c (default_program_breakpoint_here_p): Moved from
+       breakpoint.c.
+       * arch-utils.h (default_program_breakpoint_here_p): Moved from
+       breakpoint.h
+       * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
+       call gdbarch_program_breakpoint_here_p.
+       (program_breakpoint_here): Moved to arch-utils.c, renamed to
+       default_program_breakpoint_here_p, changed return type to bool and
+       simplified.
+       * breakpoint.h (program_breakpoint_here): Moved prototype to
+       arch-utils.h, renamed to default_program_breakpoint_here_p and changed
+       return type to bool.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * gdbarch.sh (program_breakpoint_here_p): New method.
+       * infrun.c (handle_signal_stop): Call
+       gdbarch_program_breakpoint_here_p.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * ctfread.c (struct ctf_fp_info): Reindent.
+       (_initialize_ctfread): Remove.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.c (partial_map_expand_apply)
+       (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
+       (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
+       (psym_print_stats, psym_expand_symtabs_for_function)
+       (psym_map_symbol_filenames, psym_map_matching_symbols)
+       (psym_expand_symtabs_matching)
+       (partial_symtab::read_dependencies, maintenance_info_psymtabs)
+       (maintenance_check_psymtabs): Use new methods.
+       * psympriv.h (struct partial_symtab) <readin_p,
+       get_compunit_symtab>: New methods.
+       <readin, compunit_symtab>: Remove members.
+       (struct standard_psymtab): New.
+       (struct legacy_psymtab): Derive from standard_psymtab.
+       * dwarf2read.h (struct dwarf2_psymtab): Derive from
+       standard_psymtab.
+       * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
+       read_dependencies.  Add assert.
+       * psymtab.c (partial_symtab::read_dependencies): New method.
+       * psympriv.h (struct partial_symtab) <read_dependencies>: New
+       method.
+       * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
+       * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
+       read_dependencies.
+       * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
+       Add assert.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
+       Call expand_psymtab.
+       (xcoff_read_symtab): Call expand_psymtab.
+       (xcoff_start_psymtab, xcoff_end_psymtab): Set
+       legacy_expand_psymtab.
+       * psympriv.h (struct partial_symtab) <expand_psymtab>: New
+       method.
+       (struct legacy_psymtab) <expand_psymtab>: Implement.
+       <legacy_expand_psymtab>: New member.
+       * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
+       (parse_partial_symbols): Set legacy_expand_psymtab.
+       (psymtab_to_symtab_1): Change argument order.  Call
+       expand_psymtab.
+       (new_psymtab): Set legacy_expand_psymtab.
+       * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
+       * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
+       expand_psymtab.
+       (dwarf2_psymtab::expand_psymtab): Rename from
+       psymtab_to_symtab_1.  Call expand_psymtab.
+       * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
+       (dbx_end_psymtab): Likewise.
+       (dbx_psymtab_to_symtab_1): Change argument order. Call
+       expand_psymtab.
+       (dbx_read_symtab): Call expand_psymtab.
+       * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
+       (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
+       (ctf_psymtab::read_symtab): Call expand_psymtab.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_read_symtab): Remove prints.  Add assert.
+       * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
+       messages.
+       * mdebugread.c (mdebug_read_symtab): Remove prints.
+       * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints.  Add
+       assert.
+       * dbxread.c (dbx_read_symtab): Remove prints.  Add assert.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
+       (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
+       (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
+       legacy_symtab.
+       * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
+       * psymtab.c (psymtab_to_symtab): Call method.
+       (dump_psymtab): Update.
+       * psympriv.h (struct partial_symtab): Add virtual destructor.
+       <read_symtab>: New method.
+       (struct legacy_symtab): New.
+       * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
+       (struct pst_map) <pst>: Now a legacy_psymtab.
+       (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
+       (new_psymtab): Use legacy_psymtab.
+       * dwarf2read.h (struct dwarf2_psymtab): New.
+       (struct dwarf2_per_cu_data) <psymtab>: Use it.
+       * dwarf2read.c (dwarf2_create_include_psymtab)
+       (dwarf2_build_include_psymtabs, create_type_unit_group)
+       (create_partial_symtab, process_psymtab_comp_unit_reader)
+       (build_type_psymtabs_reader, build_type_psymtab_dependencies)
+       (set_partial_user): Use dwarf2_psymtab.
+       (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
+       (psymtab_to_symtab_1, process_full_comp_unit)
+       (process_full_type_unit, dwarf2_ranges_read)
+       (dwarf2_get_pc_bounds, psymtab_include_file_name)
+       (dwarf_decode_lines): Use dwarf2_psymtab.
+       * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
+       (add_address_entry_worker, write_one_signatured_type)
+       (recursively_count_psymbols, recursively_write_psymbols)
+       (write_one_signatured_type, psyms_seen_size, write_gdbindex)
+       (write_debug_names): Likewise.
+       * dbxread.c (struct header_file_location): Take a legacy_psymtab.
+       <pst>: Now a legacy_psymtab.
+       (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
+       (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
+       (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
+       * ctfread.c (struct ctf_psymtab): New.
+       (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
+       ctf_psymtab.
+       (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
+       (create_partial_symtab): Return a ctf_psymtab.
+       (scan_partial_symbols): Update.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_start_psymtab): Use new.
+       * psymtab.c (partial_symtab::partial_symtab): New constructor,
+       renamed from start_psymtab_common.
+       * psympriv.h (struct partial_symtab): Add new constructor.
+       (start_psymtab_common): Don't declare.
+       * mdebugread.c (parse_partial_symbols): Use new.
+       * dwarf2read.c (create_partial_symtab): Use new.
+       * dbxread.c (start_psymtab): Use new.
+       * ctfread.c (create_partial_symtab): Use new.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_end_psymtab): Use new.
+       * psymtab.c (start_psymtab_common): Use new.
+       (partial_symtab::partial_symtab): Rename from allocate_psymtab.
+       Update.
+       * psympriv.h (struct partial_symtab): Add parameters to
+       constructor.  Don't inline.
+       (allocate_psymtab): Don't declare.
+       * mdebugread.c (new_psymtab): Use new.
+       * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
+       * dbxread.c (dbx_end_psymtab): Use new.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
+       allocate_psymtab.  Update documentation.
+       * psymtab.c (psymtab_storage::install_psymtab): Rename from
+       allocate_psymtab.  Do not use new.
+       (allocate_psymtab): Use new.  Update.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
+       * psymtab.c (psym_print_stats): Update.
+       * psympriv.h (struct partial_symtab) <readin,
+       psymtabs_addrmap_supported, anonymous>: Now bool.
+       * mdebugread.c (psymtab_to_symtab_1): Update.
+       * dwarf2read.c (create_type_unit_group, create_partial_symtab)
+       (build_type_psymtabs_reader, psymtab_to_symtab_1)
+       (process_full_comp_unit, process_full_type_unit): Update.
+       * dbxread.c (dbx_psymtab_to_symtab_1): Update.
+       * ctfread.c (psymtab_to_symtab): Update.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
+       * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
+       * psymtab.c (psymtab_storage): Delete psymtabs.
+       (psymtab_storage::allocate_psymtab): Use new.
+       (psymtab_storage::discard_psymtab): Use delete.
+       * psympriv.h (struct partial_symtab): Add constructor and
+       initializers.
+
+2020-01-26  Tom Tromey  <tom@tromey.com>
+
+       * machoread.c: Do not include psympriv.h.
+
+2020-01-25  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * NEWS: Mention the new option and the set/show commands.
+
+2020-01-25  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
+       (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
+       (validate_exec_file): New variables, enums, functions.
+       (exec_file_locate_attach, print_section_info): Style the filenames.
+       (_initialize_exec): Install show_exec_file_mismatch_command and
+        set_exec_file_mismatch_command.
+       * gdbcore.h (validate_exec_file): Declare.
+       * infcmd.c (attach_command): Call validate_exec_file.
+       * remote.c ( remote_target::remote_add_inferior): Likewise.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * frame.c (find_frame_sal): Move call to get_next_frame into more
+       inner scope.
+       * inline-frame.c (inilne_state) <inline_state>: Update argument
+       types.
+       (inilne_state) <skipped_symbol>: Rename to...
+       (inilne_state) <skipped_symbols>: ...this, and change to a vector.
+       (skip_inline_frames): Build vector of skipped symbols and use this
+       to reate the inline_state.
+       (inline_skipped_symbol): Add a comment and some assertions, fetch
+       skipped symbol from the list.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * buildsym.c (lte_is_less_than): Delete.
+       (buildsym_compunit::end_symtab_with_blockvector): Create local
+       lambda function to sort line table entries, and use
+       std::stable_sort instead of std::sort.
+       * symtab.c (find_pc_sect_line): Skip backward over end of sequence
+       markers when looking for a previous line.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * dwarf2read.c (lnp_state_machine::record_line): Include
+       end_sequence parameter in debug print out.  Record the line if we
+       are at an end_sequence marker even if it's not the start of a
+       statement.
+       * symmisc.c (maintenance_print_one_line_table): Print end of
+       sequence markers with 'END' not '0'.
+
+2020-01-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/25410
+       * thread.c (scoped_restore_current_thread::restore): Use
+       switch_to_inferior_no_thread.
+       * exec.c: Include "progspace-and-thread.h".
+       (add_target_sections, remove_target_sections):
+       scoped_restore_current_pspace_and_thread instead of
+       scoped_restore_current_thread.
+       * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
+       and aspace to the inferior before calling clone_program_space.
+       Remove stale comment.
+
+2020-01-24  Christian Biesinger  <cbiesinger@google.com>
+
+       * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
+       (arm_netbsd_nat_target::fetch_registers): ...this.
+       (arm_nbsd_nat_target::store_registers): Rename to...
+       (arm_netbsd_nat_target::store_registers): ...this.
+
+2020-01-24  Christian Biesinger  <cbiesinger@google.com>
+
+       * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
+       register_t.
+
+2020-01-24  Christian Biesinger  <cbiesinger@google.com>
+
+       * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
+       Update comment.
+       * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
+       Likewise.
+       * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
+       * gdbcore.h (deprecated_add_core_fns): Update comment to point to
+       the correct replacement (iterate_over_regset_sections).
+       * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
+       Update comment.
+
+2020-01-24  Graham Markall  <graham.markall@embecosm.com>
+
+       PR gdb/23718
+       * gdb/python/python.c (execute_gdb_command): Call
+       async_enable_stdin in catch block.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * event-loop.c (start_event_loop): Wrap async_enable_stdin with
+       SWITCH_THRU_ALL_UIS.
+
+2020-01-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR tui/9765
+       * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
+       comment, add extra parameter, and update to store previous symbol
+       when appropriate.
+       * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
+       add extra parameter.
+       * tui/tui-disasm.c (tui_disassemble): Update header comment,
+       remove unneeded parameter, add try/catch around gdb_print_insn,
+       rewrite to add items to asm_lines vector.
+       (tui_find_backward_disassembly_start_address): New function.
+       (tui_find_disassembly_address): Updated throughout.
+       (tui_disasm_window::set_contents): Update for changes to
+       tui_disassemble.
+       (tui_disasm_window::do_scroll_vertical): No need to adjust the
+       number of lines to scroll.
+
+2020-01-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
+       (SECT_OFF_DATA): Likewise.
+       (SECT_OFF_RODATA): Likewise.
+       (SECT_OFF_TEXT): Likewise.
+       (SECT_OFF_BSS): Likewise.
+       (struct objfile) <text_section_offset, data_section_offset>: New
+       methods.
+       * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
+       objfile::text_section_offset.
+       * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
+       * coffread.c (coff_symtab_read): Likewise.
+       (enter_linenos): Likewise.
+       (process_coff_symbol): Likewise.
+       * ctfread.c (get_objfile_text_range): Likewise.
+       * dtrace-probe.c (dtrace_probe::get_relocated_address):
+       Use objfile::data_section_offset.
+       * dwarf2-frame.c (execute_cfa_program): Use
+       objfile::text_section_offset.
+       (dwarf2_frame_find_fde): Likewise.
+       * dwarf2read.c (create_addrmap_from_index): Likewise.
+       (create_addrmap_from_aranges): Likewise.
+       (dw2_find_pc_sect_compunit_symtab): Likewise.
+       (process_psymtab_comp_unit_reader): Likewise.
+       (add_partial_symbol): Likewise.
+       (add_partial_subprogram): Likewise.
+       (process_full_comp_unit): Likewise.
+       (read_file_scope): Likewise.
+       (read_func_scope): Likewise.
+       (read_lexical_block_scope): Likewise.
+       (read_call_site_scope): Likewise.
+       (dwarf2_rnglists_process): Likewise.
+       (dwarf2_ranges_process): Likewise.
+       (dwarf2_ranges_read): Likewise.
+       (dwarf_decode_lines_1): Likewise.
+       (new_symbol): Likewise.
+       (dwarf2_fetch_die_loc_sect_off): Likewise.
+       (dwarf2_per_cu_text_offset): Likewise.
+       * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
+       * hppa-tdep.c (read_unwind_info): Likewise.
+       * ia64-tdep.c (ia64_find_unwind_table): Likewise.
+       * psympriv.h (struct partial_symtab): Likewise.
+       * psymtab.c (find_pc_sect_psymtab): Likewise.
+       * solib-svr4.c (enable_break): Likewise.
+       * stap-probe.c (relocate_address): Use
+       objfile::data_section_offset.
+       * xcoffread.c (enter_line_range): Use
+       objfile::text_section_offset.
+       (read_xcoff_symtab): Likewise.
+
+2020-01-23  Simon Marchi  <simon.marchi@efficios.com>
+
+       * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
+       declaration to narrower scopes.
+
+2020-01-23  Simon Marchi  <simon.marchi@efficios.com>
+
+       * darwin-nat.h (struct darwin_exception_msg, enum
+       darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
+       Move up.
+       (class darwin_nat_target) <wait_1, check_new_threads,
+       decode_exception_message, decode_message, stop_inferior,
+       init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
+       * darwin-nat.c (darwin_check_new_threads): Rename to...
+       (darwin_nat_target::check_new_threads): ... this.
+       (darwin_suspend_inferior_it): Remove.
+       (darwin_decode_exception_message): Rename to...
+       (darwin_nat_target::decode_exception_message): ... this.
+       (darwin_nat_target::resume): Pass target to find_inferior_ptid.
+       (darwin_decode_message): Rename to...
+       (darwin_nat_target::decode_message): ... this.
+       (cancel_breakpoint): Rename to...
+       (darwin_nat_target::cancel_breakpoint): ... this.
+       (darwin_wait): Rename to...
+       (darwin_nat_target::wait_1): ... this.  Use range-based for loop
+       instead of iterate_over_inferiors.
+       (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
+       (darwin_stop_inferior): Rename to...
+       (darwin_nat_target::stop_inferior): ... this.
+       (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
+       (darwin_init_thread_list): Rename to...
+       (darwin_nat_target::init_thread_list): ... this.
+       (darwin_ptrace_him): Rename to...
+       (darwin_nat_target::ptrace_him): ... this.
+       (darwin_nat_target::create_inferior): Pass lambda function to
+       fork_inferior.
+       (darwin_nat_target::detach): Call stop_inferior instead of
+       darwin_stop_inferior.
+       * fork-inferior.h (fork_inferior): Change init_trace_fun
+       parameter to gdb::function_view.
+       * fork-inferior.c (fork_inferior): Likewise.
+
+2020-01-23  Hannes Domani  <ssbssa@yahoo.de>
+
+       * i386-cygwin-tdep.c (core_process_module_section): Update.
+       * windows-nat.c (struct lm_info_windows): Add text_offset.
+       (windows_xfer_shared_libraries): Update.
+       * windows-tdep.c (windows_xfer_shared_library):
+       Add text_offset_cached argument.
+       * windows-tdep.h (windows_xfer_shared_library): Update.
+
+2020-01-21  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Add declaration for _initialize_gdbarch.
+
+2020-01-21  Simon Marchi  <simon.marchi@efficios.com>
+
+       * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
+       (get_sim_inferior_data): Remove use of iterate_over_inferiors,
+       replace with range-based for.
+       (gdbsim_interrupt_inferior): Remove.
+       (gdbsim_target::interrupt): Replace iterate_over_inferiors use
+       with a range-based for.  Inline code from
+       gdbsim_interrupt_inferior.
+
+2020-01-21  Simon Marchi  <simon.marchi@efficios.com>
+
+       * infrun.c (proceed): Fix indentation.
+
+2020-01-21  Tom Tromey  <tromey@adacore.com>
+
+       * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
+       * python/python.c (python_extension_ops): Update.
+       (gdbpy_colorize): New function.
+       * python/lib/gdb/__init__.py (colorize): New function.
+       * extension.h (ext_lang_colorize): Declare.
+       * extension.c (ext_lang_colorize): New function.
+       * extension-priv.h (struct extension_language_ops) <colorize>: New
+       member.
+       * cli/cli-style.c (_initialize_cli_style): Update help text.
+
+2020-01-21  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-tdep.c (struct aarch64_displaced_step_closure)
+       <cond>: Change type to bool.
+       (aarch64_displaced_step_b_cond): Update cond to use bool type.
+       (aarch64_displaced_step_cb): Likewise.
+       (aarch64_displaced_step_tb): Likewise.
+
+2020-01-21  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
+       output.
+
+2020-01-21  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-tdep.c (struct aarch64_displaced_step_closure )
+       <pc_adjust>: Adjust the documentation.
+       (aarch64_displaced_step_fixup): Check if PC really moved before
+       adjusting it.
+
+2020-01-19  Tom Tromey  <tom@tromey.com>
+
+       * disasm.c (~gdb_disassembler): New destructor.
+       (gdb_buffered_insn_length): Call disassemble_free_target.
+       * disasm.h (class gdb_disassembler): Declare destructor.  Use
+       DISABLE_COPY_AND_ASSIGN.
+
+2020-01-19  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (abbrev_table_up): Move typedef earlier.
+       (die_reader_func_ftype): Remove.
+       (cutu_reader): New class.
+       (dw2_get_file_names_reader): Remove "data" parameter.
+       (dw2_get_file_names): Use cutu_reader.
+       (create_debug_type_hash_table): Update.
+       (read_cutu_die_from_dwo): Update comment.
+       (lookup_dwo_unit): Add dwo_name parameter.
+       (cutu_reader::init_tu_and_read_dwo_dies): Now a method.  Remove
+       die_reader_func_ftype and data parameters.
+       (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
+       Remove die_reader_func_ftype and data parameters.
+       (~cutu_reader): New; from init_cutu_and_read_dies.
+       (cutu_reader::cutu_reader): Rename from
+       init_cutu_and_read_dies_no_follow.  Remove die_reader_func_ftype
+       and data parameters.
+       (init_cutu_and_read_dies_simple): Remove.
+       (struct process_psymtab_comp_unit_data): Remove.
+       (process_psymtab_comp_unit_reader): Remove data parameter; add
+       want_partial_unit and pretend_language parameters.
+       (process_psymtab_comp_unit): Use cutu_reader.
+       (build_type_psymtabs_reader): Remove data parameter.
+       (build_type_psymtabs_1): Use cutu_reader.
+       (process_skeletonless_type_unit): Likewise.
+       (load_partial_comp_unit_reader): Remove.
+       (load_partial_comp_unit): Use cutu_reader.
+       (load_full_comp_unit_reader): Remove.
+       (load_full_comp_unit): Use cutu_reader.
+       (struct create_dwo_cu_data): Remove.
+       (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
+       dwo_unit parameters.
+       (create_cus_hash_table): Use cutu_reader.
+       (struct dwarf2_read_addr_index_data): Remove.
+       (dwarf2_read_addr_index_reader): Remove.
+       (dwarf2_read_addr_index): Use cutu_reader.
+       (read_signatured_type_reader): Remove.
+       (read_signatured_type): Use cutu_reader.
+
+2020-01-19  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
+       * tui/tui-wingeneral.h (class tui_suppress_output): New.
+       (tui_wrefresh): Declare.
+       * tui/tui-wingeneral.c (suppress_output): New global.
+       (tui_suppress_output, ~tui_suppress_output): New constructor and
+       destructor.
+       (tui_wrefresh): New function.
+       (tui_gen_win_info::refresh_window): Use tui_wrefresh.
+       (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
+       * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
+       method.
+       * tui/tui-regs.c (tui_data_window::erase_data_content): Call
+       tui_wrefresh.
+       (tui_data_window::no_refresh): New method.
+       (tui_data_item_window::refresh_window): Call tui_wrefresh.
+       (tui_reg_command): Use tui_suppress_output
+       * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
+       * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
+       method.
+       * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
+
+2020-01-19  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-winsource.c (tui_update_source_windows_with_line):
+       Handle case where symtab is null.
+
+2020-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-fork.c (one_fork_p): Simplify.
+
+2020-01-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * top.c (struct qt_args): Remove.
+       (kill_or_detach): Change return type to void, replace `void *`
+       parameter with a proper one.
+       (print_inferior_quit_action):  Likewise.
+       (quit_confirm): Use range-based for loop to iterate over inferiors.
+       (quit_force): Likewise.
+
+2020-01-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * mi/mi-main.c (run_one_inferior): Change return type to void, replace
+       `void *` parameter with proper parameters.
+       (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
+       (print_one_inferior): Change return type to void, replace `void *`
+       parameter with proper parameters.
+       (mi_cmd_list_thread_groups): Use range-based loop to iterate over
+       inferiors.
+       (get_other_inferior): Remove.
+       (mi_cmd_remove_inferior): Use range-based loop to iterate over
+       inferiors.
+
+2020-01-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * mi/mi-interp.c (report_initial_inferior): Remove.
+       (mi_interp::init): Use range-based for to iterate over inferiors.
+
+2020-01-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * python/py-inferior.c (build_inferior_list): Remove.
+       (gdbpy_ref): Use range-based for loop to iterate over inferiors.
+
+2020-01-16  Christian Biesinger  <cbiesinger@google.com>
+
+       * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
+       (btrace_stitch_trace): Likewise.
+       * charset.c (intermediate_encoding): Likewise (vaild).
+       * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
+       * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
+       * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
+
+2020-01-16  Hannes Domani  <ssbssa@yahoo.de>
+
+       * windows-tdep.c (windows_get_tlb_type):
+       Add rtl_user_process_parameters type.
+
+2020-01-16  Pedro Alves  <palves@redhat.com>
+            Norbert Lange  <nolange79@gmail.com>
+
+       PR build/24805
+       * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
+       (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
+       (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
+       (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
+       (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
+       (ps_plog): Redeclare exported functions with default visibility.
+
+2020-01-16  Nitika Achra  <Nitika.Achra@amd.com>
+
+       * dwarf2loc.c (decode_debug_loclists_addresses): Handle
+       DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
+
+2020-01-15  Simon Marchi  <simon.marchi@efficios.com>
+
+       * infcmd.c (post_create_inferior): Use get_thread_regcache
+       instead of get_current_regcache.
+
+2020-01-14  Tom Tromey  <tom@tromey.com>
+
+       PR symtab/12535:
+       * python/python.c (gdbpy_decode_line): Treat empty string the same
+       as no argument.
+
 2020-01-14  Tom Tromey  <tom@tromey.com>
 
        * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
This page took 0.055361 seconds and 4 git commands to generate.