Plug source_command leak
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index dc184c59ea69dbc1e59b098f57d71c895a40c416..083e312736cebabd361aae4fccf7271e391d9a70 100644 (file)
@@ -1,3 +1,31 @@
+2017-08-17  Pedro Alves  <palves@redhat.com>
+
+       * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
+       local.
+
+2017-08-17  Pedro Alves  <palves@redhat.com>
+
+       * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
+       field.
+       (reset_die_in_process): Delete, replaced by ...
+       (process_die_scope): ... this new class.  Make it responsible for
+       freeing cu->line_header too.
+       (process_die): Use process_die_scope.
+       (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
+       cu->line_header_die_owner.  Don't release the line header if it's
+       owned by the CU.
+       (setup_type_unit_groups): Make the CU/DIE own the line header.
+       Don't release the line header here.
+
+2017-08-17  Alex Lindsay  <alexlindsay239@gmail.com>  (tiny change)
+
+       * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
+
+2017-08-17  Ruslan Kabatsayev  <b7.10110111@gmail.com>
+
+       * NEWS: Mention new shortcuts for nexti and stepi in TUI
+       Single-Key mode
+
 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
 
        * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
This page took 0.047447 seconds and 4 git commands to generate.