Plug source_command leak
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index fd0f95988c405148d2f0f614dd7ee20862c0d7af..083e312736cebabd361aae4fccf7271e391d9a70 100644 (file)
@@ -1,3 +1,61 @@
+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
+       mode command list.
+
+2017-08-15  Stafford Horne  <shorne@gmail.com>
+
+       * MAINTAINERS (Write After Approval): Add Stafford Horne.
+
+2017-08-15  Stafford Horne  <shorne@gmail.com>
+
+       * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
+
+2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/21954
+       * infcmd.c (unset_environment_command): Use the 'clear' method on
+       the environment instead of resetting it.
+
+2017-08-15  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
+       platforms.
+
+2017-08-14  Tom Tromey  <tom@tromey.com>
+
+       * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
+       (print_binary_chars): Likewise.
+       (BITS_IN_BYTES): Remove.
+
 2017-08-14  Tom Tromey  <tom@tromey.com>
 
        PR gdb/21675
This page took 0.024663 seconds and 4 git commands to generate.