Bug 4220 - Fix relative vs absolute source file path resolution
Summary: Fix relative vs absolute source file path resolution
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 3392
  Show dependency treegraph
 
Reported: 2007-03-20 18:31 UTC by Mike Cvet
Modified: 2007-03-20 18:45 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 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.