Bug 4062 - Implement a FrameIdentifier object for StackFrame
Summary: Implement a FrameIdentifier object for StackFrame
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 3346
  Show dependency treegraph
 
Reported: 2007-02-16 16:41 UTC by Mike Cvet
Modified: 2007-02-16 20:23 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-02-16 16:41:59 UTC
Should implement comparable, based on function name and CFA value.
Comment 1 Mike Cvet 2007-02-16 20:23:24 UTC
Log message:
	2007-02-16  Mike Cvet  <mcvet@redhat.com>
	
	* FrameIdentifier.java: Added. Uses a StackFrame name and CFA to
	identify a StackFrame. Fixes #4062.
	* StackFrame.java (toPrint): Changed back to
	FrameCursor.getMethodName() since getSymbolName is broken, via
	#4063.
	(frameIdentifier): Added.
	(StackFrame): Initialize above member.
	(getFrameIdentifier): Added.