score formatting
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index bd9b609ab445a7ab766e3ef2069b885dc5b7f548..dd0733736f2686ad50c46295e29e7f8f6eb7dec6 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004-2018 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 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.024777 seconds and 4 git commands to generate.