Bug 1717 - variable changed value
Summary: variable changed value
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1633 3392 3663
  Show dependency treegraph
 
Reported: 2005-10-30 01:16 UTC by Andrew Cagney
Modified: 2007-02-27 23:07 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 Andrew Cagney 2005-10-30 01:16:27 UTC
 
Comment 1 Andrew Cagney 2005-11-01 20:38:43 UTC
alert the gui that it has happened;

THe DOM needs to be updated, and then the front end needs to respond to the DOM.
Comment 2 Mike Cvet 2006-12-06 16:14:19 UTC
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.