2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 75b62d2daf7e8f08f7bced1320463b4d274310af..d23561ab787725abe9edf32b823e395dc95da8fb 100644 (file)
@@ -418,6 +418,10 @@ struct bp_location
      processor's architectual constraints.  */
   CORE_ADDR requested_address;
 
+  /* If the location comes from a probe point, this is the probe associated
+     with it.  */
+  struct probe *probe;
+
   char *function_name;
 
   /* Details of the placed breakpoint, when inserted.  */
This page took 0.024608 seconds and 4 git commands to generate.