Re-generate gdb/gdbserver/gdbsupport configure scripts
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a407c04bf5e66ee4bfa5f0676e062f19b2c4880c..a347617396df99f9af52a23e1637cde385e0ca6c 100644 (file)
+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.
This page took 0.034657 seconds and 4 git commands to generate.