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-0.9.9-143-g2531fc1


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  2531fc1e953b32d7d327da8a9b39ba540789f795 (commit)
      from  eb3072d5cc7df78de48a9b0e62c7355082ca1dac (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 2531fc1e953b32d7d327da8a9b39ba540789f795
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue Aug 18 20:12:57 2009 -0400

    PR10495: allow multiple probe aliases with same name
    
    * elaborate.cxx (match_node::bind): Change ->end to ->ends[] vector.
      (find_and_build,build_no_more): Iterate over ends[].
    * elaborate.h: Corresponding changes.
    * testsuite/semok/thirtyfour.stp: New test.
    * NEWS, doc/langref.tex: Note this.

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

Summary of changes:
 NEWS                           |    6 ++++++
 doc/langref.tex                |    4 ++--
 elaborate.cxx                  |   23 ++++++++++++++---------
 elaborate.h                    |    2 +-
 testsuite/semok/thirtyfour.stp |    9 +++++++++
 5 files changed, 32 insertions(+), 12 deletions(-)
 create mode 100755 testsuite/semok/thirtyfour.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]