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.2-42-gea1e477


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  ea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4 (commit)
      from  354c797ef6684dc64be916678efa85619571fdbb (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 ea1e477a78969d44aeea51cfc3cbd2e8ed96cfe4
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Apr 7 14:33:24 2010 -0700

    PR11474: Don't manually iterate over CUs for @cast
    
    Since commit 063906a9, we can just let dwflpp look everywhere for the
    type on our behalf.  Thanks dwflpp!
    
    * tapsets.cxx (dwarf_cast_query::handle_query_module): Call dwflpp's
      declaration_resolve_other_cus, focus on the CU, and expand.
      (dwarf_cast_query::handle_query_cu): Remove.
      (dwarf_cast_query::cast_query_cu): Remove.

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

Summary of changes:
 tapsets.cxx |   55 +++++++++++++++----------------------------------------
 1 files changed, 15 insertions(+), 40 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]