$./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.
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.