From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10663 invoked by alias); 21 Nov 2011 19:29:00 -0000 Received: (qmail 10629 invoked by uid 9156); 21 Nov 2011 19:28:59 -0000 Date: Mon, 21 Nov 2011 19:29:00 -0000 Message-ID: <20111121192859.10618.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, dsmith/task_finder2, updated. release-1.6-473-gc0f710f X-Git-Refname: refs/heads/dsmith/task_finder2 X-Git-Reftype: branch X-Git-Oldrev: 8c021542a44f77d886dca9050a0b8569b92924dc X-Git-Newrev: c0f710f9912b68456f6b197cf59678e54110e738 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: 2011-q4/txt/msg00141.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, dsmith/task_finder2 has been updated via c0f710f9912b68456f6b197cf59678e54110e738 (commit) via 55352180f05e4ea5756d668202d3457645ad4d0e (commit) via adc4897a4336624303e5b8da760833942d52f360 (commit) via 744884cdca5bc8e310432f6857d7acce8e546dd2 (commit) via f4ec9309e70952a6fdf9e34552d26748f54c83d9 (commit) via ee59f1abfee2ac14f540c73334c9ca05e51e6a42 (commit) from 8c021542a44f77d886dca9050a0b8569b92924dc (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 c0f710f9912b68456f6b197cf59678e54110e738 Merge: 5535218 adc4897 Author: David Smith Date: Mon Nov 21 13:28:40 2011 -0600 Merge branch 'master' into dsmith/task_finder2 commit 55352180f05e4ea5756d668202d3457645ad4d0e Author: David Smith Date: Mon Nov 21 12:03:03 2011 -0600 Update testsuite to check for new utrace requirements. * testsuite/lib/systemtap.exp (utrace_p): Properly tests for the new utrace requirements. * runtime/task_finder.c: Remove code that hardcoded new utrace. * runtime/uprobes/uprobes.h: Reset to "normal" version. ----------------------------------------------------------------------- Summary of changes: runtime/task_finder.c | 14 --- runtime/uprobes/uprobes.h | 8 -- testsuite/config/unix.exp | 1 + testsuite/lib/compile_flags.exp | 98 ++++++++++++++++++++ testsuite/lib/systemtap.exp | 67 +++++++++++++- testsuite/systemtap.base/cast-scope.exp | 45 +++++---- testsuite/systemtap.base/cast-scope.stp | 2 +- testsuite/systemtap.base/cu-decl.exp | 32 ++++--- testsuite/systemtap.base/cxxclass.exp | 30 ++++--- testsuite/systemtap.base/externalvar.exp | 92 ++++++++++--------- testsuite/systemtap.base/implicitptr.exp | 36 ++++---- testsuite/systemtap.base/inherit.exp | 37 ++++--- testsuite/systemtap.base/inlinedvars.exp | 18 ++-- testsuite/systemtap.base/ptridx.exp | 78 ++++++++-------- .../systemtap.base/unresolved-struct-typedef.exp | 45 +++++---- testsuite/systemtap.base/vta-test.exp | 46 +++------ testsuite/systemtap.context/uprobe_stmt_num.exp | 2 +- testsuite/systemtap.context/usymbols.exp | 45 +++------ 18 files changed, 423 insertions(+), 273 deletions(-) create mode 100644 testsuite/lib/compile_flags.exp hooks/post-receive -- systemtap: system-wide probe/trace tool