Provide support for (Ada) task-specific breakpoints.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 51aa7d1215504e809d51401730e43fd0dbe645b1..17b2761669918456a225ea78a3ee2960e31086c4 100644 (file)
@@ -425,9 +425,12 @@ struct breakpoint
        hardware.  */
     enum watchpoint_triggered watchpoint_triggered;
 
-    /* Thread number for thread-specific breakpoint, or -1 if don't care */
+    /* Thread number for thread-specific breakpoint, or -1 if don't care */
     int thread;
 
+    /* Ada task number for task-specific breakpoint, or 0 if don't care.  */
+    int task;
+
     /* Count of the number of times this breakpoint was taken, dumped
        with the info, but not used for anything else.  Useful for
        seeing how many times you hit a break prior to the program
This page took 0.025647 seconds and 4 git commands to generate.