From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20535 invoked by alias); 7 May 2012 08:29:24 -0000 Received: (qmail 20481 invoked by uid 9112); 7 May 2012 08:29:21 -0000 Date: Mon, 07 May 2012 08:29:00 -0000 Message-ID: <20120507082921.20470.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.7-204-g44c8a28 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 69aa668e25e8d2e7632b794d106d239aceff4733 X-Git-Newrev: 44c8a286464a6196bbf44fdeaea9ccee23fa4b8c 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: 2012-q2/txt/msg00052.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 44c8a286464a6196bbf44fdeaea9ccee23fa4b8c (commit) from 69aa668e25e8d2e7632b794d106d239aceff4733 (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 44c8a286464a6196bbf44fdeaea9ccee23fa4b8c Author: Mark Wielaard Date: Mon May 7 10:20:21 2012 +0200 Cleanups and fixes for DWARF unwinder. Add explict comments and set_*_rule functions for different states. Do data alignment in processCFI, not afterwards in unwind_frame. Remove unnecessary UNW_DEFAULT_RA. Make unwind_item state union explicit about (unsigned) reg versus (signed) offset. Same for unwind_reg_state cfa. ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 124 ++++++++++++++++++++++++++++++++--------------- runtime/unwind/arm.h | 4 -- runtime/unwind/i386.h | 4 -- runtime/unwind/ppc64.h | 4 -- runtime/unwind/s390x.h | 4 -- runtime/unwind/unwind.h | 22 +++++---- runtime/unwind/x86_64.h | 4 -- 7 files changed, 96 insertions(+), 70 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool