* win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 5b39abfcb043f6d2e2d2094cb397787e7a1cd4c9..744a392ce42001fc399ecb2baa48f8c125b0bec8 100644 (file)
@@ -1,6 +1,6 @@
 /* Native debugging support for GNU/Linux (LWP layer).
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -75,10 +75,9 @@ void thread_db_init (struct target_ops *);
 void linux_proc_pending_signals (int pid, sigset_t *pending, sigset_t *blocked, sigset_t *ignored);
 
 /* linux-nat functions for handling fork events.  */
-extern void linux_record_stopped_pid (int pid);
 extern void linux_enable_event_reporting (ptid_t ptid);
-extern ptid_t linux_handle_extended_wait (int pid, int status,
-                                         struct target_waitstatus *ourstatus);
+
+extern int lin_lwp_attach_lwp (ptid_t ptid, int verbose);
 
 /* Iterator function for lin-lwp's lwp list.  */
 struct lwp_info *iterate_over_lwps (int (*callback) (struct lwp_info *, 
This page took 0.02477 seconds and 4 git commands to generate.