From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1394 invoked by alias); 3 Sep 2007 21:34:31 -0000 Received: (qmail 1380 invoked by uid 9639); 3 Sep 2007 21:34:31 -0000 Date: Mon, 03 Sep 2007 21:34:00 -0000 Message-ID: <20070903213431.1378.qmail@sourceware.org> From: moore@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk hpd/CLI.java hpd/ChangeLog hp ... 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/msg00841.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: moore@sourceware.org 2007-09-03 21:34:31 Modified files: frysk/hpd : CLI.java ChangeLog RunCommand.java frysk/rt : BreakpointManager.java ChangeLog frysk/util : ChangeLog Added files: frysk/util : CountDownLatch.java Log message: Fix for bugzilla 4914 frysk-core/frysk/hpd/ChangeLog: 2007-09-03 Tim Moore Fix for bug 4914 * CLI.java (startAttach): Don't initialize steppingEngine and stepping observer. (CLI): New constructor that takes steppingEngine argument, and a default version that initializes the steppingEngine. * RunCommand.java (updateAttach): Add this object as a stepping observer before calling cli.startAttach() (which registers the task with the SteppingEngine). (update, handle): Synchronize to block until the SteppingEngine reports that the task is attached. frysk-core/frysk/rt/ChangeLog: 2007-09-03 Tim Moore * BreakpointManager.java (manageProcess): Block until the shared library breakpoint is established. frysk-core/frysk/util/ChangeLog: 2007-09-03 Tim Moore * CountDownLatch.java: New class. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.24&r2=1.25 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.78&r2=1.79 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/RunCommand.java.diff?cvsroot=frysk&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/BreakpointManager.java.diff?cvsroot=frysk&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.358&r2=1.359 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/CountDownLatch.java.diff?cvsroot=frysk&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/util/ChangeLog.diff?cvsroot=frysk&r1=1.181&r2=1.182