Convert probes to type-safe registry API
[deliverable/binutils-gdb.git] / gdb / symfile.h
index a873dfe9451b2370e96dc0667a8250d963b7ad4f..daddd2e21abe55134815871637849a46764e4b2f 100644 (file)
@@ -292,7 +292,8 @@ struct quick_symbol_functions
 struct sym_probe_fns
 {
   /* If non-NULL, return a reference to vector of probe objects.  */
-  const std::vector<probe *> &(*sym_get_probes) (struct objfile *);
+  const std::vector<std::unique_ptr<probe>> &(*sym_get_probes)
+    (struct objfile *);
 };
 
 /* Structure to keep track of symbol reading functions for various
This page took 0.023644 seconds and 4 git commands to generate.