public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-159-g03c75a4
@ 2009-07-16  1:35 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2009-07-16  1:35 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-16  1:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-16  1:35 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-159-g03c75a4 jistone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).