gdb/mi: int to bool conversion in mi_execute_cli_command
[binutils-gdb.git] / ChangeLog
index dd1ba3d66b5a6490dbda80790d4fa72375d493dd..1aeef12e2d68764b8bd9697ee31b5fc3211d1e51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2021-10-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb/doc/gdb.texinfo (Command Options): (Data): Document
+       '-memory-tag-violations'.  Update the example.
+
+2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
+
+2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
+
+       PR libctf/27967
+       * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
+       NM, if there is one.  Run nm on itself, not on /dev/null, to avoid
+       errors from nms that refuse to work on non-regular files.  Remove
+       other workarounds for this problem.  Strip out blank lines from the
+       nm output.
+
 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
 
        PR libctf/27967