For instance, rather than just: foo() at file.c#10 print foo() at file.c#10 from solib.so
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.