| Summary: | Loading sessions observing multiple child processes | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Mike Cvet <mcvet> |
| Component: | general | Assignee: | Mike Cvet <mcvet> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | pmuldoon |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 1632 | ||
|
Description
Mike Cvet
2006-07-17 19:36:36 UTC
Log message:
2006-07-24 Mike Cvet <mcvet@redhat.com>
* sessions/DebugProcess.java (populateProcs): Now explicitly calls methods
for the itemAdded and itemRemoved operations, and adding observers to the
processes added to the main list.
(addRemoveObservers): Added.
(addProcs): Added.
(addProcsMinusObserver): Added - adds procs to the main list without the
observers.
(addObservers): Added - explicitly adds observers to the processes in the
process list.
* sessions/ProcessPicker.java (checkSession): Adds processes to the process
list without adding observers...yet.
(pickProcs): Adds observers to the remaining selected processes after
the fact.
Putting the processPicker back in.
|