From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22506 invoked by alias); 4 Oct 2011 13:21:09 -0000 Received: (qmail 22477 invoked by uid 9112); 4 Oct 2011 13:21:09 -0000 Date: Tue, 04 Oct 2011 13:21:00 -0000 Message-ID: <20111004132108.22464.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-267-g49bd348 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3d372d6bfd10460bca850e584787876790e45394 X-Git-Newrev: 49bd3486e25d54750d584bc9d1d35c6f1b3a4895 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/msg00002.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 49bd3486e25d54750d584bc9d1d35c6f1b3a4895 (commit) from 3d372d6bfd10460bca850e584787876790e45394 (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 49bd3486e25d54750d584bc9d1d35c6f1b3a4895 Author: Mark Wielaard Date: Tue Oct 4 15:19:52 2011 +0200 Introduce DWARF_MAP_REG for unwind. The reg_info array assumes dwarf register numbers start at zero and are consecutive. If that isn't the case for some architecture (e.g. ppc) then redefine DWARF_MAP_REG to map the given dwarf register number to the actual reg_info index. ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 59 ++++++++++++++++++++++++++++++++-------------- runtime/unwind/unwind.h | 8 ++++++ 2 files changed, 49 insertions(+), 18 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool