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-105-g3bd0d4d


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  3bd0d4df7ccfd9afe7771441b26d8baaaf180e29 (commit)
      from  e248aea9a04dd0d3c4e066afdca52176aaf9a536 (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 3bd0d4df7ccfd9afe7771441b26d8baaaf180e29
Author: Rajan Arora <rarora@redhat.com>
Date:   Wed Mar 11 18:44:21 2009 -0400

    PR 7071: Optional $context variables fix
    
    * tapsets.cxx (dwarf_var_expanding_visitor::visit_target_symbol):
      Substitute erroneous target symbol with literal 0 if session level
      flag, skip_badvars is set.
    * session.h (struct systemtap_session):
      New flag: skip_badvars.
    * main.cxx:
      Command line argument --skip-badvars added.
    * stap.1.in:
      Entry for new option --skip-badvars.
    * NEWS:
      Added blurb for new option now available.
    * testsuite/semok/badvar.stp:
      Test case to check added functionality.

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

Summary of changes:
 NEWS                       |    5 +++++
 main.cxx                   |    7 +++++++
 session.h                  |    3 +++
 stap.1.in                  |    3 +++
 tapsets.cxx                |   37 +++++++++++++++++++++++++------------
 testsuite/semok/badvar.stp |    7 +++++++
 6 files changed, 50 insertions(+), 12 deletions(-)
 create mode 100755 testsuite/semok/badvar.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]