gdb: Fix scrolling in TUI
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 40e0f2cb29b4c97e60c031ed1c8a0b42a1478161..9bb438935f299ee66d317e3ee3b6dce84b4dc447 100644 (file)
@@ -1,6 +1,6 @@
 /* Native debugging support for GNU/Linux (LWP layer).
 
-   Copyright (C) 2000-2019 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -64,7 +64,7 @@ public:
 
   void update_thread_list () override;
 
-  const char *pid_to_str (ptid_t) override;
+  std::string pid_to_str (ptid_t) override;
 
   const char *thread_name (struct thread_info *) override;
 
This page took 0.023916 seconds and 4 git commands to generate.