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-75-g43650b1


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  43650b10c3f42dedb0d83ce7ecff4957be49ef90 (commit)
      from  152a11e05d993c6cfd77422599ec6973b838ca9a (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 43650b10c3f42dedb0d83ce7ecff4957be49ef90
Author: William Cohen <wcohen@redhat.com>
Date:   Wed Jul 6 10:06:42 2011 -0400

    PR12947 Properly track the creation of probes using hardware breakpoints
    
    The logic for creation of probes using hardware breakpoints was incorrect.
    The register_wide_hw_breakpoint() can return error codes in place of the
    pointer. The value of the pointer needs to be checked to determine
    whether it is the range of values indicating an error. The setup
    code also needs to properly track whether the registration was completed
    on a probe, so the shutdown code only calls unregister_wide_breakpoint()
    for the probes that are actually registered.

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

Summary of changes:
 tapsets.cxx |   10 +++++++---
 1 files changed, 7 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]