Bug 4774 - Help information of fstack: the description of option "-c" and "-a" is not right
Summary: Help information of fstack: the description of option "-c" and "-a" is not right
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Zhao Shujing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 02:36 UTC by Zhao Shujing
Modified: 2007-07-11 08:00 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 Zhao Shujing 2007-07-11 02:36:52 UTC
$./frysk-core/frysk/bindir/fstack -help
  ...
  -a, -all                        print all information that can currently be 
                                    retrievedabout the stack
                                    this is equivalent to -a 
                                    functions,params,scopes,fullpath
  -c, -common                     print commonly used debug information:this 
                                    is equivalent to -a 
                                    functions,params,fullpath
  -p, -print [item],...           itmes to print. Possible items:
                                    functions : print function names using 
                                    debug information
                                    scopes : print variables declared in each 
                                    scope within the function.
                                    params : print function parameters
                                    fullpath : print full executbale path
  ...

The description of option "-c" and "-a" is not right.
Comment 1 Mark Wielaard 2007-07-11 08:00:33 UTC
Fixed by:

2007-07-11  Zhao Shujing  <pearly.zhao@oracle.com>

    Fixes bug #4774
    * fstack.java (main): Correct help description of -a and -c options.