Bug 5340 - roll plocation, and ptype, into print -location and print -type
Summary: roll plocation, and ptype, into print -location and print -type
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2246 5336
  Show dependency treegraph
 
Reported: 2007-11-15 20:46 UTC by Andrew Cagney
Modified: 2007-12-17 16:21 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 2007-11-15 20:46:38 UTC
 
Comment 1 Andrew Cagney 2007-11-19 17:51:01 UTC
2007-11-17  Andrew Cagney  <cagney@redhat.com>

        * EvalCommands.java (Printer): New.
        (Options): Replace dumpTree with printer;
        (EvalCommands(String,String,String)): Add options -location,
        -type, -value, -tree, and -raw.
        * TestEvalCommands.java (testPrintLocation()): New.
        (testPrintLocationFails()): New.
        (testPrintType()): New.
        (testPrintTypeFails()): New.
        * TestPtypeCommand.java: Delete.
        * TestPlocationCommand.java: Delete.
        * PtypeCommand.java: Delete.
        * PlocationCommand.java: Delete.
        * TestExamineCommand.java: Delete.
        * ExamineCommand.java: Delete.
        * TopLevelCommand.java: Update.
        * TestHelp.java: Update.