Fix gdb build with -std=gnu++11
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index a91e3e334cfd47f7faefb0f59fb486822c0f2eb6..3646ea63cb81662391c76f5d2cc931c6759032ec 100644 (file)
@@ -1670,4 +1670,9 @@ extern void print_breakpoint (breakpoint *bp);
 /* Command element for the 'commands' command.  */
 extern cmd_list_element *commands_cmd_element;
 
+/* Whether to use the fixed output when printing information about a
+   multi-location breakpoint (see PR 9659).  */
+
+extern bool fix_multi_location_breakpoint_output_globally;
+
 #endif /* !defined (BREAKPOINT_H) */
This page took 0.023066 seconds and 4 git commands to generate.