From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12565 invoked by alias); 17 Aug 2010 20:38:45 -0000 Received: (qmail 12541 invoked by uid 9586); 17 Aug 2010 20:38:44 -0000 Date: Tue, 17 Aug 2010 20:38:00 -0000 Message-ID: <20100817203844.12530.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-50-g54c2bb8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2d363b75dcc62078c842f2e0a6f3a7cba285714a X-Git-Newrev: 54c2bb84a5cb7ecd2606dd617c46474b9a0a4cd4 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/msg00146.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 54c2bb84a5cb7ecd2606dd617c46474b9a0a4cd4 (commit) from 2d363b75dcc62078c842f2e0a6f3a7cba285714a (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 54c2bb84a5cb7ecd2606dd617c46474b9a0a4cd4 Author: Josh Stone Date: Tue Aug 17 13:33:38 2010 -0700 Simplify dwfl_assert and dwarf_assert We don't need template or const efforts for a null pointer check -- just use const void* for all cases. Make the overloaded variants inline while I'm at it. ----------------------------------------------------------------------- Summary of changes: dwarf_wrappers.cxx | 6 ------ dwarf_wrappers.h | 21 +++++++++------------ 2 files changed, 9 insertions(+), 18 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool