Remove ARI check for multiple calls to warning or error
[deliverable/binutils-gdb.git] / gdb / break-catch-syscall.c
index a165be62be13be6bc097975d00c362950237820a..dde80b54a2fb98e946381250591368b3d99ce54b 100644 (file)
@@ -29,6 +29,7 @@
 #include "arch-utils.h"
 #include "observable.h"
 #include "xml-syscall.h"
+#include "cli/cli-style.h"
 
 /* An instance of this type is used to represent a syscall catchpoint.
    A breakpoint is really of this type iff its ops pointer points to
@@ -273,7 +274,7 @@ print_one_catch_syscall (struct breakpoint *b,
       xfree (text);
     }
   else
-    uiout->field_string ("what", "<any syscall>");
+    uiout->field_string ("what", "<any syscall>", metadata_style.style ());
   uiout->text ("\" ");
 
   if (uiout->is_mi_like_p ())
This page took 0.025008 seconds and 4 git commands to generate.