Called from the monitor with stack traces saved from events in the past, the source window factory should provide an interface for just bringing up the appropriate source code and highlighted lines for that stack trace.
frysk-core/frysk/rt: 2007-03-16 Mike Cvet <mcvet@redhat.com> * RunState.java (setRunning): Added. frysk-gui/frysk/gui/srcwin: 2007-03-16 Mike Cvet <mcvet@redhat.com> * SourceWindow.java (SourceWindow): Added. Builds a SourceWindow, disabling all operations on the source, based on a set of StackFrames. Fixes #4205. (populateStackBrowser): Disassemble only when the process is blocked. (finishSourceWin): Removed redundant Proc parameter. * SourceWindowFactory.java (createSourceWindow): Added. Builds a SourceWindow using a StackFrame stack trace. Fixes #4205.