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, master, updated. release-1.5-67-gd4af357


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  d4af357ee2b163b6ba3d7454ae97a52b0124edb8 (commit)
       via  f24522b449897a092e5a7e87a805e0bdd3898724 (commit)
       via  4a39153b0bf651731f0b7c7d02dc272585e6e006 (commit)
      from  217ef1f405ba7d425c8f5ab3ca730bfa4a395c75 (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 d4af357ee2b163b6ba3d7454ae97a52b0124edb8
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jun 30 14:14:14 2011 +0200

    Handle CIE and FDE CFI sequentially in unwind.c instead of recursively.
    
    Another simple unwind.c cleanup to make reasoning about the unwind state
    easier, and to remove another (useless) recursive call. Also fixes CIE/FDE
    comment mixup.

commit f24522b449897a092e5a7e87a805e0bdd3898724
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jun 29 17:20:30 2011 +0200

    Refactor DW_CFA_remember/restore_state handling in unwind.c.
    
    The old way of handling DW_CFA_restore_state involved recursively
    calling processCFI() to replay the whole CFI stream up till the last
    DW_CFA_remember_state instruction. This made it hard to reason about
    the actual unwind state and could lead to processing the CFI stream
    multiple times. In exchange for a little extra memory allocated upfront
    to keep a small stack of register states we now just process all CFI in
    one go. This change also splits out the unwind_reg_state from the
    general unwind_state struct.

commit 4a39153b0bf651731f0b7c7d02dc272585e6e006
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Jun 27 15:12:04 2011 +0200

    Slightly improved runtime/unwind.c debug output.

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

Summary of changes:
 runtime/unwind.c        |  175 ++++++++++++++++++++++++-----------------------
 runtime/unwind/unwind.h |   21 +++---
 2 files changed, 101 insertions(+), 95 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]