Remove ALL_OBJFILES_SAFE
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57c758807536713af9f5da311f7e6cdeb18b09c4..e51c19c1faae0acd50d5c6606679e2c55f29b26b 100644 (file)
@@ -1,3 +1,183 @@
+2019-01-09  Tom Tromey  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * 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  <tom@tromey.com>
+
+       * common/next-iterator.h: New file.
+       * objfiles.h (class all_objfiles): New.
+       (struct objfile_iterator): New.
+
+2019-01-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * NEWS: Move the description of the changed "frame", "select-frame",
+        and "info frame" commands to the Changed commands section.
+
+2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * 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  <andrew.burgess@embecosm.com>
+
+       * 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  <philippe.waroquiers@skynet.be>
+
+       * linespec.c (linespec_state_destructor): Free self->canonical_names.
+
+2019-01-08  Tom Tromey  <tom@tromey.com>
+           Simon Marchi  <simon.marchi@ericsson.com>
+
+       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  <andrew.burgess@embecosm.com>
+
+       * 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  <andrew.burgess@embecosm.com>
+
+       * source.c (print_source_lines_base): Handle requests to print
+       reverse line number sequences, and guard against empty lines
+       string.
+
+2019-01-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * source.c (print_source_lines_base): Fix skip of '\r' if next
+       character is '\n'.
+
+2019-01-06  Tom Tromey  <tom@tromey.com>
+
+       * c-exp.y (struct c_parse_state) <macro_original_text,
+       expansion_obstack>: New member.
+       (macro_original_text, expansion_obstack): Remove globals.
+       (scan_macro_expansion, scanning_macro_expansion)
+       (finished_macro_expansion): Update.
+       (scan_macro_cleanup): Remove.
+       (yylex, c_parse): Update.
+
 2019-01-06  Tom Tromey  <tom@tromey.com>
 
        * c-exp.y (struct c_parse_state) <strings>: New member.
This page took 0.024741 seconds and 4 git commands to generate.