* breakpoint.h (struct bp_location): Add a chain pointer.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 0716e9c79b1b0eada9f3cb808b02b7b6302cc638..2dde3c9b4ff63bd66ff26280729f65d09715b346 100644 (file)
@@ -207,6 +207,9 @@ enum bp_loc_type
 
 struct bp_location
 {
+  /* Chain pointer to the next breakpoint location.  */
+  struct bp_location *next;
+
   /* Type of this breakpoint location.  */
   enum bp_loc_type loc_type;
 
This page took 0.026046 seconds and 4 git commands to generate.