Summary: | variable changed value | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | ASSIGNED --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1633, 3392, 3663 |
Description
Andrew Cagney
2005-10-30 01:16:27 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. 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. |