Change pid_to_str to return std::string
[deliverable/binutils-gdb.git] / gdb / gnu-nat.h
index 4bd4176ead8882afad0192fc686321860e7caacb..a22df89fe2de549649efeb2c415ac2aac29f2d9a 100644 (file)
@@ -146,7 +146,7 @@ struct gnu_nat_target : public inf_child_target
                        char **, int) override;
   void mourn_inferior () override;
   bool thread_alive (ptid_t ptid) override;
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
   void stop (ptid_t) override;
 };
 
This page took 0.0369 seconds and 4 git commands to generate.