From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30572 invoked by alias); 21 Jun 2007 01:52:59 -0000 Received: (qmail 30559 invoked by uid 9690); 21 Jun 2007 01:52:59 -0000 Date: Thu, 21 Jun 2007 01:52:00 -0000 Message-ID: <20070621015259.30557.qmail@sourceware.org> From: kvanhees@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-gui/frysk proc/ptrace/ChangeLog proc/ptr ... 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/msg00668.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-gui Changes by: kvanhees@sourceware.org 2007-06-21 01:52:59 Modified files: frysk/proc/ptrace: ChangeLog MemorySpaceByteBuffer.java frysk/gui : ChangeLog frysk/gui/disassembler: DisassemblyWindow.java frysk/gui/memory: MemoryWindow.java frysk/gui/srcwin: ChangeLog SourceWindow.java Log message: frysk-core/frysk/proc/ptrace/ChangeLog: 2007-06-20 Kris Van Hees * MemorySpaceByteBuffer.java: PeeksRequest.request(...) was not setting the instance variables of the PeeksRequest in the case where the code is not executing on the event loop thread. frysk-gui/frysk/gui/srcwin/ChangeLog: 2007-06-20 Kris Van Hees * SourceWindow.java(toggleMemoryWindow, toggleDisassemblyWindow): Do not display the dialog for x86_64, and changed the message to simply state that the window is not supported on the current architecture for ISAs where that is still the case. frysk-gui/frysk/gui/ChangeLog: 2007-06-20 Kris Van Hees * memory/MemoryWindow.java (setTask, resetTask): Set the valid range of the fromSpin and toSpin buttons from 0 to the highest address for the task's ISA (2^wordsize - 1). * disassembler/DisassemblyWindow.java (setTask, resetTask): Set the valid range of the fromSpin and toSpin buttons from 0 to the highest address for the task's ISA (2^wordsize - 1). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/ChangeLog.diff?cvsroot=frysk&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ptrace/MemorySpaceByteBuffer.java.diff?cvsroot=frysk&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.531&r2=1.532 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindow.java.diff?cvsroot=frysk&r1=1.23&r2=1.24 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindow.java.diff?cvsroot=frysk&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.489&r2=1.490 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.258&r2=1.259