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.6-267-g49bd348


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  49bd3486e25d54750d584bc9d1d35c6f1b3a4895 (commit)
      from  3d372d6bfd10460bca850e584787876790e45394 (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 49bd3486e25d54750d584bc9d1d35c6f1b3a4895
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Oct 4 15:19:52 2011 +0200

    Introduce DWARF_MAP_REG for unwind.
    
    The reg_info array assumes dwarf register numbers start at zero and
    are consecutive.  If that isn't the case for some architecture (e.g. ppc)
    then redefine DWARF_MAP_REG to map the given dwarf register number to the
    actual reg_info index.

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

Summary of changes:
 runtime/unwind.c        |   59 ++++++++++++++++++++++++++++++++--------------
 runtime/unwind/unwind.h |    8 ++++++
 2 files changed, 49 insertions(+), 18 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]