Bug 3464

Summary: Disassembly window scrolling problems
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 1633    

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.