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.0-116-g2e526da


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  2e526dabcf4b15fb102e295b282df3af54d5c9d3 (commit)
       via  a34babfa5246b1f8393c18fde450ec684f11bc21 (commit)
      from  720bbfc68d9e7dfd8c37587c6a61da75d6aab4fa (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 2e526dabcf4b15fb102e295b282df3af54d5c9d3
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Oct 19 11:33:24 2009 -0400

    PR10799: warn on possibly uintended local-vs-global namespace collision
    
    * elaborate.cxx (find_var): Take extra token parameter.
      Look for cross-file global variable resolution, signal
      a warning.
    * testsuite/systemtap.examples/io/traceio2.stp: Fix it.
    * testsuite/systemtap.syscall/sys.stp: Fix it.
    * NEWS: Document it.

commit a34babfa5246b1f8393c18fde450ec684f11bc21
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Mon Oct 19 11:13:10 2009 -0400

    provide error message token/context if loc2c doesn't
    
    * tapsets.cxx (visit_target_symbol): When catching semantic_error,
      fill in token value if unset.  Can happen for loc2c DIE() msgs.

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

Summary of changes:
 NEWS                                         |   13 +++++++++++++
 elaborate.cxx                                |   20 +++++++++++++++-----
 elaborate.h                                  |    2 +-
 tapsets.cxx                                  |    1 +
 testsuite/systemtap.examples/io/traceio2.stp |    2 +-
 testsuite/systemtap.syscall/sys.stp          |   10 +++++-----
 6 files changed, 36 insertions(+), 12 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]