Bug 4624 - Disassembly Window: Edit Columns button is greyed out and cannot be enabled
Summary: Disassembly Window: Edit Columns button is greyed out and cannot be enabled
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:51 UTC by Kris Van Hees
Modified: 2007-06-20 18:16 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: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