Allocate bpstats with new
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 8b35eef286f09d194919a72b288f9ed303ccae7a..cbbe0a928a6e9e2f0dea9cc9beee61f6ea6146a1 100644 (file)
@@ -1082,6 +1082,13 @@ enum bp_print_how
 
 struct bpstats
   {
+    bpstats ();
+    bpstats (struct bp_location *bl, bpstat **bs_link_pointer);
+    ~bpstats ();
+
+    bpstats (const bpstats &);
+    bpstats &operator= (const bpstats &) = delete;
+
     /* Linked list because there can be more than one breakpoint at
        the same place, and a bpstat reflects the fact that all have
        been hit.  */
This page took 0.024427 seconds and 4 git commands to generate.