From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25102 invoked by alias); 11 Sep 2008 01:32:42 -0000 Received: (qmail 25078 invoked by uid 9586); 11 Sep 2008 01:32:40 -0000 Date: Thu, 11 Sep 2008 01:32:00 -0000 Message-ID: <20080911013240.25065.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-234-g223f5b6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dd13da3b90d71b94c8dc09942fee97f8513df348 X-Git-Newrev: 223f5b6b6e2c945c442a5dde7e63e637237f575b 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: X-SW-Source: 2008-q3/txt/msg00227.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 223f5b6b6e2c945c442a5dde7e63e637237f575b (commit) from dd13da3b90d71b94c8dc09942fee97f8513df348 (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 223f5b6b6e2c945c442a5dde7e63e637237f575b Author: Josh Stone Date: Wed Sep 10 18:30:45 2008 -0700 Ensure that "stap -l ..." only prints probe names, not variables. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ main.cxx | 17 +++++++++-------- testsuite/ChangeLog | 4 ++++ testsuite/systemtap.base/probe_list.exp | 19 +++++++++++++++++++ 4 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 testsuite/systemtap.base/probe_list.exp hooks/post-receive -- systemtap: system-wide probe/trace tool