Change pid_to_str to return std::string
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.h
index 45861d0257a4a0289ca64b63a3c5daf6551352cf..b0c9eb16c7754f6b2353838b837d4a9671dfc373 100644 (file)
@@ -51,7 +51,7 @@ public:
 
 #ifdef PT_LWPINFO
   bool thread_alive (ptid_t ptid) override;
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 
 #ifdef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME
   const char *thread_name (struct thread_info *) override;
This page took 0.027108 seconds and 4 git commands to generate.