]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Fix crash with core + TUI + run
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 90a2b64d3df2470e71e95033c4b9f0818f0f3c32..80ec8f352283ff2bc8698e36b97124ce509aec67 100644 (file)
@@ -1,3 +1,27 @@
+2019-11-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       https://bugzilla.redhat.com/show_bug.cgi?id=1765117
+       * target.c (target_stack::push): Call 'unpush' if there's a
+       target on top of the stack.
+
+2019-11-18  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * python/py-block.c (blpy_dealloc): Call tp_free.
+       (blpy_block_syms_dealloc): Likewise.
+       * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
+       * python/py-inferior.c (infpy_dealloc): Likewise.
+       * python/py-lazy-string.c (stpy_dealloc): Likewise.
+       * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
+       * python/py-symbol.c (sympy_dealloc): Likewise.
+       * python/py-symtab.c (stpy_dealloc): Likewise.
+       * python/py-type.c (typy_iterator_dealloc): Likewise.
+
+2019-11-18  Christian Biesinger  <cbiesinger@google.com>
+
+       * symtab.h (struct symbol) <owner>: Initialize explicitly in the
+       constructor instead of using a class initializer.
+
 2019-11-15  Christian Biesinger  <cbiesinger@google.com>
 
        * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.