Bug 4673 - memory/disassembler: accept symbolic addresses in spin button
Summary: memory/disassembler: accept symbolic addresses in spin button
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: 5318
Blocks: 3119 3200
  Show dependency treegraph
 
Reported: 2007-06-20 17:30 UTC by Andrew Cagney
Modified: 2007-11-23 05:44 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:30:15 UTC
Let the user specify symbolic addresses (the expression parser can evaluate
them) in the spin button so that, for instance, they can set the low address to
"main".
Comment 1 Zhao Shujing 2007-11-23 05:41:53 UTC
2007-09-21  Zhao Shujing <pearly.zhao@oracle.com>

        * memory/MemoryWindow.java(handleSymbol): Added to handle symbol name.
        * disassembler/DisassemblyWindow.java: Ditto.
        (rowAppend): Add parameter for the instructions that maybe be added.