This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-299-g6bbcd33


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  6bbcd3399c2025ebf2d07cb580dde74f7ff96706 (commit)
      from  7af1b9bfd7c9b302b069c5c3d2de672c7057fa97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6bbcd3399c2025ebf2d07cb580dde74f7ff96706
Author: Stan Cox <scox@redhat.com>
Date:   Fri May 6 16:00:11 2011 -0400

    Use iterate_over_libraries for --ldd instead of invoking ldd
    
    	* dwflpp.cxx (iterate_over_modules): Make data an opaque type.
    	(iterate_over_libraries): Likewise.
    	* dwflpp.h: Likewise.
    	* translate.cxx (add_unwindsym_iol_callback): New.
    	(query_module): New.
    	(add_unwindsym_ldd): Use them to iterate_over_libraries instead of ldd.
    	* library.exp:  Add --ldd test.

-----------------------------------------------------------------------

Summary of changes:
 dwflpp.cxx                           |   20 ++++----
 dwflpp.h                             |    4 +-
 testsuite/systemtap.base/library.exp |   26 +++++++++++
 translate.cxx                        |   82 +++++++++++-----------------------
 4 files changed, 64 insertions(+), 68 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]