Bug 3464 - Disassembly window scrolling problems
Summary: Disassembly window scrolling problems
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: 1633
  Show dependency treegraph
 
Reported: 2006-11-06 20:20 UTC by Mike Cvet
Modified: 2007-02-27 14:14 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 Mike Cvet 2006-11-06 20:20:35 UTC
When scrolling down memory addresses from the 'to' spinbox in the window, it is 
difficult to determine how many rows must be removed since different 
instructions have different lengths in memory, and all the information 
available is a new memory address to scroll to.

Also, memory address may point into the middle of an instruction.
Comment 1 Mike Cvet 2007-02-27 14:14:29 UTC
2007-02-27  Mike Cvet  <mcvet@redhat.com>

	* disassembler/DisassemblyWindow.java (handleToSpin): Used TreePath
	to reverse-iterate back up the ListStore. Fixes #3464.