This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/rda/unix ChangeLog ptrace-target.c server.c
- From: kevinb at sources dot redhat dot com
- To: src-cvs at sources dot redhat dot com
- Date: 10 Mar 2004 17:56:43 -0000
- Subject: src/rda/unix ChangeLog ptrace-target.c server.c
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2004-03-10 17:56:43
Modified files:
rda/unix : ChangeLog ptrace-target.c server.c
Log message:
* ptrace-target.c (ptrace_create_child): Use vfork() instead of
fork(). Use PTRACE_ATTACH to attach to an existing process.
* server.c (usage): Update to include text about "-a".
(main): Allow use of -a switch to attach to an existing process.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ptrace-target.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/server.c.diff?cvsroot=src&r1=1.2&r2=1.3