Bug 4615 - Memory Window: The default number of bits used in the display is 32 even on 64-bit platforms
Summary: Memory Window: The default number of bits used in the display is 32 even on 6...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Kris Van Hees
URL:
Keywords:
Depends on:
Blocks: 3119
  Show dependency treegraph
 
Reported: 2007-06-11 18:28 UTC by Kris Van Hees
Modified: 2007-06-20 15:32 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 Kris Van Hees 2007-06-11 18:28:02 UTC
The default value being presented for address locations is a 32-bit value even
on 64-bit platforms.
Comment 1 Mike Cvet 2007-06-20 15:32:43 UTC
2007-06-11  Mike Cvet  <mcvet@redhat.com>

	* memory/MemoryWindow.java (setTask): Default to reading 64-bit words
	on 64-bit platforms.
	(setTask.formatDialog.lifeCycleEvent): Refresh display on dialog exit.
	(setTask.bitsCombo.comboBoxEvent): Update column titles on new bit
	selection.
	* disassembler/DisassemblyWindow.java (setTask): Hide format button
	instead of shading out.
	(handleToSpin): Fix a couple of spinning bugs.