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-0.9.7-19-g975a582


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  975a582b1274eb66088466a66a2eb2c3a70cf766 (commit)
      from  097e4a5b397b9e826453e01caa1f8169886128c5 (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 975a582b1274eb66088466a66a2eb2c3a70cf766
Author: David Smith <dsmith@redhat.com>
Date:   Mon Apr 27 15:53:21 2009 -0500

    Fixed itrace on RHEL5 (PR10091).
    PR10091 fix.
    * runtime/itrace.c: Includes ptrace_compatibility.h.
      (usr_itrace_report_quiesce): Corrected return value for original version
      of utrace.
    * runtime/ptrace_compatibility.h: Defines arch_has_single_step() and
      arch_has_block_step() in terms of ARCH_HAS_SINGLE_STEP and
      ARCH_HAS_BLOCK_STEP.

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

Summary of changes:
 runtime/itrace.c               |    3 +-
 runtime/ptrace_compatibility.h |   50 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 1 deletions(-)
 create mode 100644 runtime/ptrace_compatibility.h


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]