Bug 4128

Summary: Current stack frame selection can be changed while program is being executed
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Adam Jocksch <ajocksch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 1633    
Bug Blocks:    

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.