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.7-21-g56eb845


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  56eb845656c89a1a7027887c1b3e3dfb3aa866d7 (commit)
       via  27805741410ddb1e62f451cd8a71ad5b92ed7dd8 (commit)
      from  975a582b1274eb66088466a66a2eb2c3a70cf766 (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 56eb845656c89a1a7027887c1b3e3dfb3aa866d7
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Apr 27 14:38:20 2009 -0700

    Handle more types of types in declaration_resolve
    
    Instead of just structs and unions, we now also process typedefs, enums,
    and base types in iterate_over_globals, so declaration_resolve can find
    more variations.  This especially useful to let @casts reference typedef
    names.

commit 27805741410ddb1e62f451cd8a71ad5b92ed7dd8
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Apr 27 14:29:19 2009 -0700

    Warn if trying to dereference an enum
    
    In translate_components, give a cleaner warning about trying to
    dereference an enum type, rather than "unexpected type tag".

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

Summary of changes:
 tapsets.cxx |   33 +++++++++++++++++++++------------
 1 files changed, 21 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]