public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-10-11 15:38 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-10-11 15:38 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-10-11 15:38:19

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  SourceView.java 

Log message:
	2006-10-11  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (createTags): Strip spaces from the function
	string.
	* SourceView.java (scrollToFunction): Get rid of newlines and
	spaces in the incoming string.
	* SourceWindow.java (updateShownStackFrame): Upon call, send the
	function string to the SourceView to scroll to. Fixes #3327.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.105&r2=1.106
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.290&r2=1.291
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.28&r2=1.29


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2007-01-15 21:20 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2007-01-15 21:20 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2007-01-15 21:20:15

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 

Log message:
	2007-01-15  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (loadUnmarkedText): Look out for
	FileNotFoundExceptions.
	* SourceWindow.java (generateProcStackTrace): Watch out for more null DOMSources.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.166&r2=1.167
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.373&r2=1.374


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-12-28  6:22 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-12-28  6:22 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-12-28 06:22:41

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  InlineBuffer.java 

Log message:
	2006-12-28  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (setCurrentLine): Removed; replaced in
	functionality by highlightLine().
	(highlightLine): Cleaned up a little.
	(setScope): Removed redundant call to create DOMTags from
	source code. Call highlightLine() instead of setCurrentLine().
	(loadUnmarkedText): Added. Loads unmarked text into
	this SourceBuffer.
	(loadFile): Moved some code into loadUnmarkedText().
	Better supports loading unmarked text from the innermost
	stack frame containing source filename information.
	* InlineBuffer.java (setCurrentLine): Call super.highlightLine()
	instead of setCurrentLine().
	* SourceWindow.java (populateStackBrowser): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.158&r2=1.159
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.361&r2=1.362
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineBuffer.java.diff?cvsroot=frysk&r1=1.36&r2=1.37


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-12-27 20:56 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-12-27 20:56 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-12-27 20:56:07

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 

Log message:
	2006-12-27  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (updateShownStackFrame): Display the source
	filename in the window, even if the DOMSource is null.
	* SourceBuffer.java (loadFile): If the DOMSource for the current
	scope is null, attempt to just load the plaintext from the
	source file if we can get it. Fixes #3813.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.157&r2=1.158
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.360&r2=1.361


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-12-07 21:00 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-12-07 21:00 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-12-07 21:00:28

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  CurrentStackView.java 

Log message:
	2006-12-07  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (SourceBuffer): If the incoming StackFrame is
	null, do a minimum initialization and print an error.
	* SourceWindow.java (populateStackBrowser): Do a bare minimum
	initialization of the SourceWindow if the stack is null.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.152&r2=1.153
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.352&r2=1.353
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/CurrentStackView.java.diff?cvsroot=frysk&r1=1.22&r2=1.23


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-12-06 16:13 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-12-06 16:13 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-12-06 16:13:18

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  VariableWatchView.java SourceView.java 

Log message:
	2006-12-06  Mike Cvet  <mcvet@redhat.com>
	
	* VariableWatchView.java (variables): Added.
	(view): Refactored from SourceWindow parent.
	(VariableWatchView): Removed SourceWindow parameter.
	(setView): Added.
	(addTrace): Append new Variable to variables Vector.
	(removeTrace): Remove Variable to variables Vector.
	(refreshList): Added. Clears the model and re-parses the variables'
	values from SymTab. Addresses #1717.
	* SourceView.java (removeVar): Use Variable.getText() rather than
	toString().
	(refreshVars): Calls buffer to refresh variable list.
	* SourceBuffer.java (refreshVars): Iterates through the incoming Vector
	and re-parses values for contained Variables.
	* SourceWindow.java (populateStackBrowser): Set VariableWatchView's
	SourceView, and remind it to update values after a Proc state transition.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.346&r2=1.347
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/VariableWatchView.java.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.40&r2=1.41


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-12-05 16:35 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-12-05 16:35 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-12-05 16:35:14

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 

Log message:
	2006-12-05  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (setCurrentLine): Check for null frame data.
	
	Note fix for #3622 in yesterday's commit

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.88&r2=1.89
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.148&r2=1.149
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.343&r2=1.344


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-11-10 21:46 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-11-10 21:46 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-11-10 21:46:08

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  SourceView.java 

Log message:
	2006-11-10  Mike Cvet  <mcvet@redhat.com>
	
	* SourceBuffer.java (setCurrentLine): Mark only the innermost frame.
	(createTags): Strip spaces before creating TextMark. Fixes #3499.
	Check for nulls before parsing.
	(setScope): Use an iterator to iterate through Vector. Check to see if
	the source file needs to be loaded. Fixes #3503.
	(highlightLine): Added. Tags and unTags based on StackFrame.
	(SourceBuffer): Initialize functions Vector.
	(loadFile): Check for nulls in source. Call createTags() on frames
	with debuginfo.
	
	* SourceWindow.java (doStep): Call removeTags() after unblocking.
	(updateShownStackFrame): Won't load a file if not needed. Scrolls by
	line number instead of TextMark when possible. Fixes #3470, #3471.
	(SourceWindowListener.currentStackChanged): Update currentFrame.
	(populateStackBrowser): Lots of new case handling. Makes sure that
	currently selected frames are updated properly.
	(removeTags): Added. Remove relevant StackFrame TextTags from the
	source text.
	(doStep): Call removeTags().
	(doRun): Call removeTags().
	
	* SourceView.java (mouseMotionEvent): Don't attempt a Variable reading
	if the SourceWindow is not stopped. Fixes #3504.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.133&r2=1.134
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.324&r2=1.325
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.34&r2=1.35


^ permalink raw reply	[flat|nested] 9+ messages in thread

* frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
@ 2006-11-07 15:27 mcvet
  0 siblings, 0 replies; 9+ messages in thread
From: mcvet @ 2006-11-07 15:27 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-11-07 15:27:51

Modified files:
	frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog 
	                  SourceView.java 

Log message:
	2006-11-07  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (finishSourceWin): Set the window title properly.
	* SourceView.java (mousedOverText): Make sure that the mouse is over a
	new tag in the source code before going off parsing trying to see if it
	is a variable. Fixes #3472.
	* SourceBuffer.java (getVariable): Added.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.132&r2=1.133
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.323&r2=1.324
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.33&r2=1.34


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-01-15 21:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-11 15:38 frysk-gui/frysk/gui/srcwin SourceBuffer.java S mcvet
2006-11-07 15:27 mcvet
2006-11-10 21:46 mcvet
2006-12-05 16:35 mcvet
2006-12-06 16:13 mcvet
2006-12-07 21:00 mcvet
2006-12-27 20:56 mcvet
2006-12-28  6:22 mcvet
2007-01-15 21:20 mcvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).