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.8-149-gd52761f


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  d52761f89a1826b1cca29b1a63269eafe7197756 (commit)
      from  9344d46f4186dbeaff984b1af6333d5c55221cd5 (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 d52761f89a1826b1cca29b1a63269eafe7197756
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jul 14 17:57:16 2009 -0700

    PR4166: Allow array-like indexing on pointers
    
    * dwflpp.cxx (dwflpp::translate_components): let pointers get treated
      the same as arrays, and add a final DIE dereference for array access.
    * loc2c.c (c_translate_array): tolerate pointer types
    * testsuite/systemtap.base/pointer_array.*: new test

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

Summary of changes:
 dwflpp.cxx                                 |   14 ++++++++------
 loc2c.c                                    |    3 ++-
 testsuite/systemtap.base/pointer_array.exp |   13 +++++++++++++
 testsuite/systemtap.base/pointer_array.stp |   16 ++++++++++++++++
 4 files changed, 39 insertions(+), 7 deletions(-)
 create mode 100644 testsuite/systemtap.base/pointer_array.exp
 create mode 100644 testsuite/systemtap.base/pointer_array.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]