Bug 5707

Summary: how do I generate an inline backtrace using fstack?
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: WAITING ---    
Severity: normal CC: swagiaal
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 5730    
Bug Blocks: 2244    

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.
    +