Bug 6619 - include shared library in rich backtrace
Summary: include shared library in rich backtrace
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1736 2244
  Show dependency treegraph
 
Reported: 2008-06-10 18:41 UTC by Andrew Cagney
Modified: 2008-06-11 18:49 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-06-10 18:41:07 UTC
For instance, rather than just:

   foo() at file.c#10

print

   foo() at file.c#10 from solib.so
Comment 1 Andrew Cagney 2008-06-11 18:49:10 UTC
commit a17e35990190cdddc6e0a0447cb02774b661a659
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date:   Tue Jun 10 15:02:17 2008 -0400

    Include the shared library program/solib's name in debug-info back traces.
    
    frysk-core/frysk/bindir/ChangeLog
    2008-06-10  Andrew Cagney  <cagney@redhat.com>
    
        * TestFstack.java (testBackTrace,
        testBackTraceWithDebugNamesAndParams): Check for from <exe>.
    
    frysk-core/frysk/debuginfo/ChangeLog
    2008-06-10  Andrew Cagney  <cagney@redhat.com>
    
        * DebugInfoFrame.java (toPrint): Print the library using
        Frame.printLibraryName.
    
    frysk-core/frysk/stack/ChangeLog
    2008-06-10  Andrew Cagney  <cagney@redhat.com>
    
        * Frame.java (printLibraryName(PrintWriter,PrintStackOptions)): New.
        (toPrint(PrintWriter,PrintStackOptions)): Use.