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.3-314-g8849d28


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  8849d286b4d340e0c6641793b4be4b10f7e51ab7 (commit)
      from  a16069b7787cac732d05d4356b1f5278ba350880 (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 8849d286b4d340e0c6641793b4be4b10f7e51ab7
Author: Stan Cox <scox@redhat.com>
Date:   Mon Nov 22 12:13:44 2010 -0500

    Test sdt_types.c with various gcc options.
    
    sdt_misc.c (extra_type_flags): New. Test sdt_types.c with misc compile options.
    Move sdt_misc.c, sdt_misc.stp, sdt_misc_.d to separate files.
    sdt_types.c:  Make -pedantic friendly.  Add constants probe.
    sdt_types.stp (constants): New.

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

Summary of changes:
 testsuite/systemtap.base/sdt_misc.c    |   99 ++++++++++++++
 testsuite/systemtap.base/sdt_misc.exp  |  232 +++++++-------------------------
 testsuite/systemtap.base/sdt_misc.stp  |   36 +++++
 testsuite/systemtap.base/sdt_misc_.d   |    7 +
 testsuite/systemtap.base/sdt_types.c   |  176 ++++++++++++-------------
 testsuite/systemtap.base/sdt_types.stp |   33 ++++-
 6 files changed, 298 insertions(+), 285 deletions(-)
 create mode 100644 testsuite/systemtap.base/sdt_misc.c
 create mode 100644 testsuite/systemtap.base/sdt_misc.stp
 create mode 100644 testsuite/systemtap.base/sdt_misc_.d


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]