Make probe_ops::get_probes fill an std::vector
[binutils-gdb.git] / gdb / probe.h
index db7f1d1db048ba02e9a6c0ec7dc6f33917ad9a62..61e3031a627e650669e3c951c7fafec96b6da17c 100644 (file)
@@ -64,7 +64,7 @@ struct probe_ops
 
     /* Function that should fill PROBES with known probes from OBJFILE.  */
 
-    void (*get_probes) (VEC (probe_p) **probes, struct objfile *objfile);
+    void (*get_probes) (std::vector<probe *> *probes, struct objfile *objfile);
 
     /* Compute the probe's relocated address.  OBJFILE is the objfile
        in which the probe originated.  */