public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So ...
@ 2007-04-27 13:41 mcvet
  0 siblings, 0 replies; 5+ messages in thread
From: mcvet @ 2007-04-27 13:41 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2007-04-27 14:41:25

Modified files:
	frysk/gui/srcwin: ChangeLog SourceWindow.java 
	frysk/gui/disassembler: DisassemblyWindow.java 
	frysk/gui      : ChangeLog 
	frysk/gui/memory: MemoryWindow.java 

Log message:
	frysk-gui/frysk/gui:
	2007-04-27  Mike Cvet  <mcvet@redhat.com>
	
	* disassembler/DisassemblyWindow.java (refreshLock): Added. Prevents
	event threads firing refresh requests simultaneously. Fixes #4433.
	(formatDialog.lifeCycleEvent): Removed refresh call.
	(fromSpin.spinEvent): Check refreshLock before refreshing.
	(toSpin.spinEvent): Ditto.
	(fromBox.entryEvent): Ditto.
	(toBox.entryEvent): Ditto.
	(resetTask): Set and unset refreshLock.
	(resetPCAndList): Ditto.
	(refreshList): Synchronized. Now uses global ListStore rather than
	grabbing the Store off of the View each time. Removed a redundant
	setValue() call.
	* memory/MemoryWindow.java (refreshLock): Added. Same as above.
	(formatDialog.lifeCycleEvent): Ditto.
	(fromSpin.spinEvent): Ditto.
	(toSpin.spinEvent): Ditto.
	(fromBox.entryEvent): Ditto.
	(toBox.entryEvent): Ditto.
	(resetTask): Ditto.
	(resetPCAndList): Ditto.
	(refreshList): Synchronized, uses global ListStore.
	
	frysk-gui/frysk/gui/srcwin:
	2007-04-27  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (currentStackChanged): Check the State of the new
	StackFrame's Task before updating any of the other windows.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.456&r2=1.457
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.230&r2=1.231
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindow.java.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.502&r2=1.503
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindow.java.diff?cvsroot=frysk&r1=1.32&r2=1.33


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

* frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So ...
@ 2007-07-27 15:28 mcvet
  0 siblings, 0 replies; 5+ messages in thread
From: mcvet @ 2007-07-27 15:28 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2007-07-27 15:27:59

Modified files:
	frysk/gui/srcwin: ChangeLog SourceWindow.java 
	frysk/gui/monitor: ChangeLog 
	frysk/gui/disassembler: DisassemblyWindowFactory.java 
	                        DisassemblyWindow.java 
	frysk/gui      : ChangeLog 
	frysk/gui/register: RegisterWindow.java 
	                    RegisterWindowFactory.java 
	frysk/gui/memory: MemoryWindow.java MemoryWindowFactory.java 
	frysk/gui/monitor/actions: ShowMemWin.java ShowRegWin.java 

Log message:
	gui/srcwin:
	2007-07-27  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java: Updated to reference SteppingEngine move to
	frysk.stepping.
	
	gui:
	2007-07-27  Mike Cvet  <mcvet@redhat.com>
	
	* register/RegisterWindowFactory.java: Updated to reference SteppingEngine
	move to frysk.stepping.
	* register/RegisterWindow.java: Ditto.
	* memory/MemoryWindowFactory.java: Ditto.
	* memory/MemoryWindow.java: Ditto.
	* disassembler/DisassemblyWindowFactory.java: Ditto.
	* disassembler/DisassemblyWindow.java: Ditto.
	
	gui/monitor:
	2007-07-27  Mike Cvet  <mcvet@redhat.com>
	
	* ShowMemWin.java: Updated to reference SteppingEngine move to
	frysk.stepping.
	* ShowRegWin.java: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.506&r2=1.507
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.275&r2=1.276
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ChangeLog.diff?cvsroot=frysk&r1=1.473&r2=1.474
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindowFactory.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindow.java.diff?cvsroot=frysk&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.538&r2=1.539
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/register/RegisterWindow.java.diff?cvsroot=frysk&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/register/RegisterWindowFactory.java.diff?cvsroot=frysk&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindow.java.diff?cvsroot=frysk&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindowFactory.java.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/actions/ShowMemWin.java.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/actions/ShowRegWin.java.diff?cvsroot=frysk&r1=1.9&r2=1.10


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

* frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So ...
@ 2007-03-26 18:16 mcvet
  0 siblings, 0 replies; 5+ messages in thread
From: mcvet @ 2007-03-26 18:16 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2007-03-26 19:16:53

Modified files:
	frysk/gui/srcwin: ChangeLog SourceBuffer.java MixedView.java 
	                  View.java SourceWindow.java SourceView.java 
	frysk/gui/gladedir: frysk_source.glade 
	frysk/gui      : ChangeLog 

Log message:
	frysk-gui/frysk/gui:
	2007-03-26  Mike Cvet  <mcvet@redhat.com>
	
	* gladedir/frysk_source.glade: Temporarily removed "Mixed" from
	combobox entries.
	
	frysk-gui/frysk/gui/srcwin:
	2007-03-26  Mike Cvet  <mcvet@redhat.com>
	
	* View.java (load): Now takes an int parameter, setting the mode of
	the view.
	* SourceWindow.java (viewPicker): Added. Combobox variable to select
	source, assembly, or combination display in the Source Window. Fixes
	#1711, #4278.
	(finishSourceWin): Initialize above variable; set default selection.
	(populateStackBrowser): Check for MixedView and SourceView instead of
	assuming SourceView default.
	(getStackView): Added.
	(desensitize): Added entry for viewPicker.
	(resensitize): Ditto.
	(attachEvents): Set viewPicker to sensitive.
	(switchToSourceMode): Set line numbers to true in the SourceView; scroll
	to the appropriate function upon call. Create highlighting tags in the
	SourceBuffer.
	(switchToAsmMode): Remove highlighting tags from the SourceBuffer.
	Remove line numbers.
	(switchToSourceAsmMode): Do nothing if the current frame has no
	debuginfo.
	(updateShownStackFrame): Handle appropriate mode switching between
	source and assembly views. Notify the SourceBuffer which mode to use.
	Differentiate between SourceView and MixedView. Fixes #1711, #4278.
	(removeTags): Differentiate between SourceView and MixedView.
	(createTags): Ditto.
	* SourceView.java (setLineNums): Added. Determines whether or not line
	numbers should be displayed.
	(load): Takes an int parameter for mode.
	* SourceBuffer.java (setScope): Changed to protected. Set global mode
	value at the end of the method. Only highlights text if in source mode.
	(disassembleFrame): Changed output to use frame name.
	(loadAssembly): Removed dummy code. Calls disassembleFrame(), and
	removes text highlighting.
	* MixedView.java: Applied GNU formatting.
	(MixedView): Set line numbers to false for assembly view. Set the
	position of the horizontal split to half the available view real
	estate.
	(load): Explicitly set subwindow modes to either source or assembly.
	(getSourceWidget): Added.
	(getAssemblyWidget): Added.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.420&r2=1.421
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/MixedView.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/View.java.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.203&r2=1.204
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/gladedir/frysk_source.glade.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.482&r2=1.483


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

* frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So ...
@ 2007-02-06 22:26 mcvet
  0 siblings, 0 replies; 5+ messages in thread
From: mcvet @ 2007-02-06 22:26 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2007-02-06 22:26:03

Modified files:
	frysk/gui/srcwin: ChangeLog SourceWindowFactory.java 
	frysk/gui/disassembler: DisassemblyWindowFactory.java 
	frysk/gui      : ChangeLog 
	frysk/gui/memory: MemoryWindowFactory.java 
	frysk/gui/register: RegisterWindowFactory.java 

Log message:
	frysk-gui/frysk/gui/srcwin:
	2007-02-06  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindowFactory.java: (stateMap): Refactored from stateTable;
	changed to synchronized HashMap from Hashtable.
	
	frysk-gui/frysk/gui:
	* register/RegisterWindowFactory.java (createRegisterWindow): Updated to
	use SourceWindowFactory's change from Hashtable to synchronized HashMap.
	(unblockProc): Ditto.
	(RegWinListener.lifeCycleQuery): Ditto.
	* memory/MemoryWindowFactory.java (createMemoryWindow): Ditto.
	(unblockProc): Ditto.
	(MemWinListener.lifeCycleQuery): Ditto.
	* disassembler/DisassemblyWindowFactory.java (createDisassemblyWindow): Ditto.
	(unblockProc): Ditto.
	(DisWinListener.lifeCycleQuery): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.381&r2=1.382
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java.diff?cvsroot=frysk&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindowFactory.java.diff?cvsroot=frysk&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.457&r2=1.458
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindowFactory.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/register/RegisterWindowFactory.java.diff?cvsroot=frysk&r1=1.14&r2=1.15


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

* frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So ...
@ 2005-11-03 20:24 ajocksch
  0 siblings, 0 replies; 5+ messages in thread
From: ajocksch @ 2005-11-03 20:24 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	ajocksch@sourceware.org	2005-11-03 20:24:21

Modified files:
	frysk/gui/srcwin: ChangeLog SourceWindowFactory.java 
	frysk/gui/test : SourceWinRunner.java 

Log message:
	* SourceWindowFactory.java: Fixed default values of glade and image paths,
	typo in earlier version.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/test/SourceWinRunner.java.diff?cvsroot=frysk&r1=1.14&r2=1.15


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

end of thread, other threads:[~2007-07-27 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-27 13:41 frysk-gui/frysk/gui srcwin/ChangeLog srcwin/So mcvet
  -- strict thread matches above, loose matches on Subject: below --
2007-07-27 15:28 mcvet
2007-03-26 18:16 mcvet
2007-02-06 22:26 mcvet
2005-11-03 20:24 ajocksch

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).