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.7-87-g54e9f06


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  54e9f0623713e7f32c9870baad5a5d5c06c2fd22 (commit)
      from  559273928633e8d71c45399fb173fdd05a1c6db8 (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 54e9f0623713e7f32c9870baad5a5d5c06c2fd22
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Mar 8 15:20:08 2012 +0100

    Select most specific CU srcfile that matches @var("var@src") specification.
    
    dwarf_var_expanding_visitor::getcuscope: If there is a perfect match
    select that CU, otherwise, select the CU srcfile that is most specific
    (matching path/src file lenght is shortest).

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

Summary of changes:
 tapsets.cxx                                    |   30 +++++++++++++++++------
 testsuite/systemtap.base/global_var_kernel.exp |   10 ++++++++
 testsuite/systemtap.base/global_var_kernel.stp |    8 ++++++
 3 files changed, 40 insertions(+), 8 deletions(-)
 create mode 100644 testsuite/systemtap.base/global_var_kernel.exp
 create mode 100644 testsuite/systemtap.base/global_var_kernel.stp


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]