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-43-g1af1e62


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  1af1e62d9f67237277dd771a0cb78fa6b069742d (commit)
      from  ea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4 (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 1af1e62d9f67237277dd771a0cb78fa6b069742d
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Apr 7 16:41:41 2010 -0700

    Clean up and clarify semantic_error chaining
    
    I consolidated the copy-construction that every target_symbol::chain
    caller was doing.  I also removed the comments that target_symbol errors
    might be chained due to function wildcards, because it's not true --
    each derived instance gets a deep_copy of the probe body.  However,
    @cast can still chain since it may try multiple modules to resolve the
    casting dereference.

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

Summary of changes:
 staptree.cxx      |    5 ++++-
 staptree.h        |    6 ++----
 tapset-mark.cxx   |    2 +-
 tapset-procfs.cxx |    2 +-
 tapset-utrace.cxx |    2 +-
 tapsets.cxx       |   17 ++++++-----------
 6 files changed, 15 insertions(+), 19 deletions(-)


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]