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.8-159-g03c75a4


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  03c75a4a21ef3dba8abbc7e596d2a102427a3d96 (commit)
      from  af4d5a48f2b0fed8b5a1bddda9bd1ffa81e7bd46 (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 03c75a4a21ef3dba8abbc7e596d2a102427a3d96
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jul 15 18:21:56 2009 -0700

    PR5930: Address-op for $target and @cast members
    
    This allows the '&' operator to get the address of @cast and $target
    variable expressions.
    
    * staptree.h (target_symbol): add addressof field
    * staptree.cxx (target_symbol::print): print '&' for addressof
      (cast_op::print): ditto
    * parse.cxx (parser::parse_value): allow '&' prefix on $target/@cast
    * dwflpp.cxx (dwflpp::translate_final_fetch_or_store): allow taking the
      computed address without actually doing a final fetch.
    * tapset* (*::visit_target_symbol): throw errors for $vars w/o addresses
    * testsuite/systemtap.base/cast.stp: add &@cast test
    * testsuite/semok/target_addr.stp: test '&' on different member types
    * testsuite/semko/target_addr?.stp: test failure on bitfields/registers

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

Summary of changes:
 dwflpp.cxx                        |   15 +++++++++++++++
 parse.cxx                         |   12 ++++++++++++
 staptree.cxx                      |    4 ++++
 staptree.h                        |    3 ++-
 tapset-mark.cxx                   |    3 +++
 tapset-perfmon.cxx                |    3 +++
 tapset-procfs.cxx                 |    3 +++
 tapset-utrace.cxx                 |    3 +++
 tapsets.cxx                       |   15 +++++++++++++++
 testsuite/semko/target_addr1.stp  |    6 ++++++
 testsuite/semko/target_addr2.stp  |    6 ++++++
 testsuite/semko/target_addr3.stp  |    6 ++++++
 testsuite/semok/target_addr.stp   |   11 +++++++++++
 testsuite/systemtap.base/cast.exp |    3 ++-
 testsuite/systemtap.base/cast.stp |    9 +++++++++
 15 files changed, 100 insertions(+), 2 deletions(-)
 create mode 100755 testsuite/semko/target_addr1.stp
 create mode 100755 testsuite/semko/target_addr2.stp
 create mode 100755 testsuite/semko/target_addr3.stp
 create mode 100755 testsuite/semok/target_addr.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]