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.6-47-ga80f28d


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  a80f28d81731197377d9e53421b668aed92d8407 (commit)
       via  1de6dd7a9ac79376ca048ef8537d6cf11379564a (commit)
       via  e5a573c0bbb449e2d7f0908be1da1bc2bdc9d9ec (commit)
      from  0d8979326b672bfb7570ea76d598a7c23f3b81f5 (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 a80f28d81731197377d9e53421b668aed92d8407
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Aug 1 12:41:32 2011 -0700

    PR12135: Pretty-print should skip masked inherited members
    
    * tapsets.cxx (dwarf_pretty_print::recurse_struct_members): Traverse
      inheritance breadth-first, and remember shallower names printed.
    * testsuite/systemtap.base/inherit.*: Add pretty-printing to the test.

commit 1de6dd7a9ac79376ca048ef8537d6cf11379564a
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Aug 1 12:24:20 2011 -0700

    PR12135: Discard inheritance "dupes" in suggested alternatives
    
    * dwflpp.cxx (dwflpp::print_members): Track already seen members in a
      set, so we don't print names twice (as with masked inherited members).

commit e5a573c0bbb449e2d7f0908be1da1bc2bdc9d9ec
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Aug 1 11:58:36 2011 -0700

    PR12135: Prefer subclass members if they mask the superclass
    
    * dwflpp.cxx (dwflpp::find_struct_member): Use a breadth-first search
      through inheritance trees, so masked members will be pulled from the
      subclass rather than the superclass.
    * testsuite/systemtap.base/inherit.*: New test for inheritance games.

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

Summary of changes:
 dwflpp.cxx                           |   86 ++++++++++++++++-----------
 dwflpp.h                             |    3 +-
 tapsets.cxx                          |  107 +++++++++++++++++++---------------
 testsuite/systemtap.base/inherit.cxx |   18 ++++++
 testsuite/systemtap.base/inherit.exp |   28 +++++++++
 testsuite/systemtap.base/inherit.stp |   19 ++++++
 6 files changed, 179 insertions(+), 82 deletions(-)
 create mode 100644 testsuite/systemtap.base/inherit.cxx
 create mode 100644 testsuite/systemtap.base/inherit.exp
 create mode 100644 testsuite/systemtap.base/inherit.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]