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-89-g5d532a6


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  5d532a62c6dcc5b9d4cc45588b1f8adf1cfa79b7 (commit)
      from  b569591adb731c4fa96194fe60b0176c07bb8303 (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 5d532a62c6dcc5b9d4cc45588b1f8adf1cfa79b7
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Jul 8 16:53:10 2011 +0200

    unwind.c consolidate sanity checking and cie/fde parsing.
    
    Checking and parsing of FDE and CIE data was done in multiple places in
    the code, some things were checked/parsed multiple times. Now is_fde()
    and cie_for_fde() do the structural/id/version checking of FDEs
    and CIEs. parse_fde_cie() parses the content of and checks the internal
    consistency the CIEs and FDEs.
    
    unwind.h: Removed now unused fields of struct unwind_state.
    And removed unnecessary static function prototype declarations.

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

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