Associate bp_stat with bp_location, not breakpoint.
[platform/upstream/binutils.git] / gdb / breakpoint.h
index 5018b46..7679cb0 100644 (file)
@@ -603,7 +603,7 @@ struct bpstats
        place, and a bpstat reflects the fact that both have been hit.  */
     bpstat next;
     /* Breakpoint that we are at.  */
-    struct breakpoint *breakpoint_at;
+    struct bp_location *breakpoint_at;
     /* Commands left to be done.  */
     struct command_line *commands;
     /* Old value associated with a watchpoint.  */