Summary: | Memory Window: Spin buttons for address range have incorrect upper bound | ||
---|---|---|---|
Product: | frysk | Reporter: | Kris Van Hees <kris.van.hees> |
Component: | general | Assignee: | Kris Van Hees <kris.van.hees> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 3119, 3200 |
Description
Kris Van Hees
2007-06-11 18:13:26 UTC
This also applies to the disassembly window. Need to set upper bound based on task's ISA That was my suggestion indeed, and is currently being implemented. An extension of this will be that once segment selection is implemented, the bounds should be set based on the segment boundaries. Selecting the default segment of the entire addressable space would result in the default 0 through end-of-address-space boundaries being set, allowing full access to any arbitrary address on the platform. 2007-06-20 Kris Van Hees <kris.van.hees@oracle.com> * memory/MemoryWindow.java (setTask, resetTask): Set the valid range of the fromSpin and toSpin buttons from 0 to the highest address for the task's ISA (2^wordsize - 1). * disassembler/DisassemblyWindow.java (setTask, resetTask): Set the valid range of the fromSpin and toSpin buttons from 0 to the highest address for the task's ISA (2^wordsize - 1). |