Bug 5694 - backtrace library calls
Summary: backtrace library calls
Status: RESOLVED INVALID
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2245
  Show dependency treegraph
 
Reported: 2008-01-30 14:15 UTC by Andrew Cagney
Modified: 2008-02-05 13:08 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-01-30 14:15:06 UTC
it is possible to back-trace system calls, but not library calls
(which is just weird)
Comment 1 Petr Machata 2008-02-05 13:08:08 UTC
Backtracing library calls is done via # operator. E.g. "ftrace -plt=#@MAIN" will
backtrace at all calls done from main binary's PLT.  It's also described in
ftrace's man page.