From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4692 invoked by alias); 26 Aug 2010 07:15:08 -0000 Received: (qmail 4656 invoked by uid 9024); 26 Aug 2010 07:15:07 -0000 Date: Thu, 26 Aug 2010 07:15:00 -0000 Message-ID: <20100826071507.4644.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-85-gddb02f5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b779c0a0f913ba3f36498dcbfe091fa253b966cd X-Git-Newrev: ddb02f50ac4017c5d114cfb824adb0bbb57c218d Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q3/txt/msg00163.txt.bz2 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 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 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 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