From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30426 invoked by alias); 13 Sep 2010 14:45:53 -0000 Received: (qmail 30401 invoked by uid 440); 13 Sep 2010 14:45:52 -0000 Date: Mon, 13 Sep 2010 14:45:00 -0000 Message-ID: <20100913144551.30389.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.3-122-gfea7477 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c807ba1b59a653d54b53155da64444b0db0beb7c X-Git-Newrev: fea74777837c43578e3e061f72a9c8358d87f2d1 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/msg00198.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 fea74777837c43578e3e061f72a9c8358d87f2d1 (commit) from c807ba1b59a653d54b53155da64444b0db0beb7c (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 fea74777837c43578e3e061f72a9c8358d87f2d1 Author: Stan Cox Date: Mon Sep 13 10:37:19 2010 -0400 Add dwarf support for use by sdt.h v3. * dwflpp.cxx (dwflpp::iterate_over_notes): New. (dwflpp::get_section): New. * dwflpp.h: Likewise. *tapsets.cxx (sdt_query::handle_query_module): Use get_section. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- dwflpp.h | 8 ++++- tapsets.cxx | 67 +++++++---------------------------- 3 files changed, 130 insertions(+), 55 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool