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.3-39-g1ffb8bd


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  1ffb8bd1840170d94324e29cbea405008d8a7a97 (commit)
      from  3c568395e760c7a0a0ae0080d9fb52962929c0cc (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 1ffb8bd1840170d94324e29cbea405008d8a7a97
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Aug 9 17:22:33 2010 -0700

    PR11880: Allow function matching on the MIPS_linkage_name
    
    When a function pattern starts with "_Z", we can assume that it is
    trying to match the mangled C++ name.  Without actually implementing a
    mangler ourselves, we can do pretty well using the MIPS_linkage_name.
    
    * dwflpp.cxx (dwflpp::iterate_over_functions): Match _Z patterns against
      the MIPS_linkage_name of each function die.
    * tapsets.cxx (dwarf_query::query_module_dwarf): As with wildcards,
      don't use the query_module_functions for _Z patterns.
      (dwarf_query::add_probe_point): For _Z queries, use the linkage name
      for the final probe product too.
    * testsuite/semok/mangled.stp: Probe mangled names in stap itself.

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

Summary of changes:
 dwflpp.cxx                  |   28 +++++++++++++++++++++++++++-
 tapsets.cxx                 |   20 ++++++++++++++++++--
 testsuite/semok/mangled.stp |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 86 insertions(+), 3 deletions(-)
 create mode 100755 testsuite/semok/mangled.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]