This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-gui/frysk cli/hpd/SymTab.java cli/hpd/Ex ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-10-06 17:20:45

Modified files:
	frysk/cli/hpd  : SymTab.java ExprSymTab.java CLI.java 
	frysk/cli      : ChangeLog 
	frysk/gui/srcwin: ChangeLog SourceBuffer.java InlineBuffer.java 

Log message:
	frysk-core/frysk/cli:
	2006-10-06  Mike Cvet  <mcvet@redhat.com>
	
	* hpd/ExprSymTab.java (ExprSymTab): New StackFrame parameter.Sets
	currentFrame to the inner most frame of the incoming stack trace
	if non-null; generates new stack trace otherwise. Got rid of
	innermostFrame field. Fixes #3312.
	(getBufferAddr): Checks currentFrame.getInner() null-ness instead
	of innermostFrame.
	(getDie): Ditto.
	(getInnerMostFrame): Iterates a pointer to currentFrame's innermost
	and returns it.
	* hpd/SymTab.java (SymTab): Added a new constructor with
	an extra parameter - a StackFrame. Calls ExprSymTab with new
	StackFrame argument; null if no StackFrame was given.
	* hpd/CLI.java (AttachHandler.handle): Sends in an extra null
	argument to the new SymTab.
	
	frysk-gui/frysk/gui/srcwin:
	2006-10-06  Mike Cvet  <mcvet@redhat.com>ysk-gui/frysk/gui/srcwin/ChangeLog
	
	* InlineBuffer.java (getVariable): Sends scope argument into new
	SymTab.
	* SourceBuffer.java (getVariable): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/SymTab.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/ExprSymTab.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/hpd/CLI.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/cli/ChangeLog.diff?cvsroot=frysk&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.285&r2=1.286
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineBuffer.java.diff?cvsroot=frysk&r1=1.32&r2=1.33


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]