Bug 4205 - Create source windows from old stack traces
Summary: Create source windows from old stack traces
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1632 1633
  Show dependency treegraph
 
Reported: 2007-03-16 13:31 UTC by Mike Cvet
Modified: 2007-03-16 15:26 UTC (History)
1 user (show)

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 Mike Cvet 2007-03-16 13:31:21 UTC
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.
Comment 1 Mike Cvet 2007-03-16 15:26:49 UTC
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.