From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27119 invoked by alias); 22 Jun 2007 16:31:09 -0000 Received: (qmail 27102 invoked by uid 9559); 22 Jun 2007 16:31:06 -0000 Date: Fri, 22 Jun 2007 16:31:00 -0000 Message-ID: <20070622163106.27100.qmail@sourceware.org> From: ajocksch@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk cli/hpd/ChangeLog cli/hpd/Dis ... Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q2/txt/msg00688.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: ajocksch@sourceware.org 2007-06-22 16:31:06 Modified files: frysk/cli/hpd : ChangeLog DisplayCommand.java frysk/rt : ChangeLog DisplayValue.java DisplayValueObserver.java TestUpdatingDisplayValue.java UpdatingDisplayValue.java Log message: frysk-core/frysk/rt: 2007-06-22 Adam Jocksch * DisplayValue.java (refresh): Disabled stack backtraces when DebugInfo.print throws exceptions. * DisplayValueObserver.java (updateUnavailableOutOfScope): Added. * TestUpdatingDisplayValue.java (testUpdateUnavailableFuncReturn): Added code, enabled test. (DisplayObserver): Refactored to reflect changes to the interface. * UpdatingDisplayValue.java (refresh): If the value retrieved is null, notify the observers. (notifyObserversUnavailableOutOfScope): New method. frysk-core/frysk/cli/hpd: 2007-06-22 Adam Jocksch * DisplayCommand.java (handle): Now recieves events when the the value being displayed becomes unavailable, nothing is currently being displayed to the user when this occurs. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/DisplayCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.293&r2=1.294 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/DisplayValue.java.diff?cvsroot=frysk&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/DisplayValueObserver.java.diff?cvsroot=frysk&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestUpdatingDisplayValue.java.diff?cvsroot=frysk&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/UpdatingDisplayValue.java.diff?cvsroot=frysk&r1=1.4&r2=1.5