PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gdbserver / gdbthread.h
index 315a4da516761ec48b798f711a410d7c21212967..8b897e73d33bd27ca8077efd34a857212e502fc6 100644 (file)
@@ -1,5 +1,5 @@
 /* Multi-thread control defs for remote server for GDB.
-   Copyright (C) 1993-2021 Free Software Foundation, Inc.
+   Copyright (C) 1993-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -252,6 +252,7 @@ public:
 
 private:
   bool m_dont_restore = false;
+  process_info *m_process;
   thread_info *m_thread;
 };