Index: frysk-gui/frysk/gui/monitor/ChangeLog 2005-10-23 Andrew Cagney <cagney@redhat.com> * ActionPool.java: Replace use of Proc .taskExiting with runtime exception throw.
And another: Index: frysk-gui/frysk/gui/monitor/ChangeLog 2005-10-23 Andrew Cagney <cagney@redhat.com> * ActionPool.java: Replace use of Proc .taskExeced with runtime exception throw.
And some more: Index: frysk-gui/frysk/gui/monitor/ChangeLog 2005-10-25 Andrew Cagney <cagney@redhat.com> * ActionPool.java: Replace calls to Task .requestAddObserver, and .requestDeleteObserver with either a call to .requestAddExecedObserver, .requestDeleteExecedObserver, .requestAddTerminatingObsever, .requestDeleteTerminatingObserver, .requestAddForkedObserver, .requestDeleteForkedObserver, .requestAddClonedObserver, .requestDeleteClonedObserver, or a RuntimeException throw.
sami's gutting this
Fixed all RuntimeException except for SyscallObserver
Was fixed, but ActionPool is no longer used.