This is the mail archive of the
frysk-cvs@sources.redhat.com
mailing list for the frysk project.
frysk-core/frysk/hpd AttachCommand.java CLI.ja ...
- From: moore at sourceware dot org
- To: frysk-cvs at sourceware dot org
- Date: 9 Aug 2007 17:08:53 -0000
- Subject: frysk-core/frysk/hpd AttachCommand.java CLI.ja ...
- Reply-to: frysk at sourceware dot org
CVSROOT: /cvs/frysk
Module name: frysk-core
Changes by: moore@sourceware.org 2007-08-09 17:08:53
Modified files:
frysk/hpd : AttachCommand.java CLI.java ChangeLog
CoreCommand.java DetachCommand.java
RunCommand.java
Log message:
Register new and attached processes with the ProcTaskIDManager
frysk-core/frysk/hpd/ChangeLog
2007-08-08 Tim Moore <timoore@redhat.com>
* AttachCommand.java (handle): Register process with
ProcTaskIDManager.
* CLI.java (attached): Change to integer (PID) type.
(startAttached): Initialize attached to -1.
(finishAttached): Wait for attached to go positive.
(update): Set attached based on the process we get here.
* CoreCommand.java (handle): Set attached to -1.
* Detach.java (handle): Set attached to -1.
* RunCommand.java (update): Don't return early if the task is
stopped, because that's the state the task is actually in after
being started. Register process with ProcTaskIDManager.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/AttachCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CoreCommand.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/DetachCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/RunCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3