From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9320 invoked by alias); 9 Aug 2007 17:19:30 -0000 Received: (qmail 9281 invoked by uid 9639); 9 Aug 2007 17:19:30 -0000 Date: Thu, 09 Aug 2007 17:19:00 -0000 Message-ID: <20070809171930.9279.qmail@sourceware.org> From: moore@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk/hpd AttachCommand.java CLI.ja ... 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/msg00541.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: moore@sourceware.org 2007-08-09 17:19:30 Modified files: frysk/hpd : AttachCommand.java CLI.java ChangeLog CoreCommand.java DebuginfoCommand.java GoCommand.java HaltCommand.java Log message: Remove CLI global variables and load DebugInfo per task frysk-core/frysk/hpd/ChangeLog 2007-08-09 Tim Moore * CLI.java (proc, task, debugInfo, stackLevel): Remove. (startAttach, finishAttach): Don't initialize those variables anymore. (UpDownHandler.handle): Use getTaskStackLevel, setTaskStackLevel methods instead of stackLevel variable. (parseValue): Remove version without task argument. (SteppingObserver.update): Change newFrame variable to frame. (getTask, getDebugInfo): Remove methods. * DebuginfoCommand.java (handle): Load DebugInfo for all tasks in target ptset. * AttachCommand.java (handle): Don't set cli proc and task variables. * CoreCommand (handle): Use per-task interface to set task attributes instead of the CLI slots. * GoCommand.java (handle): Don't set cli.running. * HaltCommand.java (handle): ditto Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/AttachCommand.java.diff?cvsroot=frysk&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CLI.java.diff?cvsroot=frysk&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/ChangeLog.diff?cvsroot=frysk&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/CoreCommand.java.diff?cvsroot=frysk&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/DebuginfoCommand.java.diff?cvsroot=frysk&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/GoCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/hpd/HaltCommand.java.diff?cvsroot=frysk&r1=1.2&r2=1.3