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-96-g9b988ef


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  9b988eff8c29377e658606a85f371ceb9acfef7d (commit)
      from  3d9889977397098d14c5be50f1dfef1c3eeb508f (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 9b988eff8c29377e658606a85f371ceb9acfef7d
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Wed Aug 5 22:58:46 2009 -0400

    PR10294: support wider range for statement probe
    
    * dwflpp.cxx (iterate_over_srcfile_lines): Add pattern parameter.
    * dwflpp.h (iterate_over_srcfile_lines): Ditto.
    * testsuite/systemtap.base/bz10294.c: Test case.
    * testsuite/systemtap.base/bz10294.stp: Ditto.
    * testsuite/systemtap.base/bz6905.exp: Deleted.
    * testsuite/systemtap.base/statement.exp: Merge bz10294 with bz6905.

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

Summary of changes:
 dwflpp.cxx                             |    8 +++++-
 dwflpp.h                               |    1 +
 tapsets.cxx                            |    4 +-
 testsuite/systemtap.base/bz10294.c     |   21 +++++++++++++++++
 testsuite/systemtap.base/bz10294.stp   |    4 +++
 testsuite/systemtap.base/bz6905.exp    |   24 --------------------
 testsuite/systemtap.base/statement.exp |   38 ++++++++++++++++++++++++++++++++
 7 files changed, 72 insertions(+), 28 deletions(-)
 create mode 100644 testsuite/systemtap.base/bz10294.c
 create mode 100644 testsuite/systemtap.base/bz10294.stp
 delete mode 100644 testsuite/systemtap.base/bz6905.exp
 create mode 100644 testsuite/systemtap.base/statement.exp


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]