diff options
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index 4284fb3..79be31b 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -547,6 +547,9 @@ private: yet. */ process_info *add_linux_process_no_mem_file (int pid, int attached); + /* Free resources associated to PROC and remove it. */ + void remove_linux_process (process_info *proc); + /* Add a new thread. */ lwp_info *add_lwp (ptid_t ptid); |