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.9-181-gbd25380


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  bd25380dad5aecf4a717aa42d99dd5c45c85f881 (commit)
      from  0facf3509ae93f77d9efc6841731f7ff98982630 (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 bd25380dad5aecf4a717aa42d99dd5c45c85f881
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Aug 24 17:54:40 2009 -0700

    PR2475: Filter filenames against the decl_file
    
    We used to only check that a CU contains at least one srcfile matching
    the user's file spec.  This patch ensures that the selected function was
    actually defined in one of the matching srcfiles.
    
    * tapsets.cxx (struct dwarf_query): Make filtered_srcfiles carry
      strings, so we can easily lookup matches later.
      (query_dwarf_func): Check that the decl_file is in filtered_srcfiles.
      (query_cu): Adjust to using set<string>.
    * dwflpp.cxx (dwflpp::collect_srcfiles_matching): Take a set<string>.

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

Summary of changes:
 dwflpp.cxx  |    2 +-
 dwflpp.h    |    2 +-
 tapsets.cxx |   17 ++++++++++++-----
 3 files changed, 14 insertions(+), 7 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]