]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/linux-nat.h
Change pid_to_str to return std::string
[thirdparty/binutils-gdb.git] / gdb / linux-nat.h
index 40e0f2cb29b4c97e60c031ed1c8a0b42a1478161..0c1695ad1020aa176752e6bb8e877bf815e63077 100644 (file)
@@ -64,7 +64,7 @@ public:
 
   void update_thread_list () override;
 
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 
   const char *thread_name (struct thread_info *) override;