Introduce metadata style
[deliverable/binutils-gdb.git] / gdb / break-catch-sig.c
index 53540ee8320b31fc2aeab2c59e2f0e62999c003c..c475e8aca57244b347bb0932f8f08cc672fb24a1 100644 (file)
@@ -28,6 +28,7 @@
 #include "valprint.h"
 #include "cli/cli-utils.h"
 #include "completer.h"
+#include "cli/cli-style.h"
 
 #include <string>
 
@@ -241,7 +242,8 @@ signal_catchpoint_print_one (struct breakpoint *b,
     }
   else
     uiout->field_string ("what",
-                        c->catch_all ? "<any signal>" : "<standard signals>");
+                        c->catch_all ? "<any signal>" : "<standard signals>",
+                        metadata_style.style ());
   uiout->text ("\" ");
 
   if (uiout->is_mi_like_p ())
This page took 0.024886 seconds and 4 git commands to generate.