Bug 4136 - Memory/Disassembly windows show decimal ranges instead of hex
Summary: Memory/Disassembly windows show decimal ranges instead of hex
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: 3119 3200
  Show dependency treegraph
 
Reported: 2007-03-06 16:55 UTC by Rick Moseley
Modified: 2007-03-07 18:58 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 Rick Moseley 2007-03-06 16:55:12 UTC
When using the Memory and Disassembly windows the windows ask for a range of
memory locations to show.  This range is asked for in decimal and really should
be done in hex.  This a a Java Gnome shortcoming, so a separate widget will need
to be used to show the hex values.
Comment 1 Mike Cvet 2007-03-07 18:58:55 UTC
2007-03-07  Mike Cvet  <mcvet@redhat.com>
	
	* memory/MemoryWindow.java (lastPath): Added. Keeps track of the end of 
the
	ListStore. Fixes #4136.
	(handleFromSpin): Updated to use lastPath.
	(handleToSpin): Updated to use lastPath.
	* disassembler/DisassemblyWindow.java (lastPath): Added. Keeps track of 
the
	end of the ListStore. Fixes #4136.
	(handleFromSpin): Updated to use lastPath.
	(handleToSpin): UPdated to use lastPath.
	* gladedir/disassemblywindow.glade: Updated.
	* gladedir/memorywindow.glade: Ditto.