From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 542 invoked by alias); 7 Sep 2007 13:13:13 -0000 Received: (qmail 529 invoked by uid 9639); 7 Sep 2007 13:13:13 -0000 Date: Fri, 07 Sep 2007 13:13:00 -0000 Message-ID: <20070907131313.527.qmail@sourceware.org> From: moore@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk/hpd BreakpointCommand.java CL ... 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-q3/txt/msg00907.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: moore@sourceware.org 2007-09-07 13:13:13 Modified files: frysk/hpd : BreakpointCommand.java CLI.java ChangeLog TestBreakpoints.java Log message: Fix for breakpoint bugs 4949, 4950 frysk-core/frysk/hpd/ChangeLog: 2007-09-07 Tim Moore Fix for 4949 and 4950. * BreakpointCommand.java (CLIBreakpointObserver, CLIBreakpointObserver.updateHit): Don't need cli or cli.running; variable has gone away. Make class and updateHit() abstract. (handle): Output "breakpoint hit" messages from the execute() method of an Event in order to allow all actions to run before the user (or tester!) is notified. * CLI.java (running, isRunning): Remove; has been vestigial for some time. * TestBreakpoints.java (testHpdBreakpointInline, testHpdBreakpointLibrary): Remove unresolved(), expect inlined function to be in the backtrace. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/BreakpointCommand.java.diff?cvsroot=frysk&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.94&r2=1.95 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/TestBreakpoints.java.diff?cvsroot=frysk&r1=1.7&r2=1.8