From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7649 invoked by alias); 9 Aug 2011 13:15:42 -0000 Received: (qmail 7619 invoked by uid 9896); 9 Aug 2011 13:15:42 -0000 Date: Tue, 09 Aug 2011 13:15:00 -0000 Message-ID: <20110809131541.7607.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-74-g6d31e21 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7a583298e6640ff130225be165927631d8726253 X-Git-Newrev: 6d31e21d8aca1694c9836ae50e868d418644f3b7 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-q3/txt/msg00155.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 6d31e21d8aca1694c9836ae50e868d418644f3b7 (commit) via ea23139929ce8658ed1de5dd9ff5479cad52a52b (commit) via e1e8b44e3293090f29262beb1b0762951b833e62 (commit) from 7a583298e6640ff130225be165927631d8726253 (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 6d31e21d8aca1694c9836ae50e868d418644f3b7 Author: Chris Meek Date: Mon Aug 8 16:49:17 2011 -0400 PR12773: Fixed Test Suite Regressions commit ea23139929ce8658ed1de5dd9ff5479cad52a52b Author: Chris Meek Date: Mon Aug 8 11:36:40 2011 -0400 PR12773: Fixed NULL check - no longer aborts commit e1e8b44e3293090f29262beb1b0762951b833e62 Author: Chris Meek Date: Thu Aug 4 10:11:38 2011 -0400 PR12773: Use abrt to download and install debuginfo dwflpp.cxx In setup_user(), pass the session to setup_dwfl_user(). setupdwfl.cxx Added internal_find_debuginfo() and execute_abrt_action_install_debuginfo_to_abrt_cache() to call abrt to automatically download and install the needed debuginfo. setupdwfl.h Added function declarations. util.h Added hex_dump() to convert a binary string to a hex string. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 2 +- setupdwfl.cxx | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- setupdwfl.h | 12 ++++++- util.h | 21 ++++++++++++ 4 files changed, 132 insertions(+), 4 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool