Convert probes to type-safe registry API
[deliverable/binutils-gdb.git] / gdb / probe.h
index 2f665e3a6581e8b0a0726f2f55fef2acc493d50f..5c83f49471485dcaaedd304abd6478b166a44fc7 100644 (file)
@@ -62,7 +62,7 @@ public:
   virtual bool is_linespec (const char **linespecp) const = 0;
 
   /* Function that should fill PROBES with known probes from OBJFILE.  */
-  virtual void get_probes (std::vector<probe *> *probes,
+  virtual void get_probes (std::vector<std::unique_ptr<probe>> *probes,
                            struct objfile *objfile) const = 0;
 
   /* Return a pointer to a name identifying the probe type.  This is
This page took 0.024406 seconds and 4 git commands to generate.