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-111-g7d90288


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  7d902887aa6cdf80ace98e12af77e81b4c552136 (commit)
      from  f5104f6aaa4d1ce4fcf61283844213f789d4dd34 (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 7d902887aa6cdf80ace98e12af77e81b4c552136
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Tue May 4 15:05:24 2010 -0400

    PR11566: embedded-c expressions
    
    * staptree.h: embedded_expr: New type.
    * parse.cxx (parse_statement, parse_value): Parse it.
    * staptree.cxx: Update visitors, provide basic code.
    * elaborate.cxx (typeresolution_info::visit_embedded_expr): Select
      type based upon internal markup.
    * translate.cxx: Emit it.
    * elaborate.h: Corresponding changes.
    * NEWS, stap.1.in: Document it.
    * testsuite/buildko/three.stp, buildok/thirtyfour.stp, parseok/twentyone.stp:
      Test it.

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

Summary of changes:
 NEWS                             |    7 ++++
 elaborate.cxx                    |   15 ++++++++
 elaborate.h                      |    1 +
 parse.cxx                        |   15 ++++++++-
 stap.1.in                        |   40 +++++++++++++++++++++-
 staptree.cxx                     |   68 ++++++++++++++++++++++++++++++++++++++
 staptree.h                       |   14 ++++++++
 testsuite/buildko/three.stp      |    6 +++
 testsuite/buildok/thirtyfour.stp |   15 ++++++++
 testsuite/parseok/twentyone.stp  |    6 +++
 translate.cxx                    |   14 ++++++++
 11 files changed, 199 insertions(+), 2 deletions(-)
 create mode 100755 testsuite/buildko/three.stp
 create mode 100755 testsuite/buildok/thirtyfour.stp
 create mode 100755 testsuite/parseok/twentyone.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]