2010-05-24 Michael Snyder <msnyder@vmware.com>
[binutils-gdb.git] / gdb / breakpoint.h
index 99638270fa6c1e376f6139a0146afb2807cd0362..8b7a5c6e8ded27a62fd156aa82a0de084c510142 100644 (file)
@@ -362,6 +362,9 @@ struct breakpoint_ops
   /* Display information about this breakpoint after setting it (roughly
      speaking; this is called from "mention").  */
   void (*print_mention) (struct breakpoint *);
+
+  /* Print to FP the CLI command that recreates this breakpoint.  */
+  void (*print_recreate) (struct breakpoint *, struct ui_file *fp);
 };
 
 enum watchpoint_triggered