From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29653 invoked by alias); 11 Jun 2008 09:12:24 -0000 Received: (qmail 29628 invoked by uid 9639); 11 Jun 2008 09:12:23 -0000 Date: Wed, 11 Jun 2008 09:12:00 -0000 Message-ID: <20080611091223.29617.qmail@sourceware.org> From: moore@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-381-g86bf665 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 335972be354a791757e475417c955efd9a45f03d X-Git-Newrev: 86bf665eac22efa78936a3059e7bc90ee10dcf4b 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-q2/txt/msg00102.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 86bf665eac22efa78936a3059e7bc90ee10dcf4b (commit) from 335972be354a791757e475417c955efd9a45f03d (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 86bf665eac22efa78936a3059e7bc90ee10dcf4b Author: Tim Moore Date: Wed Jun 11 11:08:22 2008 +0200 PR 2608 plus some refactoring in tapsets.cxx New dwarf_wrappers.h, dwarf_wrappers.cxx for for idiomatic access to libdwarf and refactoring somethings out of the giant classes in tapsets.cxx. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 17 +++++ Makefile.am | 2 +- Makefile.in | 20 +++++- dwarf_wrappers.cxx | 40 ++++++++++++ dwarf_wrappers.h | 87 +++++++++++++++++++++++++ elaborate.h | 13 ++-- tapsets.cxx | 180 ++++++++++++++++++++++++--------------------------- 7 files changed, 256 insertions(+), 103 deletions(-) create mode 100644 dwarf_wrappers.cxx create mode 100644 dwarf_wrappers.h hooks/post-receive -- systemtap: system-wide probe/trace tool