Summary: | always include solib in backtrace | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2244 |
Description
Andrew Cagney
2008-06-09 16:31:12 UTC
commit 65837bf7e7a75451a6d5971e52ed06edef716ed3 Author: Andrew Cagney <cagney@redhat.com> Date: Tue Jun 10 13:21:49 2008 -0400 Improve fstack, et.al., output; add Frame.toPrint PrintStackOptions param. This changes the following in fstack et.al.: -> prints the shared library by default -> prints FUNC() _at_ FILE#line -> tightens tests to explicit check for parameter names, and not values (and adds framework for adding a -print values option). -> makes ferror consistent with other utilities - print an abi frame by default -> for -rich, don't print local variable information |