Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index bd9b609ab445a7ab766e3ef2069b885dc5b7f548..98b5d2e09e686b0c4490f1fd442e4be61bab6a61 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004-2018 Free Software Foundation, Inc.
+   Copyright (C) 2004-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -57,9 +57,9 @@ struct inf_ptrace_target : public inf_child_target
 
   void mourn_inferior () override;
 
-  int thread_alive (ptid_t ptid) override;
+  bool thread_alive (ptid_t ptid) override;
 
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 
   enum target_xfer_status xfer_partial (enum target_object object,
                                        const char *annex,
This page took 0.028585 seconds and 4 git commands to generate.