Change some psymtab fields to bool
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 855e928c03d92fa67b9035699af933e7476dd637..345a81c935df05a2a0fa08ee78765443fce2383a 100644 (file)
@@ -1,3 +1,46 @@
+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
This page took 0.029318 seconds and 4 git commands to generate.