Bug 4128 - Current stack frame selection can be changed while program is being executed
Summary: Current stack frame selection can be changed while program is being executed
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on: 1633
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-03 21:40 UTC by Adam Jocksch
Modified: 2007-03-05 19:11 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 Adam Jocksch 2007-03-03 21:40:38 UTC
When the program that Frysk is debugging is running, you can still change the
selected stack frame. It would make sense to disable the current stack view
until the program stops execution.
Comment 1 Adam Jocksch 2007-03-05 19:11:57 UTC
After IRC discussions with mcvet it's been decided that we are not going to
desensitize the stack view, rather we will prevent disassembly of frames with no
DOM information when the runState of the SourceWindow != STOPPED.

Changelog: frysk-gui/frysk/gui/srcwin:
2007-03-05  Adam Jocksch <ajocksch@redhat.com>

	* SourceWindow.java (updateShownStackFrame): Now checks to see if the
 	runState is stopped before disassembling a frame.

Closing bug.