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-190-gda9e11b


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  da9e11bd5cd3cbedbf794a0e8a83956bd178ba60 (commit)
      from  e54c1d239a7dba1954dfc8359e62c94329b44a6a (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 da9e11bd5cd3cbedbf794a0e8a83956bd178ba60
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Mar 10 19:17:40 2010 -0800

    PR11370: Add multi-header @casts
    
    Sometimes you need multiple headers to fully describe a type, so we now
    permit them to be listed together, e.g. "kernel<foo.h><bar.h>".
    
    * buildrun.cxx (make_typequery): Split the input string into a vector.
      (make_typequery_kmod, make_typequery_umod): Use the vector of headers.
    * testsuite/semok/cast.stp: Add a multi-header case.
    * stap.1.in, NEWS: Document it.

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

Summary of changes:
 NEWS                     |    4 +++
 buildrun.cxx             |   48 +++++++++++++++++++++++++++------------------
 stap.1.in                |    3 ++
 testsuite/semok/cast.stp |    3 ++
 4 files changed, 39 insertions(+), 19 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]