This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, mjw/backtrace, updated. release-1.5-161-g08badca


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, mjw/backtrace has been updated
       via  08badca85e0bed5d3ddc1fb45a41b83e88e286d5 (commit)
      from  61d152dcd195d745a57c73c8f26d99eef255b172 (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 08badca85e0bed5d3ddc1fb45a41b83e88e286d5
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jul 22 13:09:35 2011 +0200

    Introduce /* pragma:unwind */
    
    By marking all tapset functions that really need the unwinder with
    /* pragma:unwind */ we can make sure to only compile in unwind.c
    when it is really needed.

-----------------------------------------------------------------------

Summary of changes:
 elaborate.cxx              |   11 ++++++++++-
 runtime/runtime.h          |    7 ++++++-
 runtime/stack.c            |    7 ++++---
 session.cxx                |    2 ++
 session.h                  |    1 +
 tapset/context-unwind.stp  |   10 ++++------
 tapset/ucontext-unwind.stp |   11 ++++-------
 translate.cxx              |    5 ++++-
 8 files changed, 35 insertions(+), 19 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]