The current create process method creates the process in the AttachedContinue state, need a variant that creates the process in the AttachedStop state.
2005-10-06 Andrew Cagney <cagney@redhat.com> * TestRun.java: Rename testRun to testCreateAttachedContinuedProc. Add testCreateAttachedStoppedProc. * Host.java: Add requestCreateAttachedStoppedProc. * ProcState.java, TaskState.java: Simplify startRunning state. Fix startStopped state. * Proc.java: Rename newAttachedTask to sendNewAttachedTask. * LinuxProc.java, ProcState.java: Update. * TestLib.java: In setUp, add an observer that registers any child process. * TestLib.java: Change children to a set. Replace StopEventLoopOnProcDestroy with addStopEventLoopOnChildProcRemovedObserver. * TestTerminated.java, TestRun.java, TestProcGet.java, TestFork.java, TestExiting.java, TestExec.java, TestClone.java: Update. * Task.java: Replace getPid with getTid. Make getTid, and getTaskId final. * LinuxTask.java: Delete "pid", "addMemoryAndRegisters", and "ptraceAttached". Use getTid. * I386Linux.java, ProcState.java, LinuxProc.java: Update. * Host.java, HostState.java, I386Linux.java, LinuxHost.java, LinuxProc.java, LinuxTask.java, Proc.java, ProcState.java, Task.java, TaskState.java: Replace "runnable" with "attached" and "running", pass through out. Replace newTask with newAttachedTask. Further consolidate Task, Proc, and Host constructors. Add startRunning and startStopped to Proc states.
Created attachment 1152 [details] spam!
fixed log ago.