Bug 5707 - how do I generate an inline backtrace using fstack?
Summary: how do I generate an inline backtrace using fstack?
Status: WAITING
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 5730
Blocks: 2244
  Show dependency treegraph
 
Reported: 2008-02-01 21:47 UTC by Andrew Cagney
Modified: 2008-02-15 21:27 UTC (History)
1 user (show)

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-02-01 21:47:14 UTC
that is a backtrace that also includes inline frames (as displayed by "where" in
fhpd.
Comment 1 Sami Wagiaalla 2008-02-15 21:27:09 UTC
you can use fstack -v or after the following patch you can also use fstack -c. 
But this bug might also depend on
http://sourceware.org/bugzilla/show_bug.cgi?id=5730

commit cc9ac95bda7b3ebb504f9be9b67168c7aa6d6ee3
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Feb 15 16:17:18 2008 -0500

    swagiaal: Added printing of virtual frames to -c option.
    
    frysk-core/frysk/bindir/ChangeLog
    +2008-02-15  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +       * fstack.java: Added printing of virtual frames to -c.
    +