Bug 4672 - memory/disassembler: include 0x prefix in spin buttons
Summary: memory/disassembler: include 0x prefix in spin buttons
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Zhao Shujing
URL:
Keywords:
Depends on:
Blocks: 3119 3200
  Show dependency treegraph
 
Reported: 2007-06-20 17:27 UTC by Andrew Cagney
Modified: 2007-08-28 06:05 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:27:52 UTC
The lower/higher bound spin buttons do not include the 0x (indicating hex)
prefix in the address.
Comment 1 Zhao Shujing 2007-08-21 06:28:50 UTC
2007-08-21  Zhao Shujing <pearly.zhao@oracle.com>

        * disassembler/DisassemblyWindow.java: Fixes #4672.
        (fromBox.entryEvent): Use fromSpin.setValue to invoke fromSpin
        entryEvent.
        (toBox.entryEvent): Ditto.
        (refreshList): Change to get next instruction after setValue to model
        is finished.
        (rowPrepend): New function.
        (handleFromSpin): Prepend rows provided by rowPrepend and remove
        redundant instructions according to the change of memory address.
        Fixes #4929.
Comment 2 Zhao Shujing 2007-08-28 06:05:49 UTC
2007-08-28  Zhao Shujing <pearly.zhao@oracle.com>

        * memory/MemoryWindow.java: Fixes #4672.