Bug 4624

Summary: Disassembly Window: Edit Columns button is greyed out and cannot be enabled
Product: frysk Reporter: Kris Van Hees <kris.van.hees>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3200    

Description Kris Van Hees 2007-06-11 18:51:51 UTC
The 'Edit Columns' button appears in the bottom left corner of this window, but
it is greyed out.  I've been unable to find any functionality that allows one to
enable it.  There seems to be a potential use for it (e.g. to enable a column
that shows the pure byte values that represent each instruction).
Comment 1 Mike Cvet 2007-06-20 15:34:41 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:16:11 UTC
-> fixer
Comment 3 Andrew Cagney 2007-06-20 18:16:47 UTC
fixed by mcvet