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.1-115-gc69a87e


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  c69a87e094e5e66daee8399838c8475f023ddc04 (commit)
      from  e7227e90cd1414b2d02884617da0346134892526 (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 c69a87e094e5e66daee8399838c8475f023ddc04
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Feb 25 13:33:28 2010 -0500

    PR11005: @defined part 2: clarify/standardize internal handling of unresolvable $variables
    
    * staptree.cxx (target_symbol::chain): New function.
    * staptree.h: Declare it.
    * (*): Use it instead of hand-chaining to target_symbol->saved_conversion_error.
    * tapset-mark.cxx (*::visit_target_symbol): Chain resolution error object,
      do not throw.
    * tapset-procfs.cxx (*::visit_target_symbol): Ditto.
    * tapset-utrace.cxx (*::visit_target_symbol): Ditto.
    * tapsets.cxx (*::visit_target_symbol): Ditto.
      (*::visit_defined_op): Explain & enforce the above.
    * testsuite/semok/thirtysix.stp: Expand.
    
    * testsuite/systemtap.base/sdt_misc.exp: Bonus fix: make work with blddir != srcdir.

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

Summary of changes:
 staptree.cxx                          |    8 +
 staptree.h                            |    3 +-
 tapset-mark.cxx                       |   31 ++-
 tapset-procfs.cxx                     |  182 +++++++-------
 tapset-utrace.cxx                     |   37 ++-
 tapsets.cxx                           |  452 ++++++++++++++++-----------------
 testsuite/semok/thirtysix.stp         |   42 ++-
 testsuite/systemtap.base/sdt_misc.exp |    2 +-
 8 files changed, 400 insertions(+), 357 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]