From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25240 invoked by alias); 8 Oct 2010 21:33:58 -0000 Received: (qmail 25204 invoked by uid 9024); 8 Oct 2010 21:33:57 -0000 Date: Fri, 08 Oct 2010 21:33:00 -0000 Message-ID: <20101008213357.25192.qmail@sourceware.org> From: roland@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-194-gd3ddec6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 563ce442b90811c802860ad92a6cc304750ef1ed X-Git-Newrev: d3ddec6fd85189b292ba4b293e4c721a8c078b98 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-q4/txt/msg00019.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 d3ddec6fd85189b292ba4b293e4c721a8c078b98 (commit) via 16d59279f1ba6336fbf790c7998ae8af846c2361 (commit) from 563ce442b90811c802860ad92a6cc304750ef1ed (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 d3ddec6fd85189b292ba4b293e4c721a8c078b98 Author: Roland McGrath Date: Thu Oct 7 16:35:08 2010 -0700 PR 11898: complete CFI expression support Finish support for DWARF expressions in CFI. commit 16d59279f1ba6336fbf790c7998ae8af846c2361 Author: Roland McGrath Date: Thu Oct 7 13:26:52 2010 -0700 PR 11898 (partial): skeleton CFI expression support Basic decoding and storage of DW_CFA_*expression rules. The actual expression evaluation support is still missing. ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 375 +++++++++++++++++++++++++++++++++++++++++++---- runtime/unwind/unwind.h | 168 ++++++++++++++++++++- 2 files changed, 506 insertions(+), 37 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool