home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.internals
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!sarah!cook!ganesh
- From: ganesh@cs.albany.edu (Ganesh Murugesan)
- Subject: Signals (Pl. ignore previous posting)
- Message-ID: <1992Aug20.175900.5524@cs.albany.edu>
- Originator: ganesh@karp.albany.edu
- Sender: usenet@cs.albany.edu (USENet news)
- Organization: The University at Albany, Comp. Sci. Dept.
- Date: Thu, 20 Aug 1992 17:59:00 GMT
- Lines: 21
-
- Hi,
-
- I have a question regarding signals.
-
- I have a process that is tracing a child process (ptrace
- has been set). When the child is stopped, now all the signals of
- the child are received by the parent.
-
- when the child process is continued by the parent using
- the ptrace call (PTRACE_CONT), I would like the child process to
- receive all its signals again rather than going to the parent. How
- do U do that ?
-
- Ganesh
-
- Email - ganesh@cs.albany.edu
-
-
-
-
-
-