Bug 4220

Summary: Fix relative vs absolute source file path resolution
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:
Bug Depends on:    
Bug Blocks: 1633, 3392    

Description Mike Cvet 2007-03-20 18:31:50 UTC
Relative source paths are not resolved correctly, thus leading to source-less 
debugging when loading the source for certain programs.
Comment 1 Mike Cvet 2007-03-20 18:45:55 UTC
2007-03-20  Mike Cvet  <mcvet@redhat.com>

	* StackFrame.java (getLines): Prepend the compilation directory to the
	source file location if the given path is relative, rather than 
absolute. 
	Fixes #4220.