Bug 5978 - stack print options review
Summary: stack print options review
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 6011 6013 6014 6015
Blocks: 5977
  Show dependency treegraph
 
Reported: 2008-03-20 18:27 UTC by Andrew Cagney
Modified: 2008-03-31 19:50 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-03-20 18:27:39 UTC
They look something like:

Stack print options:
  -n, -number-of-frames NUMBER    number of frames to print. Use -n 0 or -n 
                                    all to print all frames.
  -f, -full-path                  print the full path to object files
  -a, -all                        Print all information that can be retrieved 
                                    about the stack
                                    this is equivalent to -print 
                                    functions,params,scopes,fullpath
  -v, -virtual                    Includes virtual frames in the stack trace.
                                    Virtual frames are artificial frames 
                                    corresponding to calls to inlined functions
  -c, -common                     print commonly used debug information:this 
                                    is equivalent to -print 
                                    functions,params,fullpath
      -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
Comment 1 Andrew Cagney 2008-03-31 19:50:01 UTC
See bugs hanging off this one for what was decided.