Prevent clear_command from directly modifying breakpoint list.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 08a10abe9a0753a77759b175e83a70e3fa79fac6..19b880ca9857a4a2ec6326ce081a8ff43b73f81e 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "frame.h"
 #include "value.h"
+#include "vec.h"
 
 #include "gdb-events.h"
 
@@ -457,6 +458,9 @@ struct breakpoint
        the condition in.  */
     int condition_not_parsed;
   };
+
+typedef struct breakpoint *breakpoint_p;
+DEF_VEC_P(breakpoint_p);
 \f
 /* The following stuff is an abstract data type "bpstat" ("breakpoint
    status").  This provides the ability to determine whether we have
This page took 0.024984 seconds and 4 git commands to generate.