* mips-tdep.c (mips_pdr_data): New.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 1a4fada42f7a3081c8872b1e8b069bb51953d3d1..41bcb0c3ce1bc105b16121accae72bc7080a9eb1 100644 (file)
@@ -386,6 +386,17 @@ struct breakpoint
 
     /* Methods associated with this breakpoint.  */
     struct breakpoint_ops *ops;
+
+    /* Was breakpoint issued from a tty?  Saved for the use of pending breakpoints.  */
+    int from_tty;
+
+    /* Flag value for pending breakpoint.
+       first bit  : 0 non-temporary, 1 temporary.
+       second bit : 0 normal breakpoint, 1 hardware breakpoint. */
+    int flag;
+
+    /* Is breakpoint pending on shlib loads?  */
+    int pending;
   };
 \f
 /* The following stuff is an abstract data type "bpstat" ("breakpoint
This page took 0.024222 seconds and 4 git commands to generate.