Bug 5593 - replace <<(fhpd) stepi>> with <<(fhpd) step -instruction>>
Summary: replace <<(fhpd) stepi>> with <<(fhpd) step -instruction>>
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 2246
  Show dependency treegraph
 
Reported: 2008-01-09 19:42 UTC by Andrew Cagney
Modified: 2008-02-22 01:16 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 Andrew Cagney 2008-01-09 19:42:46 UTC
the contraction being:

(fhpd) s -i

similar for other instruction commands.
Comment 1 Nurdin Premji 2008-02-22 01:16:02 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