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-85-gddb02f5


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  ddb02f50ac4017c5d114cfb824adb0bbb57c218d (commit)
       via  af4d8f6acda1f6b96adc7915c949011d72f2dca6 (commit)
       via  f23fb97b52bf25797c01bb39bb61348a0780f6d6 (commit)
      from  b779c0a0f913ba3f36498dcbfe091fa253b966cd (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 ddb02f50ac4017c5d114cfb824adb0bbb57c218d
Author: Roland McGrath <roland@redhat.com>
Date:   Wed Aug 25 22:57:05 2010 -0700

    loc2c: Handle arrays of computed values
    
    * loc2c.c (translate_array): New function, broken out of ...
    (c_translate_array): ... here.  Call it.
    (c_translate_array_pointer): Call it.
    (translate_array): Accept computed or unavailable value with
    constant zero index.

commit af4d8f6acda1f6b96adc7915c949011d72f2dca6
Author: Roland McGrath <roland@redhat.com>
Date:   Wed Aug 25 22:42:54 2010 -0700

    Extend vta-test case to cover arrays.
    
    * testsuite/systemtap.base/vta-test.c (t1, t2, t3): Add a computed array local.
    * testsuite/systemtap.base/vta-test.stp: Probe them to show that.
    * testsuite/systemtap.base/vta-test.exp: Expect that.

commit f23fb97b52bf25797c01bb39bb61348a0780f6d6
Author: Roland McGrath <roland@redhat.com>
Date:   Wed Aug 25 22:32:38 2010 -0700

    Extend const_value test case to cover arrays.
    
    * testsuite/systemtap.base/const_value.c (func): Add a const array local.
    * testsuite/systemtap.base/const_value.stp: Print it.
    * testsuite/systemtap.base/const_value.exp: Expect that.

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

Summary of changes:
 loc2c.c                                  |   65 ++++++++++++++----------------
 testsuite/systemtap.base/const_value.c   |    1 +
 testsuite/systemtap.base/const_value.exp |    3 +-
 testsuite/systemtap.base/const_value.stp |    3 +-
 testsuite/systemtap.base/vta-test.c      |    3 +
 testsuite/systemtap.base/vta-test.exp    |    5 ++-
 testsuite/systemtap.base/vta-test.stp    |    5 ++-
 7 files changed, 46 insertions(+), 39 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]