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.2-57-gef06c93


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  ef06c938b7329453540adca5e62b5d96b67b6dea (commit)
      from  9f61fc1de5a2e0856917bf1d0318dd30d5a80a46 (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 ef06c938b7329453540adca5e62b5d96b67b6dea
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Fri Apr 16 16:38:41 2010 -0400

    PR11508: stap --ldd option for automagic shared library scanning
    
    * session.h, main.cxx (unwindsym_ldd): New flag.
    * translate.cxx (add_unwindsym_ldd): New function to perform ldd scan.
    * NEWS, stap.1.in: Document it.
    * testsuite/buildok/thirtythree.stp: Lightly test it.

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

Summary of changes:
 NEWS                              |    4 ++
 main.cxx                          |    8 ++++
 session.h                         |    1 +
 stap.1.in                         |    6 +++
 testsuite/buildok/thirtythree.stp |    5 +++
 translate.cxx                     |   69 +++++++++++++++++++++++++++++++++++++
 6 files changed, 93 insertions(+), 0 deletions(-)
 create mode 100755 testsuite/buildok/thirtythree.stp


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]