Bug 4929 - Disassembly Window: Rows prepended or removed by the numbers of memory address changed not by instructions
Summary: Disassembly Window: Rows prepended or removed by the numbers of memory addres...
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:
: 4932 (view as bug list)
Depends on:
Blocks: 3200
  Show dependency treegraph
 
Reported: 2007-08-16 08:47 UTC by Zhao Shujing
Modified: 2007-08-21 06:29 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 Zhao Shujing 2007-08-16 08:47:53 UTC
When click "down" from spin, the rows are prepended by the memory address are
added, not by the instructions lines at that memory range. It also works like
this when remove rows.
Comment 1 Zhao Shujing 2007-08-20 07:52:39 UTC
*** Bug 4932 has been marked as a duplicate of this bug. ***
Comment 2 Zhao Shujing 2007-08-21 06:29:44 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.