Summary: | replace <<(fhpd) stepi>> with <<(fhpd) step -instruction>> | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Nurdin Premji <npremji> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2246 |
Description
Andrew Cagney
2008-01-09 19:42:46 UTC
Updated stepi and nexti commands. The branch, master has been updated via f0df1c7855297f1d4c4ea143655f7546ca80fb5b (commit) from 2ac8ff9e34c085e91cccfb9a2d4915ef7a73f893 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit f0df1c7855297f1d4c4ea143655f7546ca80fb5b Author: Nurdin Premji <npremji@localhost.localdomain> Date: Thu Feb 21 20:10:45 2008 -0500 Removed step and nexti commands. Added -instruction/-i parameter to step and next commands. Fixes bugzilla 5593 ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/ChangeLog | 14 +++ frysk-core/frysk/hpd/StepCommand.java | 31 ++++++- frysk-core/frysk/hpd/StepInstructionCommand.java | 95 -------------------- frysk-core/frysk/hpd/StepNextCommand.java | 29 ++++++- frysk-core/frysk/hpd/StepNextiCommand.java | 100 ---------------------- frysk-core/frysk/hpd/TestHelp.java | 2 - frysk-core/frysk/hpd/TopLevelCommand.java | 2 - 7 files changed, 67 insertions(+), 206 deletions(-) delete mode 100644 frysk-core/frysk/hpd/StepInstructionCommand.java delete mode 100644 frysk-core/frysk/hpd/StepNextiCommand.java |