From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29706 invoked by alias); 20 Jun 2007 17:50:20 -0000 Received: (qmail 29642 invoked by uid 48); 20 Jun 2007 17:50:07 -0000 Date: Wed, 20 Jun 2007 17:50:00 -0000 From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070620175007.4674.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00361.txt.bz2 List-Id: The memory window has a tab for selecting the number of bits to display. This alters the "word size" used when displaying a value, but not the increment. Consequently, with it set to 32-bits, the table looks like (LE): 0x00000000 | 0x04030201 0x00000001 | 0x05040302 that is, regardless of this "bit size" the location always increments by 1. Instead the "size" should determine the location increment vis: 0x00000000 | 0x04030201 0x00000004 | 0x08070605 that way the memory display forms a proper table. During the meeting "increment" was suggested as the tab's name. I suspect "Word Size" would be better. -- Summary: Memory Window: Replace "number of bits" with "Word Size" aka "increment" Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: cagney at redhat dot com OtherBugsDependingO 3119 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=4674 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.