Fix gdb build with -std=gnu++11
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 3221719b889a77a9b09f69c646524e738f042b89..3646ea63cb81662391c76f5d2cc931c6759032ec 100644 (file)
 #if !defined (BREAKPOINT_H)
 #define BREAKPOINT_H 1
 
-#include <vector>
-
-/* Local non-gdb includes.  */
+#include "frame.h"
+#include "value.h"
+#include "common/vec.h"
 #include "ax.h"
-#include "cli/cli-script.h"
 #include "command.h"
-#include "common/array-view.h"
 #include "common/break-common.h"
-#include "common/vec.h"
-#include "frame.h"
-#include "location.h"
 #include "probe.h"
-#include "value.h"
+#include "location.h"
+#include <vector>
+#include "common/array-view.h"
+#include "cli/cli-script.h"
 
 struct block;
 struct gdbpy_breakpoint_object;
@@ -1672,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.023952 seconds and 4 git commands to generate.