X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=a0700367dd5c2e3a18ab9bc693e6901b9e32c725;hb=c24bdb023c8e1fa969d6eb945059fa8ed0d490c7;hp=2ee19f3d63515f6398bffd07cb69dd9f4accf055;hpb=ec98a4ad5bfcba33deb5cb786c023082adbbfb46;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ee19f3d63..a0700367dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,689 @@ +2019-01-16 Keith Seitz + + PR gdb/23773 + * dwarf2read.c (dwarf2_cu) : New field. + : Rename to .. + : ... this and make private. + (dwarf2_cu::get_builder): New method. Change all users of + `builder' to use this method. + (dwarf2_start_symtab): Move to ... + (dwarf2_cu::start_symtab): ... here. Update all callers + (setup_type_unit_groups): Move to ... + (dwarf2_cu::setup_type_unit_groups): ... here. Update all + callers. + (dwarf2_cu::reset_builder): New method. + (process_full_compunit, process_full_type_unit): Use + dwarf2_cu::reset_builder. + (follow_die_offset): Record the ancestor CU if it is different + from the followed DIE's CU. + (follow_die_sig_1): Likewise. + +2019-01-15 Tom Tromey + + * remote.c (class remote_state) : Now a char_vector. + : Remove. + (remote_target::getpkt): Change type of buf. Remove sizeof_buf + parameter. + (remote_target::getpkt_or_notif_sane_1) + (remote_target::getpkt_sane) + (remote_target::getpkt_or_notif_sane): Likewise. + (class remote_target) : New overload. + (remote_target::read_frame): Change type of "buf_p". Remove + sizeof_p parameter. + (packet_ok): New overload. + (packet_check_result): New overload. + Update all uses. + +2019-01-14 Tom Tromey + + * remote-notif.c (handle_notification, remote_notif_ack) + (remote_notif_parse): Make "buf" const. + * remote-notif.h (struct notif_client) : Make "buf" + const. + (remote_notif_parse, remote_notif_ack, handle_notification): + Likewise. + * remote.c (remote_notif_stop_parse): Make "buf" const. + (remote_target::remote_parse_stop_reply): Make "buf" const. + (remote_notif_stop_ack): Make "buf" const. + +2019-01-14 Tom Tromey + + * remote.c (remote_console_output): Make parameter const. + +2019-01-14 Tom Tromey + + * target-debug.h (target_debug_print_signals): Constify. + * nto-procfs.c (nto_procfs_target::pass_signals): Update. + * procfs.c (procfs_target::pass_signals): Update. + * linux-nat.c (linux_nat_target::pass_signals): Update. + * linux-nat.h (class linux_nat_target) : Update. + * target-delegates.c: Rebuild. + * remote.c (remote_target::program_signals): Update. + (remote_target::pass_signals): Update. + * target.c (target_pass_signals): Constify argument. + (target_program_signals): Likewise. + * target.h (struct target_ops) : + Constify argument. + (target_pass_signals, target_program_signals): Constify argument. + +2019-01-14 Tom Tromey + + PR tui/28819: + * tui/tui-io.c (gdb_wgetch): Print \r when needed. + +2019-01-14 Pedro Franco de Carvalho + + * ppc-tdep.h (struct gdbarch_tdep) : New + field. + * rs6000-tdep.c: Include reggroups.h. + (IS_V_ALIAS_PSEUDOREG): Define. + (rs6000_register_name): Return names for the "vX" aliases. + (rs6000_pseudo_register_type): Return type for the "vX" aliases. + (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX" + aliases. Call default_register_reggroup_p for all other + pseudo-registers. + (v_alias_pseudo_register_read, v_alias_pseudo_register_write): + New functions. + (rs6000_pseudo_register_read, rs6000_pseudo_register_write): + Handle "vX" aliases. + (v_alias_pseudo_register_collect): New function. + (rs6000_ax_pseudo_register_collect): Handle "vX" aliases. + (rs6000_gdbarch_init): Initialize "vX" aliases as + pseudo-registers. Restore registration of + rs6000_pseudo_register_reggroup_p with + set_tdesc_pseudo_register_reggroup_p. + +2019-01-13 Max Filippov + + * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update + tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and + set_gdbarch_num_pseudo_regs. + +2019-01-12 Philippe Waroquiers + + * cli/cli-style.h (class cli_style_option): + Remove arg prefixname, add do_set and do_show. + Add member functions set_list and show_list. + * cli/cli-style.c (class cli_style_option): Update accordingly. + (style_set_list): Move to file scope. + (style_show_list): Likewise. + (set_style): Call help_list. + (show_style): Call cmd_show_list. + (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS. + Update to use the new macro. + +2019-10-12 Joel Brobecker + + * ada-lang.c (_initialize_ada_language): Expand the help text + for the "catch exception" command. + +2019-01-12 Philippe Waroquiers + + * symtab.c (matching_obj_sections): Initialize obj, + declare it closer to its usage. + +2019-01-10 Tom Tromey + + * thread-iter.h (inf_threads_iterator): Use next_iterator. + (basic_inf_threads_range): Remove. + (inf_threads_range, inf_non_exited_threads_range) + (safe_inf_threads_range): Use next_adapter. + +2019-01-10 Keith Seitz + + PR gdb/23712 + PR symtab/23010 + * dwarf2read.c (dw2_add_symbol_to_list): Remove. + (fixup_go_packaging, new_symbol): Use add_symbol_to_list. + +2019-01-10 Keith Seitz + + PR gdb/23712 + PR symtab/23010 + * dictionary.c (pending_to_vector): Remove. + (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): + Remove _1 suffix, replacing functions of the same name. Update + all callers. + (dict_create_hashed, dict_create_hashed_expandable) + (dict_create_linear, dict_create_linear_expandable, dict_free) + (dict_add_symbol, dict_add_pending, dict_size, dict_empty): + Make functions static. + +2019-01-10 Keith Seitz + + PR gdb/23712 + PR symtab/23010 + * dictionary.h (struct dictionary): Replace declaration with + multidictionary. + (dict_create_hashed, dict_create_hashed_expandable) + (dict_create_linear, dict_create_linear_expandable) + (dict_free, dict_add_symbol, dict_add_pending, dict_empty) + (dict_iterator_first, dict_iterator_next, dict_iter_match_first) + (dict_iter_match_next, dict_size): Rename to "mdict_" versions + taking multidictionary argument. + [ALL_DICT_SYMBOLS]: Update for multidictionary. + * block.h (struct block) : Change to multidictionary + and rename `multidict'. + * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c, + symmisc.c: Update all dictionary references to multidictionary. + +2019-01-10 Keith Seitz + + PR gdb/23712 + PR symtab/23010 + * dictionary.c: Include unordered_map. + (pending_to_vector): New function. + (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): + Rewrite the non-"_1" functions to take vector instead + of linked list. + (dict_create_hashed, dict_create_linear, dict_add_pending): Use the + "new" _1 versions of the same name. + (multidictionary): Define. + (std::hash + + * breakpoint.c (read_uploaded_action) + (create_tracepoint_from_upload): Adjust to use + gdb::unique_xmalloc_ptr. + * ctf.c (ctf_write_uploaded_tp): + (SET_ARRAY_FIELD): Use emplace_back. + (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr. + * tracefile-tfile.c (tfile_write_uploaded_tp): + * tracepoint.c (parse_tracepoint_definition): Adjust to use + gdb::unique_xmalloc_ptr. + * tracepoint.h (struct uploaded_tp) : Replace char pointers + with gdb::unique_xmalloc_ptr. + +2019-01-10 Pedro Alves + + * solib-target.c (library_list_start_library): Don't xstrdup name. + +2019-01-10 Pedro Alves + + * mdebugread.c (parse_partial_symbols): Use + gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'. + +2019-01-10 Andrew Burgess + + * linux-fork.c (scoped_switch_fork_info) + <~scoped_switch_fork_info>: Fix incorrect variable name. + +2019-01-10 Andrew Burgess + + * linux-fork.c (scoped_switch_fork_info) + : Make explicit. + <~scoped_switch_fork_info>: Wrap core in TRY/CATCH. + +2019-01-10 Tom Tromey + + * objfiles.h (objfile::reset_psymtabs): Update. + * objfiles.c (objfile::objfile): Update. + * psymtab.h (psymtab_storage::obstack): Update. + (psymtab_storage::m_obstack): Use gdb::optional. + (class psymtab_storage): Update comment. Remove objfile + parameter. + * psymtab.c (psymtab_storage::psymtab_storage): Update. + +2019-01-10 Tom Tromey + + * psymtab.h (psymtab_storage::allocate_psymtab): New method. + : Now private. + * psymtab.c (psymtab_storage::allocate_psymtab): Implement. + (allocate_psymtab): Use new method. + +2019-01-10 Tom Tromey + + * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies. + * psymtab.h (psymtab_storage::allocate_dependencies): New method. + * mdebugread.c (parse_partial_symbols): Use + allocate_dependencies. + * dwarf2read.c (dwarf2_create_include_psymtab): Use + allocate_dependencies. + (process_psymtab_comp_unit_reader) + (build_type_psymtab_dependencies): Likewise. + * dbxread.c (dbx_end_psymtab): Use allocate_dependencies. + +2019-01-10 Tom Tromey + + * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to + PSYMBOL_SET_LANGUAGE. + (allocate_psymtab): Allocate psymtab on the psymtab obstack. + +2019-01-10 Tom Tromey + + * psymtab.h (psymtab_storage::obstack): New method. + : Rename from obstack; now private. + * psymtab.c (psymtab_storage): Update. + * dwarf2read.c (create_addrmap_from_index) + (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard): + Update. + +2019-01-10 Tom Tromey + + * symfile.c (reread_symbols): Call objfile->reset_psymtabs. + * objfiles.h (objfile::reset_psymtabs): New method. + +2019-01-10 Tom Tromey + + * symmisc.c (print_symbol_bcache_statistics): Update. + (print_objfile_statistics): Update. + * symfile.c (reread_symbols): Update. + * psymtab.h (class psymtab_storage): New. + * psymtab.c (psymtab_storage): New constructor. + (~psymtab_storage): New destructor. + (require_partial_symbols): Update. + (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite. + (find_pc_sect_psymtab, find_pc_sect_psymbol) + (match_partial_symbol, lookup_partial_symbol, dump_psymtab) + (psym_dump, recursively_search_psymtabs, psym_has_symbols) + (psym_find_compunit_symtab_by_address, sort_pst_symbols) + (start_psymtab_common, end_psymtab_common) + (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list) + (allocate_psymtab): Update. + (psymtab_storage::discard_psymtab): Rename from discard_psymtab. + Update. + (dump_psymtab_addrmap, maintenance_print_psymbols) + (maintenance_check_psymtabs): Update. + (class objfile_psymtabs): Move to objfiles.h. + * psympriv.h (discard_psymtab): Now inline. + (psymtab_discarder::psymtab_discarder): Update. + (psymtab_discarder::~psymtab_discarder): Update. + (ALL_OBJFILE_PSYMTABS): Rewrite. + * objfiles.h (struct objfile) : + Remove fields. + : New field. + (class objfile_psymtabs): Move from psymtab.h. Update. + * objfiles.c (objfile::objfile): Initialize partial_symtabs, not + psymbol_cache. + (objfile::~objfile): Don't destroy psymbol_cache. + * mdebugread.c (parse_partial_symbols): Update. + * dwarf2read.c (create_addrmap_from_index) + (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab) + (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard) + (add_partial_subprogram, dwarf2_ranges_read): Update. + * dwarf-index-write.c (write_address_map) + (write_one_signatured_type, recursively_write_psymbols) + (class debug_names, class debug_names, write_psymtabs_to_index): + Update. + +2019-01-10 Tom Tromey + + * symtab.h (SYMBOL_SET_NAMES): Update. + (symbol_set_names): Update. + (MSYMBOL_SET_NAMES): Update. + * symtab.c (symbol_set_names): Change argument to be an + objfile_per_bfd_storage. + * psymtab.c (add_psymbol_to_bcache): Update. + * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument. + +2019-01-10 Tom Tromey + + * symtab.c (create_demangled_names_hash): Change argument to be an + objfile_per_bfd_storage. + (symbol_set_names): Update. + +2019-01-10 Tom Tromey + + * xcoffread.c (xcoff_initial_scan): Unconditionally call + init_psymbol_list. + * psymtab.c (init_psymbol_list): Do nothing if already called. + * psympriv.h (init_psymbol_list): Add comment. + * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call + init_psymbol_list. + * dbxread.c (dbx_symfile_read): Unconditionally call + init_psymbol_list. + +2019-01-10 Tom Tromey + + * xcoffread.c (scan_xcoff_symtab): Update. + * psymtab.c (add_psymbol_to_list): Replace "list" parameter with + "where". + * mdebugread.c (parse_partial_symbols) + (handle_psymbol_enumerators): Update. + * dwarf2read.c (add_partial_symbol, load_partial_dies): Update. + * dbxread.c (read_dbx_symtab): Update. + * psympriv.h (psymbol_placement): New enum. + (add_psymbol_to_list): Update. + +2019-01-10 Tom Tromey + + * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and + static_psymbols parameters. + (scan_xcoff_symtab): Update. + * psymtab.c (start_psymtab_common): Remove global_psymbols and + static_psymbols parameters. + * psympriv.h (start_psymtab_common): Update. + * mdebugread.c (parse_partial_symbols): Update. + * dwarf2read.c (create_partial_symtab): Update. + * dbxread.c (read_dbx_symtab): Update. + (start_psymtab): Remove global_psymbols and static_psymbols + parameters. + +2019-01-10 Tom Tromey + + * xcoffread.c (xcoff_end_psymtab): Remove some initializations. + * psymtab.c (allocate_psymtab): Add comment. + * psympriv.h (allocate_psymtab): Add comment. + * dwarf2read.c (dwarf2_create_include_psymtab): Remove some + initializations. + * dbxread.c (dbx_end_psymtab): Remove some initializations. + +2019-01-10 Tom Tromey + + * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): + Don't declare. + * mipsread.c: Include mdebugread.h. + * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): + Declare. + * elfread.c: Include mdebugread.h. + +2019-01-09 Tom Tromey + + * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs. + * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs. + * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove. + (psym_map_symtabs_matching_filename, find_pc_sect_psymtab) + (psym_lookup_symbol, psym_find_last_source_symtab) + (psym_forget_cached_source_info, psym_print_stats) + (psym_expand_symtabs_for_function, psym_expand_all_symtabs) + (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames) + (psym_map_matching_symbols, psym_expand_symtabs_matching) + (psym_find_compunit_symtab_by_address) + (maintenance_print_psymbols, maintenance_info_psymtabs) + (maintenance_check_psymtabs): Use ranged for. + * psymtab.h (class objfile_psymtabs): New. + (require_partial_symbols): Return objfile_psymtabs. + * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove. + +2019-01-09 Tom Tromey + + * symfile.c (overlay_invalidate_all, find_pc_overlay) + (find_pc_mapped_section, list_overlays_command) + (map_overlay_command, unmap_overlay_command) + (simple_overlay_update): Use all_objfiles. + * spu-tdep.c (spu_overlay_update): Use all_objfiles. + * printcmd.c (info_symbol_command): Use all_objfiles. + * objfiles.h (ALL_OBJSECTIONS): Remove. + * maint.c (maintenance_translate_address): Use all_objfiles. + * gcore.c (gcore_create_callback): Use all_objfiles. + (objfile_find_memory_regions): Likewise. + +2019-01-09 Tom Tromey + + * symtab.c (find_line_symtab, info_sources_command) + (make_source_files_completion_list): Use objfile_compunits. + * source.c (select_source_symtab): Use objfile_compunits. + * objfiles.h (struct objfile): Update comment. + (ALL_OBJFILES): Remove. + (ALL_FILETABS): Remove. + * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use + objfile_compunits. + +2019-01-09 Tom Tromey + + * symmisc.c (print_objfile_statistics, dump_objfile) + (maintenance_print_symbols): Use compunit_filetabs. + * source.c (forget_cached_source_info_for_objfile): Use + compunit_filetabs. + * objfiles.h (ALL_OBJFILE_FILETABS): Remove. + (ALL_FILETABS): Use compunit_filetabs. + * objfiles.c (objfile_relocate1): Use compunit_filetabs. + * coffread.c (coff_symtab_read): Use compunit_filetabs. + +2019-01-09 Tom Tromey + + * symtab.h (ALL_COMPUNIT_FILETABS): Remove. + (compunit_filetabs): New. + * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use + compunit_filetabs. + (info_sources_command, make_source_files_completion_list): Remove + declaration. + * symmisc.c (print_objfile_statistics, dump_objfile) + (maintenance_print_symbols): Remove declaration. + (maintenance_info_symtabs): Use compunit_filetabs. + (maintenance_info_line_tables): Likewise. + * source.c (select_source_symtab): Change local variable name. + (forget_cached_source_info_for_objfile): Remove declaration. + * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs. + * objfiles.c (objfile_relocate1): Remove declaration. + * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove + declaration. + * maint.c (count_symtabs_and_blocks): Use compunit_filetabs. + * coffread.c (coff_symtab_read): Remove declaration. + * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use + compunit_filetabs. + +2019-01-09 Tom Tromey + + * symtab.c (lookup_objfile_from_block) + (find_pc_sect_compunit_symtab, search_symbols) + (default_collect_symbol_completion_matches_break_on): Use + objfile_compunits. + * objfiles.h (ALL_COMPUNITS): Remove. + * maint.c (count_symtabs_and_blocks): Use objfile_compunits. + * cp-support.c (add_symbol_overload_list_qualified): Use + objfile_compunits. + * ada-lang.c (ada_collect_symbol_completion_matches) + (ada_add_global_exceptions): Use objfile_compunits. + +2019-01-09 Tom Tromey + + * source.c (select_source_symtab) + (forget_cached_source_info_for_objfile): Remove declaration. + * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove + declaration. + * maint.c (count_symtabs_and_blocks): Remove declaration. + * cp-support.c (add_symbol_overload_list_qualified): Remove + declaration. + * coffread.c (coff_symtab_read): Remove declaration. + * symtab.c (lookup_symbol_in_objfile_symtabs) + (basic_lookup_transparent_type_1): Use objfile_compunits. + (lookup_objfile_from_block, find_pc_sect_compunit_symtab) + (info_sources_command, search_symbols) + (default_collect_symbol_completion_matches_break_on) + (make_source_files_completion_list): Remove declaration. + * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits. + (ada_collect_symbol_completion_matches) + (ada_add_global_exceptions): Remove declaration. + * linespec.c (iterate_over_all_matching_symtabs): Use + objfile_compunits. + * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove. + (class objfile_compunits): New. + (ALL_COMPUNITS): Use objfile_compunits. + * symmisc.c (print_objfile_statistics, maintenance_info_symtabs) + (maintenance_check_symtabs, maintenance_info_line_tables): Use + objfile_compunits. + * objfiles.c (objfile_relocate1): Use objfile_compunits. + +2019-01-09 Tom Tromey + + * symtab.c (search_symbols) + (default_collect_symbol_completion_matches_break_on): Use + objfile_msymbols. + * ada-lang.c (ada_lookup_simple_minsym) + (ada_collect_symbol_completion_matches): Use objfile_msymbols. + * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols. + * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use + objfile_msymbols. + * coffread.c (coff_symfile_read): Use objfile_msymbols. + * symmisc.c (dump_msymbols): Use objfile_msymbols. + * objc-lang.c (find_methods): Use objfile_msymbols. + (info_selectors_command, info_classes_command): Likewise. + * stabsread.c (scan_file_globals): Use objfile_msymbols. + * objfiles.h (class objfile_msymbols): New. + (ALL_OBJFILE_MSYMBOLS): Remove. + (ALL_MSYMBOLS): Remove. + +2019-01-09 Tom Tromey + + * common/next-iterator.h (next_adapter): Add Iterator template + parameter. + * objfiles.h (ALL_OBJFILES_SAFE): Remove. + (class all_objfiles_safe): New. + * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe. + * objfiles.c (put_objfile_before): Update comment. + (add_separate_debug_objfile): Likewise. + (free_all_objfiles): Use all_objfiles_safe. + (objfile_purge_solibs): Likewise. + +2019-01-09 Tom Tromey + + * symtab.c (iterate_over_symtabs, matching_obj_sections) + (expand_symtab_containing_pc, lookup_static_symbol) + (basic_lookup_transparent_type, find_pc_sect_compunit_symtab) + (find_symbol_at_address, find_line_symtab, find_main_name): Use + all_objfiles. + * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles. + * breakpoint.c (create_overlay_event_breakpoint) + (create_longjmp_master_breakpoint) + (create_std_terminate_master_breakpoint) + (create_exception_master_breakpoint): Use all_objfiles. + * linux-thread-db.c (try_thread_db_load_from_pdir) + (has_libpthread): Use all_objfiles. + * ada-lang.c (add_nonlocal_symbols): Use all_objfiles. + * linespec.c (iterate_over_all_matching_symtabs) + (search_minsyms_for_name): Use all_objfiles. + * maint.c (maintenance_info_sections): Use all_objfiles. + * main.c (captured_main_1): Use all_objfiles. + * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles. + * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles. + * guile/scm-pretty-print.c + (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles. + * solib-spu.c (append_ocl_sos): Use all_objfiles. + * symmisc.c (maintenance_print_symbols): Use all_objfiles. + (maintenance_print_msymbols): Use all_objfiles. + * source.c (select_source_symtab): Use all_objfiles. + * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles. + * symfile.c (remove_symbol_file_command) + (expand_symtabs_matching, map_symbol_filenames): Use + all_objfiles. + * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use + all_objfiles. + * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles. + * objc-lang.c (find_methods): Use all_objfiles. + * objfiles.c (have_partial_symbols, have_full_symbols) + (have_minimal_symbols, qsort_cmp) + (default_iterate_over_objfiles_in_search_order): Use + all_objfiles. + * hppa-tdep.c (find_unwind_entry): Use all_objfiles. + * psymtab.c (maintenance_print_psymbols): Use all_objfiles. + (maintenance_check_psymtabs): Use all_objfiles. + (ALL_PSYMTABS): Remove. + * compile/compile-object-run.c (do_module_cleanup): Use + all_objfiles. + * blockframe.c (find_pc_partial_function): Use all_objfiles. + * cp-support.c (add_symbol_overload_list_qualified): Use + all_objfiles. + * windows-tdep.c (windows_iterate_over_objfiles_in_search_order): + Use all_objfiles. + * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles. + * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use + all_objfiles. + * python/py-objfile.c (objfpy_lookup_objfile_by_name) + (objfpy_lookup_objfile_by_build_id): Use all_objfiles. + * python/py-prettyprint.c (find_pretty_printer_from_objfiles): + Uses all_objfiles. + * solib.c (solib_read_symbols): Use all_objfiles + +2019-01-09 Tom Tromey + + * probe.c (parse_probes_in_pspace): Use all_objfiles. + * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use + all_objfiles. + * objfiles.h (ALL_PSPACE_OBJFILES): Remove. + * symmisc.c (print_symbol_bcache_statistics) + (print_objfile_statistics, maintenance_print_objfiles) + (maintenance_info_symtabs, maintenance_check_symtabs) + (maintenance_expand_symtabs, maintenance_info_line_tables): Use + all_objfiles. + * source.c (forget_cached_source_info): Use all_objfiles. + * symfile-debug.c (set_debug_symfile): Use all_objfiles. + * elfread.c (elf_gnu_ifunc_resolve_by_cache) + (elf_gnu_ifunc_resolve_by_got): Use all_objfiles. + * objfiles.c (update_section_map): Use all_objfiles. + (shared_objfile_contains_address_p): Likewise. + * psymtab.c (maintenance_info_psymtabs): Use all_objfiles. + * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles. + +2019-01-09 Tom Tromey + + * common/next-iterator.h: New file. + * objfiles.h (class all_objfiles): New. + (struct objfile_iterator): New. + +2019-01-09 Philippe Waroquiers + + * NEWS: Move the description of the changed "frame", "select-frame", + and "info frame" commands to the Changed commands section. + +2019-01-09 Simon Marchi + + * gdbtypes.c (check_stub_method_group): Remove handling of old + mangling schemes. + * linespec.c (find_methods): Likewise. + * stabsread.c (read_member_functions): Likewise. + * valops.c (search_struct_method): Likewise. + (value_struct_elt_for_reference): Likewise. + * NEWS: Mention this change. + +2019-01-09 Andrew Burgess + + * cli/cli-cmds.c (list_command): Pass a source_lines_range to + print_source_lines. + * source.c (print_source_lines_base): Update line number check. + (print_source_lines): New function. + (source_lines_range::source_lines_range): New function. + * source.h (class source_lines_range): New class. + (print_source_lines): New declaration. + +2019-01-09 Philippe Waroquiers + + * linespec.c (linespec_state_destructor): Free self->canonical_names. + +2019-01-08 Tom Tromey + Simon Marchi + + PR gdb/24060 + * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE. + * ada-lex.l (DOLLAR_VARIABLE): Likewise. + * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. + * f-exp.y (DOLLAR_VARIABLE): Likewise. + * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR. + * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. + +2019-01-08 Andrew Burgess + + * source.c (select_source_symtab): Move header comment to + declaration in source.h. + (forget_cached_source_info_for_objfile): Likewise. + (forget_cached_source_info): Likewise. + (identify_source_line): Likewise. + * source.h (identify_source_line): Move declaration from symtab.h + and add comment from source.c + (print_source_lines): Likewise. + (forget_cached_source_info_for_objfile): Likewise. + (forget_cached_source_info): Likewise. + (select_source_symtab): Likewise. + (enum print_source_lines_flag): Move definition from symtab.h. + * symtab.h (identify_source_line): Move declaration to source.h. + (print_source_lines): Likewise. + (forget_cached_source_info_for_objfile): Likewise. + (forget_cached_source_info): Likewise. + (select_source_symtab): Likewise. + (enum print_source_lines_flag): Move definition to source.h. + * tui/tui-hooks.c: Add 'source.h' include. + 2019-01-08 Andrew Burgess * source.c (print_source_lines_base): Handle requests to print