Bug 4675 - memory window default display: location | 8-bit | word
Summary: memory window default display: location | 8-bit | word
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3119
  Show dependency treegraph
 
Reported: 2007-06-20 17:54 UTC by Andrew Cagney
Modified: 2007-10-16 02:51 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 Andrew Cagney 2007-06-20 17:54:49 UTC
By default the memory window should display memory in two formats:

-> as individual bytes
-> as a "word" of "word sized" bytes

giving the display

Location   | 8-bit       | Word
0x00000000 | 01 02 03 04 | 0x04030201

(or other variations on the theme)
Comment 1 Zhao Shujing 2007-10-16 02:51:26 UTC
2007-10-16  Zhao Shujing <pearly.zhao@oracle.com>

        * gladedir/memorywindow.glade: Remove "Number of bits:" label and
        bitsCombo.
        * memory/MemoryFormatDialog.java (CellRendererToggleListener): Only
        one format are selected to display every time.
        * memory/MemoryWindow.java: Add a "Raw-bytes (Hexadecimal)" column. 
        Fixs #4675.