x86: add missing test
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index 27e236918f06c2772f7ab281227229d984e32221..ea0872363d3c4b3c424181cf0d80cb2287358e7c 100644 (file)
@@ -377,7 +377,7 @@ struct go32_nat_target final : public x86_nat_target<inf_child_target>
 
   bool thread_alive (ptid_t ptid) override;
 
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 };
 
 static go32_nat_target the_go32_nat_target;
@@ -992,7 +992,7 @@ go32_nat_target::thread_alive (ptid_t ptid)
   return ptid != null_ptid;
 }
 
-const char *
+std::string
 go32_nat_target::pid_to_str (ptid_t ptid)
 {
   return normal_pid_to_str (ptid);
This page took 0.028345 seconds and 4 git commands to generate.