Hi Andrew, On Fri, 2007-10-12 at 21:53 +0000, cagney@sourceware.org wrote: > Index: frysk-core/frysk/debuginfo/ChangeLog > 2007-10-12 Andrew Cagney > > * DebugInfo.java: Update; do not throw NameNotFoundException. Do > not use CExprAnnotator. > * DebugInfoEvaluator.java: Ditto. This breaks the build since frysk-gui still thinks that various methods throw this exception and try to catch it. The following patch fixes the build. 2007-09-13 Mark Wielaard * SourceView.java (clickedOnTextArea): Don't catch NameNotFoundException. * SourceBuffer.java (getVariable): Likewise. * InlineSourceView.java (mouseEvent): Likewise. * InlineBuffer.java (getVariable): Likewise. A quick test run of FryskGui looks fine. But switching source buffers (clicking on different frames in the stack associated with functions in different source files) is super slow. I don't know if that was also that way before and currently working over remote X which is naturally slow. Maybe someone could double check that the error handling in these code paths is sane. Cheers, Mark