Bug 4625 - Disassembly Window: Impossible to increase either From or To addresses using spin buttons
Summary: Disassembly Window: Impossible to increase either From or To addresses using ...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3200
  Show dependency treegraph
 
Reported: 2007-06-11 18:53 UTC by Kris Van Hees
Modified: 2007-06-20 18:23 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:53:44 UTC
The From and To spin buttons do not allow an increase of their values,
presumably due to overly restrictive upper bounds on their values (similar to
bug #4611)on 64-bit platforms when the current pc is above the configured upper
bound.
Comment 1 Mike Cvet 2007-06-20 15:39:50 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.
Comment 2 Andrew Cagney 2007-06-20 18:23:23 UTC
-> fixer
Comment 3 Andrew Cagney 2007-06-20 18:23:56 UTC
fixed by mcvet