Summary: | Current stack frame selection can be changed while program is being executed | ||
---|---|---|---|
Product: | frysk | Reporter: | Adam Jocksch <ajocksch> |
Component: | general | Assignee: | 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
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. |