change probes to be program-space-independent
[deliverable/binutils-gdb.git] / gdb / symtab.h
index ef145d9f4289e769ed12c925e7de9ca73193a3aa..fbe58689c12d7c7db6225f79791c54edfcf3e3e7 100644 (file)
@@ -1221,6 +1221,9 @@ struct symtab_and_line
 
   /* The probe associated with this symtab_and_line.  */
   struct probe *probe;
+  /* If PROBE is not NULL, then this is the objfile in which the probe
+     originated.  */
+  struct objfile *objfile;
 };
 
 extern void init_sal (struct symtab_and_line *sal);
This page took 0.02421 seconds and 4 git commands to generate.