]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/valprint.h
Extend "x" and "print" commands to support memory tagging
[thirdparty/binutils-gdb.git] / gdb / valprint.h
index ca8ad6aa715ccad8c048554ae2edb6e11a56321a..e1dae2cc8fcc9b75b6bde3a8ee1f184414fb3755 100644 (file)
@@ -65,6 +65,9 @@ struct value_print_options
      e.g. when the user passes a format to "print".  */
   int format;
 
+  /* Print memory tag violations for pointers.  */
+  bool memory_tag_violations;
+
   /* Stop printing at null character?  */
   bool stop_print_at_null;
 
@@ -252,6 +255,7 @@ struct format_data
     int count;
     char format;
     char size;
+    bool print_tags;
 
     /* True if the value should be printed raw -- that is, bypassing
        python-based formatters.  */