Fix MI output for multi-location breakpoints
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.h
index 72ddab9427c15e5555fccfd6cb4f6e24df723eee..72c4e594287aad7f7ff59bb13253f204a3267044 100644 (file)
@@ -54,4 +54,17 @@ struct mi_suppress_notification
 };
 extern struct mi_suppress_notification mi_suppress_notification;
 
+/* Implementation of -fix-multi-location-breakpoint-output.  */
+
+extern void mi_cmd_fix_multi_location_breakpoint_output (const char *command,
+                                                        char **argv, int argc);
+
+/* Return whether -break-list, -break-insert, =breakpoint-created and
+   =breakpoint-modified should use the "fixed" output format (see PR
+   9659).
+
+   Return false if UIOUT is not an MI UI.  */
+
+extern bool mi_multi_location_breakpoint_output_fixed (ui_out *uiout);
+
 #endif /* MI_MI_MAIN_H */
This page took 0.036478 seconds and 4 git commands to generate.