From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13851 invoked by alias); 16 Jul 2007 09:20:29 -0000 Received: (qmail 13779 invoked by uid 9112); 16 Jul 2007 09:20:28 -0000 Date: Mon, 16 Jul 2007 09:20:00 -0000 Message-ID: <20070716092028.13777.qmail@sourceware.org> From: mark@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk pkglibdir/ChangeLog proc/Chan ... 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/msg00146.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: mark@sourceware.org 2007-07-16 09:20:28 Modified files: frysk/pkglibdir: ChangeLog frysk/proc : ChangeLog TestInstructions.java Added files: frysk/pkglibdir: funit-instructions.S Removed files: frysk/pkglibdir: funit-instructions.c Log message: frysk-core/frysk/proc/ChangeLog 2007-07-13 Mark Wielaard * TestInstructions.java (pid, proc, in, out, labels): Removed fields. (addresses, io, start_address, end_address): New fields. (getGlobalLabelAddress): New method. (Symbol): New static class. (setup): Rewritten to no use ForkLib and to use Code and Instruction observer to find code instruction path. (tearDown): Clear addresses. (testBreakAndStepInstructions): Renamed to... (testBreakOnStartThenStepAllInstructions): Rewriten to use addresses, breakpoint on first, delete, then step all. (testAllBreakpoints): Rewritten to use addresses. (testInsertAllBreakpointsAndStepAll): New test. (InstructionObserver.block): New field. (InstructionObserver.deletedFrom): Don't stop event loop. (InstructionObserver.updateExecuted): Check block field. (InstructionObserver.setBlock): New method. frysk-core/frysk/pkglibdir/ChangeLog 2007-07-13 Mark Wielaard * funit-instructions.c: Removed. * funit-instructions.S: New file. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/funit-instructions.S.diff?cvsroot=frysk&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/ChangeLog.diff?cvsroot=frysk&r1=1.79&r2=1.80 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/funit-instructions.c.diff?cvsroot=frysk&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.755&r2=1.756 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestInstructions.java.diff?cvsroot=frysk&r1=1.1&r2=1.2