Document "memory-tag-violations".
authorEnze Li <lienze2010@hotmail.com>
Fri, 22 Oct 2021 14:30:30 +0000 (14:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Oct 2021 10:31:37 +0000 (13:31 +0300)
* gdb/doc/gdb.texinfo: (Data): Document '-memory-tag-violations'.
 (Command Options): Update the example.

ChangeLog
gdb/doc/gdb.texinfo

index 247deffb4c212e7eeec41d727364cb903bb150ff..1aeef12e2d68764b8bd9697ee31b5fc3211d1e51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index d52cec0e5bef83342908a2067c423ed87f117ffb..c1046662724e37ec17a4d6c597a6aef23f356b50 100644 (file)
@@ -2141,10 +2141,10 @@ on @code{-} after the command name.  For example:
 
 @smallexample
 (@value{GDBP}) print -@key{TAB}@key{TAB}
--address         -max-depth       -raw-values      -union
--array           -null-stop       -repeats         -vtbl
--array-indexes   -object          -static-members
--elements        -pretty          -symbol
+-address         -max-depth               -pretty          -symbol
+-array           -memory-tag-violations   -raw-values      -union
+-array-indexes   -null-stop               -repeats         -vtbl
+-elements        -object                  -static-members
 @end smallexample
 
 Completion will in some cases guide you with a suggestion of what kind
@@ -10003,6 +10003,10 @@ Set limit on string chars or array elements to print.  The value
 Set the threshold after which nested structures are replaced with
 ellipsis.  Related setting: @ref{set print max-depth}.
 
+@item -memory-tag-violations [@code{on}|@code{off}]
+Set printing of additional information about memory tag violations.
+@xref{set print memory-tag-violations}.
+
 @item -null-stop [@code{on}|@code{off}]
 Set printing of char arrays to stop at first null char.  Related
 setting: @ref{set print null-stop}.