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, dsmith/task_finder2, updated. release-1.6-473-gc0f710f


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, dsmith/task_finder2 has been updated
       via  c0f710f9912b68456f6b197cf59678e54110e738 (commit)
       via  55352180f05e4ea5756d668202d3457645ad4d0e (commit)
       via  adc4897a4336624303e5b8da760833942d52f360 (commit)
       via  744884cdca5bc8e310432f6857d7acce8e546dd2 (commit)
       via  f4ec9309e70952a6fdf9e34552d26748f54c83d9 (commit)
       via  ee59f1abfee2ac14f540c73334c9ca05e51e6a42 (commit)
      from  8c021542a44f77d886dca9050a0b8569b92924dc (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 c0f710f9912b68456f6b197cf59678e54110e738
Merge: 5535218 adc4897
Author: David Smith <dsmith@redhat.com>
Date:   Mon Nov 21 13:28:40 2011 -0600

    Merge branch 'master' into dsmith/task_finder2

commit 55352180f05e4ea5756d668202d3457645ad4d0e
Author: David Smith <dsmith@redhat.com>
Date:   Mon Nov 21 12:03:03 2011 -0600

    Update testsuite to check for new utrace requirements.
    
    * testsuite/lib/systemtap.exp (utrace_p): Properly tests for the new
      utrace requirements.
    * runtime/task_finder.c: Remove code that hardcoded new utrace.
    * runtime/uprobes/uprobes.h: Reset to "normal" version.

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

Summary of changes:
 runtime/task_finder.c                              |   14 ---
 runtime/uprobes/uprobes.h                          |    8 --
 testsuite/config/unix.exp                          |    1 +
 testsuite/lib/compile_flags.exp                    |   98 ++++++++++++++++++++
 testsuite/lib/systemtap.exp                        |   67 +++++++++++++-
 testsuite/systemtap.base/cast-scope.exp            |   45 +++++----
 testsuite/systemtap.base/cast-scope.stp            |    2 +-
 testsuite/systemtap.base/cu-decl.exp               |   32 ++++---
 testsuite/systemtap.base/cxxclass.exp              |   30 ++++---
 testsuite/systemtap.base/externalvar.exp           |   92 ++++++++++---------
 testsuite/systemtap.base/implicitptr.exp           |   36 ++++----
 testsuite/systemtap.base/inherit.exp               |   37 ++++---
 testsuite/systemtap.base/inlinedvars.exp           |   18 ++--
 testsuite/systemtap.base/ptridx.exp                |   78 ++++++++--------
 .../systemtap.base/unresolved-struct-typedef.exp   |   45 +++++----
 testsuite/systemtap.base/vta-test.exp              |   46 +++------
 testsuite/systemtap.context/uprobe_stmt_num.exp    |    2 +-
 testsuite/systemtap.context/usymbols.exp           |   45 +++------
 18 files changed, 423 insertions(+), 273 deletions(-)
 create mode 100644 testsuite/lib/compile_flags.exp


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]