Make the objfile constructor private
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.h
index 1bc5d5892805a74cb115b5da78469834f9f33a3e..b0c9eb16c7754f6b2353838b837d4a9671dfc373 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD.
 
-   Copyright (C) 2004-2018 Free Software Foundation, Inc.
+   Copyright (C) 2004-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.028215 seconds and 4 git commands to generate.