LinuxTask.pid is redundant (and dangerous), code can instead extract the task id from Task.id. Dangerous? It is only initialized after Task.Task has finished, and that is after the task observers are called.
2005-10-06 Andrew Cagney <cagney@redhat.com> * 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. 2005-10-06 Andrew Cagney <cagney@redhat.com> * ThreadMenu.java, ProcDataModel.java, EventLogger.java: For tasks, use getTid instead of getPid.
all deleted