Bug 4672

Summary: memory/disassembler: include 0x prefix in spin buttons
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Zhao Shujing <pearly.zhao>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3119, 3200    

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.