Summary: | frysk frysk | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | ASSIGNED --- | ||
Severity: | enhancement | CC: | rmoseley |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1633, 2248 |
Description
Andrew Cagney
2006-11-24 15:51:13 UTC
Added option parser to frysk-gui/frysk/bindir/frysk January 12, 2007 * frysk.java : Set up some dummy option parsing. frysk-gui/frysk/gui/srcwin: 2007-01-15 Mike Cvet <mcvet@redhat.com> * SourceWindow.java (SourceWindow): Added. (finishSourceWin): Added some code to remove any AttachedObservers. * SourceWindowFactory.java (AttachedObserver): Added, re: #3584. (startNewProc): Added, starts a new executable. (attachToPID): Added, attaches a new source window to a running process. frysk-gui/frysk/gui: 2007-01-15 Mike Cvet <mcvet@redhat.com> * Gui.java (gui): Added a new overloaded gui() method, used to directly instantiate a new SourceWindow. frysk-core/frysk/rt: 2007-01-15 Mike Cvet <mcvet@redhat.com> * StackFrame.java (toPrint): Re-arranged some code to prevent possible NullPointerExceptions. 2007-01-17 Mike Cvet <mcvet@redhat.com> * Gui.java (flag): Added. Determines if the monitor side of Frysk gets instantiated or not. (argString): Added. Contains path to executable for option parsing. (pid): Added. PID to attach to, given proper option parsing. (gui): Added option parsing. Will either instantiate the monitor or not, checking after creation-agnostic code has been completed. (addOptions): Added. Option parsing callbacks. Commented out pending #3878. (gui): Changed from a clone of the original gui() call to simply completing GUI creation minus the Monitor. |