Bug 3903 - StackFrame should provide a way to get non-interrupt frame pre-call PC
Summary: StackFrame should provide a way to get non-interrupt frame pre-call PC
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: 2935
  Show dependency treegraph
 
Reported: 2007-01-22 18:10 UTC by Mike Cvet
Modified: 2007-01-22 18:28 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-01-22 18:10:18 UTC
... Instead of manually decrementing the returned address after a test.
Comment 1 Mike Cvet 2007-01-22 18:28:14 UTC
2007-01-22  Mike Cvet  <mcvet@redhat.com>

	* StackFrame.java (getAdjustedAddress): Added. Gets an adjusted address
	for innermost and signal frames. Fixes #3903.