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.0-467-gd6b1830


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  d6b183074686940e8533b6fa377b098ec87a7f12 (commit)
      from  53d480f81d7c8232b2bfd5728baddcef50fe67ff (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 d6b183074686940e8533b6fa377b098ec87a7f12
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Jan 6 16:24:56 2010 +0100

    Fix get_cfa_ops failure on shared libraries.
    
    The fix for PR10923 (fafeaf) wasn't completely correct. All cfa lookups
    need to be done through the relative pc (without bias) of the module we
    are looking in.
    
    * dwflpp.cxx (translate_location): Call get_cfa_ops with relative pc.

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

Summary of changes:
 dwflpp.cxx |    6 +++---
 1 files changed, 3 insertions(+), 3 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]