PR25351 .ARM.attributes not found for symbol
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.h
index 2165578083db557e4cda8359b5bf7382b331192f..dd0733736f2686ad50c46295e29e7f8f6eb7dec6 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level child interface to ptrace.
 
-   Copyright (C) 2004-2019 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -59,7 +59,7 @@ struct inf_ptrace_target : public 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;
 
   enum target_xfer_status xfer_partial (enum target_object object,
                                        const char *annex,
This page took 0.029012 seconds and 4 git commands to generate.