Bug 4617 - Memory Window: Hexadecimal values are shown without leading zeros
Summary: Memory Window: Hexadecimal values are shown without leading zeros
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Kris Van Hees
URL:
Keywords:
Depends on:
Blocks: 3119
  Show dependency treegraph
 
Reported: 2007-06-11 18:31 UTC by Kris Van Hees
Modified: 2007-09-03 02:27 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Van Hees 2007-06-11 18:31:49 UTC
When investigating memory content, displaying hexadecimal values without leading
zeros makes for messy (ragged-looking), difficult-to-read display.  Given that a
specific number of bits is selected for the display, leaving leading zeros in
place ensures that values are more readable.
Comment 1 Andrew Cagney 2007-06-20 18:05:59 UTC
Should both have leading zeros and be fixed width font
Comment 2 Kris Van Hees 2007-06-20 18:39:34 UTC
That is indeed what I suggested in today's call.  Goes hand-in-hand with some of
the other display changes that are suggested for this window.  I'll be linking
up other tickets as needed.
Comment 3 Zhao Shujing 2007-09-03 02:27:27 UTC
2007-09-03  Zhao Shujing <pearly.zhao@oracle.com>

        * memory/MemoryWindow.java: Fixed #4617.
        Fixed bug with incorrect converting when memory value is negative.
        Add prefix zero to octal format.