Bug 4616 - Memory Window: When selecting 64-bits display, the value column header still states it is 32-bits
Summary: Memory Window: When selecting 64-bits display, the value column header still ...
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:29 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:29:46 UTC
After changing the number of bits to 64, the column still specifies e.g. '32-bit
Hexadecimal (LE)' even though the values are indeed shown as 64-bit values.
Comment 1 Mike Cvet 2007-06-20 15:32:59 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.