]> Git Repo - binutils.git/blobdiff - gdb/break-catch-exec.c
Unify gdb printf functions
[binutils.git] / gdb / break-catch-exec.c
index c0cf2aeb3b5b529ec5dc9b2bdc58f905a01fac6b..10a578bd27769e33928e36f42276e7d5b3b135c3 100644 (file)
@@ -124,7 +124,7 @@ print_one_catch_exec (struct breakpoint *b, struct bp_location **last_loc)
 static void
 print_mention_catch_exec (struct breakpoint *b)
 {
-  printf_filtered (_("Catchpoint %d (exec)"), b->number);
+  gdb_printf (_("Catchpoint %d (exec)"), b->number);
 }
 
 /* Implement the "print_recreate" breakpoint_ops method for exec
@@ -133,7 +133,7 @@ print_mention_catch_exec (struct breakpoint *b)
 static void
 print_recreate_catch_exec (struct breakpoint *b, struct ui_file *fp)
 {
-  fprintf_unfiltered (fp, "catch exec");
+  gdb_printf (fp, "catch exec");
   print_recreate_thread (b, fp);
 }
 
This page took 0.027806 seconds and 4 git commands to generate.