From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20409 invoked by alias); 9 Dec 2011 22:57:34 -0000 Received: (qmail 20372 invoked by uid 440); 9 Dec 2011 22:57:32 -0000 Date: Fri, 09 Dec 2011 22:57:00 -0000 Message-ID: <20111209225732.20361.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-572-g4bda987 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6ec4341388643156a8e26abb9b28844c93cba1b7 X-Git-Newrev: 4bda987e1bbbbff3207440e8a4d34fa847c658d2 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/msg00206.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 4bda987e1bbbbff3207440e8a4d34fa847c658d2 (commit) via 658ebe79050b8e5574464a63c15d1c5dfabaf545 (commit) from 6ec4341388643156a8e26abb9b28844c93cba1b7 (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 4bda987e1bbbbff3207440e8a4d34fa847c658d2 Author: Stan Cox Date: Fri Dec 9 17:51:19 2011 -0500 Add function(...).exported * dwflpp.cxx (dwflpp::func_is_exported): New. * tapsets.cxx (dwarf_query::dwarf_query): Add has_exported (query_dwarf_func): Check for .exported * library.exp: Add .exported test * NEWS, langref.tex, stapprobes.3stap: Document it. commit 658ebe79050b8e5574464a63c15d1c5dfabaf545 Author: Stan Cox Date: Mon Nov 14 12:08:14 2011 -0500 work in progress ----------------------------------------------------------------------- Summary of changes: NEWS | 10 +++++++--- doc/langref.tex | 3 ++- dwflpp.cxx | 29 +++++++++++++++++++++++++++++ dwflpp.h | 2 ++ stapprobes.3stap | 5 +++-- tapsets.cxx | 20 +++++++++++++++----- testsuite/semok/twenty.stp | 2 +- testsuite/systemtap.base/library.exp | 21 +++++++++++++++++++++ 8 files changed, 80 insertions(+), 12 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool