public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment"
@ 2007-06-20 17:50 cagney at redhat dot com
  2007-06-20 17:51 ` [Bug general/4674] " cagney at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cagney at redhat dot com @ 2007-06-20 17:50 UTC (permalink / raw)
  To: frysk-bugzilla

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
@ 2007-06-20 17:51 ` cagney at redhat dot com
  2007-06-20 18:02 ` cagney at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cagney at redhat dot com @ 2007-06-20 17:51 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-06-20 17:51 -------
The default word size would be taken from the task's ISA

-- 


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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
  2007-06-20 17:51 ` [Bug general/4674] " cagney at redhat dot com
@ 2007-06-20 18:02 ` cagney at redhat dot com
  2007-06-20 18:23 ` cagney at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cagney at redhat dot com @ 2007-06-20 18:02 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-06-20 18:02 -------
The word size doesn't affect fixed sized displays, for instance:

With the bytes
             | 8-bit
  0x00000000 | 01 02 03 04 05 06 07 08
and word size set to 32-bits would give columns:
  16-bit BE: 0102 0304
  16-bit LE: 0201 0403
  32-bit BE: 01020304
  32-bit LE: 04030201
  64-bit BE: 0102030405060708 or 0102030400000000
  64-bit LE: 0807060504030201 or 0000000004030201
  Word x86: 0x04030201
  Word ppc: 0x01020304
and word size set to 64-bits would give columns:
  16-bit BE: 0102 0304 0506 0708
  16-bit LE: 0201 0403 0605 0807
  32-bit BE: 01020304 05060708
  32-bit LE: 04030201 08070605
  64-bit BE: 0102030405060708
  64-bit LE: 0807060504030201
  Word x86: 0x0807060504030201
  Word ppc: 0x0102030405060708


-- 


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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
  2007-06-20 17:51 ` [Bug general/4674] " cagney at redhat dot com
  2007-06-20 18:02 ` cagney at redhat dot com
@ 2007-06-20 18:23 ` cagney at redhat dot com
  2007-06-21  2:21 ` kris dot van dot hees at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cagney at redhat dot com @ 2007-06-20 18:23 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2007-06-20 18:23 -------
*** Bug 4623 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |4623
Bug 4674 depends on bug 4623, which changed state.

Bug 4623 Summary: Memory Window: Column based output is confusing and wastes window real estate
http://sourceware.org/bugzilla/show_bug.cgi?id=4623

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATEBug 4674 depends on bug 4623, which changed state.

Bug 4623 Summary: Memory Window: Column based output is confusing and wastes window real estate
http://sourceware.org/bugzilla/show_bug.cgi?id=4623

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
                   ` (2 preceding siblings ...)
  2007-06-20 18:23 ` cagney at redhat dot com
@ 2007-06-21  2:21 ` kris dot van dot hees at oracle dot com
  2007-09-26  6:30 ` pearly dot zhao at oracle dot com
  2007-11-02  7:07 ` pearly dot zhao at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: kris dot van dot hees at oracle dot com @ 2007-06-21  2:21 UTC (permalink / raw)
  To: frysk-bugzilla



-- 
Bug 4674 depends on bug 4623, which changed state.

Bug 4623 Summary: Memory Window: Column based output is confusing and wastes window real estate
http://sourceware.org/bugzilla/show_bug.cgi?id=4623

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
                   ` (3 preceding siblings ...)
  2007-06-21  2:21 ` kris dot van dot hees at oracle dot com
@ 2007-09-26  6:30 ` pearly dot zhao at oracle dot com
  2007-11-02  7:07 ` pearly dot zhao at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: pearly dot zhao at oracle dot com @ 2007-09-26  6:30 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From pearly dot zhao at oracle dot com  2007-09-26 06:30 -------
2007-09-25  Zhao Shujing <pearly.zhao@oracle.com>

        * memory/MemoryWindow.java: Fixes #4674.
        * gladedir/memorywindow.glade: Change adjustment to eight.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4674] Memory Window: Replace "number of bits" with "Word Size" aka "increment"
  2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
                   ` (4 preceding siblings ...)
  2007-09-26  6:30 ` pearly dot zhao at oracle dot com
@ 2007-11-02  7:07 ` pearly dot zhao at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: pearly dot zhao at oracle dot com @ 2007-11-02  7:07 UTC (permalink / raw)
  To: frysk-bugzilla



-- 
Bug 4674 depends on bug 4623, which changed state.

Bug 4623 Summary: Memory Window: Data visualization needs to be improved
http://sourceware.org/bugzilla/show_bug.cgi?id=4623

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-02  7:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-20 17:50 [Bug general/4674] New: Memory Window: Replace "number of bits" with "Word Size" aka "increment" cagney at redhat dot com
2007-06-20 17:51 ` [Bug general/4674] " cagney at redhat dot com
2007-06-20 18:02 ` cagney at redhat dot com
2007-06-20 18:23 ` cagney at redhat dot com
2007-06-21  2:21 ` kris dot van dot hees at oracle dot com
2007-09-26  6:30 ` pearly dot zhao at oracle dot com
2007-11-02  7:07 ` pearly dot zhao at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).